@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";

@font-face {
    font-family: UTM Essendine Caps;
    src: url(../../../../wp-content/themes/solia/assets/UTM%20Essendine%20Caps-3151fOOm.ttf)format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: UTM Essendine Caps;
    src: url(../../../../wp-content/themes/solia/assets/UTM%20Essendine%20CapsBold-BZXPqnim.ttf)format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: SVN-Night Wind Sent;
    src: url(../../../../wp-content/themes/solia/assets/SVN-Night%20Wind%20Sent-D6d7Fncw.otf)format("opentype");
    font-weight: 400;
    font-style: normal
}

* {
    box-sizing: border-box
}

body {
    color: #fff;
    margin: 0;
    font-family: Inter, sans-serif
}

.g-header {
    z-index: 99;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0
}

.g-header__inner {
    justify-content: space-between;
    align-items: center;
    padding: 26px 18px;
    display: flex
}

.g-header__logo {
    position: relative
}

.g-header__logo img {
    max-height: 60px;
    width:180px;
}

.g-header__logo img.g-logo-light {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.g-header__button {
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 0 28px 0 0;
    display: flex
}

.g-header__action {
    position: relative
}

.g-header__action.menu-active .g-header__menu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.g-header__menu {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    padding: 12px 0;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 100%;
    right: 100%
}

.g-header__menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.g-header__menu ul li {
    text-align: right;
    margin-bottom: 6px
}

.g-header__menu ul li a {
    letter-spacing: 0%;
    text-align: right;
    color: #fff;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 300;
    line-height: 180%;
    text-decoration: none;
    position: relative
}

.g-header__menu ul li a:before {
    content: "";
    opacity: 0;
    background-color: #fff;
    border-radius: 100vmax;
    width: 6px;
    height: 6px;
    margin-left: 8px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(50%, -50%)
}

.g-header__menu ul li a.menu-active {
    font-weight: 700
}

.g-header__menu ul li a.menu-active:before {
    opacity: 1
}

.g-header__menu ul li:hover a {
    font-weight: 700
}

.g-header__menu ul li:hover a:before {
    opacity: 1
}

.g-contact-button {
    background: linear-gradient(#de852c0c 0%, #f6b34a4d 163.84%);
    border-radius: 100vmax;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 8px;
    display: flex;
    position: fixed;
    bottom: 31px;
    right: 27px;
    z-index: 99;
}

.g-contact-button a {
    color: #fff;
    background-color: #f6b34a;
    border-radius: 100vmax;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    transition: all .3s;
    display: flex
}

.g-contact-button a.g-contact-chat {
    background-color: #de852c
}

.g-contact-button a.g-contact-message {
    background-color: #b35b18
}

.g-contact-button a:hover {
    color: #75300b;
    background-color: #fff
}

.g-main {
    width: 100%;
    max-width: 100%
}

img {
    max-width: 100%;
    height: auto
}

.g-section {
    min-height: 100vh;
    position: relative;
    overflow: hidden
}

.g-section__bg {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.g-hero {
    background: linear-gradient(360deg, #531a06, #e6a13a)
}

.g-hero__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.g-hero__bg img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

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

.g-hero__content {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding-top: 108px;
    padding-bottom: 115px;
    display: flex
}

.g-hero__head {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex
}

.g-hero__caption {
    letter-spacing: 50%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.15
}

.g-hero__logo {
    height: 100px;
    transition: all .6s ease-in-out
}

.g-hero__title {
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 20px;
    font-family: UTM Essendine Caps, sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.15
}

.g-hero__description {
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin: 0;
    font-family: SVN-Night Wind Sent, sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15
}

.g-hero__footer {
    position: relative
}

.g-hero__footer:before {
    content: "";
    background-color: #fff;
    width: 100%;
    max-width: 238px;
    height: 1px;
    margin-bottom: 31px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%)
}

.g-hero__footer:after {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg%20width='33'%20height='33'%20viewBox='0%200%2033%2033'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7085_691)'%3e%3cpath%20d='M33%2016.5C23.8896%2016.5%2016.5%209.11039%2016.5%200C16.5%209.11039%209.11039%2016.5%200%2016.5C9.11039%2016.5%2016.5%2023.8896%2016.5%2033C16.5%2023.8896%2023.8896%2016.5%2033%2016.5Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7085_691'%3e%3crect%20width='33'%20height='33'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 33px;
    height: 33px;
    margin-bottom: 15px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%)scale(1)
}

.g-video__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.g-video__wrapper {
    background: #0003;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0
}

.g-video__button {
    width: 188px;
    height: 188px;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.g-video__button.button-video-hidden {
    opacity: 0
}

.g-video__button:hover {
    opacity: 1
}

.g-video__video {
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0
}

.g-video__video.active-video {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.g-area {
    background: linear-gradient(360deg, #531a06, #f2dd9e)
}

.g-area__wrapper {
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
    position: absolute;
    bottom: 0;
    left: 0
}

.g-area__wrapper img {
    width: 100%;
    height: auto
}

.g-area__content {
    justify-content: center;
    align-items: center;
    gap: 32px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative
}

.g-area__content+.g-area__content {
    margin-top: 24px;
    padding-top: 24px
}

.g-area__content+.g-area__content:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%)
}

.g-area__content--center .g-area__item .g-area__inner {
    align-items: center
}

.g-area__item {
    justify-content: center;
    align-items: center;
    gap: 12px;
    display: flex
}

.g-area__icon {
    width: 62px;
    height: 62px
}

.g-area__icon img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.g-area__inner {
    flex-flow: column;
    display: flex
}

.g-area__heading {
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.15
}

.g-area__description {
    letter-spacing: 0%;
    text-align: left;
    color: #fff;
    margin: 0;
    font-family: UTM Essendine Caps, sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 0.8
}

.g-area__description span {
    font-size: 14px
}

.g-genera {
    background: linear-gradient(360deg, #fbe8bf, #f3e7c5)
}

.g-genera__wrapper {
    width: 100%;
    padding-bottom: 50px;
    position: absolute;
    top: 100px;
    left: 0
}

.g-genera__row {
    justify-content: space-between;
    gap: 20px;
    max-width: 1280px;
    margin: 0 auto;
    display: flex
}

.g-genera__item {
    color: #a3652c;
    flex: 1
}

.g-genera__word {
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #f5b44a;
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.g-genera__title {
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #a3652c;
    margin: 0 0 5px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15;
    white-space: nowrap;
}

.g-genera__description {
    letter-spacing: 0%;
    color: #a3652c;
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15
}

.g-info {
    background: linear-gradient(360deg, #531a06, #e5a23a)
}

.g-info__wrapper {
    justify-content: center;
    width: 100%;
    padding-top: 100px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0
}

.g-info__content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.g-info__heading {
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: UTM Essendine Caps, sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.15
}

.g-info__signature {
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin: 0;
    font-family: SVN-Night Wind Sent, sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15
}

.g-info__description {
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 140%
}

.g-info__item {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 90%;
    left: 25.4%;
    transform: translate(-50%, -50%) scale(1.15);
}

.g-info__item:nth-child(2) {
    top: 82%;
    left: 50%
}

.g-info__item:nth-child(3) {
    left: 74.7%
}

.g-info__item h3 {
    letter-spacing: 0%;
    text-align: center;
    margin: 0 0 1rem;
    font-family: SVN-Night Wind Sent, sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.15
}

.g-info__item p {
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%
}

.g-services {
    background: linear-gradient(360deg, #531a06, #e5a23a)
}

.g-services__wrapper {
    justify-content: center;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
}

.g-services__inner {
    width: 100%;
    max-width: 900px;
    position: relative
}

.g-services__image {
    width: 100%;
    position: relative
}

.g-services__image:before {
    content: "";
    padding-top: 56.25%;
    display: block
}

.g-services__image-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)scale(1.55)
}

.g-services__image .tien-ich-da-tang-images {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.g-services__image .tien-ich-da-tang-images .tien-ich-da-tang-image-item {
    z-index: 1;
    opacity: 0;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
    width: 160px;
    padding: 4px;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0
}

.g-services__image .tien-ich-da-tang-images .tien-ich-da-tang-image-item.active {
    opacity: 1
}

.g-services__image .tien-ich-da-tang-images .tien-ich-da-tang-image-item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.g-services__image .tien-ich-da-tang-images .tien-ich-da-tang-image-item p {
    letter-spacing: -5%;
    text-align: center;
    color: #035e60;
    margin: 8px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 94%
}

.g-services__map-1,
.g-services__map-2,
.g-services__map-3,
.g-services__services {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)scale(1.55)
}

.g-services__map-1 svg,
.g-services__map-2 svg,
.g-services__map-3 svg,
.g-services__services svg {
    width: 100%;
    height: 100%
}

.g-services__services {
    z-index: 3
}

.g-services__services svg circle {
    fill: #777c33;
    stroke-width: 0;
    opacity: 0;
    cursor: pointer;
    position: relative;
    transition: all .3s ease-in-out;
}



.g-services__services svg text {
    pointer-events: none;
    fill: #fff;
    font-size: 20px;
    font-weight: bold;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.g-services__services svg circle.active,
.g-services__services svg circle.active+text,
.g-services__services svg circle:hover,
.g-services__services svg circle:hover+text {
    opacity: 1
}

.g-services__map-1 {
    opacity: 0
}

.g-services__map-1 svg path {
    fill: #8baa7c;
    opacity: .5
}

.g-services__map-1.active {
    opacity: 1
}

.g-services__map-2 {
    opacity: 0
}

.g-services__map-2 svg path {
    fill: #edd3ba;
    opacity: .5
}

.g-services__map-2.active {
    opacity: 1
}

.g-services__map-3 {
    opacity: 0
}

.g-services__map-3 svg path {
    fill: #c6997e;
    opacity: .5
}

.g-services__map-3.active {
    opacity: 1
}

.g-services__content {
    z-index: 4;
    justify-content: center;
    align-items: center;
    gap: 90px;
    display: flex;
    position: absolute;
    bottom: -10%;
    left: 0
}

.g-services__left {
    flex: 1;
    max-width: 30%
}

.g-services__right {
    flex: 1;
    max-width: 70%
}

.g-services__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    display: grid
}

.g-services__item {
    cursor: pointer;
    border-radius: 100vmax;
    align-items: center;
    padding: 2px;
    display: flex
}

.g-services__item:hover {
    background-color: #fff
}

.g-services__item:hover .g-services__number {
    color: #fff;
    background-color: #75300b
}

.g-services__item:hover .g-services__label {
    color: #75300b
}

.g-services__number {
    letter-spacing: 0%;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100vmax;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    margin-right: 8px;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 140%;
    display: flex
}

.g-services__label {
    font-family: Inter, sans-serif;
    font-weight: 300;
    font-style: Light;
    letter-spacing: 0%;
    text-align: left;
    margin: 0;
    font-size: 10px;
    line-height: 140%
}

.g-services__heading {
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    font-family: UTM Essendine Caps, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 100px;
    margin-top: 80px;
}

.g-services__heading span {
    letter-spacing: 0%;
    text-align: center;
    text-transform: math-auto;
    font-family: SVN-Night Wind Sent, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.15
}

.g-services__description {
    letter-spacing: 0%;
    text-align: justify;
    font-family: Inter, sans-serif;
    font-size: 8px;
    font-weight: 300;
    line-height: 140%
}
.g-services__description p{
    margin: 5px 0;
}

.g-services__table {
    white-space: nowrap;
    background-color: #924a1a;
    border-radius: 9px;
    flex-flow: column;
    margin-bottom: 5vh;
    padding: 12px;
    display: flex;
    position: absolute;
    bottom: 100%;
    right: -5%
}

.g-services__table-item {
    letter-spacing: 0%;
    text-align: justify;
    color: #fff;
    border-radius: 100vmax;
    align-items: center;
    padding: 3px;
    font-family: Inter, sans-serif;
    font-size: 8px;
    font-weight: 300;
    line-height: 140%;
    text-decoration: none;
    display: flex
}

.g-services__table-item span {
    border: 1px solid #fff;
    border-radius: 100vmax;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    display: block
}

.g-services__table-item:hover {
    color: #75300b;
    background-color: #fff
}

.g-services__table-item:hover span {
    background-color: #75300b
}

.g-utilities {
    background-color: #f2dd9e
}

.g-utilities__wrapper {
    justify-content: center;
    width: 100%;
    padding-bottom: 100px;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.g-utilities__content {
    width: 100%;
    max-width: 1100px;
}

.g-utilities__heading {
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(#de852c 0%, #b35b18 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin: 0 0 16px;
    font-family: UTM Essendine Caps, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.15
}

.g-utilities__images {
    z-index: 2;
    position: relative
}

.g-utilities__description {
    letter-spacing: 0%;
    text-align: center;
    z-index: 3;
    width: 100%;
    margin: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    position: absolute;
    bottom: 50px;
    left: 0
}

.g-utilities__slider {
    object-fit: cover;
    z-index: 2;
    width: 100%;
    height: 100% !important;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.g-utilities__slider:first-child {
    display: block
}

.g-utilities__sliders {
    padding-top: 51.6364%;
    position: relative
}

.g-utilities__arrow {
    z-index: 9;
    cursor: pointer;
    color: #fff;
    background-color: #fff0;
    border: 1px solid #fff;
    border-radius: 100vmax;
    width: 40px;
    height: 40px;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.g-utilities__arrow--prev {
    left: 50px
}

.g-utilities__arrow--next {
    right: 50px
}

.g-utilities__arrow:hover {
    color: #75300b;
    background-color: #fff
}

.g-utilities__slider-item {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.g-utilities__slider-item:before {
    content: "";
    background-blend-mode: multiply;
    z-index: 3;
    background: linear-gradient(#fff0 65%, #303030c4 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.g-utilities__slider-item.active-slider {
    display: block
}

.g-utilities__element {
    z-index: 1;
    pointer-events: none;
    width: 33vw;
    max-width: 691px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0
}

.g-map {
    background: linear-gradient(#fee9bc, #fff)
}

.g-map__wrapper {
    z-index: 2;
    width: 100%;
    max-width: 1100px;
    height: 100%;
    padding-top: 80px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%)
}

.g-map__content {
    position: absolute
}

.g-map__images {
    z-index: 1;
    text-align: right;
    width: 1567px;
    height: 882px;
    position: absolute;
    top: 47%;
    right: 0;
    transform: translate3d(0, -50%, 0);
}

.g-map__images img {
    object-fit: contain;
    width: auto;
    height: 100%
}

.g-map__svg {
    height: 100%;
    position: absolute;
    top: 59.9%;
    left: 49.2%;
    transform: translate(-50%, -50%)scaleX(1.16)scaleY(1.19)
}

@keyframes StrokeLine {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: -200px
    }
}

.g-map__svg path {
    fill: none;
    stroke-miterlimit: 10;
    stroke-dasharray: 10;
    stroke-dashoffset: 0;
    stroke: #fff;
    animation: 6s linear infinite StrokeLine;
    stroke-width: 1px !important
}

.g-map__image-dots {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 51.6%;
    right: 30.3%;
    transform: translate(-50%, -50%)
}

@keyframes dotsScale {
    0% {
        opacity: 1;
        width: 50px;
        height: 50px
    }

    to {
        opacity: 0;
        width: 400px;
        height: 400px
    }
}

.g-map__image-dots span {
    border: 1px solid #de852c;
    border-radius: 100vmax;
    width: 50px;
    height: 50px;
    animation: 4s ease-out infinite dotsScale;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.g-map__image-dots span:nth-child(2) {
    animation-delay: 1s
}

.g-map__image-dots span:nth-child(3) {
    animation-delay: 2s
}

.g-map__image-dots span:nth-child(4) {
    animation-delay: 3s
}

.g-map__image-dots span:nth-child(5) {
    animation-delay: 4s
}

.g-map__heading {
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #75300b;
    margin: 0 0 60px;
    font-family: UTM Essendine Caps, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.15
}

.g-map__heading .g-s {
    letter-spacing: 0%;
    text-align: center;
    text-transform: lowercase;
    font-family: SVN-Night Wind Sent, sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.15
}

.g-map__heading .g-u {
    letter-spacing: 0%;
    text-align: center;
    background: linear-gradient(#de852c 0%, #b35b18 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.15
}

.g-map__content {
    max-width: 344px;
    position: relative
}

.g-map__label {
    letter-spacing: 2%;
    text-align: center;
    color: #de852c;
    transform-origin: 50%;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: Inter, sans-serif;
    font-size: 66px;
    font-weight: 600;
    line-height: 1.15;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translate(-50%, -50%)rotate(-90deg)
}

.g-map__title {
    letter-spacing: 2%;
    color: #de852c;
    margin: 0 0 6px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.15
}

.g-map__title span {
    font-weight: 600
}

.g-map__description {
    letter-spacing: 2%;
    text-align: justify;
    color: #000;
    margin-bottom: 24px;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 140%
}

.g-map__pagination {
    z-index: 2;
    justify-content: space-between;
    width: 100%;
    max-width: 466px;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%)
}

.g-map__pagination:before {
    content: "";
    background-color: #de852c;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 45px;
    left: 0
}

.g-map__arrow {
    cursor: pointer;
    background: 0 0;
    border: 0;
    padding: 0 24px;
    position: absolute;
    bottom: -5px
}

.g-map__arrow--prev {
    right: 100%
}

.g-map__arrow--next {
    left: 100%
}

.g-pagination__label {
    width: 80px;
    height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #de852c;
    border: 1px solid #de852c;
    border-radius: 100vmax;
    justify-content: center;
    align-items: center;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.15;
    display: flex
}

.g-pagination__item {
    cursor: pointer;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex !important;
    position: relative;
    padding-bottom: 120px;
}

.g-pagination__item.slick-current .g-pagination__content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.g-pagination__item.slick-current .g-pagination__label {
    color: #fff;
    background: linear-gradient(#de852c 0%, #b35b18 100%)
}

.g-map__pagination__slider button.slick-arrow {
    background: none;
    border: 0;
}

.g-map__pagination__slider button.slick-next.slick-arrow {
    position: absolute;
    top: 29px;
    right: auto;
    left: 100%;
    cursor: pointer;
}

.g-map__pagination__slider button.slick-prev.slick-arrow {
    position: absolute;
    top: 29px;
    left: auto;
    right: 100%;
    cursor: pointer;
}

.g-pagination__dots {
    background-color: #de852c;
    border-radius: 100vmax;
    width: 10px;
    height: 10px;
    margin-top: 16px
}

.g-pagination__content {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 50px;
    left: calc(50% - 3px);
}

.g-pagination__content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.g-pagination__content ul li {
    letter-spacing: 0%;
    color: #de852c;
    white-space: nowrap;
    padding: 22px 12px;
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.15;
    position: relative
}

.g-pagination__content ul li+li {
    margin-top: -26px
}

.g-pagination__content ul li:before {
    content: "";
    background-color: #de852c;
    border-radius: 100vmax;
    width: 6px;
    height: 6px;
    margin-right: 6px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.g-pagination__content ul li:after {
    content: "";
    background-color: #de852c;
    width: 1px;
    height: 50%;
    position: absolute;
    top: 0;
    left: 2px
}

.g-premises {
    background-color: #7a3c1a
}

.g-premises__wrapper {
    height: 100vh
}

.g-premises__arrow {
    z-index: 9;
    cursor: pointer;
    color: #fff;
    background-color: #fff0;
    border: 1px solid #fff;
    border-radius: 100vmax;
    width: 40px;
    height: 40px;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.g-premises__arrow--prev {
    left: 50px
}

.g-premises__arrow--next {
    right: 50px
}

.g-premises__arrow:hover {
    color: #75300b;
    background-color: #fff
}

.g-premises__sliders {
    position: relative;
    overflow: hidden
}

.g-premises__slider {
    display: none
}

.g-premises__slider .g-premises__text {
    letter-spacing: 0%;
    text-align: justify;
    text-transform: uppercase;
    background: linear-gradient(#fff, #fff0);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translate(-150%)
}

.g-premises__slider .g-premises__text span {
    flex-flow: column;
    padding-left: 40px;
    display: flex
}

.g-premises__slider .g-premises__text span:after {
    content: attr(data-text);
    background: linear-gradient(#fff0, #fff);
    -webkit-text-fill-color: transparent;
    opacity: .3;
    -webkit-background-clip: text;
    line-height: 1;
    transform: scaleY(-1)translateY(5px)
}

.g-premises__slider.g-bg-c {
    background-color: #fff
}

.g-premises__slider.g-bg-c:before {
    content: "";
    padding-top: 41.4%;
    display: block;
    width: 100vw;
}

.g-premises__slider.g-bg-c img {
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.g-premises__slider.slide-active {
    display: block
}

.g-premises__slider img {
    object-fit: cover;
    width: 100%;
    /*height:100vh;*/
}

.g-premises__slider--active {
    display: block
}


.g-premises__wrapper {
    display: flex;
    flex-flow: column;
}

.g-premises__content {
    background-image: url(../../../../wp-content/themes/solia/assets/banner-main-BmWV0krf.jpg);
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex: 1;
}

.g-premises__pagination {
    justify-content: center;
    align-items: center;
    gap: 30px;
    display: flex
}

.g-premises__item2,
.g-premises__item {
    letter-spacing: 0%;
    text-align: center;
    color: #f6b34a;
    border-radius: 100vmax;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    font-family: Inter, sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.25;
    text-decoration: none;
    transition: all .3s ease-in-out;
    display: flex
}

.g-premises__item2:after,
.g-premises__item:after {
    content: "";
    opacity: 0;
    background-image: url("data:image/svg+xml,%3csvg%20width='8'%20height='14'%20viewBox='0%200%208%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.353516%2013.3535L6.85352%206.85352L0.353517%200.353515'%20stroke='%2375300B'/%3e%3c/svg%3e");
    width: 7px;
    height: 13px;
    margin-left: 6px;
    transition: all .3s ease-in-out
}

.g-premises__item2.item-active,
.g-premises__item2:hover,
.g-premises__item.item-active,
.g-premises__item:hover {
    color: #75300b;
    background-color: #f6b34a
}

.g-premises__item2.item-active:after,
.g-premises__item2:hover:after,
.g-premises__item.item-active:after,
.g-premises__item:hover:after {
    opacity: 1
}

.g-group-buttons {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate3d(-50%, 0px, 0px);
}
.g-group-buttons {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate3d(-50%, 0px, 0px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.g-group-buttons .btn-group {
    letter-spacing: 0%;
    text-align: center;
    color: #f6b34a;
    border-radius: 100vmax;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    text-decoration: none;
    transition: all .3s ease-in-out;
    display: flex;
    margin: 0 8px;
    background: #75300b;
    border: 1px solid #75300b;
    cursor: pointer;
}

.g-group-buttons .btn-group:hover,
.g-group-buttons .btn-group.active {
    color: #75300b;
    background: #f6b34a;
    border: 1px solid #f6b34a;
}

.g-premises__heading {
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    font-family: UTM Essendine Caps, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 100%
}

.g-premises__heading br {
    display: none
}

.g-why {
    background: linear-gradient(#f2f1d5, #be6f21)
}

.g-why__wrapper {
    justify-content: center;
    width: 100%;
    padding-top: 100px;
    padding-left: 25vw;
    display: flex;
    position: absolute;
    top: 0;
    left: 0
}

.g-why__content {
    width: 100%;
    max-width: 1100px
}

.g-why__heading {
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    color: #75300b;
    margin: 0 0 36px;
    font-family: UTM Essendine Caps, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.15;
    transform: translate(-50px)
}

.g-why__heading span {
    letter-spacing: 0%;
    text-transform: initial;
    font-family: SVN-Night Wind Sent, sans-serif;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.15
}

.g-why__item {
    align-items: center;
    gap: 10px;
    width: 33.3333%;
    display: flex
}

.g-why__item:nth-child(4),
.g-why__item:nth-child(5),
.g-why__item:nth-child(6) {
    padding-left: 40px
}

.g-why__number {
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #75300b;
    margin: 0;
    font-family: UTM Essendine Caps, sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.15
}

.g-why__description {
    letter-spacing: 0%;
    text-align: justify;
    color: #75300b;
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%
}

.g-why__lists {
    flex-wrap: wrap;
    display: flex
}

.g-why__lists+.g-why__lists {
    margin-top: 30px;
    transform: translate(40px)
}

.g-footer {
    background: linear-gradient(#e9a341, #7d3d1a)
}

.g-footer__wrapper {
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0
}

.g-footer__copyright {
    letter-spacing: 0%;
    text-align: center;
    width: 100%;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 159%;
    position: absolute;
    bottom: 58px;
    left: 0
}

.g-footer__content {
    width: 100%;
    max-width: 1100px
}

.g-footer__head {
    align-items: center;
    display: flex
}

.g-footer__logo {
    /*border-right: 1px solid #f6b34a;*/
    justify-content: center;
    align-items: center;
    width: 40%;
    min-height: 160px;
    display: flex
}

.g-footer__logo img {
    margin-top:25px;
    height: 100px;
}

.g-footer__partner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    display: flex
}

.g-footer__partner:nth-child(2) {
    transition-delay: .6s
}

.g-footer__partner span {
    margin-bottom: 16px
}

.g-footer__partner img {
    object-fit: contain;
    height: 40px
}

.g-footer__heading {
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin: 84px 0 16px;
    font-family: Inter, sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 140%
}

.g-footer__description {
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.g-footer__description p {
    letter-spacing: 0%;
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 159%
}

.g-footer__socials {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex
}

.g-footer__social-link {
    border: 1px solid #fff;
    border-radius: 100vmax;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    margin: 0 8px;
    transition: all .3s ease-in-out;
    display: flex
}

.g-footer__social-link:hover {
    background-color: #e9a341
}

.g-footer__social-link:hover svg path {
    fill: #fff
}

/* .fp-viewing-2 .g-header__logo .g-logo-light, */
.fp-viewing-3 .g-header__logo .g-logo-light,
.fp-viewing-6 .g-header__logo .g-logo-light,
.fp-viewing-7 .g-header__logo .g-logo-light,
.fp-viewing-9 .g-header__logo .g-logo-light {
    opacity: 1
}

/* .fp-viewing-2 .g-header__logo .g-logo-dark, */
.fp-viewing-3 .g-header__logo .g-logo-dark,
.fp-viewing-6 .g-header__logo .g-logo-dark,
.fp-viewing-7 .g-header__logo .g-logo-dark,
.fp-viewing-9 .g-header__logo .g-logo-dark {
    opacity: 0
}

/* .fp-viewing-2 .g-header__button, */
.fp-viewing-3 .g-header__button,
.fp-viewing-6 .g-header__button,
.fp-viewing-7 .g-header__button,
.fp-viewing-9 .g-header__button {
    color: #75300b;
    border-color: #75300b
}

/* .fp-viewing-2 .g-header__menu ul li a, */
.fp-viewing-3 .g-header__menu ul li a,
.fp-viewing-6 .g-header__menu ul li a,
.fp-viewing-7 .g-header__menu ul li a,
.fp-viewing-9 .g-header__menu ul li a {
    color: #75300b
}

/* .fp-viewing-2 .g-header__menu ul li a:before, */
.fp-viewing-3 .g-header__menu ul li a:before,
.fp-viewing-6 .g-header__menu ul li a:before,
.fp-viewing-7 .g-header__menu ul li a:before,
.fp-viewing-9 .g-header__menu ul li a:before {
    background-color: #75300b
}

.fp-section .g-section__bg {
    opacity: 0;
    transition: all 1s ease-in-out
}

.fp-section .g-hero__caption {
    opacity: 0;
    transition: all 1s ease-in-out 1s;
    transform: translateY(100%)
}

.fp-section .g-hero__logo {
    opacity: 0;
    transition: all 1s ease-in-out 1.2s;
    transform: translateY(-50%)
}

.fp-section .g-hero__title {
    opacity: 0;
    transition: all 1s ease-in-out 1.4s;
    transform: translateY(50%)
}

.fp-section .g-hero__description {
    opacity: 0;
    transition: all 1s ease-in-out 1.6s;
    transform: translateY(50%)
}

.fp-section .g-hero__footer:before {
    width: 0;
    transition: all 1s ease-in-out 1.8s
}

.fp-section .g-hero__footer:after {
    transition: all 1s ease-in-out 2s;
    transform: translate(-50%)scale(0)
}

.fp-section .g-genera__item {
    opacity: 0;
    transition: all 1s ease-in-out;
    transform: translateY(50%)
}

.fp-section .g-genera__item:first-child {
    transition-delay: 1.2s
}

.fp-section .g-genera__item:nth-child(2) {
    transition-delay: 1.4s
}

.fp-section .g-genera__item:nth-child(3) {
    transition-delay: 1.6s
}

.fp-section .g-genera__item:nth-child(4) {
    transition-delay: 1.8s
}

.fp-section .g-genera__item:nth-child(5) {
    transition-delay: 2s
}

.fp-section .g-genera__item:nth-child(6) {
    transition-delay: 2.2s
}

.fp-section .g-genera__item:nth-child(7) {
    transition-delay: 2.4s
}

.fp-section .g-genera__item:nth-child(8) {
    transition-delay: 2.6s
}

.fp-section .g-genera__item:nth-child(9) {
    transition-delay: 2.8s
}

.fp-section .g-info__heading {
    opacity: 0;
    transition: all 1s ease-in-out 1.2s;
    transform: translateY(50%)
}

.fp-section .g-info__signature {
    opacity: 0;
    transition: all 1s ease-in-out 1.4s;
    transform: translateY(50%)
}

.fp-section .g-info__description {
    opacity: 0;
    transition: all 1s ease-in-out 1.6s;
    transform: translateY(50%)
}

.fp-section .g-info__item {
    opacity: 0;
    transition: all 1s ease-in-out;
}

.fp-section .g-info__item:first-child {
    transition-delay: 1.2s;
}

.fp-section .g-info__item:nth-child(2) {
    transition-delay: 1.4s
}

.fp-section .g-info__item:nth-child(3) {
    transition-delay: 1.6s
}

.fp-section .g-services__image img {
    opacity: 0;
    transition: all 1s ease-in-out 1.2s
}

.fp-section .g-services__content {
    opacity: 0;
    transition: all 1s ease-in-out 1.4s;
    transform: translateY(50%)
}

.fp-section .g-services__table {
    opacity: 0;
    transition: all 1s ease-in-out 2s;
    transform: translateY(50%)
}

.fp-section .g-utilities__heading {
    opacity: 0;
    transition: all 1s ease-in-out 1.2s;
    transform: translateY(50%)
}

.fp-section .g-utilities__images {
    opacity: 0;
    transition: all 1s ease-in-out 1.4s;
    transform: translateY(50%)
}

.fp-section .g-utilities__element {
    opacity: 0;
    transition: all 1s ease-in-out 1.8s
}

.fp-section .g-map__heading {
    opacity: 0;
    transition: all 1s ease-in-out 1.2s;
    transform: translateY(50%)
}

.fp-section .g-map__label {
    opacity: 0;
    transition: all 1s ease-in-out 1.4s
}

.fp-section .g-map__content>:not(.g-map__label) {
    opacity: 0;
    transition: all 1s ease-in-out;
    transform: translateY(50%)
}

.fp-section .g-map__content>:not(.g-map__label):first-child {
    transition-delay: 1.4s
}

.fp-section .g-map__content>:not(.g-map__label):nth-child(2) {
    transition-delay: 1.6s
}

.fp-section .g-map__content>:not(.g-map__label):nth-child(3) {
    transition-delay: 1.8s
}

.fp-section .g-map__content>:not(.g-map__label):nth-child(4) {
    transition-delay: 2s
}

.fp-section .g-map__content>:not(.g-map__label):nth-child(5) {
    transition-delay: 2.2s
}

.fp-section .g-map__content>:not(.g-map__label):nth-child(6) {
    transition-delay: 2.4s
}

.fp-section .g-map__content>:not(.g-map__label):nth-child(7) {
    transition-delay: 2.6s
}

.fp-section .g-map__content>:not(.g-map__label):nth-child(8) {
    transition-delay: 2.8s
}

.fp-section .g-map__content>:not(.g-map__label):nth-child(9) {
    transition-delay: 3s
}

.fp-section .g-map__images img {
    opacity: 0;
    transition: all 1s ease-in-out 1.2s
}

.fp-section .g-map__image-dots {
    opacity: 0;
    transition: all 1s ease-in-out 1.6s
}

.fp-section .g-map__svg {
    opacity: 0;
    transition: all 1s ease-in-out 1.8s
}

.fp-section .g-map__pagination .g-pagination__item {
    opacity: 0;
    transition: all 1s ease-in-out;
    transform: translateY(50%)
}

.fp-section .g-map__pagination .g-pagination__item:first-child {
    transition-delay: 1.2s
}

.fp-section .g-map__pagination .g-pagination__item.slick-slide:nth-child(2) {
    transition-delay: 1.4s
}

.fp-section .g-map__pagination .g-pagination__item.slick-slide:nth-child(3) {
    transition-delay: 1.6s
}

.fp-section .g-map__pagination .g-pagination__item.slick-slide:nth-child(4) {
    transition-delay: 1.8s
}

.fp-section .g-map__pagination .g-pagination__item.slick-slide:nth-child(5) {
    transition-delay: 2s
}

.fp-section .g-map__pagination .g-pagination__item.slick-slide:nth-child(6) {
    transition-delay: 2.2s
}

.fp-section .g-map__pagination .g-pagination__item.slick-slide:nth-child(7) {
    transition-delay: 2.4s
}

.fp-section .g-map__pagination .g-pagination__item.slick-slide:nth-child(8) {
    transition-delay: 2.6s
}

.fp-section .g-map__pagination .g-pagination__item.slick-slide:nth-child(9) {
    transition-delay: 2.8s
}

.fp-section .g-map__pagination .g-pagination__item.slick-slide:nth-child(10) {
    transition-delay: 3s
}

.fp-section .g-map__pagination .g-pagination__item.slick-slide:nth-child(11) {
    transition-delay: 3.2s
}

.fp-section .g-map__pagination:before {
    width: 0;
    transition: all 1s ease-in-out 2.4s
}

.fp-section .g-premises__sliders {
    opacity: 0;
    transition: all 1s ease-in-out 1.2s
}

.fp-section h2.g-premises__heading {
    opacity: 0;
    transition: all 1s ease-in-out 1.4s;
    transform: translateY(50%)
}

.fp-section .g-premises__pagination {
    opacity: 0;
    transition: all 1s ease-in-out;
    transform: translateY(50%)
}

.fp-section .g-why__heading {
    opacity: 0;
    transition: all 1s ease-in-out 1.2s
}

.fp-section .g-why__lists .g-why__item {
    opacity: 0;
    transition: all 1s ease-in-out;
    transform: translate(50%)
}

.fp-section .g-why__lists .g-why__item:first-child {
    transition-delay: 1.4s
}

.fp-section .g-why__lists .g-why__item:nth-child(2) {
    transition-delay: 1.6s
}

.fp-section .g-why__lists .g-why__item:nth-child(3) {
    transition-delay: 1.8s
}

.fp-section .g-why__lists .g-why__item:nth-child(4) {
    transition-delay: 2s
}

.fp-section .g-why__lists .g-why__item:nth-child(5) {
    transition-delay: 2.2s
}

.fp-section .g-why__lists .g-why__item:nth-child(6) {
    transition-delay: 2.4s
}

.fp-section .g-why__lists .g-why__item:nth-child(7) {
    transition-delay: 2.6s
}

.fp-section .g-why__lists .g-why__item:nth-child(8) {
    transition-delay: 2.8s
}

.fp-section .g-footer__logo img,
.fp-section .g-footer__partner {
    opacity: 0;
    transition: all 1s ease-in-out 1.2s
}

.fp-section .g-footer__heading {
    opacity: 0;
    transition: all 1s ease-in-out 1.4s;
    transform: translateY(50%)
}

.fp-section .g-footer__description {
    opacity: 0;
    transition: all 1s ease-in-out 1.6s;
    transform: translateY(50%)
}

.fp-section .g-footer__socials {
    opacity: 0;
    transition: all 1s ease-in-out 1.8s
}

.fp-section .g-footer__socials:first-child {
    transition-delay: 1.8s
}

.fp-section .g-footer__socials:nth-child(2) {
    transition-delay: 2s
}

.fp-section .g-footer__socials:nth-child(3) {
    transition-delay: 2.2s
}

.fp-section .g-footer__copyright {
    opacity: 0;
    transition: all 1s ease-in-out 2.4s
}

.fp-section .g-area__item {
    opacity: 0;
    transition: all 1s ease-in-out;
    transform: translateY(50%)
}

.fp-section .g-area__item:first-child {
    transition-delay: 1.2s
}

.fp-section .g-area__item:nth-child(2) {
    transition-delay: 1.4s
}

.fp-section .g-area__item:nth-child(3) {
    transition-delay: 1.6s
}

.fp-section .g-area__item:nth-child(4) {
    transition-delay: 1.8s
}

.fp-section .g-area__item:nth-child(5) {
    transition-delay: 2s
}

.fp-section .g-area__item:nth-child(6) {
    transition-delay: 2.2s
}

.fp-section .g-area__content+.g-area__content:before {
    width: 0;
    transition: all 1s ease-in-out 2.4s
}

.fd-loaded-complete .g-section__bg {
    opacity: 1
}

.fd-loaded-complete .g-hero__caption,
.fd-loaded-complete .g-hero__logo,
.fd-loaded-complete .g-hero__title,
.fd-loaded-complete .g-hero__description {
    opacity: 1;
    transform: translateY(0)
}

.fd-loaded-complete .g-hero__footer:before {
    width: 100%
}

.fd-loaded-complete .g-hero__footer:after {
    transform: translate(-50%)scale(1)
}

.fd-loaded-complete .g-genera__item,
.fd-loaded-complete .g-info__heading,
.fd-loaded-complete .g-info__signature,
.fd-loaded-complete .g-info__description {
    opacity: 1;
    transform: translateY(0)
}

.fd-loaded-complete .g-info__item {
    opacity: 1;
}

.fd-loaded-complete .g-services__image img {
    opacity: 1
}

.fd-loaded-complete .g-services__content,
.fd-loaded-complete .g-services__table,
.fd-loaded-complete .g-utilities__heading,
.fd-loaded-complete .g-utilities__images,
.fd-loaded-complete .g-utilities__element,
.fd-loaded-complete .g-map__heading {
    opacity: 1;
    transform: translateY(0)
}

.fd-loaded-complete .g-map__label {
    opacity: 1
}

.fd-loaded-complete .g-map__content>:not(.g-map__label) {
    opacity: 1;
    transform: translateY(0)
}

.fd-loaded-complete .g-map__images img,
.fd-loaded-complete .g-map__image-dots,
.fd-loaded-complete .g-map__svg {
    opacity: 1
}

.fd-loaded-complete .g-map__pagination .g-pagination__item {
    opacity: 1;
    transform: translateY(0)
}

.fd-loaded-complete .g-map__pagination:before {
    width: 100%
}

.fd-loaded-complete .g-premises__sliders {
    opacity: 1
}

.fd-loaded-complete h2.g-premises__heading,
.fd-loaded-complete .g-premises__pagination {
    opacity: 1;
    transform: translateY(0)
}

.fd-loaded-complete .g-why__heading {
    opacity: 1
}

.fd-loaded-complete .g-why__lists .g-why__item {
    opacity: 1;
    transform: translate(0)
}

.fd-loaded-complete .g-footer__logo img,
.fd-loaded-complete .g-footer__partner {
    opacity: 1
}

.fd-loaded-complete .g-footer__heading,
.fd-loaded-complete .g-footer__description {
    opacity: 1;
    transform: translateY(0)
}

.fd-loaded-complete .g-footer__socials,
.fd-loaded-complete .g-footer__copyright {
    opacity: 1
}

.fd-loaded-complete .g-area__item {
    opacity: 1;
    transform: translateY(0)
}

.fd-loaded-complete .g-area__content+.g-area__content:before {
    width: 100%
}

.fp-watermark {
    display: none !important;
}

@media screen and (max-width: 1660px) {
    .g-header__inner {
        padding: 12px 16px
    }

    .g-info__wrapper {
        padding-top: 50px
    }

    .g-info__heading {
        margin-bottom: 12px;
        font-size: 32px
    }

    .g-info__signature {
        margin-bottom: 0;
        font-size: 56px
    }

    .g-info__description {
        font-size: 14px
    }

    .g-info__item h3 {
        font-size: 46px
    }

    .g-info__item p {
        font-size: 14px
    }

    .g-info__item {
        bottom: 3vh
    }

    .g-info__item:nth-child(2) {
        bottom: 8vh
    }

    .g-genera__row {
        max-width: 1100px
    }

    .g-area__description {
        font-size: 32px
    }

    .g-area__heading {
        font-size: 12px
    }

    .g-area__content {
        max-width: 700px
    }

    .g-area__content+.g-area__content {
        margin-top: 18px;
        padding-top: 18px
    }

    .g-area__wrapper {
        padding-bottom: 24px
    }

    .g-services__inner {
        max-width: 750px;
    }

    .g-services__content {
        gap: 50px
    }

    .g-services__left {
        max-width: 35%
    }

    .g-services__right {
        max-width: 65%
    }

    .g-services__content {
        bottom: -11%
    }

    .g-services__number {
        max-width: 20px;
        width: 100%;
        height: 20px;
        font-size: 10px;
    }
    
    .g-services__label {
        font-size: 8px;
    }

    .g-services__list {
        gap: 0;
    }

    .g-services__heading {
        font-size: 22px;
        margin-top: 50px;
    }

    .g-services__table {
        margin-bottom: 2vh
    }

    .g-utilities__content {
        max-width: 950px;
    }

    .g-utilities__wrapper {
        padding-bottom: 120px
    }

    /* .g-map__images {
        transform-origin: 100% 0;
        transform: scale(.8)
    } */

    .g-map__wrapper {
        padding-top: 50px
    }

    .g-map__heading {
        margin-bottom: 24px
    }

    .g-why__content {
        /* max-width: 900px */
    }
    .g-map__images {
        transform: translate3d(0, -50%, 0) scale(0.8);
        transform-origin: right;
    }
}

@media screen and (max-width: 1366px) {
    .g-hero__content {
        padding-top: 50px;
        padding-bottom: 24px
    }

    .g-header__logo {
        width: 120px
    }

    .g-header__button {
        padding: 0 12px;
        font-size: 12px
    }

    .g-info__wrapper {
        padding-top: 30px
    }

    .g-info__heading {
        margin-bottom: 8px;
        font-size: 24px
    }

    .g-info__signature {
        margin-bottom: 0;
        font-size: 40px
    }

    .g-info__description {
        font-size: 12px
    }

    .g-info__item h3 {
        font-size: 32px
    }

    .g-info__item p {
        font-size: 12px
    }

    .g-info__item {
        bottom: 2vh
    }

    .g-info__item:nth-child(2) {
        bottom: 6vh
    }

    .g-genera__row {
        max-width: 900px
    }

    .g-area__description {
        font-size: 24px
    }

    .g-area__heading {
        font-size: 10px
    }

    .g-area__content {
        max-width: 500px
    }

    .g-area__content+.g-area__content {
        margin-top: 12px;
        padding-top: 12px
    }

    .g-area__wrapper {
        padding-bottom: 12px
    }

    .g-services__inner {
        max-width: 600px;
    }

    .g-services__content {
        align-items: flex-end;
        gap: 30px;
        bottom: -12%
    }

    .g-services__right {
        padding-bottom: 7px
    }

    .g-services__number {
        max-width: 20px;
        width: 100%;
        height: 20px;
        font-size: 10px;
    }

    .g-services__list {
        gap: 0px
    }

    .g-services__heading {
        font-size: 20px;
        margin-bottom: 60px;
    }

    .g-services__table {
        margin-bottom: 0
    }

    .g-utilities__content {
        max-width: 750px;
    }

    /* .g-map__images {
        transform-origin: 100% 0;
        transform: scale(.7)
    } */

    .g-map__wrapper {
        padding-top: 30px
    }

    .g-genera__word {
        font-size: 72px
    }

    .g-genera__title {
        font-size: 12px
    }

    .g-genera__description,
    .g-services__label {
        font-size: 8px
    }

    .g-map__title {
        font-size: 14px
    }

    .g-map__description {
        margin-bottom: 12px;
        font-size: 9px
    }

    .g-map__label {
        font-size: 48px;
        right: 140px
    }

    .g-map__pagination {
        /*bottom: 54px*/
    }

    .g-why__description {
        font-size: 12px
    }

    .g-why__number {
        font-size: 36px
    }

    .g-why__content {
        /* max-width: 780px */
    }
    .g-map__images {
    transform: translate3d(0, -50%, 0) scale(0.6);
    transform-origin: right;
}
}

@media screen and (max-width: 1100px) {
    .g-hero__content {
        padding-top: 40px;
        padding-bottom: 20px
    }

    .g-header__logo {
        width: 100px
    }

    .g-header__button {
        padding: 0 8px;
        font-size: 10px
    }

    .g-info__wrapper {
        padding-top: 24px
    }

    .g-info__heading {
        margin-bottom: 6px;
        font-size: 18px
    }

    .g-info__signature {
        margin-bottom: 0;
        font-size: 32px
    }

    .g-info__description {
        font-size: 10px
    }

    .g-info__item h3 {
        font-size: 24px
    }

    .g-info__item p {
        font-size: 10px
    }

    .g-info__item {
        bottom: 1.5vh
    }

    .g-info__item:nth-child(2) {
        bottom: 5vh
    }

    .g-genera__row {
        max-width: 720px
    }

    .g-genera__word {
        font-size: 48px
    }

    .g-genera__title {
        font-size: 10px
    }

    .g-genera__description {
        font-size: 6px
    }

    .g-area__description {
        font-size: 20px
    }

    .g-area__heading {
        font-size: 8px
    }

    .g-area__content {
        max-width: 400px
    }

    .g-area__content+.g-area__content {
        margin-top: 10px;
        padding-top: 10px
    }

    .g-area__wrapper {
        padding-bottom: 8px
    }

    .g-services__inner {
        max-width: 500px
    }

    .g-services__content {
        align-items: flex-end;
        gap: 24px;
        bottom: -13%
    }

    .g-services__right {
        padding-bottom: 0;
    }

    .g-services__number {
        width: 16px;
        height: 16px
    }

    .g-services__list {
        gap: 0
    }

    .g-services__item {
        padding: 2px;
    }

    .g-services__heading {
        font-size: 12px
    }

    .g-services__label {
        font-size: 6px
    }

    .g-services__table {
        margin-bottom: 0
    }

    .g-utilities__content {
        max-width: 660px
    }

    /* .g-map__images {
        transform-origin: 100% 0;
        transform: scale(.55)
    } */

    .g-map__wrapper {
        max-width: 800px;
        padding-top: 24px
    }

    .g-map__heading {
        margin-bottom: 20px;
        font-size: 32px
    }

    .g-map__title {
        font-size: 12px
    }

    .g-map__description {
        margin-bottom: 10px;
        font-size: 8px
    }

    .g-map__label {
        font-size: 38px;
        right: 180px
    }

    .g-map__pagination {
        bottom: 42px
    }

    .g-why__description {
        font-size: 10px
    }

    .g-why__number {
        font-size: 28px
    }

    .g-why__content {
        /* max-width: 620px */
    }

    .g-why__wrapper,
    .g-footer__wrapper {
        padding-top: 50px
    }

    .g-footer__heading {
        margin-top: 32px
    }

    .g-utilities__wrapper {
        padding-top: 50px
    }

    .g-services__description {
        font-size: 6px
    }

    .g-services__heading span {
        font-size: 22px
    }

    .g-genera__wrapper {
        top: 50px
    }
}

@media screen and (max-width: 767px) {
    .g-section {
        min-height: auto
    }

    .g-hero__wrapper {
        padding-top: 40vh;
        padding-bottom: 100px;
        position: relative
    }

    .g-hero__description {
        font-size: 48px
    }

    .g-hero__title {
        max-width: 280px;
        font-size: 28px
    }

    .g-hero__head {
        margin-bottom: 40px
    }

    .g-hero__footer:before,
    .g-hero__footer:after {
        display: none
    }

    .g-hero__content {
        padding-bottom: 0
    }

    .g-video {
        min-height: 320px
    }

    .g-area__wrapper {
        padding-top: 50vh;
        padding-bottom: 100px;
        position: relative;
        inset: 0 auto auto 0
    }

    .g-area__content {
        flex-wrap: wrap;
        gap: 0;
        width: 100%
    }

    .g-area__item {
        width: 50%;
        padding: 12px
    }

    .g-area__item:nth-child(3) {
        width: 100%;
    }

    .g-area__icon {
        width: 48px;
        height: 48px
    }

    .g-area__content.g-area__content--center {
        flex-flow: column
    }

    .g-genera__wrapper {
        padding-top: 50vh;
        padding-bottom: 100px;
        position: relative;
        inset: 0 auto auto 0
    }

    .g-genera__row {
        grid-template-columns: auto auto;
        max-width: 260px;
        display: grid
    }

    .g-genera__item {
        flex: auto;
        width: 100%
    }

    .g-genera__word {
        font-size: 64px
    }

    .g-genera__description {
        font-size: 7px
    }

    .g-genera__title {
        width: 100%
    }

    .g-info__wrapper {
        position: relative;
        inset: 0 auto auto 0
    }

    .g-info {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .g-info__item {
        transform: none
    }

    .g-info__item:first-child {
        bottom: 48%;
        left: 9%;
        top: auto;
        right: auto;
        max-width: 40%;
    }

    .g-info__item:nth-child(2) {
        bottom: 23%;
        left: 50%;
        top: auto;
        right: auto;
        padding-left:10px;
    }

    .g-info__item:nth-child(3) {
        bottom: -7%;
        left: 9%;
        top: auto;
        right: auto;
        max-width: 40%;
    }

    .g-info__item h3 {
        margin-bottom: .25em
    }

    .g-info__heading {
        font-size: 24px
    }

    .g-info__signature {
        margin-bottom: .75rem
    }

    .g-info__lists {
        background-image: url(../../../../wp-content/themes/solia/assets/mobile-image-Sa2yToLy.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        width: 365px;
        height: 480px;
        margin: 24px auto 100px;
        position: relative
    }

    .g-services__wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        inset: 0 auto auto 0
    }

    .g-services__image-img {
        transform: translate(-50%, -50%)scale(1.25)
    }

    .g-services__content {
        flex-flow: column;
        gap: 280px;
        padding-left: 2rem;
        padding-right: 2rem;
        position: relative;
        bottom: 0
    }

    .g-services__left,
    .g-services__right {
        width: 100%;
        max-width: 100%
    }

    .g-services__table {
                flex-flow: row;
        background: no-repeat;
        position: absolute;
        bottom: 30%;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .g-services__image {
        position: absolute;
        top: 46%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .g-services__description {
        color: #75300b;
        font-size: 10px
    }
    

    .g-services__heading {
        color: #75300b;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .g-services__heading span {
        font-size: 32px
    }

    .g-services__label {
        text-align: left;
        font-size: 8px
    }

    .g-services__number {
        width: 100%;
        max-width: 20px;
        height: 20px
    }

    .g-utilities__wrapper {
        box-sizing: border-box;
        padding-top: 50px;
        padding-bottom: 100px;
        position: relative;
        top: 0;
        left: 0;
        transform: none
    }

    .g-utilities__sliders {
        width: 100%;
        max-width: 350px;
        padding-top: 130%
    }

    .g-utilities__element {
        display: none
    }

    .g-utilities__images {
        justify-content: center;
        display: flex
    }

    .g-utilities__arrow--prev {
        left: 14px
    }

    .g-utilities__arrow--next {
        right: 14px
    }

    .g-map__wrapper {
        position: relative;
        top: 0;
        left: 0;
        transform: none
    }

    .g-map__heading {
        margin-bottom: 430px;
        font-size: 24px
    }

    .g-map__images {
        top: 20%;
        right: 0;
        transform-origin: 100% 0;
        transform: translate3d(0, 0, 0);
        width: 100%;
        height: auto;
    }
    .g-map__image-dots {
        top: 58.6%;
        right: 53.3%;
    }
    #g-map.g-section .g-section__bg {
        display: none;
    }
    
    .g-map {
        background: linear-gradient(135deg, #dd984f, #fefdf1, #f3dbb6);
    }
    h2.g-hero__title {
        max-width: 100%;
    }
    
    .g-map__images {
        overflow: hidden;
    }
    
    .g-map__svg {
        top: 74%;
        left: -10.8%;
        transform: translate(-50%, -50%) scale(2.21);
    }
    .g-map__content {
        max-width: 300px;
        margin: 0 auto;
        padding-left: 40px
    }

    .g-map__label {
        font-size: 40px;
        line-height: 1;
        bottom: auto;
        left: auto;
        right: 95px
    }

    .g-map__title {
        margin-bottom: 0;
        font-size: 10px
    }

    .g-map__description {
        margin-bottom: 12px;
        font-size: 7px
    }

    .g-map__pagination {
        max-width: 280px;
        margin-top: 50px;
        position: relative;
        bottom: 0
    }

    .g-map {
        padding-bottom: 0;
    }

    .g-pagination__label {
        width: 50px;
        font-size: 6px
    }

    .g-premises__slider img {
        height: 480px
    }

    .g-premises__slider .g-premises__text {
        white-space: nowrap;
        font-size: 24px;
        bottom: 20%;
        transform: translate(-50%)
    }

    .g-premises__arrow {
        top: auto;
        bottom: 70px
    }

    .g-premises__wrapper {
        height: auto
    }

    .g-premises__heading {
        margin: 0 0 24px;
        line-height: 1.25
    }

    .g-premises__heading br {
        display: inline-block
    }

    .g-premises__content {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        position: relative
    }

    .g-premises__pagination {
        justify-content: flex-start;
        gap: 12px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        font-size: 14px;
    }

    .g-premises__item {
        text-align: left;
        white-space: nowrap;
        justify-content: center;
        width: calc(50% - 12px);
        font-size: 10px
    }

    .g-why__wrapper {
        min-height: 800px;
        padding: 50px 0;
        position: relative;
        inset: 0 auto auto 0
    }

    .g-why__heading {
        font-size: 38px;
        position: absolute;
        left: 50%;
        transform: none
    }

    .g-why__heading span {
        padding-left: 50px;
        font-size: 48px;
        display: block
    }

    .g-why__lists {
        text-align: left;
        flex-wrap: wrap;
        width: 100%;
        max-width: 340px;
        position: absolute;
        bottom: 60px;
        left: 50%;
        transform: translate(-50%)
    }

    .g-why__number {
        color: #f2ebc4;
        border-right: 1px solid #f2ebc4;
        width: 30px;
        padding-right: 8px
    }

    .g-why__description {
        text-align: left;
        color: #f2ebc4;
        font-size: 8px
    }

    .g-why__item {
        width: 50%;
        margin-top: 30px;
        padding: 0 8px !important
    }

    .g-footer__wrapper {
        padding-bottom: 120px;
        position: relative
    }

    .g-footer__head {
        flex-wrap: wrap
    }

    .g-footer__logo {
        width: 100%
    }

    .g-footer__partner {
        width: 50%
    }

    .g-footer__heading {
        font-size: 20px
    }

    .g-footer__description {
        text-align: center;
        flex-flow: column
    }

    .g-footer__description p {
        font-size: 10px
    }

    .g-video__button {
        width: 88px;
        height: 88px
    }

    .g-section .g-section__bg {
        opacity: 0;
        transition: all .6s ease-in-out
    }

    .g-hero__logo {
        height: 70px;
    }

    .g-contact-button {
        right: 10px;
        bottom: 10px;
    }

    .g-header {
        transition: all .3s ease-in-out;
    }

    .g-header__button::before,
    .g-header__button::after {
        content: "";
        position: absolute;
        width: 70%;
        height: 2px;
        background-color: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: all .3s ease-in-out;
    }

    .g-header__action.menu-active .g-header__button::before {
        transform: translate(-50%, -50%) rotate(45deg) scale(1)
    }

    .g-header__action.menu-active .g-header__button::after {
        transform: translate(-50%, -50%) rotate(-45deg) scale(1)
    }

    .g-header__action.menu-active .g-header__button svg {
        opacity: 0;
    }

    .g-header:has(.g-header__action.menu-active) {
        background: linear-gradient(268.64deg, #B35B18 2.31%, #DE852C 99.65%);
    }

    .g-header.header-active {
        background: linear-gradient(268.64deg, #B35B18 2.31%, #DE852C 99.65%);
    }

    .g-header .g-header__menu {
        width: 100vw;
        /* background-color: #75300b; */
        right: -16px;
        top: 39px;
        padding: 1rem 2rem;
        /* background-image: url("https://thesolia.vn/wp-content/uploads/2026/06/Rectangle-191.jpg");
        background-repeat: no-repeat;
        background-size: cover; */
        background: linear-gradient(268.64deg, #B35B18 2.31%, #DE852C 99.65%);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .g-section .g-hero__caption,
    .g-section .g-hero__logo,
    .g-section .g-hero__title,
    .g-section .g-hero__description,
    .g-section .g-area__item {
        opacity: 0;
        transition: all .6s ease-in-out;
        transform: translateY(50%)
    }
    
    .g-services__map-1, .g-services__map-2, .g-services__map-3, .g-services__services {
        transform: translate(-50%, -50%)scale(1.25);
    }

    .g-section .g-area__item:first-child {
        transition-delay: .2s
    }

    .g-section .g-area__item:nth-child(2) {
        transition-delay: .4s
    }

    .g-section .g-area__item:nth-child(3) {
        transition-delay: .6s
    }

    .g-section .g-area__item:nth-child(4) {
        transition-delay: .8s
    }

    .g-section .g-area__item:nth-child(5) {
        transition-delay: 1s
    }

    .g-section .g-area__item:nth-child(6) {
        transition-delay: 1.2s
    }

    .g-section .g-area__content+.g-area__content:before {
        width: 0;
        transition: all .6s ease-in-out 1.4s
    }

    .g-section .g-genera__item {
        opacity: 0;
        transition: all .6s ease-in-out;
        transform: translateY(50%)
    }

    .g-section .g-genera__item:first-child {
        transition-delay: .2s
    }

    .g-section .g-genera__item:nth-child(2) {
        transition-delay: .4s
    }

    .g-section .g-genera__item:nth-child(3) {
        transition-delay: .6s
    }

    .g-section .g-genera__item:nth-child(4) {
        transition-delay: .8s
    }

    .g-section .g-genera__item:nth-child(5) {
        transition-delay: 1s
    }

    .g-section .g-genera__item:nth-child(6) {
        transition-delay: 1.2s
    }

    .g-section .g-info__heading {
        opacity: 0;
        transition: all .6s ease-in-out .2s;
        transform: translateY(50%)
    }

    .g-section .g-info__signature {
        opacity: 0;
        transition: all .6s ease-in-out .4s;
        transform: translateY(50%)
    }

    .g-section .g-info__description {
        opacity: 0;
        transition: all .6s ease-in-out .6s;
        transform: translateY(50%)
    }

    .g-section .g-info__lists,
    .g-section .g-info__item {
        opacity: 0;
        transition: all .6s ease-in-out .8s
    }

    .g-section .g-info__item:first-child {
        transition-delay: 1s
    }

    .g-section .g-info__item:nth-child(2) {
        transition-delay: 1.2s
    }

    .g-section .g-info__item:nth-child(3) {
        transition-delay: 1.4s
    }

    .g-section .g-services__heading {
        opacity: 0;
        transition: all .6s ease-in-out .2s;
        transform: translateY(50%)
    }

    .g-section .g-services__description {
        opacity: 0;
        transition: all .6s ease-in-out .4s;
        transform: translateY(50%)
    }

    .g-section .g-services__item {
        opacity: 0;
        transition: all .6s ease-in-out;
        transform: translateY(50%)
    }

    .g-section .g-services__item:first-child {
        transition-delay: .6s
    }

    .g-section .g-services__item:nth-child(2) {
        transition-delay: .8s
    }

    .g-section .g-services__item:nth-child(3) {
        transition-delay: 1s
    }

    .g-section .g-services__item:nth-child(4) {
        transition-delay: 1.2s
    }

    .g-section .g-services__item:nth-child(5) {
        transition-delay: 1.4s
    }

    .g-section .g-services__item:nth-child(6) {
        transition-delay: 1.6s
    }

    .g-section .g-services__item:nth-child(7) {
        transition-delay: 1.8s
    }

    .g-section .g-services__item:nth-child(8) {
        transition-delay: 2s
    }

    .g-section .g-services__item:nth-child(9) {
        transition-delay: 2.2s
    }

    .g-section .g-services__image {
        opacity: 0;
        transition: all .6s ease-in-out 1.2s
    }

    .g-section .g-utilities__heading {
        opacity: 0;
        transition: all .6s ease-in-out .2s;
        transform: translateY(50%)
    }

    .g-section .g-utilities__images {
        opacity: 0;
        transition: all .6s ease-in-out .4s
    }

    .g-section .g-map__heading {
        opacity: 0;
        transition: all .6s ease-in-out .2s;
        transform: translateY(50%)
    }

    .g-section .g-map__content>:not(.g-map__label) {
        opacity: 0;
        transition: all .6s ease-in-out;
        transform: translateY(50%)
    }

    .g-section .g-map__content>:not(.g-map__label):first-child {
        transition-delay: .4s
    }

    .g-section .g-map__content>:not(.g-map__label):nth-child(2) {
        transition-delay: .6s
    }

    .g-section .g-map__content>:not(.g-map__label):nth-child(3) {
        transition-delay: .8s
    }

    .g-section .g-map__content>:not(.g-map__label):nth-child(4) {
        transition-delay: 1s
    }

    .g-section .g-map__content>:not(.g-map__label):nth-child(5) {
        transition-delay: 1.2s
    }

    .g-section .g-map__content>:not(.g-map__label):nth-child(6) {
        transition-delay: 1.4s
    }

    .g-section .g-map__content>:not(.g-map__label):nth-child(7) {
        transition-delay: 1.6s
    }

    .g-section .g-map__content>:not(.g-map__label):nth-child(8) {
        transition-delay: 1.8s
    }

    .g-section .g-map__content>:not(.g-map__label):nth-child(9) {
        transition-delay: 2s
    }

    .g-section .g-map__label {
        opacity: 0;
        transition: all .6s ease-in-out 2.2s
    }

    .g-section .g-map__pagination {
        opacity: 0;
        transition: all .6s ease-in-out 2.4s
    }

    .g-section .g-map__images {
        opacity: 0;
        transition: all .6s ease-in-out 1.2s
    }

    .g-section .g-premises__heading {
        opacity: 0;
        transition: all .6s ease-in-out .2s;
        transform: translateY(50%)
    }

    .g-section .g-premises__pagination {
        opacity: 0;
        transition: all .6s ease-in-out .4s
    }

    .g-section .g-why__heading {
        opacity: 0;
        transition: all .6s ease-in-out .2s;
        transform: translateY(50%)
    }

    .g-section .g-why__item {
        opacity: 0;
        transition: all .6s ease-in-out;
        transform: translate(50%)
    }

    .g-section .g-why__item:first-child {
        transition-delay: .4s
    }

    .g-section .g-why__item:nth-child(2) {
        transition-delay: .6s
    }

    .g-section .g-why__item:nth-child(3) {
        transition-delay: .8s
    }

    .g-section .g-why__item:nth-child(4) {
        transition-delay: 1s
    }

    .g-section .g-why__item:nth-child(5) {
        transition-delay: 1.2s
    }

    .g-section .g-why__item:nth-child(6) {
        transition-delay: 1.4s
    }

    .g-section .g-footer__logo img {
        opacity: 0;
        transition: all .6s ease-in-out .2s
    }
    .g-footer__logo img {
    margin-top:5px;
}

    .g-section .g-footer__partner {
        opacity: 0;
        transition: all .6s ease-in-out .4s
    }

    .g-section .g-footer__heading {
        opacity: 0;
        transition: all .6s ease-in-out .6s;
        transform: translateY(50%)
    }

    .g-section .g-footer__description {
        opacity: 0;
        transition: all .6s ease-in-out .8s;
        transform: translateY(50%)
    }

    .g-section .g-footer__socials {
        opacity: 0;
        transition: all .6s ease-in-out 1s
    }

    .g-section .g-footer__copyright {
        opacity: 0;
        transition: all .6s ease-in-out 1.2s
    }

    .g-utilities__description {
        font-size: 22px;
    }

    .g-footer__partner img {
        height: 35px;
    }

    .g-premises__slider.g-bg-c:before {
        padding-top: 123.1%;
    }
}

.mobile-section.active-animation .g-section__bg {
    opacity: 1
}

.mobile-section.active-animation .g-hero__caption,
.mobile-section.active-animation .g-hero__logo,
.mobile-section.active-animation .g-hero__title,
.mobile-section.active-animation .g-hero__description,
.mobile-section.active-animation .g-area__item {
    opacity: 1;
    transform: translateY(0)
}

.mobile-section.active-animation .g-area__content+.g-area__content:before {
    width: 100%
}

.mobile-section.active-animation .g-genera__item,
.mobile-section.active-animation .g-info__heading,
.mobile-section.active-animation .g-info__signature,
.mobile-section.active-animation .g-info__description {
    opacity: 1;
    transform: translateY(0)
}

.mobile-section.active-animation .g-info__lists,
.mobile-section.active-animation .g-info__item {
    opacity: 1
}

.mobile-section.active-animation .g-services__heading,
.mobile-section.active-animation .g-services__description,
.mobile-section.active-animation .g-services__item {
    opacity: 1;
    transform: translateY(0)
}

.mobile-section.active-animation .g-services__image {
    opacity: 1
}

.mobile-section.active-animation .g-utilities__heading {
    opacity: 1;
    transform: translateY(0)
}

.mobile-section.active-animation .g-utilities__images {
    opacity: 1
}

.mobile-section.active-animation .g-map__heading,
.mobile-section.active-animation .g-map__content>:not(.g-map__label) {
    opacity: 1;
    transform: translateY(0)
}

.mobile-section.active-animation .g-map__label,
.mobile-section.active-animation .g-map__pagination,
.mobile-section.active-animation .g-map__images {
    opacity: 1
}

.mobile-section.active-animation .g-premises__heading {
    opacity: 1;
    transform: translateY(0)
}

.mobile-section.active-animation .g-premises__pagination {
    opacity: 1
}

.mobile-section.active-animation .g-why__heading {
    opacity: 1;
    transform: translateY(0)
}

.mobile-section.active-animation .g-why__item {
    opacity: 1;
    transform: translate(0)
}

.mobile-section.active-animation .g-footer__logo img,
.mobile-section.active-animation .g-footer__partner {
    opacity: 1
}

.mobile-section.active-animation .g-footer__heading,
.mobile-section.active-animation .g-footer__description {
    opacity: 1;
    transform: translateY(0)
}

.mobile-section.active-animation .g-footer__socials,
.mobile-section.active-animation .g-footer__copyright {
    opacity: 1
}

.g-map__pagination__slider {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.g-premises__arrow {
    color: #f6b34a;
    background: #75300b;
    border: 1px solid #75300b;
}



.g-premises__arrow:hover {
    
    color: #75300b;
    background: #f6b34a;
    border: 1px solid #f6b34a;
}
