@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
    margin: 0;
    padding: 0;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    width: 100%;
    position: relative;
    font-size: 15px;
    line-height: 1
}

html::-webkit-scrollbar {
    width: 8px;
    background: #eeeeee
}

html::-webkit-scrollbar-thumb {
    width: 8px;
    background: #385f8b
}

img {
    border-style: none;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

hr {
    box-sizing: content-box;
    overflow: visible
}

a {
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

ul,
ol {
    list-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    margin: 0;
    border: none;
    outline: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

* {
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #294667
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    position: relative;
    display: block
}

h2 {
    font-size: 9.33333em
}

@media (max-width: 1024px) {
    h2 {
        font-size: 8em
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 6em
    }
}

h3 {
    font-size: 5.8em;
    line-height: 83.33333%
}

@media (max-width: 575px) {
    h3 {
        font-size: 3.8em
    }
}

h4 {
    font-size: 2.66667em;
    line-height: 105%
}

h5 {
    font-size: 1.53333em;
    line-height: 96.875%
}

h6 {
    font-size: 1.4em
}

p {
    line-height: 130%
}

.carousel__button svg path,
.carousel__button svg circle {
    color: #fff
}

.__no-scroll {
    overflow: hidden !important
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 200;
    transition: 0.4s ease-in-out
}

@media (max-width: 1024px) {
    header {
        padding: 0;
        background: #294667
    }
}

header .hdr_box {
    width: 85%;
    max-width: 1300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1280px) {
    header .hdr_box {
        width: 90%
    }
}

@media (max-width: 1024px) {
    header .hdr_box {
        width: 100%;
        padding: 20px
    }
}

header .hdr_box .logo {
    width: 180px;
    position: relative;
    display: block;
    transition: 0.4s ease-in-out
}

@media (max-width: 575px) {
    header .hdr_box .logo {
        width: 140px
    }
}

header .hdr_box nav {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: block
}

@media (max-width: 1024px) {
    header .hdr_box nav {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background: #294667;
        padding: 15px 20px;
        display: none
    }
}

header .hdr_box nav ul {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media (max-width: 1024px) {
    header .hdr_box nav ul {
        width: 100%;
        justify-content: center
    }
}

header .hdr_box nav ul li {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 32px
}

@media (max-width: 575px) {
    header .hdr_box nav ul li {
        width: 100%;
        justify-content: center
    }
}

header .hdr_box nav ul li a {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: block;
    color: #fff;
    font-weight: 200;
    font-size: 1.13333em;
    padding-bottom: 3px;
    margin-top: 3px
}

header .hdr_box nav ul li a::before {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

@media not all and (pointer: coarse) {
    header .hdr_box nav ul li a:hover::before {
        width: 30px
    }
}

header .hdr_box nav ul li:not(:last-of-type)::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 5px;
    right: 0;
    background: #fff
}

@media (max-width: 575px) {
    header .hdr_box nav ul li:not(:last-of-type)::before {
        display: none
    }
}

header .hdr_box .hdr_buttons {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

header .hdr_box .hdr_buttons a {
    width: 40px;
    position: relative;
    display: block;
    margin: 0 5px
}

@media (max-width: 575px) {
    header .hdr_box .hdr_buttons a.wpp {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 10px;
        right: 10px;
        border-radius: 50%;
        background: linear-gradient(90deg, #71F7A4 0%, #3AD2CC 100%);
        box-shadow: 2px 2px 6px #0003
    }
    header .hdr_box .hdr_buttons a.wpp img {
        width: 69%
    }
    header .hdr_box .hdr_buttons a.pse {
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 70px;
        right: 10px;
        border-radius: 50%;
        box-shadow: 2px 2px 6px #0003
    }
}

header .hdr_box .hdr_buttons button.menu {
    width: 30px;
    height: 19px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    background: transparent;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-left: 5px;
    display: none
}

@media (max-width: 1024px) {
    header .hdr_box .hdr_buttons button.menu {
        display: flex
    }
}

header .hdr_box .hdr_buttons button.menu span {
    width: 100%;
    height: 3px;
    position: relative;
    display: block;
    background: #fff;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 2px
}

header .hdr_box .hdr_buttons button.menu.__open {
    transform: rotate(90deg)
}

header .hdr_box .hdr_buttons button.menu.__open span:first-of-type {
    transform: translateY(8px) rotate(45deg)
}

header .hdr_box .hdr_buttons button.menu.__open span:nth-child(2) {
    transform: translateX(-8px);
    opacity: 0
}

header .hdr_box .hdr_buttons button.menu.__open span:last-of-type {
    transform: translateY(-8px) rotate(-45deg)
}

header.__fixed {
    background: #294667;
    padding: 10px 20px;
    box-shadow: 0 2px 4px #00000042
}

@media (max-width: 1024px) {
    header.__fixed {
        padding: 0
    }
}

header.__fixed .logo {
    width: 140px
}

footer {
    width: 100%;
    position: relative;
    display: block;
    padding: 60px 0 0
}

footer .form_cnt {
    width: 85%;
    max-width: 1300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: #294667
}

@media (max-width: 1280px) {
    footer .form_cnt {
        width: 90%
    }
}

footer .form_cnt form {
    width: 90%;
    max-width: 800px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0;
    column-gap: 20px;
    row-gap: 20px
}

footer .form_cnt form ._input {
    width: calc(50% - 10px);
    position: relative;
    display: block
}

@media (max-width: 575px) {
    footer .form_cnt form ._input {
        width: 100%
    }
}

footer .form_cnt form ._input input {
    width: 100%;
    position: relative;
    padding: 12px 20px;
    background: #fff;
    font-family: "Roboto Slab", serif
}

footer .form_cnt form ._input input.placeholder {
    color: #294667;
    letter-spacing: 4px
}

footer .form_cnt form ._input input:-moz-placeholder {
    color: #294667;
    letter-spacing: 4px
}

footer .form_cnt form ._input input::-moz-placeholder {
    color: #294667;
    letter-spacing: 4px
}

footer .form_cnt form ._input input:-ms-input-placeholder {
    color: #294667;
    letter-spacing: 4px
}

footer .form_cnt form ._input input::-webkit-input-placeholder {
    color: #294667;
    letter-spacing: 4px
}

footer .form_cnt form ._input label,
footer .form_cnt form ._textarea label {
    font-size: smaller;
    color: #fff;
    margin-top: 5px;
    position: relative;
    display: block;
    text-indent: 20px;
    font-weight: 200
}

footer .form_cnt form ._select {
    width: 100%;
    position: relative;
    display: block
}

footer .form_cnt form ._select select {
    width: 100%;
    position: relative;
    height: 44px;
    padding: 12px 20px;
    background: #fff;
    font-family: "Roboto Slab", serif;
    letter-spacing: 4px;
    color: #294667;
}

footer .form_cnt form ._textarea {
    width: 100%;
    position: relative;
    display: block
}

footer .form_cnt form ._textarea textarea {
    width: 100%;
    position: relative;
    height: 44px;
    padding: 12px 20px;
    background: #fff;
    font-family: "Roboto Slab", serif;
}

footer .form_cnt form ._textarea textarea.placeholder {
    color: #294667;
    letter-spacing: 4px
}

footer .form_cnt form ._textarea textarea:-moz-placeholder {
    color: #294667;
    letter-spacing: 4px
}

footer .form_cnt form ._textarea textarea::-moz-placeholder {
    color: #294667;
    letter-spacing: 4px
}

footer .form_cnt form ._textarea textarea:-ms-input-placeholder {
    color: #294667;
    letter-spacing: 4px
}

footer .form_cnt form ._textarea textarea::-webkit-input-placeholder {
    color: #294667;
    letter-spacing: 4px
}

footer .form_cnt form ._bottom {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column
}

footer .form_cnt form ._bottom ._check {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: flex-start
}

footer .form_cnt form ._bottom ._check p {
    position: relative;
    display: block;
    margin-left: 5px;
    color: #fff;
    line-height: 100%;
    font-weight: 200
}

footer .form_cnt form ._bottom ._check p a {
    color: #fff;
    line-height: 100%;
    font-weight: 200
}

footer .form_cnt form ._bottom button[type=submit] {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: block;
    padding: 8px 30px;
    background: #fff;
    font-family: "Roboto Slab", serif;
    color: #294667;
    letter-spacing: 2px;
    border-radius: 30px;
    line-height: 100%;
    margin-top: 15px
}

footer .copyright {
    width: 100%;
    position: relative;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(41, 70, 103, 0.4);
    margin-top: 60px
}

footer .copyright .cpp {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media (max-width: 575px) {
    footer .copyright .cpp {
        width: 90%;
        justify-content: center
    }
}

footer .copyright .cpp small {
    position: relative;
    display: block;
    text-align: center;
    padding-right: 10px;
    border-right: 1px solid #294667;
    line-height: 100%
}

@media (max-width: 575px) {
    footer .copyright .cpp small {
        padding-right: unset;
        border-right: none
    }
}

footer .copyright .cpp a {
    width: 90px;
    position: relative;
    display: block;
    margin-left: 10px
}

@media (max-width: 575px) {
    footer .copyright .cpp a {
        margin-left: 0;
        margin-top: 10px
    }
}

.items-1 {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.items-1>.item {
    width: 96%;
    position: relative;
    margin: 2%;
    width: 100%;
    margin: 20px auto
}

.items-2 {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.items-2>.item {
    width: 46%;
    position: relative;
    margin: 2%
}

@media (max-width: 575px) {
    .items-2>.item {
        width: 100%
    }
}

.items-3 {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.items-3>.item {
    width: 29.33333%;
    position: relative;
    margin: 2%
}

@media (max-width: 768px) {
    .items-3>.item {
        width: 46%
    }
}

@media (max-width: 575px) {
    .items-3>.item {
        width: 100%;
        margin: 20px 0
    }
}

.items-4 {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.items-4>.item {
    width: 22%;
    position: relative;
    margin: 1.5%
}

@media (max-width: 1024px) {
    .items-4>.item {
        width: 30.33%
    }
}

@media (max-width: 768px) {
    .items-4>.item {
        width: 47%
    }
}

@media (max-width: 575px) {
    .items-4>.item {
        width: 100%;
        margin: 20px 0
    }
}

.items-5 {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.items-5>.item {
    width: 18%;
    position: relative;
    margin: 1%
}

@media (max-width: 1024px) {
    .items-5>.item {
        width: 31.33%
    }
}

@media (max-width: 768px) {
    .items-5>.item {
        width: 48%
    }
}

@media (max-width: 575px) {
    .items-5>.item {
        width: 100%;
        margin: 20px 0
    }
}

.items-6 {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.items-6>.item {
    width: 14.66667%;
    position: relative;
    margin: 1%
}

@media (max-width: 1024px) {
    .items-6>.item {
        width: 31.33%
    }
}

@media (max-width: 768px) {
    .items-6>.item {
        width: 48%
    }
}

@media (max-width: 575px) {
    .items-6>.item {
        width: 100%;
        margin: 20px 0
    }
}

.col-1 {
    width: 8.33333%;
    position: relative
}

.col-2 {
    width: 16.66667%;
    position: relative
}

.col-3 {
    width: 25%;
    position: relative
}

.col-4 {
    width: 33.33333%;
    position: relative
}

.col-5 {
    width: 41.66667%;
    position: relative
}

.col-6 {
    width: 50%;
    position: relative
}

.col-7 {
    width: 58.33333%;
    position: relative
}

.col-8 {
    width: 66.66667%;
    position: relative
}

.col-9 {
    width: 75%;
    position: relative
}

.col-10 {
    width: 83.33333%;
    position: relative
}

.col-11 {
    width: 91.66667%;
    position: relative
}

.col-12 {
    width: 100%;
    position: relative
}

.main_banner {
    width: 100%;
    position: relative;
    display: block
}

.main_banner_cnt {
    width: 100%;
    position: relative;
    display: block
}

.main_banner_cnt .main_sldr {
    width: 100%;
    position: relative;
    display: block
}

.main_banner_cnt .main_sldr--itm {
    width: 100%;
    position: relative;
    display: block
}

.main_banner_cnt .main_sldr--itm .main_sldr_img {
    width: 100%;
    position: relative;
    display: block
}

@media (max-width: 1024px) {
    .main_banner_cnt .main_sldr--itm .main_sldr_img img {
        height: 700px
    }
}

@media (max-width: 575px) {
    .main_banner_cnt .main_sldr--itm .main_sldr_img img {
        height: 550px
    }
}

.main_banner_cnt .main_sldr--itm .main_sldr_txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.main_banner_cnt .main_sldr--itm .main_sldr_txt h2 {
    width: fit-content;
    height: fit-content;
    text-align: center;
    color: #fff
}

@media (max-width: 575px) {
    .main_banner_cnt .main_sldr--itm .main_sldr_txt h2 {
        margin-top: 50px
    }
}

.main_banner_cnt .main_sldr--itm .main_sldr_txt .sb_txt {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

@media (max-width: 575px) {
    .main_banner_cnt .main_sldr--itm .main_sldr_txt .sb_txt {
        width: 90%;
        flex-wrap: wrap
    }
}

.main_banner_cnt .main_sldr--itm .main_sldr_txt .sb_txt h6 {
    color: #fff;
    font-size: 1.53333em;
    letter-spacing: 10px
}

@media (max-width: 575px) {
    .main_banner_cnt .main_sldr--itm .main_sldr_txt .sb_txt h6 {
        letter-spacing: 5px;
        text-align: center;
        width: 100%;
        margin-bottom: 10px
    }
}

.main_banner_cnt .main_sldr--itm .main_sldr_txt .sb_txt a {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: block;
    padding: 8px 30px;
    background: #fff;
    font-family: "Roboto Slab", serif;
    color: #294667;
    letter-spacing: 2px;
    border-radius: 30px;
    line-height: 100%;
    margin: 0 10px
}

@media (max-width: 575px) {
    .main_banner_cnt .main_sldr--itm .main_sldr_txt .sb_txt a {
        margin: 0 auto
    }
}

.main_banner_cnt .main_sldr--itm .main_sldr_txt .sb_txt p {
    position: relative;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: .93333em
}

@media (max-width: 1024px) {
    .main_banner_cnt .main_sldr--itm .main_sldr_txt .sb_txt p {
        display: none
    }
}

.main_banner_cnt .main_filter {
    width: 100%;
    max-width: 900px;
    margin: -60px auto 0;
    position: relative;
    display: block;
    padding: 35px;
    background: #fff;
    z-index: 20
}

@media (max-width: 1024px) {
    .main_banner_cnt .main_filter {
        margin: 0 auto;
        padding: 20px
    }
}

.main_banner_cnt .main_filter>h6 {
    color: #fff;
    font-size: .86667em;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    text-align: center
}

@media (max-width: 575px) {
    .main_banner_cnt .main_filter>h6 {
        display: none
    }
}

.main_banner_cnt .main_filter form {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px
}

.main_banner_cnt .main_filter form ._select {
    width: calc(100% / 3);
    position: relative;
    display: block
}

@media (max-width: 768px) {
    .main_banner_cnt .main_filter form ._select {
        width: calc(100% / 2 - 14px)
    }
}

.main_banner_cnt .main_filter form ._select select {
    width: 100%;
    position: relative;
    display: block;
    font-family: "Roboto Slab", serif;
    letter-spacing: 3px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../img/select.svg) no-repeat right center;
    background-size: 11px;
    border-bottom: 1px solid #294667;
    padding-bottom: 5px
}

.main_banner_cnt .main_filter form ._select input {
    width: 100%;
    position: relative;
    display: block;
    font-family: "Roboto Slab", serif;
    letter-spacing: 3px;
    border-bottom: 1px solid #294667;
    padding-bottom: 5px
}

.main_banner_cnt .main_filter form ._select input.placeholder {
    color: #294667
}

.main_banner_cnt .main_filter form ._select input:-moz-placeholder {
    color: #294667
}

.main_banner_cnt .main_filter form ._select input::-moz-placeholder {
    color: #294667
}

.main_banner_cnt .main_filter form ._select input:-ms-input-placeholder {
    color: #294667
}

.main_banner_cnt .main_filter form ._select input::-webkit-input-placeholder {
    color: #294667
}

.main_banner_cnt .main_filter form ._select input[type=text] {
    background: url(../img/select.svg) no-repeat right center;
    background-size: 11px
}

.main_banner_cnt .main_filter form ._select small {
    width: 100%;
    position: relative;
    display: block;
    font-size: .8em;
    margin-top: 5px
}

.main_banner_cnt .main_filter form button {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: block;
    padding: 8px 30px;
    background: #294667;
    font-family: "Roboto Slab", serif;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 30px;
    line-height: 100%
}

.main_banner_cnt .main_counter {
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: 45%;
    right: 30px;
    display: flex;
    align-items: center;
    z-index: 10
}

@media (max-width: 768px) {
    .main_banner_cnt .main_counter {
        display: none
    }
}

.main_banner_cnt .main_counter>span.current {
    color: #fff;
    position: relative;
    display: block;
    font-weight: 200;
    font-size: 3.33333em;
    font-family: "Roboto Slab", serif
}

.main_banner_cnt .main_counter .count_controls {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: block;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #fff
}

.main_banner_cnt .main_counter .count_controls .tp {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center
}

.main_banner_cnt .main_counter .count_controls .tp p {
    color: #fff;
    position: relative;
    display: block;
    font-weight: 200;
    font-family: "Roboto Slab", serif;
    line-height: 100%
}

.main_banner_cnt .main_counter .count_controls .tp span {
    color: #fff;
    position: relative;
    display: block;
    font-weight: 200;
    font-family: "Roboto Slab", serif;
    margin: 0 3px
}

.main_banner_cnt .main_counter .count_controls .bt {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: block
}

.main_banner_cnt .main_counter .count_controls .bt button {
    color: #fff;
    position: relative;
    display: block;
    font-weight: 200;
    font-family: "Roboto Slab", serif;
    font-size: 1.8em;
    background: transparent
}

.main_banner_cnt .networks {
    width: fit-content;
    height: fit-content;
    position: absolute;
    bottom: 160px;
    right: 30px;
    display: flex;
    align-items: center;
    z-index: 20
}

@media (max-width: 575px) {
    .main_banner_cnt .networks {
        width: 100%;
        bottom: 30%;
        right: 0;
        justify-content: center
    }
}

.main_banner_cnt .networks p {
    color: #fff;
    position: relative;
    display: block;
    font-weight: 200;
    font-family: "Roboto Slab", serif;
    line-height: 100%;
    font-size: 1.2em
}

@media (max-width: 575px) {
    .main_banner_cnt .networks p {
        display: none
    }
}

.main_banner_cnt .networks a {
    width: 25px;
    height: 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    margin: 0 5px;
    border-radius: 3px
}

.main_banner_cnt .networks a img {
    height: 17px;
    object-fit: contain;
    filter: brightness(1) invert(0)
}

.info {
    width: 100%;
    position: relative;
    padding: 4.33333em 0;
    display: block
}

@media (max-width: 575px) {
    .info {
        padding: 2em 0
    }
}

.info_cnt {
    width: 85%;
    max-width: 1300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    width: 90%
}

@media (max-width: 1280px) {
    .info_cnt {
        width: 90%
    }
}

.info_cnt .inf_schedule {
    width: 35%;
    position: relative;
    display: block
}

@media (max-width: 1024px) {
    .info_cnt .inf_schedule {
        width: 100%
    }
}

.info_cnt .inf_schedule--background {
    width: 100%;
    position: relative;
    display: block
}

.info_cnt .inf_schedule--background::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2d2d2d;
    opacity: 50%
}

.info_cnt .inf_schedule--background img {
    height: 570px
}

@media (max-width: 1024px) {
    .info_cnt .inf_schedule--background img {
        height: 470px
    }
}

@media (max-width: 768px) {
    .info_cnt .inf_schedule--background img {
        height: 520px
    }
}

@media (max-width: 575px) {
    .info_cnt .inf_schedule--background img {
        height: 450px
    }
}

.info_cnt .inf_schedule--txt {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px
}

@media (max-width: 575px) {
    .info_cnt .inf_schedule--txt {
        padding: 30px
    }
}

.info_cnt .inf_schedule--txt .title {
    width: 100%;
    position: relative;
    display: block
}

.info_cnt .inf_schedule--txt .title h3 {
    color: #fff;
    text-transform: uppercase
}

.info_cnt .inf_schedule--txt .title h4 {
    color: #fff;
    margin: 10px 0;
    letter-spacing: -0.05em
}

.info_cnt .inf_schedule--txt .title p {
    font-family: "Roboto Slab", serif;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 200
}

.info_cnt .inf_schedule--txt .inf_content {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 15px
}

.info_cnt .inf_schedule--txt .inf_content h6 {
    color: #fff;
    margin: 15px 0 7px;
    letter-spacing: 4px
}

.info_cnt .inf_schedule--txt .inf_content p {
    color: #fff;
    position: relative;
    display: block;
    font-weight: 200
}

.info_cnt .inf_media {
    width: 65%;
    position: relative;
    display: block
}

@media (max-width: 1024px) {
    .info_cnt .inf_media {
        width: 100%
    }
}

.info_cnt .inf_media--img {
    width: 100%;
    position: relative;
    display: block
}

@media (max-width: 575px) {
    .info_cnt .inf_media--img {
        display: none
    }
}

.info_cnt .inf_media--img img {
    height: 570px
}

@media (max-width: 1024px) {
    .info_cnt .inf_media--img img {
        height: 650px
    }
}

.info_cnt .inf_media--content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 30px
}

@media (max-width: 575px) {
    .info_cnt .inf_media--content {
        position: relative
    }
}

.info_cnt .inf_media--content h4 {
    width: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: -80px
}

@media (max-width: 575px) {
    .info_cnt .inf_media--content h4 {
        margin: 30px 0;
        color: #294667
    }
}

.info_cnt .inf_media--content .inf_media--block {
    width: 250px;
    position: relative;
    display: block;
    aspect-ratio: 0.60 / 1;
    box-shadow: 8px 8px 16px #00000080
}

@media (max-width: 1024px) {
    .info_cnt .inf_media--content .inf_media--block {
        aspect-ratio: 0.60 / 1
    }
}

@media (max-width: 575px) {
    .info_cnt .inf_media--content .inf_media--block {
        width: 85%;
        box-shadow: 2px 2px 20px #00000017;
        aspect-ratio: auto
    }
}

.info_cnt .inf_media--content .inf_media--block>img {
    height: 100%
}

.info_cnt .inf_media--content .inf_media--block .media_video {
    width: 100%;
    position: relative;
    aspect-ratio: 1
}

.info_cnt .inf_media--content .inf_media--block .media_video>img {
    height: 100%
}

.info_cnt .inf_media--content .inf_media--block .media_video>a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.info_cnt .inf_media--content .inf_media--block .media_video>a img {
    width: 35%;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

@media not all and (pointer: coarse) {
    .info_cnt .inf_media--content .inf_media--block .media_video>a:hover img {
        transform: scale(1.1)
    }
}

.info_cnt .inf_media--content .inf_media--block .media_text {
    width: 100%;
    position: relative;
    display: block;
    background: #fff;
    padding: 20px
}

@media (max-width: 575px) {
    .info_cnt .inf_media--content .inf_media--block .media_text {
        background: #f9f9f9
    }
}

.info_cnt .inf_media--content .inf_media--block .media_text h5 {
    margin-bottom: 10px
}

.info_cnt .inf_media--content .inf_media--block .media_text p {
    font-size: .86667em;
    text-align: justify
}

.gallery {
    width: 100%;
    position: relative;
    display: block
}

.gallery_cnt {
    width: 85%;
    max-width: 1300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px
}

@media (max-width: 1280px) {
    .gallery_cnt {
        width: 90%
    }
}

.gallery_cnt .gallery_title {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.gallery_cnt .gallery_title h4 {
    font-size: 3.66667em
}

@media (max-width: 575px) {
    .gallery_cnt .gallery_title h4 {
        font-size: 3em
    }
}

.gallery_cnt .gallery_title .paginator {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center
}

.gallery_cnt .gallery_title .paginator h5 {
    font-size: 2.33333em;
    color: #cbced1;
    margin-right: 5px
}

@media (max-width: 575px) {
    .gallery_cnt .gallery_title .paginator h5 {
        font-size: 1.66667em
    }
}

.gallery_cnt .gallery_title .paginator ul {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 5px
}

.gallery_cnt .gallery_title .paginator ul li {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: block
}

.gallery_cnt .gallery_title .paginator ul li a {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 2em;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    color: #cbced1;
    padding: 0 5px
}

@media (max-width: 575px) {
    .gallery_cnt .gallery_title .paginator ul li a {
        font-size: 1.33333em
    }
}

.gallery_cnt .gallery_title .paginator ul li a.active {
    color: #294667
}

.gallery_cnt .gallery_title .paginator ul li:not(:last-of-type) a::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 11px;
    right: 0;
    background: #cbced1
}

.gallery_cnt .gallery_content {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    grid-template-rows: 200px 300px;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 30px
}

@media (max-width: 575px) {
    .gallery_cnt .gallery_content {
        column-gap: 10px;
        row-gap: 10px
    }
}

.gallery_cnt .gallery_content--itm {
    position: relative;
    display: block
}

.gallery_cnt .gallery_content--itm a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    cursor: pointer
}

.gallery_cnt .gallery_content--itm a img {
    height: 100%
}

.gallery_cnt .gallery_content--itm:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 3
}

.gallery_cnt .gallery_content--itm:nth-child(2) {
    grid-column: 2;
    grid-row: 1
}

.gallery_cnt .gallery_content--itm:nth-child(3) {
    grid-column: 2;
    grid-row: 2
}

.rooms {
    width: 100%;
    position: relative;
    padding: 4.33333em 0;
    display: block
}

@media (max-width: 575px) {
    .rooms {
        padding: 2em 0
    }
}

.rooms_cnt {
    width: 85%;
    max-width: 1300px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1280px) {
    .rooms_cnt {
        width: 90%
    }
}

.rooms_cnt h4 {
    text-align: center;
    font-size: 3.66667em
}

@media (max-width: 575px) {
    .rooms_cnt h4 {
        font-size: 3em
    }
}

.rooms_cnt .rooms_content {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 40px;
    margin-top: 50px;
    justify-content: center;
}

.rooms_cnt .rooms_content--itm {
    width: calc(25% - 30px);
    position: relative;
    display: block
}

@media (max-width: 1024px) {
    .rooms_cnt .rooms_content--itm {
        width: calc(100% / 3 - 30px)
    }
}

@media (max-width: 768px) {
    .rooms_cnt .rooms_content--itm {
        width: calc(100% / 2 - 30px)
    }
}

@media (max-width: 575px) {
    .rooms_cnt .rooms_content--itm {
        width: 100%
    }
}

.rooms_cnt .rooms_content--itm .rm_itm--img {
    width: 100%;
    position: relative;
    aspect-ratio: 0.61 / 1;
    border-radius: 15px;
    overflow: hidden;
    z-index: 2
}

.rooms_cnt .rooms_content--itm .rm_itm--img::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2d2d2d;
    opacity: 50%
}

@media (max-width: 575px) {
    .rooms_cnt .rooms_content--itm .rm_itm--img {
        aspect-ratio: 1
    }
}

.rooms_cnt .rooms_content--itm .rm_itm--img::before {
    background: #294667;
    opacity: 25%
}

.rooms_cnt .rooms_content--itm .rm_itm--img>img {
    height: 100%
}

.rooms_cnt .rooms_content--itm .rm_itm--img .rm_data {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 35px
}

.rooms_cnt .rooms_content--itm .rm_itm--img .rm_data .name {
    width: 100%;
    position: relative;
    display: block
}

.rooms_cnt .rooms_content--itm .rm_itm--img .rm_data .name h5 {
    font-size: 2.33333em;
    text-align: center;
    color: #fff
}

.rooms_cnt .rooms_content--itm .rm_itm--img .rm_data .name small {
    position: relative;
    display: block;
    margin-top: 3px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: .66667em;
    text-transform: uppercase
}

.rooms_cnt .rooms_content--itm .rm_itm--img .rm_data a {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: block;
    padding: 8px 30px;
    background: #294667;
    font-family: "Roboto Slab", serif;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 30px;
    line-height: 100%;
    font-weight: 300
}

.rooms_cnt .rooms_content--itm .rm_itm--info {
    width: 100%;
    position: relative;
    padding: 40px 30px 30px;
    background: #294667;
    border-radius: 0 0 15px 15px;
    margin-top: -20px;
    z-index: 1;
    transform: translateY(-95%);
    transition: 0.4s ease-in-out
}

@media (max-width: 1024px) {
    .rooms_cnt .rooms_content--itm .rm_itm--info {
        transform: translateY(0%)
    }
}

.rooms_cnt .rooms_content--itm .rm_itm--info h6 {
    color: #fff;
    letter-spacing: 5px;
    font-size: 1.13333em;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

.rooms_cnt .rooms_content--itm .rm_itm--info ul {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 10px
}

.rooms_cnt .rooms_content--itm .rm_itm--info ul li {
    width: 100%;
    position: relative;
    display: block;
    color: #fff;
    font-weight: 200;
    line-height: 130%;
    font-size: .86667em
}

.rooms_cnt .rooms_content--itm .rm_itm--info ul li::before {
    content: '- ';
    position: relative
}

@media not all and (pointer: coarse) {
    .rooms_cnt .rooms_content--itm:hover .rm_itm--info {
        transform: translateY(0%)
    }
}

.map_location {
    width: 100%;
    position: relative;
    display: block
}

.map_location_cnt {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.map_location_cnt #map {
    width: 100%;
    position: relative;
    aspect-ratio: 3.25 / 1
}

@media (max-width: 1024px) {
    .map_location_cnt #map {
        aspect-ratio: 2.3 / 1
    }
}

@media (max-width: 768px) {
    .map_location_cnt #map {
        aspect-ratio: 1.8 / 1
    }
}

@media (max-width: 575px) {
    .map_location_cnt #map {
        aspect-ratio: 1.2 / 1
    }
}

.map_location_cnt .ctrl_press {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(41, 70, 103, 0.3);
    z-index: 1;
    opacity: 0;
    transition: 0.4s ease-in-out
}

@media (max-width: 1024px) {
    .map_location_cnt .ctrl_press {
        display: none
    }
}

.map_location_cnt .ctrl_press h5 {
    color: #fff;
    cursor: default
}

.map_location_cnt .map_data {
    width: 300px;
    display: block;
    position: absolute;
    left: 60px;
    z-index: 2;
    padding: 30px;
    background: #294667
}

@media (max-width: 768px) {
    .map_location_cnt .map_data {
        left: 0
    }
}

@media (max-width: 575px) {
    .map_location_cnt .map_data {
        width: 100%;
        position: relative
    }
}

.map_location_cnt .map_data h5 {
    color: #fff;
    font-size: 3.66667em;
    letter-spacing: -0.05em;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.map_location_cnt .map_data h5::before {
    content: "";
    display: block;
    position: absolute;
    width: 40%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #fff
}

.map_location_cnt .map_data h6 {
    color: #fff;
    font-size: 1em;
    letter-spacing: 3px;
    margin-bottom: 2px
}

.map_location_cnt .map_data a,
.map_location_cnt .map_data p {
    color: #fff;
    font-size: .86667em;
    font-weight: 300
}

.map_location_cnt .map_data .dt_itm {
    width: 100%;
    position: relative;
    margin: 15px 0
}

.map_location_cnt .map_data .nms {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    column-gap: 20px
}

.map_location_cnt .map_data .nms_itm {
    width: calc(50% - 10px);
    position: relative;
    display: block
}

.map_location_cnt .map_data>a {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: block;
    padding: 8px 30px;
    background: #fff;
    font-family: "Roboto Slab", serif;
    color: #294667;
    letter-spacing: 2px;
    border-radius: 30px;
    line-height: 100%;
    border-radius: 0;
    width: 100%;
    font-weight: 400;
    text-align: center;
    margin-top: 10px
}

@media not all and (pointer: coarse) {
    .map_location_cnt:hover .ctrl_press {
        opacity: 1
    }
}

.banner_int {
    width: 100%;
    position: relative;
    display: block
}

.banner_int_cnt {
    width: 100%;
    position: relative;
    display: block
}

.banner_int_cnt .bnt_int--img {
    width: 100%;
    position: relative;
    display: block
}

@media (max-width: 1024px) {
    .banner_int_cnt .bnt_int--img img {
        height: 550px
    }
}

@media (max-width: 575px) {
    .banner_int_cnt .bnt_int--img img {
        height: 550px
    }
}

.banner_int_cnt .bnt_int--txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
    align-content: center
}

.banner_int_cnt .bnt_int--txt h2 {
    width: fit-content;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #fff
}

@media (max-width: 575px) {
    .banner_int_cnt .bnt_int--txt h2 {
        font-size: 4em
    }
}

.banner_int_cnt .bnt_int--txt .bnr_int--share {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px
}

.banner_int_cnt .bnt_int--txt .bnr_int--share h6 {
    color: #fff;
    letter-spacing: 15px
}

@media (max-width: 575px) {
    .banner_int_cnt .bnt_int--txt .bnr_int--share h6 {
        letter-spacing: 3px
    }
}

.banner_int_cnt .bnt_int--txt .bnr_int--share .share {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 40px
}

.banner_int_cnt .bnt_int--txt .bnr_int--share .share p {
    color: #fff;
    position: relative;
    display: block;
    font-weight: 200;
    font-family: "Roboto Slab", serif;
    line-height: 100%;
    font-size: 1.2em
}

@media (max-width: 575px) {
    .banner_int_cnt .bnt_int--txt .bnr_int--share .share p {
        display: none
    }
}

.banner_int_cnt .bnt_int--txt .bnr_int--share .share a {
    width: 25px;
    height: 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    margin: 0 5px;
    border-radius: 3px
}

.banner_int_cnt .bnt_int--txt .bnr_int--share .share a img {
    height: 17px;
    object-fit: contain;
    filter: brightness(0) invert(1)
}

.room_data {
    width: 100%;
    position: relative;
    display: block;
    margin-top: -170px
}

@media (max-width: 1024px) {
    .room_data {
        margin-top: -100px
    }
}

.room_data_cnt {
    width: 85%;
    max-width: 1300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 1280px) {
    .room_data_cnt {
        width: 90%
    }
}

.room_data_cnt .room_gallery {
    width: 50%;
    position: relative;
    display: block
}

@media (max-width: 768px) {
    .room_data_cnt .room_gallery {
        width: 100%
    }
}

.room_data_cnt .room_gallery .rm_sld {
    width: 100%;
    position: relative
}

.room_data_cnt .room_gallery .rm_sld--itm {
    width: 100%;
    position: relative;
    aspect-ratio: 0.8 / 1
}

@media (max-width: 768px) {
    .room_data_cnt .room_gallery .rm_sld--itm {
        aspect-ratio: 1
    }
}

.room_data_cnt .room_gallery .rm_sld--itm img {
    height: 100%
}

.room_data_cnt .room_gallery .rm_sld .owl-dots {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.room_data_cnt .room_gallery .rm_sld .owl-dots .owl-dot {
    width: 31%;
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    transition: 0.4s ease-in-out
}

.room_data_cnt .room_gallery .rm_sld .owl-dots .owl-dot.active {
    filter: brightness(70%)
}

.room_data_cnt .room_gallery .rm_sld .owl-dots .owl-dot button {
    width: 100%;
    position: relative;
    height: 100%;
    background-size: cover !important
}

.room_data_cnt .room_information {
    width: 50%;
    position: relative;
    display: block
}

@media (max-width: 768px) {
    .room_data_cnt .room_information {
        width: 100%;
        margin-top: 30px
    }
}

.room_data_cnt .room_information .rm_description {
    width: 100%;
    position: relative;
    aspect-ratio: 0.8 / 1;
    background: #f7f8f9;
    padding: 60px 50px
}

@media (max-width: 768px) {
    .room_data_cnt .room_information .rm_description {
        aspect-ratio: unset;
        height: fit-content
    }
}

@media (max-width: 575px) {
    .room_data_cnt .room_information .rm_description {
        padding: 30px
    }
}

.room_data_cnt .room_information .rm_description .title {
    width: 100%;
    position: relative;
    margin-bottom: 15px
}

.room_data_cnt .room_information .rm_description .title h4 {
    width: 100%;
    font-size: 3.33333em;
    letter-spacing: -0.06em
}

.room_data_cnt .room_information .rm_description .content {
    width: 100%;
    position: relative;
    display: block
}

.room_data_cnt .room_information .rm_description .content h6 {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 1.06667em;
    letter-spacing: 2px;
    margin: 20px 0 8px;
    font-weight: 500
}

.room_data_cnt .room_information .rm_description .content p {
    text-align: justify
}

.room_data_cnt .room_information .rm_description .content ul {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.room_data_cnt .room_information .rm_description .content ul li {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 140%;
    margin-right: 15px
}

.room_data_cnt .room_information .rm_description .content ul li::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/checked.svg) no-repeat center;
    background-size: contain;
    margin-right: 3px
}

.room_data_cnt .room_information .rm_adv {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 15px
}

@media (max-width: 768px) {
    .room_data_cnt .room_information .rm_adv {
        padding-left: 0
    }
}

.room_data_cnt .room_information .rm_adv>img {
    width: 30px;
    position: relative;
    display: block;
    margin-right: 5px
}

.room_data_cnt .room_information .rm_adv--txt {
    width: calc(100% - 35px);
    position: relative;
    display: block
}

.room_data_cnt .room_information .rm_adv--txt h6 {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 1.06667em;
    letter-spacing: 2px;
    margin: 8px 0 4px;
    font-weight: 500
}

.room_data_cnt .room_information .rm_adv--txt p {
    text-align: justify
}

html,
body {
    scroll-behavior: smooth;
}

.loading-pd {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #ffffff8c;
    backdrop-filter: blur(3px);
}

.loader-square-7 {
    margin: 20px auto;
    width: 50px;
    height: 50px;
    position: relative;
    transform: rotateZ(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.loader-square-7>div {
    width: 50%;
    height: 50%;
    position: relative;
}

.loader-square-7>div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #294667;
    animation: anm-sq-7-move 2s infinite linear both;
    transform-origin: 100% 100%;
}

.loader-square-7>div::nth-child(2) {
    transform: rotateZ(90deg);
}

.loader-square-7>div::nth-child(4) {
    transform: rotateZ(180deg);
}

.loader-square-7>div::nth-child(3) {
    transform: rotateZ(270deg);
}

.loader-square-7>div:nth-child(2)::before {
    animation-delay: 0.3s;
}

.loader-square-7>div:nth-child(4)::before {
    animation-delay: 0.6s;
}

.loader-square-7>div:nth-child(3)::before {
    animation-delay: 0.9s;
}

@keyframes anm-sq-7-move {
    0%,
    10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        transform: perspective(140px) rotate(180deg);
        opacity: 0;
    }
}

.cpp .networks {
    width: fit-content;
    position: relative;
    display: flex;
    align-items: center;
}

.cpp .networks>a {
    width: 25px !important;
    height: 25px;
    position: relative;
    display: block;
}

.cpp .networks>a img {
    height: 100%;
    object-fit: contain;
    /*  filter: brightness(0); */
}