.hamb-menu .hamb-menu-inner,
.hamb-menu .hamb-menu-inner .hamb-link {
    width: 100%;
    height: auto;
}
.drop-down {
    width: auto;
    height: auto;
}
.hamb-menu {
    width: 100%;
    height: 100%;
}
* {
    margin: 0;
    padding: 0;
}
*,
*:before,
*:after {
    box-sizing: inherit;
    outline: none;
    -webkit-touch-callout: none;
    font-family: BentonSans;
}
:focus {
    outline: none;
}
::-moz-focus-inner {
    border: 0;
}
a {
    color: inherit;
    outline: none;
    pointer-events: auto;
    text-decoration: none;
}
button {
    background: none;
    border: none;
    border-radius: none;
    color: inherit;
    outline: none;
    cursor: pointer;
}
video,
img {
    vertical-align: middle;
    object-fit: cover;
    object-position: center;
}
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    pointer-events: auto;
}
:root {
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-optical-sizing: auto;
}
html {
    box-sizing: border-box;
    overscroll-behavior: none;
    font-size: 0.5208333333vw !important;
    scroll-behavior: smooth;
}
@media only screen and (max-width: 1024px) {
    html {
        font-size: 0.9765625vw !important;
    }
}
@media only screen and (max-width: 482px) {
    html {
        font-size: 2.0746887967vw !important;
    }
}
body {
    overscroll-behavior: none;
    font-weight: 400;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    background: #181818;
    color: #fff;
}
[data-animation='text'] {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
[data-animation='text'] span {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    transform-origin: center;
}
[data-animation='text'].reveal {
    opacity: 1 !important;
}
@font-face {
    font-family: BentonSans;
    src:
        url(../fonts/br.woff2) format('woff2'),
        url(../fonts/br.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: BentonSans;
    src:
        url(../fonts/bm.woff2) format('woff2'),
        url(../fonts/bm.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
::-webkit-scrollbar {
    display: none;
}
.container {
    width: 100%;
    height: auto;
    max-width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 1024px) {
    .container {
        max-width: 93%;
    }
}
@media only screen and (max-width: 482px) {
    .container {
        max-width: 93%;
    }
}
.container-sm {
    width: 100%;
    height: auto;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 1024px) {
    .container-sm {
        max-width: 93%;
    }
}
@media only screen and (max-width: 482px) {
    .container-sm {
        max-width: 93%;
    }
}
footer,
section {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
footer .bg,
section .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
footer .bg img,
section .bg img {
    width: 100%;
    height: 100%;
}
footer .bg img.image-mobile,
section .bg img.image-mobile {
    display: none;
}
.pt-10 {
    padding-top: 10rem;
}
.pt-20 {
    padding-top: 20rem;
}
.pt-4 {
    padding-top: 4.95rem !important;
}
.pt-5 {
    padding-top: 5rem !important;
}
.pb-10 {
    padding-bottom: 10rem;
}
.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
.bg img {
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 482px) {
    section .bg:has(.image-mobile) img {
        display: none;
    }
    section .bg:has(.image-mobile) img.image-mobile {
        display: block !important;
    }
    .pb-10 {
        padding-bottom: 5rem;
    }
    .pt-10 {
        padding-top: 5rem;
    }
}
.overlay {
    position: relative;
}
.overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000040;
    z-index: 0;
}
.link-theme,
.link-round-bg,
.link-round-empty,
.button {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    transition: all 0.5s ease;
    text-transform: none;
    position: relative;
    font-family: BentonSans;
    cursor: pointer;
}
@media only screen and (max-width: 482px) {
    .link-theme,
    .link-round-bg,
    .link-round-empty,
    .button {
        font-size: 1.6rem;
    }
}
.link-theme .sm,
.link-round-bg .sm,
.link-round-empty .sm,
.button .sm {
    font-size: 1.25rem;
}
.link-round-bg,
.link-round-empty {
    padding: 1.2rem 2.5rem;
    border-radius: 1rem;
    font-weight: 200;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 1rem;
}
.link-round-bg img,
.link-round-empty img {
    width: 2rem;
    height: auto;
    padding-bottom: 0.2rem;
}
.link-round-bg {
    background: #f5dd51;
    color: #181818;
    border: 1px solid #f5dd51;
}
.link-round-bg:hover,
.link-round-bg.white {
    background: #fff;
    border: 1px solid #ffffff;
}
.link-round-bg.white:hover {
    background: #f5dd51;
    border: 1px solid #f5dd51;
}
.link-round-empty {
    border: 1px solid #181818;
    color: #181818;
}
.link-round-empty:hover {
    background: #f5dd51;
    color: #000;
    border: 1px solid #f5dd51;
}
.link-round-empty.white {
    border: 1px solid #ffffff;
    color: #fff;
}
.link-round-empty.white:hover {
    background: #f5dd51;
    color: #000;
    border: 1px solid #f5dd51;
}
.link-theme:after {
    width: 0%;
    height: 0.1rem;
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    background: #fff;
    transform-origin: left;
    transition: all 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.link-theme:hover:after {
    width: 100%;
}
p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
}
h1 {
    font-size: 5.6rem;
    line-height: 1.2;
    overflow-y: hidden;
    font-weight: 500;
}
h1 span {
    font-style: normal !important;
    font-weight: 500;
}
h2 {
    font-size: 4rem;
    line-height: 1.2;
    overflow-y: hidden;
    font-weight: 500;
}
h2 span {
    font-style: normal !important;
    font-weight: 500;
}
h3 {
    font-size: 2.4rem;
    line-height: 1.3;
    overflow-y: hidden;
    font-weight: 500;
}
h3 span {
    font-style: normal !important;
    font-weight: 500;
}
ul,
ol {
    list-style: disc;
    padding-left: 2rem;
}
ul li,
ol li {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
}
ol {
    list-style: decimal;
    padding-left: 4rem;
}
.paragraph-md {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 400;
}
.bold {
    font-weight: 700;
}
.p-bold {
    font-weight: 500;
}
.small-title {
    color: #f5dd51;
    font-size: 1.4rem;
}
@media only screen and (max-width: 830px) {
    h1 {
        font-size: 4rem;
    }
    h2 {
        font-size: 3.8rem;
    }
    p br {
        display: none;
    }
    h3 {
        font-size: 3rem;
    }
    h3 br {
        display: none;
    }
}
.drop-down {
    position: relative;
}
.drop-down .link:after {
    display: none;
}
.drop-down .drop-down-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: no-wrap;
    gap: 0.5rem;
    width: max-content;
    position: absolute;
    top: 100%;
    left: 0;
    transition: opacity 0.2s ease;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 2rem 0 0;
}
.drop-down .drop-down-content a:after {
    display: none;
}
.drop-down .drop-down-content a span {
    font-size: 1.4rem;
}
.drop-down:hover .drop-down-content {
    opacity: 1;
    visibility: visible;
}
.accordions {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 2rem;
}
.accordions .accordion {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 2rem;
    border-radius: 1rem;
}
.accordions .accordion .accordion-trigger {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
    padding: 3rem 0;
    cursor: pointer;
    text-transform: capitalize;
}
.accordions .accordion .accordion-trigger p {
    font-size: 2.6rem;
}
.accordions .accordion .accordion-trigger .icon {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    transition: transform 0.2s ease;
    position: relative;
    padding: 2rem;
    border-radius: 10%;
    background: #1d1d1d;
}
.accordions .accordion .accordion-trigger .icon .divider {
    width: 1px;
    height: 1.5rem;
    position: absolute;
    transition: all 0.5s ease;
    background: #fff;
}
.accordions .accordion .accordion-trigger .icon .divider:first-child {
    transform: rotate(90deg);
}
.accordions .accordion .accordion-trigger:hover .icon {
    transform: rotate(180deg);
}
.accordions .accordion .accordion-content {
    width: 100%;
    height: auto;
    max-height: 0;
    opacity: 0;
    transition: all 0.5s ease;
    overflow: hidden;
}
.accordions .accordion .accordion-content .accordion-content-inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: no-wrap;
    gap: 2rem;
    padding: 0 0 5rem;
}
.accordions .accordion .accordion-content .accordion-content-inner a {
    text-decoration: underline;
}
.accordions .accordion .accordion-content .accordion-content-inner .table {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: no-wrap;
}
.accordions .accordion .accordion-content .accordion-content-inner .table .row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: no-wrap;
}
.accordions .accordion .accordion-content .accordion-content-inner .table .row p {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 482px) {
    .accordions .accordion .accordion-content .accordion-content-inner {
        padding: 2.5rem 0 5rem;
    }
}
.accordions .accordion.active .accordion-trigger .icon .divider:last-child {
    transform: rotate(90deg);
}
.accordions .accordion.active .accordion-content {
    opacity: 1;
}
.accordions[data-tab-content] {
    display: none;
}
.accordions[data-tab-content].active {
    display: block;
}
.accordions.bio-accordion .accordion {
    width: 100%;
}
.accordions.bio-accordion .accordion .accordion-trigger {
    padding: 2rem 0;
}
.accordions.bio-accordion .accordion .accordion-trigger p {
    font-size: 1.6rem;
    font-weight: 400;
}
.accordions.bio-accordion .accordion .accordion-trigger .icon .divider {
    background: #000;
    width: 3px;
}
.accordions.bio-accordion .accordion.active .accordion-trigger p {
    font-weight: 500;
}
@media only screen and (max-width: 482px) {
    .accordions,
    .accordions .accordion {
        width: 100%;
    }
    .accordions .accordion .accordion-trigger {
        padding: 2rem 0;
        gap: 1rem;
    }
    .accordions .accordion .accordion-trigger .icon .divider {
        width: 1px;
    }
    .accordions .accordion .accordion-content .accordion-content-inner {
        padding: 2rem 0;
    }
}
.footer .container .top-content {
    padding: 15rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
}
.footer .container .top-content .logo {
    flex: 0 0 60%;
    max-width: 60%;
    width: 100%;
    height: auto;
}
.footer .container .top-content .logo img {
    width: 70rem;
    height: auto;
}
.footer .container .top-content .right-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 3rem;
}
.footer .container .top-content .right-content .links {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 1rem;
}
.footer .container .bottom-content {
    padding: 2rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
    border-top: 1px solid #ffffff;
}
.footer .container .bottom-content p {
    font-size: 1.4rem;
}
@media only screen and (max-width: 830px) {
    .footer .container .top-content {
        flex-direction: column;
        gap: 5rem;
        padding: 10rem 0;
    }
    .footer .container .top-content .logo {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .footer .container .top-content .logo img {
        width: 80%;
    }
    .footer .container .bottom-content {
        flex-wrap: wrap;
        gap: 1.5rem;
    }
}
.hamb-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    overflow-y: scroll;
    transition: all 0.6s cubic-bezier(0.3, 1, 0.3, 1);
    transform: translate(100%);
}
.hamb-menu .hamb-menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: no-wrap;
    padding: 20rem 8% 5rem;
    list-style: none;
}
.hamb-menu .hamb-menu-inner .hamb-link {
    font-size: 2.7rem;
    line-height: 1.25;
    padding: 2rem 0;
    border-bottom: 1px solid currentColor;
    text-align: left;
    text-transform: none;
}
.hamb-menu .hamb-menu-inner .hamb-link button {
    border-bottom: 0;
    padding: 0;
}
.hamb-menu .hamb-menu-inner .hamb-link img {
    height: 1rem;
    width: auto;
    filter: invert(1);
    margin: 0 0 0.5rem 2rem;
}
.hamb-menu .hamb-menu-inner .hamb-link .drop-down-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    max-height: 0;
    opacity: 0;
    display: none;
}
.hamb-menu .hamb-menu-inner .hamb-link .drop-down-content .hamb-link:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.hamb-menu .hamb-menu-inner .hamb-link.hover .drop-down-content {
    max-height: min-content;
    opacity: 1;
    display: flex;
}
.hamb-menu.active {
    transform: translate(0);
    opacity: 1 !important;
}
.navbar .container {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5;
    transform: translate(-50%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
    padding: 5rem 0;
}
.navbar .container .logo img {
    width: 25rem;
    height: auto;
}
.navbar .container .logo img.mob {
    display: none;
}
.navbar .container .navbar-links {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 1rem;
    list-style: none;
}
@media only screen and (max-width: 830px) {
    .navbar .container .logo img {
        width: 7rem;
        height: auto;
        display: none;
    }
    .navbar .container .logo img.mob {
        display: block;
    }
}
.banner .container {
    padding: 25rem 0 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 8rem;
}
.banner .container .top-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: no-wrap;
}
.banner .container .top-content h1 {
    flex: 0 0 45%;
    max-width: 45%;
    width: 100%;
    height: auto;
    color: #f5dd51;
}
.banner .container .top-content .right-content {
    flex: 0 0 45%;
    max-width: 45%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 3rem;
}
.banner .container figure {
    width: 100%;
    height: 100%;
}
.banner .container figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.banner .container figure img.mob {
    display: none;
}
.about .container {
    padding: 10rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
}
.about .container .left-content {
    flex: 0 0 40%;
    max-width: 40%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 1rem;
}
.about .container .left-content .link-round-bg {
    margin-top: 3rem;
}
.about .container .right-content {
    flex: 0 0 45%;
    max-width: 45%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 3rem;
}
.about .container .right-content .item {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    background: #fff;
    color: #181818;
    padding: 8rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
    transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
}
.about .container .right-content .item .left-content {
    flex: 0 0 60%;
    max-width: 60%;
    width: 100%;
    height: auto;
    gap: 3rem;
}
.about .container .right-content .item .right-content {
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    height: auto;
}
.about .container .right-content .item .right-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about .container .right-content .item:hover {
    background: #f5dd51;
}
.services .container {
    padding: 15rem 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 10rem;
}
.services .container .top-content h2 {
    margin-top: 1rem;
}
.services .container .bottom-content {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.services .container .bottom-content .swiper-wrapper {
    gap: 3rem;
}
.services .container .bottom-content .swiper-wrapper .item {
    height: 50rem;
    width: 23.75%;
    position: relative;
}
.services .container .bottom-content .swiper-wrapper .item figure {
    height: 100%;
    width: 100%;
}
.services .container .bottom-content .swiper-wrapper .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.services .container .bottom-content .swiper-wrapper .item .content {
    position: absolute;
    padding: 3rem 2rem;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 2rem;
}
.services .container .bottom-content .swiper-wrapper .item .content .content-header {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
}
.services .container .bottom-content .swiper-wrapper .item .content .content-header .icon {
    height: 4rem;
    width: 4rem;
    background: #f5dd51;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
}
.services .container .bottom-content .swiper-wrapper .item .content .content-header .icon img {
    width: 1rem;
    height: auto;
}
.services .container .bottom-content .swiper-wrapper .item .content .content-detail {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
}
.services .container .bottom-content .swiper-wrapper .item:hover .content .content-detail {
    max-height: 100%;
    overflow: visible;
}
.call .container {
    padding: 20rem 0;
}
.call .container .content {
    position: relative;
    right: -50%;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 2rem;
    color: #181818;
}
.call .container .content .links {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 1rem;
}
.call .container .bg img {
    border-radius: 1rem;
}
.reviews {
    padding: 15rem 0;
}
.reviews .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
    padding-bottom: 10rem;
}
.reviews .container .left-content h2 {
    margin-top: 1rem;
}
.reviews .container .right-content {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 1rem;
}
.reviews .container .right-content .btn-next,
.reviews .container .right-content .btn-prev {
    height: 4rem;
    width: 4rem;
    background: #f5dd51;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    cursor: pointer;
}
.reviews .container .right-content .btn-next img,
.reviews .container .right-content .btn-prev img {
    width: 1rem;
    height: auto;
}
.reviews .container .right-content .btn-prev {
    transform: rotate(180deg);
}
.reviews .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    height: auto;
    padding: 0 3rem;
    background: #fff;
    border-radius: 1rem;
    color: #181818;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: no-wrap;
}
.reviews .swiper .swiper-wrapper .swiper-slide .content {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 3rem;
}
.reviews .swiper .swiper-wrapper .swiper-slide .detail {
    padding: 1rem 0 3rem;
    border-top: 1px solid #181818;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
}
.reviews .swiper .swiper-wrapper .swiper-slide .detail .review-star {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 1.5rem;
}
.reviews .swiper .swiper-wrapper .swiper-slide .detail .review-star .stars {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 0.5rem;
    margin-top: -0.2rem;
}
.reviews .swiper .swiper-wrapper .swiper-slide .detail .review-star .stars img {
    width: 1.5rem;
    height: auto;
}
.reviews .swiper .swiper-wrapper .swiper-slide.primary {
    background: #f5dd51;
}
.call-sec .container {
    padding: 30rem 0;
}
.call-sec .container .content {
    right: -10%;
}
.call-sec .container .content h2 {
    color: #f5dd51;
}
.faq .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: no-wrap;
    padding: 15rem 0;
}
.faq .container .left-content {
    flex: 0 0 30%;
    max-width: 30%;
    width: 100%;
    height: auto;
}
.faq .container .left-content h2 {
    margin-top: 1rem;
}
.faq .container .right-content {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    height: auto;
}
.faq .container .right-content .accordions {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 2rem;
}
.faq .container .right-content .accordions .accordion {
    border-top: 1px solid #ffffff;
    border-radius: 0;
    padding: 0;
}
.faq .container .right-content .accordions:last-child {
    border-bottom: 1px solid #ffffff;
}
.drain .container .bottom-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}
.drain .container .bottom-content .item {
    height: 50rem;
    width: 100%;
    position: relative;
}
.drain .container .bottom-content .item figure {
    height: 100%;
    width: 100%;
}
.drain .container .bottom-content .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.drain .container .bottom-content .item .content {
    position: absolute;
    padding: 3rem 2rem;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 2rem;
}
.drain .container .bottom-content .item .content .content-header {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
}
.drain .container .bottom-content .item .content .content-header .icon {
    height: 4rem;
    width: 4rem;
    background: #f5dd51;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
}
.drain .container .bottom-content .item .content .content-header .icon img {
    width: 1rem;
    height: auto;
}
.drain .container .bottom-content .item .content .content-detail {
    max-height: 100%;
}
.drain .container .bottom-content .item .content .content-detail {
    max-height: 100%;
    overflow: visible;
}
.contact .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
    padding: 10rem 0;
}
.contact .container .left-content {
    flex: 0 0 47%;
    max-width: 47%;
    width: 100%;
    height: auto;
}
.contact .container .left-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 1rem;
}
.contact .container .right-content {
    flex: 0 0 47%;
    max-width: 47%;
    width: 100%;
    height: auto;
}
.contact .container .right-content .heading {
    margin-bottom: 10rem;
}
.contact .container .right-content .heading h2 {
    margin-top: 2rem;
}
.contact .container .right-content .form {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 4rem;
}
.contact .container .right-content .form input:not([type='submit']) {
    flex: 0 0 47%;
    max-width: 47%;
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    font-family: BentonSans;
    color: #fff;
    border-bottom: 1px solid #ffffff;
    padding: 1rem 0;
}
.contact .container .right-content .form input:not([type='submit'])::placeholder {
    color: #fff;
    font-family: BentonSans;
    font-size: 1.4rem;
}
.contact .container .right-content .form select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #fff;
    font-size: 1.4rem;
    font-family: BentonSans;
    width: 47%;
    padding: 1rem 0;
}
.contact .container .right-content .form select option {
    background: #181818;
}
.contact .container .right-content .form input::-webkit-outer-spin-button,
.contact .container .right-content .form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.contact .container .right-content .form input[type='number'] {
    -moz-appearance: textfield;
}
.contact .container .right-content .form .input-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
    width: 100%;
}
.content-privacy .container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 3rem;
    padding: 25rem 0 10rem;
}
.content-privacy .container .content-inner {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 1rem;
}
@media only screen and (max-width: 830px) {
    .banner .container .top-content {
        flex-direction: column;
        gap: 5rem;
    }
    .banner .container .top-content h1,
    .banner .container .top-content .right-content {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .banner .container figure {
        height: 50rem;
    }
    .banner .container figure img {
        display: none;
    }
    .banner .container figure img.mob {
        display: block;
    }
    .about .container {
        flex-direction: column;
        gap: 5rem;
    }
    .about .container .left-content,
    .about .container .right-content {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .about .container .right-content .item {
        padding: 3rem;
    }
    .services .container {
        padding: 10rem 0;
    }
    .services .container .bottom-content .swiper-wrapper {
        gap: 0;
    }
    .services .container .bottom-content .swiper-wrapper .item {
        width: 100%;
    }
    .services .container .bottom-content .swiper-wrapper .item .content .content-detail {
        max-height: 100%;
        overflow: visible;
    }
    .call .container .content {
        width: 90%;
        right: -50%;
        transform: translate(-50%);
    }
    .reviews .swiper .swiper-wrapper .swiper-slide {
        flex: 0 0 80%;
        max-width: 80%;
        width: 100%;
        height: auto;
    }
    .drain .container .bottom-content {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2.5rem;
    }
    .faq .container {
        flex-direction: column;
        gap: 10rem;
    }
    .faq .container .left-content,
    .faq .container .right-content {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .contact .container {
        flex-direction: column;
        gap: 10rem;
        padding: 5rem 0;
    }
    .contact .container .left-content,
    .contact .container .right-content {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .contact .container .right-content .form {
        gap: 3rem;
    }
    .contact .container .right-content .form .input-container {
        flex-direction: column;
        gap: 3rem;
    }
    .contact .container .right-content .form input:not([type='submit']) {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .contact .container .right-content .form select {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}