/* My styles */
.container {
    max-width: 1300px;
    padding: 0 10px;
    margin: 0 auto;
}

.map {
    max-width: 600px;
    width: 100%;
    height: 300px;
    border-radius: 20px;
}

.map__location {
    color: #ffffff;
}

body.no-scroll {
    overflow: hidden;
}

a {
    color: #000000;
    text-decoration: none;
}

ul,
li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* End */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
}

body {
    margin: 0;
}

footer,
section {
    display: block;
}

a {
    background-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

img {
    border: 0;
}

input,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

textarea {
    overflow: auto;
}

@font-face {
    font-family: webflow-icons;
    font-weight: normal;
    font-style: normal;
}

[class^=w-icon-] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
    content: "\e600";
}

.w-icon-slider-left:before {
    content: "\e601";
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}

input.w-button {
    -webkit-appearance: button;
}

h1,
h2,
h3 {
    margin-bottom: 10px;
    font-weight: bold;
}

h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

.w-form {
    margin: 0 0 15px;
}

.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none;
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none;
}

.w-input {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}

.w-input:focus {
    border-color: #3898ec;
    outline: 0;
}

textarea.w-input {
    height: auto;
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.w-container:before,
.w-container:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.w-container:after {
    clear: both;
}

@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px;
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width: none;
    }
}

.w-slider {
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    background: #ddd;
    height: 300px;
    position: relative;
}

.w-slider-mask {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media (max-width: 740px) {
    .w-slider-mask {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}

.w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    inset: auto 0 0;
}

.w-slider-nav.w-round>div {
    border-radius: 100%;
}

.w-slider-nav.w-num>div {
    font-size: inherit;
    line-height: inherit;
    width: auto;
    height: auto;
    padding: 0.2em 0.5em;
}

.w-slider-dot {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.4);
    width: 1em;
    height: 1em;
    margin: 0 3px 0.5em;
    transition: background-color 0.1s, color 0.1s;
    display: inline-block;
    position: relative;
}

.w-slider-dot.w-active {
    background-color: #fff;
}

.w-slider-dot:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
    box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 80px;
    margin: auto;
    font-size: 40px;
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class^=w-icon-] {
    position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0;
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto;
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    inset: 0;
}

.w-slider-aria-label {
    clip: rect(0 0 0 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
}

.w-richtext:before,
.w-richtext:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.w-richtext:after {
    clear: both;
}

.w-tabs {
    position: relative;
}

.w-tabs:before,
.w-tabs:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.w-tabs:after {
    clear: both;
}

.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden;
}

.w-tab-pane {
    display: none;
    position: relative;
}

.w--tab-active {
    display: block;
}

:root {
    --black: black;
    --paragraph: #656e7a;
    --primary: #f74932;
    --white: white;
    --cultured: #f5f7f9;
    --stroke: #babbbb;
    --transparent: #fff0;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

body {
    color: var(--black);
    font-family: Host Grotesk, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

h1 {
    letter-spacing: -1.04px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 52px;
    font-weight: 400;
    line-height: 129%;
}

h2 {
    letter-spacing: -0.84px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
    font-weight: 400;
    line-height: 120%;
}

h3 {
    letter-spacing: -0.64px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 125%;
}

p {
    color: var(--paragraph);
    margin-bottom: 0;
    font-size: 18px;
    line-height: 166.667%;
}

img {
    max-width: 100%;
    display: inline-block;
}

.container {
    width: 100%;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.primary-button {
    cursor: pointer;
    z-index: 1;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: var(--white);
    border-radius: 98px;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 28px;
    font-size: 18px;
    line-height: 160%;
    text-decoration: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    overflow: hidden;
}

.primary-button:hover {
    background: #000000;
    transition: background 0.2s linear;
}

.primary-btn-wrap {
    grid-column-gap: 38px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
}

.primary-button-text._02,
.primary-button-arrow._02 {
    position: absolute;
}

.section {
    padding-top: 180px;
    padding-bottom: 180px;
}

.section.brands-section {
    background-color: var(--cultured);
    padding-top: 100px;
    padding-bottom: 100px;
}

.section.client {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section.models-section {
    padding-top: 0;
    overflow: hidden;
}

.section.insights-section {
    padding-bottom: 0;
}

.model-collection-item-wrap {
    margin-bottom: 100px;
}

.model-slider-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 100px;
    -ms-flex-pack: center;
    justify-content: center;
}

.model-collection-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.section.info-section {
    padding-top: 90px;
}

.section.team-section {
    background-color: var(--cultured);
    padding-bottom: 90px;
}

.section.features-section {
    background-color: var(--cultured);
}

.text-underline {
    text-decoration: underline;
}

.contact-us {
    padding: 20px;
}

.section.blog-single-section {
    padding-bottom: 100px;
}

.section.policies {
    padding-top: 204px;
    padding-bottom: 100px;
}

.section.terms-policy {
    padding-top: 0;
}

.hero {
    padding-top: 204px;
    padding-bottom: 0;
}

.hero-wrap {
    z-index: 1;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -46px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.hero-title-wrap {
    width: 100%;
    max-width: 666px;
}

.hero-title {
    margin-bottom: 20px;
    font-size: 52px;
    line-height: 129%;
}

.hero-details {
    margin-bottom: 30px;
}

.secondary-button {
    cursor: pointer;
    z-index: 1;
    border: 1px solid var(--stroke);
    color: var(--black);
    background: #000;
    border-radius: 98px;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 28px;
    font-size: 18px;
    line-height: 160%;
    text-decoration: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    overflow: hidden;
}

.secondary-button:hover {
    background: #f74932;
    transition: background 0.2s linear;
}

.hero-info-wrap {
    z-index: 7;
    background-color: var(--white);
    border: 1px solid #e0e0e0;
    padding: 32px;
}

.hero-info-icon {
    margin-bottom: 22px;
}

.hero-info-title {
    margin-bottom: 58px;
    font-size: 20px;
    line-height: 150%;
}

.hero-number-details {
    grid-column-gap: 18px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.hero-number {
    color: var(--primary);
    letter-spacing: -4.68px;
    font-size: 52px;
    font-weight: 600;
    line-height: 122%;
}

.info-details {
    color: var(--paragraph);
    letter-spacing: -0.28px;
    width: 67px;
    font-size: 14px;
    line-height: 142.857%;
}

.hero-info {
    grid-row-gap: 20px;
    -ms-flex-flow: column;
    flex-flow: column;
    display: -ms-flexbox;
    display: flex;
}

.divider {
    background-color: #e0e0e0;
    width: 100%;
    height: 1px;
}

.hero-img,
.hero-img-slider-wrap {
    width: 100%;
}

.sub-title-info {
    grid-column-gap: 10px;
    background-color: var(--white);
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 18px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    inset: auto auto 20px 140px;
}

.img-info-text {
    letter-spacing: -0.8px;
    font-size: 20px;
    line-height: 150%;
}

.section-title-wrap {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
    display: -ms-flexbox;
    display: flex;
}

.section-title-wrap.built-title-wrap {
    text-align: center;
    display: block;
}

.section-title-wrap.client-title-wrap {
    text-align: center;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    max-width: 788px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.section-title-wrap.mb-80 {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 80px;
}

.section-title-wrap.mb153 {
    margin-bottom: 153px;
}

.section-title-wrap.insights-title-wrap {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 80px;
}

.section-title-wrap.flex-top {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section-title-wrap.faq-title-wrap {
    text-align: center;
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.section-title {
    letter-spacing: -1.04px;
    margin-bottom: 24px;
    font-size: 52px;
    line-height: 120%;
}

.section-title.built-title {
    width: 100%;
    max-width: 729px;
    margin-left: auto;
    margin-right: auto;
}

.section-title.insight-title {
    width: 100%;
    max-width: 713px;
    margin-bottom: 0;
}

.section-title.team-title {
    width: 100%;
    max-width: 653px;
    margin-bottom: 0;
}

.section-title.mb19 {
    margin-bottom: 19px;
}

.section-details {
    max-width: none;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 167%;
}

.section-details.brands-details {
    text-align: left;
    max-width: 489px;
}

.section-details.mb-0 {
    max-width: none;
    margin-bottom: 0;
}

.section-details.mb-40 {
    margin-bottom: 40px;
}

.built-wrap {
    grid-row-gap: 100px;
    -ms-flex-flow: column;
    flex-flow: column;
    display: -ms-flexbox;
    display: flex;
}

.built-single-card {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.built-img {
    width: 100%;
    max-width: 578px;
}

.built-name {
    letter-spacing: -0.84px;
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 120%;
}

.built-details {
    width: 100%;
    max-width: 536px;
    font-size: 16px;
    line-height: 167%;
}

.built-card-details {
    width: 100%;
    max-width: 569px;
}

.built-card-details._02 {
    -ms-flex-order: -1;
    order: -1;
}

.built-section-details {
    text-align: center;
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 167%;
}

.brands-card-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 100px;
    display: grid;
}

.brands-single-card {
    background-color: var(--white);
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    padding: 40px;
    display: -ms-flexbox;
    display: flex;
}

.brands-single-card._02 {
    padding-left: 30px;
    padding-right: 30px;
}

.brands-card-icon {
    width: 71px;
    height: 71px;
}

.brand-card-title {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 400;
    line-height: 125%;
}

.brands-single-img {
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    position: absolute;
}

.primary-button-wrap {
    text-align: center;
}

.client-content {
    overflow: hidden;
}

.client-single-card {
    background-color: var(--cultured);
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    min-height: 393px;
    padding: 43px 52px 42px 47px;
    display: -ms-flexbox;
    display: flex;
}

.client-bedrooms {
    grid-column-gap: 10px;
    background-color: var(--cultured);
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: static;
    inset: auto auto 20px 140px;
}

.client-review {
    color: var(--black);
    letter-spacing: -0.64px;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 125%;
}

.client-author-name {
    letter-spacing: -0.4px;
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 150%;
}

.client-author-bio {
    color: var(--paragraph);
    font-size: 16px;
    line-height: 162.5%;
}

.conunter {
    grid-column-gap: 24px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

.counter-number-wrapper {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 110px;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.counter-number-wrap {
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.counter-number {
    letter-spacing: -2.04px;
    font-size: 102px;
    line-height: 107.843%;
}

.counter-details {
    color: #999;
    font-size: 16px;
    line-height: 120%;
}

.counter-wrapper {
    grid-column-gap: 43px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.counter-single {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 20px;
    padding-bottom: 30px;
}

.blog-single-card {
    border: 1px solid #e0e0e0;
    overflow: hidden;
    cursor: pointer;
}

.blog-card-top {
    padding: 35px 24px 45px;
}

.blog-categories-wrap {
    grid-column-gap: 10px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
}

.blog-categories-tag {
    background-color: var(--cultured);
    border-radius: 21px;
    padding: 5px 19px;
    display: inline-block;
}

.blog-card-name {
    color: var(--black);
    letter-spacing: -0.48px;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 125%;
    text-decoration: none;
    display: block;
}

.blog-card-name._01 {
    font-size: 23px;
}

.blog-button {
    color: var(--black);
    text-decoration: none;
    cursor: pointer;
}

.blog-btn-wrap {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
}

.blog-btn {
    grid-column-gap: 17px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.blog-btn.absolute {
    position: absolute;
}

.blog-btn-border-wrap {
    position: relative;
}

.blog-btn-border {
    background-color: #e0e0e0;
    width: 100%;
    height: 1px;
}

.blog-btn-text {
    font-size: 18px;
    line-height: 120%;
}

.blog-btn-text._02 {
    color: var(--primary);
}

.blog-btn-border-absolute {
    background-color: var(--primary);
    width: 100%;
    height: 1px;
}

.footer {
    background-color: var(--cultured);
    padding-top: 100px;
}

.footer-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
    display: -ms-flexbox;
    display: flex;
}

.footer-left-wrap {
    width: 100%;
    max-width: 429px;
}

.footer-logo-link {
    margin-bottom: 30px;
}

.footer-logo {
    width: 100%;
    max-width: 154px;
}

.footer-form-wrap {
    margin-bottom: 0;
}

.display-none {
    display: none;
}

.footer-form-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 120%;
}

.footer-form-details {
    color: var(--paragraph);
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 120%;
}

.footer-menu-wrapper {
    grid-column-gap: 100px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
}

.footer-menu-title {
    letter-spacing: -0.2px;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 120%;
}

.footer-menu-wrap {
    grid-row-gap: 15px;
    -ms-flex-flow: column;
    flex-flow: column;
    display: -ms-flexbox;
    display: flex;
}

.footer-menu {
    font-size: 18px;
    line-height: 145%;
    text-decoration: none;
}

.footer-divider {
    background-color: #e0e0e0;
    width: 100%;
    height: 1px;
}

.copy-text-wrap {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 41px;
    display: -ms-flexbox;
    display: flex;
}

.footer-bottom-text {
    color: var(--paragraph);
    font-size: 18px;
    line-height: 145%;
}

.blog-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.blog-link-img {
    width: 100%;
    margin-bottom: -5px;
    overflow: hidden;
}

.model-title-wrap {
    max-width: 493px;
}

.model-slider {
    background-color: rgba(221, 221, 221, 0);
    height: auto;
}

.model-slider-mask {
    width: 100%;
    max-width: 1003px;
    overflow: visible;
}

.model-slide {
    margin-right: 155px;
}

.model-slider-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: 1040px;
}

.model-slider-img-link {
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    max-height: 413.875px;
    margin-bottom: 60px;
    text-decoration: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.slider-price-wrap {
    grid-column-gap: 27px;
    background-color: var(--black);
    border-radius: 1000px;
    padding: 40px 37px;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    inset: auto 230px 130px auto;
}

.slider-price {
    color: var(--white);
    font-size: 20px;
    line-height: 150%;
}

.room-info {
    grid-column-gap: 10px;
    background-color: var(--white);
    text-align: left;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 18px;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.room-info-wrap {
    text-align: center;
}

.inner-banner {
    padding-top: 144px;
    padding-bottom: 100px;
    overflow: hidden;
}

.inner-section-wrap {
    grid-column-gap: 130px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding-left: 15px;
    display: -ms-flexbox;
    display: flex;
}

.inner-section-left {
    width: 100%;
    max-width: 658px;
}

.inner-section-left.features-inner-section {
    max-width: 559px;
}

.inner-sub-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 150%;
}

.inner-title {
    letter-spacing: -1.04px;
    margin-bottom: 23px;
    font-size: 52px;
    line-height: 129%;
}

.inner-details {
    letter-spacing: 0;
    max-width: 658px;
    font-size: 18px;
}

.inner-details.features-inner-details {
    max-width: 100%;
}

.inner-section-right {
    width: 100%;
    max-width: 688px;
}

.inner-section-img {
    width: 100%;
}

.insights-content {
    overflow: hidden;
}

.sub-title {
    grid-column-gap: 10px;
    background-color: var(--white);
    text-align: left;
    border: 1px solid #e0e0e0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 18px;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.sub-title.mb30 {
    margin-bottom: 30px;
}

.insights-wrap {
    grid-column-gap: 20px;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 80px;
    display: -ms-flexbox;
    display: flex;
}

.insights-img-01 {
    width: 100%;
    max-width: 563px;
}

.insights-info-card {
    background-color: var(--white);
    border: 1px solid #e0e0e0;
    padding: 32px;
}

.insights-info-card.about-info-card {
    -ms-flex: none;
    flex: none;
}

.insights-img-02 {
    width: 100%;
    max-width: 403px;
}

.insights-details {
    width: 100%;
    max-width: 691px;
    font-size: 20px;
    line-height: 150%;
}

.insights-details.mb21 {
    margin-bottom: 21px;
}

.insights-details-wrap {
    max-width: 776.35px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: 162px;
}

.insights-mini-title {
    margin-bottom: 27px;
    font-size: 32px;
    line-height: 125%;
}

.info-section-content {
    grid-column-gap: 60px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
}

.info-section-content.left {
    margin-left: 0;
    margin-right: auto;
    padding-right: 15px;
}

.info-section-content.right {
    grid-column-gap: 130px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    padding-left: 15px;
}

.info-section-details-wrap {
    width: 100%;
    max-width: 600px;
}

.info-section-details-wrap.left {
    max-width: 555px;
}

.info-section-img-wrap {
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    max-width: 718px;
}

.info-section-img-wrap.last {
    -ms-flex-order: 1;
    order: 1;
}

.info-section-img {
    width: 100%;
}

.info-section-title {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 120%;
}

.info-section-details {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 162.5%;
}

.info-section-details.mb-20 {
    margin-bottom: 20px;
}

.info-section-details.mb-40 {
    margin-bottom: 40px;
}

.team-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.team-single {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.team-member-info {
    grid-column-gap: 10px;
    background-color: var(--white);
    text-align: left;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 18px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    inset: auto 15px 15px;
}

.member-info-wrap {
    grid-column-gap: 2px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.member-name {
    letter-spacing: -0.8px;
    font-size: 20px;
    line-height: 150%;
}

.member-bio {
    color: var(--paragraph);
    font-size: 18px;
    line-height: 150%;
}

.rich-text h3 {
    letter-spacing: -0.4px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 150%;
}

.rich-text p {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 167%;
}

.features-section-right {
    width: 100%;
    max-width: 882px;
}

.features-wrap {
    -ms-flex: none;
    flex: none;
    display: -ms-flexbox;
    display: flex;
}

.features-single {
    background-color: var(--white);
    border: 1.04px solid #e0e0e0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    max-width: 24%;
    margin-right: 32px;
}

.features-arrow-wrap {
    text-align: right;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 113px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    display: -ms-flexbox;
    display: flex;
}

.features-arrow {
    background-color: var(--black);
    border-radius: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
}

.features-details-wrap {
    padding-bottom: 41px;
    padding-left: 41px;
    padding-right: 41px;
}

.features-icon {
    margin-bottom: 40px;
}

.features-name {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 125%;
}

.features-details {
    font-size: 18px;
    line-height: 167%;
}

.features-flex-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -ms-flex-pack: center;
    justify-content: center;
}

.features-vh-wrap {
    position: relative;
}

.faq-wrap {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
    display: -ms-flexbox;
    display: flex;
}

.faq-left {
    grid-row-gap: 60px;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    max-width: 556.5px;
    display: -ms-flexbox;
    display: flex;
}

.faq-questions {
    letter-spacing: -0.64px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 125%;
}

.faq-ans {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 167%;
}

.faq-divider {
    background-color: #e0e0e0;
    width: 100%;
    height: 1px;
    display: none;
}

.faq-right {
    width: 100%;
    max-width: 578px;
}

.faq-img {
    width: 100%;
}

.contact-title-wrap {
    width: 100%;
    max-width: 547px;
    margin-bottom: 80px;
}

.contact-form-block {
    margin-bottom: 0;
}

.form-single {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: grid;
}

.contact-field {
    color: var(--black);
    border: 1px solid #e0e0e0;
    height: 74px;
    margin-bottom: 0;
    padding: 22px 30px;
    font-size: 18px;
    line-height: 166.667%;
}

.contact-field:focus {
    border-color: var(--black);
}

.contact-text-area {
    color: var(--black);
    border: 1px solid #e0e0e0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 212px;
    margin-bottom: 40px;
    padding: 30px;
    font-size: 18px;
    line-height: 166.667%;
}

.contact-text-area:focus {
    border-color: var(--black);
}

.submit-button {
    border: 1px solid var(--stroke);
    color: white;
    text-align: left;
    background-color: black;
    background-size: auto;
    border-radius: 98px;
    width: 100%;
    max-width: 182px;
    text-align: center;
    padding: 15px 28px;
    font-size: 18px;
    line-height: 160%;
    text-decoration: none;
}

.submit-button:hover {
    background: #f74932;
    transition: background 0.2s linear;
}

.blog-title-wrap {
    text-align: center;
    max-width: 760px;
    margin-bottom: 67px;
    margin-left: auto;
    margin-right: auto;
}

.blog-single-collection-list {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.blog-wrapper.mb-19 {
    margin-bottom: 19px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-single-top {
    width: 100%;
    max-width: 1083px;
    margin-bottom: 60px;
}

.blog-single-img {
    width: 70%;
    margin: 0 auto 100px;
}

.blog-rich-wrap {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.blog-single-author {
    margin-bottom: 58px;
}

.policies-title-wrap {
    text-align: center;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 715px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
}

.terms-wrap {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.policies-title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 125%;
}

.single-menu {
    color: var(--black);
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: underline;
}

.single-menu.w--current {
    color: var(--primary);
}

.menu-text-wrap {
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
}

.footer-menu-absolute {
    font-size: 18px;
    line-height: 145%;
    text-decoration: none;
    position: absolute;
}

.hero-counter-number {
    grid-column-gap: 2px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 62px;
    padding-right: 5px;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.hero-slider {
    z-index: -1;
    background-color: rgba(221, 221, 221, 0);
    height: auto;
}

.hero-slide-nav {
    inset: auto 350px 20px auto;
}

.success-message {
    border: 1px solid var(--stroke);
    background-color: var(--primary);
    color: var(--white);
    padding: 20px;
    font-size: 18px;
    line-height: 120%;
}

.error-message {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: var(--white);
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    font-size: 18px;
    line-height: 120%;
}

.error-message.footer-error {
    font-size: 14px;
}

.client-slider {
    background-color: rgba(221, 221, 221, 0);
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.client__image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.client-slide-mask {
    width: 100%;
    overflow: visible;
}

.client-slide {
    margin-right: 26px;
}

.client-slider-wrapper {
    margin-bottom: 60px;
}

.brands-single-card-wrap {
    z-index: 1;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.blog-tabs {
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.primary-button-bg {
    z-index: -1;
    background-color: var(--black);
    border-radius: 100%;
    width: 400px;
    height: 400px;
    position: absolute;
}

.primary-btn-text-wrap {
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.primary-btn-arrow-wrap {
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
}

.secondary-button-bg {
    z-index: -1;
    background-color: var(--primary);
    border-radius: 100%;
    width: 400px;
    height: 400px;
    position: absolute;
}

.secondary-btn-wrap {
    grid-column-gap: 30px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
}

.secondary-btn-text-wrap {
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.secondary-btn-arrow-wrap {
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
}

.secondary-button-text._02 {
    color: var(--white);
}

.brand-card-number {
    color: var(--primary);
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 163%;
}

@media screen and (min-width: 1280px) {
    .insights-wrap {
        grid-column-gap: 51px;
        -ms-flex-flow: row;
        flex-flow: row;
    }

    .insights-img-01 {
        max-width: 563px;
    }

    .insights-img-02 {
        max-width: 380px;
    }

    .team-wrap {
        grid-template-columns: 1fr 1fr;
    }

    .primary-button-bg {
        background-color: var(--black);
    }
}

@media screen and (min-width: 1440px) {
    .inner-section-wrap {
        max-width: 1600px;
        margin-left: auto;
        padding-left: 75px;
    }

    .insights-wrap {
        -ms-flex-flow: row;
        flex-flow: row;
    }

    .insights-img-01 {
        max-width: 563px;
    }

    .insights-img-02 {
        max-width: 403px;
    }

    .info-section-content.right {
        max-width: 1600px;
        padding-left: 75px;
    }

    .team-wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (min-width: 1920px) {
    .inner-section-wrap {
        max-width: 1970px;
        padding-left: 300px;
    }

    .info-section-content {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .info-section-content.right {
        max-width: 1970px;
        padding-left: 300px;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 60px;
        line-height: 108%;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 25px;
        line-height: 120%;
    }

    p {
        font-size: 16px;
    }

    .section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section.contact-us {
        padding-top: 160px;
    }

    .section.blog-single-section {
        padding-top: 120px;
        padding-bottom: 40px;
    }

    .hero {
        padding-top: 150px;
    }

    .hero-wrap {
        margin-bottom: -60px;
    }

    .hero-title {
        margin-bottom: 15px;
        font-size: 40px;
    }

    .hero-details {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .secondary-button {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .hero-info-wrap {
        padding: 28px;
    }

    .hero-number {
        font-size: 42px;
        line-height: 122%;
    }

    .hero-info {
        grid-column-gap: 16px;
        grid-row-gap: 15px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .hero-info._01 {
        display: -ms-flexbox;
        display: flex;
    }

    .divider {
        display: none;
    }

    .divider._01 {
        display: block;
    }

    .sub-title-info {
        left: 20px;
    }

    .section-title-wrap {
        margin-bottom: 50px;
    }

    .section-title-wrap.built-title-wrap,
    .section-title-wrap.mb-80 {
        margin-bottom: 40px;
    }

    .section-title-wrap.mb153 {
        text-align: center;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin-bottom: 60px;
    }

    .section-title-wrap.insights-title-wrap {
        grid-row-gap: 25px;
        -ms-flex-flow: column;
        flex-flow: column;
        margin-bottom: 40px;
    }

    .section-title-wrap.flex-top {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }

    .section-title {
        margin-bottom: 10px;
        font-size: 39px;
    }

    .section-title.built-title {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .section-title.insight-title,
    .section-title.team-title {
        max-width: 100%;
    }

    .section-details {
        margin-bottom: 10px;
    }

    .section-details.brands-details {
        max-width: 50%;
    }

    .built-wrap {
        grid-row-gap: 60px;
    }

    .built-single-card {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .built-img {
        max-width: 50%;
        height: 100%;
        max-height: 400px;
    }

    .built-name {
        letter-spacing: -0.01px;
        margin-bottom: 15px;
        font-size: 25px;
    }

    .built-details {
        font-size: 16px;
    }

    .built-card-details {
        max-width: 50%;
    }

    .built-section-details {
        width: 100%;
        max-width: 100%;
        font-size: 16px;
        line-height: 167%;
    }

    .brands-card-wrap {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 50px;
    }

    .brands-single-card {
        grid-row-gap: 100px;
        padding: 20px;
    }

    .brands-card-icon {
        width: 45px;
        height: 45px;
    }

    .brand-card-title {
        margin-bottom: 8px;
        font-size: 25px;
    }

    .brand-card-details {
        font-size: 16px;
    }

    .client-single-card {
        min-height: 280px;
        padding: 25px;
    }

    .client-bedrooms {
        margin-bottom: 15px;
    }

    .client-review {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 125%;
    }

    .client-author-name {
        font-size: 18px;
    }

    .counter-number-wrapper {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 90px;
    }

    .counter-number {
        font-size: 80px;
        line-height: 107%;
    }

    .counter-details {
        letter-spacing: -0.03px;
    }

    .counter-wrapper {
        grid-column-gap: 35px;
        text-align: center;
    }

    .blog-single-card {
        max-height: 100%;
    }

    .blog-card-top {
        padding: 35px 20px;
    }

    .blog-categories-wrap {
        margin-bottom: 25px;
    }

    .blog-card-name {
        margin-bottom: 25px;
        font-size: 22px;
    }

    .blog-card-name._01 {
        font-size: 20px;
    }

    .footer-content {
        margin-bottom: 60px;
    }

    .footer-left-wrap {
        max-width: 280px;
    }

    .footer-logo-link {
        margin-bottom: 20px;
    }

    .footer-form-title {
        font-size: 21px;
    }

    .footer-form-details {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .footer-menu-wrapper {
        grid-column-gap: 30px;
    }

    .blog-img {
        height: 100%;
    }

    .blog-link-img {
        margin-bottom: -5px;
    }

    .model-title-wrap {
        width: 100%;
        max-width: 100%;
    }

    .model-title-button-wrap {
        margin-left: auto;
        margin-right: auto;
    }

    .model-slider-img {
        max-width: 100%;
        height: 100%;
        max-height: 289.031px;
    }

    .model-slider-img-link {
        text-align: center;
        width: 100%;
        max-height: 289.031px;
        margin-bottom: 20px;
    }

    .slider-price-wrap {
        grid-column-gap: 20px;
        padding: 15px 20px;
        bottom: 100px;
        right: 200px;
    }

    .slider-price {
        font-size: 18px;
        line-height: 150%;
    }

    .inner-section-wrap {
        grid-column-gap: 20px;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        align-items: stretch;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .inner-section-left {
        max-width: 100%;
    }

    .inner-sub-title {
        margin-bottom: 30px;
    }

    .inner-title {
        margin-bottom: 20px;
        font-size: 33px;
    }

    .inner-details {
        letter-spacing: -0.01px;
        font-size: 16px;
    }

    .inner-section-right {
        max-width: 100%;
        margin-top: 30px;
    }

    .inner-section-img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        max-height: 450px;
    }

    .sub-title.mb30 {
        margin-bottom: 25px;
    }

    .insights-wrap {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .insights-img-01 {
        -o-object-fit: cover;
        object-fit: cover;
        max-width: 100%;
        height: 100%;
        max-height: 450px;
    }

    .insights-info-card.about-info-card {
        width: 100%;
    }

    .insights-img-02 {
        -o-object-fit: cover;
        object-fit: cover;
        max-width: 100%;
        height: 100%;
        max-height: 450px;
    }

    .insights-details {
        letter-spacing: -0.01px;
        max-width: 100%;
        font-size: 18px;
    }

    .insights-details.mb21 {
        margin-bottom: 18px;
    }

    .insights-details-wrap {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
        margin-right: auto;
    }

    .insights-mini-title {
        margin-bottom: 22px;
    }

    .info-section-content {
        grid-column-gap: 25px;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        align-items: stretch;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .info-section-content.left {
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-left: auto;
    }

    .info-section-content.right {
        grid-column-gap: 20px;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .info-section-img-wrap {
        max-width: 100%;
    }

    .info-section-img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }

    .info-section-title {
        letter-spacing: -0.01px;
        margin-bottom: 15px;
        font-size: 28px;
        line-height: 120%;
    }

    .info-section-details {
        letter-spacing: -0.01px;
    }

    .info-section-details.mb-40 {
        margin-bottom: 20px;
    }

    .team-wrap {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    .team-member-info {
        grid-column-gap: 8px;
        grid-row-gap: 5px;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .member-name,
    .member-bio {
        font-size: 17px;
    }

    .rich-text h3 {
        margin-bottom: 10px;
    }

    .rich-text p {
        margin-bottom: 30px;
    }

    .features-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .features-wrap {
        grid-column-gap: 18px;
        grid-row-gap: 18px;
        -ms-flex-flow: column;
        flex-flow: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .features-single {
        max-width: 100%;
    }

    .features-arrow-wrap {
        margin-bottom: 40px;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .features-details-wrap {
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .features-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 25px;
    }

    .features-name {
        margin-bottom: 15px;
        font-size: 28px;
    }

    .features-flex-wrap {
        grid-row-gap: 20px;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .features-sticky-wrap {
        top: 300px;
    }

    .features-vh-wrap {
        height: 100%;
    }

    .faq-wrap {
        margin-bottom: 60px;
    }

    .faq-left {
        grid-row-gap: 20px;
    }

    .faq-questions {
        margin-bottom: 10px;
        font-size: 23px;
    }

    .faq-ans {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .faq-img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }

    .contact-title-wrap {
        margin-bottom: 40px;
    }

    .contact-form-block {
        margin-bottom: 0;
    }

    .form-single {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 20px;
    }

    .contact-field {
        height: 62px;
        padding: 22px;
        font-size: 17px;
    }

    .contact-text-area {
        min-height: 150px;
        margin-bottom: 20px;
        padding: 22px;
        font-size: 17px;
    }

    .submit-button {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .blog-single-collection-list {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr 1fr;
    }

    .blog-single-top {
        margin-bottom: 30px;
    }

    .blog-single-img {
        margin-bottom: 50px;
    }

    .blog-rich-wrap {
        max-width: 100%;
    }

    .blog-single-author {
        margin-bottom: 25px;
    }

    .terms-wrap {
        max-width: 100%;
    }

    .hero-counter-number {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 52px;
    }

    .success-message {
        font-size: 16px;
    }

    .error-message {
        border: 1px solid var(--primary);
        color: var(--white);
        text-align: center;
        margin-top: 20px;
        padding: 20px;
        font-size: 16px;
    }

    .client-slide {
        margin-right: 20px;
    }

    .brand-card-number {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 22px;
    }

    .primary-button {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .primary-btn-wrap {
        grid-column-gap: 20px;
    }

    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section.brands-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section.client {
        padding-top: 80px;
    }

    .section.models-section {
        padding-bottom: 60px;
    }

    .section.info-section {
        padding-top: 80px;
    }

    .section.contact-us,
    .section.blog-section {
        padding-top: 200px;
    }

    .section.blog-single-section {
        padding-bottom: 20px;
    }

    .hero {
        padding-top: 200px;
    }

    .hero-wrap {
        grid-row-gap: 25px;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-bottom: 40px;
        display: -ms-flexbox;
        display: flex;
    }

    .hero-title-wrap {
        text-align: center;
        max-width: 100%;
    }

    .hero-title {
        margin-bottom: 10px;
        font-size: 36px;
    }

    .hero-details {
        font-size: 15px;
    }

    .hero-info-wrap {
        padding: 20px;
    }

    .hero-info-icon {
        margin-bottom: 15px;
    }

    .hero-info-title {
        margin-bottom: 25px;
    }

    .hero-number {
        letter-spacing: -2px;
    }

    .info-details {
        width: 100%;
    }

    .hero-info {
        display: -ms-flexbox;
        display: flex;
    }

    .divider {
        display: block;
    }

    .sub-title-info {
        bottom: 10px;
        left: 10px;
    }

    .info-icon {
        width: 20px;
    }

    .img-info-text {
        letter-spacing: -0.5px;
        font-size: 16px;
        line-height: 150%;
    }

    .section-title-wrap {
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .section-title-wrap.mb-80 {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .section-title-wrap.mb-80.flex-top {
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section-title-wrap.insights-title-wrap {
        grid-row-gap: 15px;
        margin-bottom: 30px;
    }

    .section-title {
        letter-spacing: -0.01px;
        font-size: 28px;
    }

    .section-title.built-title {
        margin-bottom: 10px;
    }

    .section-details {
        font-size: 16px;
    }

    .section-details.brands-details {
        text-align: center;
        max-width: 100%;
    }

    .section-details.mb-40 {
        margin-bottom: 20px;
    }

    .built-wrap {
        grid-row-gap: 35px;
    }

    .built-single-card {
        grid-column-gap: 25px;
        grid-row-gap: 25px;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .built-img {
        -o-object-fit: cover;
        object-fit: cover;
        max-width: 100%;
        height: 100%;
        max-height: 350px;
    }

    .built-name {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .built-card-details {
        max-width: 100%;
    }

    .built-card-details._02 {
        -ms-flex-order: 1;
        order: 1;
    }

    .built-section-details {
        font-size: 15px;
        line-height: 167%;
    }

    .brands-card-wrap {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        grid-template-columns: 1fr;
        margin-bottom: 25px;
    }

    .brands-single-card {
        grid-row-gap: 15px;
        text-align: center;
        width: 100%;
        height: 210px;
        max-height: 100%;
        padding: 20px;
    }

    .brands-single-card._02 {
        padding: 20px;
    }

    .brands-card-icon {
        width: 45px;
        height: 45px;
        margin-left: auto;
        margin-right: auto;
    }

    .brand-card-title {
        font-size: 22px;
    }

    .brand-card-details {
        font-size: 15px;
    }

    .brands-single-img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        max-height: 250px;
    }

    .client-single-card {
        min-height: 230px;
        padding: 20px;
    }

    .client-bedrooms {
        margin-bottom: 10px;
    }

    .client-review {
        letter-spacing: -0.1px;
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 125%;
    }

    .client-author-name {
        margin-bottom: 0;
    }

    .counter-number-wrapper {
        height: 60px;
    }

    .counter-number {
        font-size: 50px;
        line-height: 107%;
    }

    .counter-details {
        font-size: 15px;
    }

    .counter-wrapper {
        grid-row-gap: 35px;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
    }

    .counter-single {
        max-width: 45%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .blog-card-top {
        padding: 20px 15px;
    }

    .blog-categories-wrap {
        margin-bottom: 20px;
    }

    .blog-card-name {
        letter-spacing: -0.28px;
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 125%;
    }

    .blog-card-name._01 {
        font-size: 18px;
    }

    .footer {
        padding-top: 80px;
    }

    .footer-content {
        grid-row-gap: 30px;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .footer-left-wrap {
        max-width: 100%;
    }

    .footer-right-wrap {
        width: 100%;
    }

    .footer-menu-wrapper {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-menu {
        font-size: 16px;
    }

    .copy-text-wrap {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer-bottom-text {
        font-size: 15px;
    }

    .model-slider {
        padding-bottom: 0;
    }

    .model-slider-mask {
        max-width: 100%;
    }

    .model-slide {
        margin-right: 50px;
    }

    .model-slider-img-link {
        height: 100%;
        max-height: 200px;
    }

    .slider-price-wrap {
        grid-column-gap: 10px;
        padding: 10px;
        bottom: 50px;
        right: 134px;
    }

    .slider-price {
        font-size: 14px;
    }

    .inner-section-wrap {
        grid-column-gap: 0px;
        grid-row-gap: 20px;
        -ms-flex-flow: column;
        flex-flow: column;
        margin-right: auto;
        padding-right: 15px;
    }

    .inner-section-left {
        text-align: center;
        max-width: 100%;
    }

    .inner-sub-title {
        margin-bottom: 15px;
    }

    .inner-title {
        letter-spacing: -0.02px;
        margin-bottom: 10px;
        font-size: 26px;
    }

    .inner-details {
        font-size: 15px;
    }

    .inner-section-right {
        max-width: 100%;
    }

    .inner-section-img {
        max-height: 350px;
    }

    .sub-title.mb30 {
        margin-bottom: 20px;
    }

    .insights-wrap {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        margin-bottom: 20px;
    }

    .insights-img-01 {
        max-width: 100%;
        max-height: 350px;
    }

    .insights-info-card.about-info-card {
        width: 100%;
    }

    .insights-img-02 {
        max-height: 350px;
    }

    .insights-details {
        letter-spacing: 0;
        font-size: 16px;
    }

    .insights-details.mb21 {
        margin-bottom: 10px;
    }

    .insights-mini-title {
        letter-spacing: -0.01px;
        margin-bottom: 15px;
        font-size: 28px;
    }

    .info-section-content {
        grid-row-gap: 25px;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }

    .info-section-content.left {
        padding-left: 15px;
    }

    .info-section-content.right {
        padding-right: 15px;
    }

    .info-section-img-wrap.last {
        -ms-flex-order: -1;
        order: -1;
    }

    .info-section-title {
        margin-bottom: 8px;
        font-size: 25px;
    }

    .info-section-details {
        letter-spacing: 0;
        font-size: 15px;
    }

    .info-section-details.mb-20 {
        margin-bottom: 15px;
    }

    .team-wrap {
        grid-template-columns: 1fr;
    }

    .team-member-img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        max-height: 400px;
    }

    .team-member-info {
        padding: 10px 15px;
    }

    .rich-text h3 {
        letter-spacing: -0.01px;
        font-size: 22px;
    }

    .rich-text p {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .rich-text.mb-25 {
        margin-bottom: 25px;
    }

    .features-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .features-wrap {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-flex-flow: column;
        flex-flow: column;
        grid-template-columns: 1fr;
    }

    .features-single {
        max-width: 100%;
        margin-right: 0;
    }

    .features-arrow-wrap {
        margin-bottom: 20px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .features-details-wrap {
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .features-flex-wrap {
        grid-row-gap: 20px;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .features-sticky-wrap {
        position: static;
        top: 0;
    }

    .features-vh-wrap {
        height: 100%;
    }

    .faq-wrap {
        grid-row-gap: 30px;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin-bottom: 40px;
    }

    .faq-left {
        grid-row-gap: 25px;
    }

    .faq-ans {
        font-size: 15px;
    }

    .faq-img {
        max-height: 350px;
    }

    .contact-title-wrap {
        margin-bottom: 20px;
    }

    .form-single {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-columns: 1fr;
    }

    .contact-field {
        height: 54px;
        padding: 5px 18px;
        font-size: 15px;
    }

    .contact-text-area {
        min-height: 150px;
        padding: 5px 20px;
    }

    .submit-button {
        transition: all 0.45s;
    }

    .submit-button:hover {
        background-color: var(--primary);
        color: var(--white);
    }

    .blog-title-wrap {
        margin-bottom: 35px;
    }

    .blog-single-collection-list {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: 1fr;
    }

    .blog-single-author {
        margin-bottom: 20px;
    }

    .policies-title {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .footer-menu-absolute {
        font-size: 16px;
    }

    .hero-counter-number {
        height: 52px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .success-message {
        font-size: 15px;
    }

    .error-message {
        padding: 15px;
        font-size: 15px;
    }

    .client-slide-mask {
        max-width: 100%;
    }

    .brand-card-number {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        letter-spacing: -0.2px;
        font-size: 28px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }

    .primary-button {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .primary-btn-wrap {
        grid-column-gap: 15px;
    }

    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section.brands-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section.client {
        padding-top: 60px;
    }

    .section.models-section {
        padding-bottom: 40px;
    }

    .section.info-section {
        padding-top: 60px;
    }

    .section.contact-us {
        padding-top: 120px;
    }

    .section.blog-single-section {
        padding-top: 100px;
        padding-bottom: 10px;
    }

    .section.policies {
        padding-top: 200px;
        padding-bottom: 60px;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-details {
        font-size: 14px;
        line-height: 166%;
    }

    .secondary-button {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .hero-info-wrap {
        padding: 15px;
    }

    .hero-number-details {
        grid-column-gap: 10px;
    }

    .hero-number {
        font-size: 26px;
    }

    .hero-info._01 {
        grid-row-gap: 10px;
    }

    .hero-img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 200px;
        max-height: 200px;
    }

    .sub-title-info {
        grid-column-gap: 8px;
        padding: 5px 15px;
    }

    .info-icon {
        display: none;
    }

    .img-info-text {
        font-size: 14px;
    }

    .section-title-wrap {
        margin-bottom: 25px;
    }

    .section-title-wrap.mb-80 {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .section-title-wrap.insights-title-wrap {
        margin-bottom: 20px;
    }

    .section-title {
        font-size: 25px;
    }

    .section-title.built-title {
        font-size: 20px;
    }

    .section-title.insight-title {
        letter-spacing: 0;
        font-size: 20px;
    }

    .section-title.mb19 {
        letter-spacing: 0;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .section-details {
        font-size: 14px;
    }

    .section-details.brands-details {
        text-align: left;
    }

    .built-wrap {
        grid-row-gap: 30px;
    }

    .built-single-card {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }

    .built-img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        max-height: 200px;
    }

    .built-name {
        font-size: 18px;
    }

    .built-details,
    .built-section-details {
        font-size: 14px;
        line-height: 167%;
    }

    .brands-card-wrap {
        margin-bottom: 15px;
    }

    .brands-single-card {
        height: 100%;
        padding: 15px;
    }

    .brands-single-card._02 {
        padding: 15px;
    }

    .brands-card-icon {
        width: 30px;
        height: 30px;
        margin-bottom: 15px;
    }

    .brand-card-details {
        font-size: 14px;
    }

    .client-single-card {
        padding: 15px;
    }

    .client-bedrooms {
        margin-bottom: 10px;
    }

    .client-review {
        letter-spacing: -0.01px;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .client-author-bio {
        font-size: 14px;
    }

    .counter-number-wrapper {
        height: 45px;
    }

    .counter-number {
        font-size: 40px;
    }

    .counter-details {
        font-size: 14px;
    }

    .counter-wrapper {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .counter-single {
        width: 100%;
        max-width: 100%;
    }

    .blog-card-top {
        padding: 20px 15px;
    }

    .blog-categories-wrap {
        margin-bottom: 15px;
    }

    .blog-categories-tag {
        padding: 4px 20px;
    }

    .blog-card-name {
        letter-spacing: 0;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .blog-card-name._01 {
        font-size: 16px;
    }

    .footer {
        padding-top: 60px;
    }

    .footer-content {
        margin-bottom: 30px;
    }

    .footer-logo-link {
        margin-bottom: 20px;
    }

    .footer-form-details {
        font-size: 13px;
    }

    .footer-menu-wrapper {
        grid-column-gap: 50px;
        grid-row-gap: 25px;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer-menu-title {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .footer-menu-wrap {
        grid-row-gap: 10px;
    }

    .footer-menu,
    .footer-bottom-text {
        font-size: 14px;
    }

    .blog-img {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .model-slider-img-link {
        max-height: 130px;
    }

    .slider-price-wrap {
        grid-column-gap: 8px;
        padding-top: 5px;
        padding-bottom: 5px;
        bottom: 0;
        right: 40px;
    }

    .slider-price {
        font-size: 12px;
    }

    .inner-banner {
        padding-top: 200px;
    }

    .inner-sub-title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 150%;
    }

    .inner-title {
        font-size: 24px;
    }

    .inner-details {
        letter-spacing: 0;
        font-size: 14px;
    }

    .inner-section-img {
        max-height: 150px;
    }

    .sub-title.mb30 {
        margin-bottom: 15px;
    }

    .insights-wrap {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        margin-bottom: 15px;
    }

    .insights-img-01 {
        max-height: 200px;
    }

    .insights-info-card {
        padding: 15px;
    }

    .insights-img-02 {
        max-height: 200px;
    }

    .insights-details {
        font-size: 14px;
    }

    .insights-mini-title {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .info-section-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .info-section-title {
        font-size: 20px;
    }

    .info-section-details {
        font-size: 14px;
    }

    .info-section-details.mb-20 {
        margin-bottom: 10px;
    }

    .team-wrap {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }

    .team-member-img {
        max-height: 100%;
    }

    .team-member-info {
        grid-column-gap: 5px;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 6px 10px;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }

    .member-name,
    .member-bio {
        font-size: 14px;
    }

    .rich-text h3 {
        font-size: 18px;
    }

    .rich-text p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .rich-text.mb-25 {
        margin-bottom: 20px;
    }

    .features-wrap {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }

    .features-arrow {
        width: 30px;
        height: 30px;
    }

    .features-name {
        font-size: 26px;
    }

    .features-details {
        font-size: 14px;
    }

    .faq-wrap {
        grid-row-gap: 30px;
        margin-bottom: 30px;
    }

    .faq-left {
        grid-row-gap: 25px;
    }

    .faq-questions {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .faq-ans {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .faq-img {
        max-height: 200px;
    }

    .contact-form-block {
        margin-bottom: 0;
    }

    .form-single {
        grid-template-columns: 1fr;
        margin-bottom: 15px;
    }

    .contact-field {
        height: 42px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact-text-area {
        min-height: 80px;
        margin-bottom: 15px;
        padding: 15px;
        font-size: 14px;
    }

    .submit-button {
        max-width: 160px;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 16px;
    }

    .blog-single-top {
        margin-bottom: 15px;
    }

    .blog-single-img {
        margin-bottom: 20px;
    }

    .blog-single-author {
        margin-bottom: 15px;
    }

    .footer-menu-absolute {
        font-size: 14px;
    }

    .hero-counter-number {
        height: 35px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .success-message {
        font-size: 14px;
    }

    .error-message {
        padding: 10px;
        font-size: 14px;
    }
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #f5f7f9;
}

header.fixed {
    position: fixed;
}

.header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 30px 0;
}

.header__contacts {
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
}

.header__contacts-item:hover {
    text-decoration: underline;
}

nav.active {
    display: block;
}

.nav {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.nav.active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 100px 0;
    height: 100vh;
    width: 100%;
    overflow: auto;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.nav__link {
    color: black;
    font-size: 1.2rem;
}

.nav__link:hover {
    color: #f74932;
    transition: color 0.2s linear;
}

.nav.active .nav__link {
    font-size: 1.5rem;
}

.nav.active .link {
    margin-top: 60px;
}

.white {
    color: white;
}

.white:hover {
    color: #b8ff90;
    transition: color 0.2s linear;
}

.logo {
    font-size: 30px;
    color: #f74932;
    font-weight: 700;
    position: relative;
    z-index: 1000;
}

.logo.black {
    color: #000000;
    z-index: 10;
}

.logo.white {
    color: white;
}

/* Nav List */
.nav__li {
    position: relative;
}

.nav__link-list__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
}

.nav__link-list__title {
    cursor: pointer;
}

.nav__link-list__title:hover {
    color: #061d19;
    transition: color 0.2s linear;
}

.fantasy__inner {
    visibility: hidden;
    opacity: 0;
    border: 1px solid #afafaf;
    position: absolute;
    top: 30px;
    left: 0;
    background: white;
    border-radius: 20px;
    padding: 20px;
    width: 220px;
    transition: opacity 0.3s ease, visibility 0s 0.1s;
}

.fantasy__inner.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 15px;
}

.fantasy__inner-mobile {
    display: none;
    background: white;
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #afafaf;
    width: 220px;
}

.fantasy__inner-mobile.active {
    display: block;
    margin: 20px auto;
}

.angle__arrow {
    width: 20px;
    height: 20px;
}

.nav__link-list {
    color: black;
    font-size: 1.2rem;
}

.nav__link-list:hover {
    color: #061d19;
    transition: color 0.2s linear;
}

@media (max-width: 1111px) {
    .btnInHeader {
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 1111px) {
    .burger__block {
        -ms-flex-order: 3;
        order: 3;
    }
}

.nav__link-list-mobile {
    display: none;
    color: black;
    font-size: 1.2rem;
}

.nav__link-list-mobile:hover {
    color: #061d19;
    transition: color 0.2s linear;
}

.nav.active .nav__link-list-mobile {
    font-size: 1.5rem;
}

.nav__link-list__title-mobile {
    display: none;
}

.nav__link-list:hover .fantasy__inner {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease, visibility 0s;
}

.fantasy__games {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}

.fantasy__games-item {
    text-align: center;
}

.burger__block {
    cursor: pointer;
    width: 38px;
    height: 34px;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.burger {
    display: none;
    position: relative;
    background: #000000;
    width: 36px;
    height: 4px;
    border-radius: 10px;
    transition: background 0.2s linear;
}

.burger::before {
    content: "";
    background: #000000;
    width: 100%;
    height: 4px;
    position: absolute;
    top: -9px;
    left: 0;
    border-radius: 10px;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.burger::after {
    content: "";
    background: #000000;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -9px;
    left: 0;
    border-radius: 10px;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.burger.active {
    background: transparent;
    transition: background 0.2s linear;
}

.burger.active::before {
    content: "";
    background: #000000;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.burger.active::after {
    content: "";
    background: #000000;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.footer__icon {
    width: 221px;
    height: 64px;
}

.footer__icon-18 {
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

.footer__links {
    color: #878686;
}

.privacy,
.terms {
    margin: 10rem 0;
    padding: 0 1.3rem 10rem;
    text-align: center;
}

.thanks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
}

.thanks__title {
    color: #000000;
    margin-bottom: 1rem;
}

.thanks__back {
    font-size: 2rem;
    color: #5f5e5e;
}

.privacy__item,
.terms__item {
    max-width: 1000px;
    margin: 3rem auto;
}

.privacy__title,
.terms__title {
    margin-bottom: 1rem;
    color: #1E212C;
    font-size: 46px;
}

.privacy__title.main {
    margin-bottom: 5rem;
}

.privacy__text,
.terms__text {
    color: #787A80;
    font-size: 24px;
}

.form__input-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.form__input-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form__input-checkbox+.form__input-checkbox__label {
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    color: black;
    /* Label COLOR */
}

@media (max-width: 420px) {
    .form__input-checkbox+.form__input-checkbox__label {
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    .form__input-checkbox+.form__input-checkbox__label {
        font-size: 12px;
    }
}

.form__input-checkbox+.form__input-checkbox__label::before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    /* Checkbox WIDTH*/
    height: 1.5rem;
    /* Checkbox HEIGHT */
    border: 2px solid black;
    /* Checkbox BORDER*/
    border-radius: 4px;
    margin-right: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.form__input-checkbox:checked+.form__input-checkbox__label::before {
    border-color: #000000;
    /* Checked BORDER COLOR*/
    background-color: #000000;
    /* Checked BG COLOR*/
    background-image: url("../images/check.svg");
}

.form__input-checkbox__label {
    font-size: 30px;
    cursor: pointer;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal.show {
    display: -ms-flexbox;
    display: flex;
}

.full-post {
    display: none;
}

.modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 70%;
    max-height: 80%;
    overflow-y: auto;
    position: relative;
}

.close,
.closeModal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.button-style-dark {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    border: 1px solid var(--heading-color);
    background-color: var(--heading-color);
    text-transform: capitalize;
    border-radius: 50px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 25px 7px 10px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
}

.button-arrow-wrap-white {
    z-index: 4;
    background-color: #fff;
    border-radius: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 35px;
    position: relative;
    overflow: hidden;
}

.button-style-dark:hover .button-arrow-wrap-white.white-button-border {
    background: black;
    transition: all 0.6s ease-out;
}

.button-style-dark:hover .button-overlay-dark-copy {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.6s ease-out;
}

.button-style-dark:hover .button-arrow-active-icon {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    transition: all 0.6s ease-out;
}

.button-style-dark:hover .button-arrow-inactive-icon {
    -webkit-transform: translate3d(280%, 0, 0);
    transform: translate3d(280%, 0, 0);
    transition: all 0.6s ease-out;
}

.button-style-dark:hover .button-text-dark-one {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: all 0.6s ease-out;
}

.button-style-dark:hover .button-text-dark-one.two {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: all 0.6s ease-out;
}

.button-style-white:hover .button-arrow-wrap-white.white-button-border.black {
    background: white;
    transition: all 0.6s ease-out;
}

.button-style-white:hover .button-overlay-white {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.6s ease-out;
}

.button-style-white:hover .button-arrow-active-icon {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    transition: all 0.6s ease-out;
}

.button-style-white:hover .button-arrow-inactive-icon {
    -webkit-transform: translate3d(280%, 0, 0);
    transform: translate3d(280%, 0, 0);
    transition: all 0.6s ease-out;
}

.button-style-white:hover .button-text-white-one {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: all 0.6s ease-out;
}

.button-style-white:hover .button-text-white-one.two {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: all 0.6s ease-out;
}

.button-arrow-inactive-icon {
    height: auto;
    display: block;
    position: absolute;
    left: -100%;
    transition: all 0.6s ease-out;
}

.button-arrow-active-icon {
    transition: all 0.6s ease-out;
}

.button-overlay-white {
    z-index: 1;
    background-color: var(--heading-color);
    border-radius: 100%;
    width: 220%;
    height: 250%;
    display: block;
    position: absolute;
    left: -50%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: all 0.6s ease-out;
}

.button-text-dark-one {
    color: var(--white);
    transition: all 0.6s ease-out;
}

.button-text-dark-one.two {
    color: var(--heading-color);
    position: absolute;
    transition: all 0.6s ease-out;
}

.button-text-white-one {
    color: var(--heading-color);
}

.button-text-white-one.two {
    color: var(--white);
    position: absolute;
}

.button-overlay-dark-copy {
    z-index: 1;
    background-color: var(--white);
    border-radius: 100%;
    width: 220%;
    height: 250%;
    display: block;
    position: absolute;
    left: -50%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: all 0.6s ease-out;
}

.button-arrow-wrap-white.white-button-border {
    background-color: white;
    transition: all 0.6s ease-out;
}

.button-arrow-wrap-white.white-button-border.black {
    background-color: black;
    transition: all 0.6s ease-out;
}

@media (max-width: 1111px) {
    .burger__block {
        display: -ms-flexbox;
        display: flex;
    }

    .burger {
        display: block;
    }

    nav {
        display: none;
    }

    .nav__link-list {
        display: none;
    }

    .nav__link-list-mobile {
        display: block;
    }
}

@media (max-width: 880px) {
    .modal-content {
        width: 97%;
    }
}

@media (max-width: 650px) {
    .thanks__title {
        font-size: 1.8rem;
    }

    .thanks__back {
        font-size: 1.6rem;
    }
}

@media (max-width: 600px) {
    .privacy__title {
        font-size: 40px;
    }

    .privacy__text {
        font-size: 24px;
    }
}

.section-padding-bottom {
    padding-bottom: 120px;
}

.section-padding {
    padding: 120px 0;
}

@media (max-width: 991px) {
    .section-padding-bottom {
        padding-bottom: 60px;
    }

    .section-padding {
        padding: 60px 0;
    }
}