@import 'https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap';
.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: Neue Regrade;
    color: #fff;
}
: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: #000;
}
[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: Neue Regrade;
    src:
        url(../fonts/nr.woff2) format('woff2'),
        url(../fonts/nr.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Neue Regrade;
    src:
        url(../fonts/nm.woff2) format('woff2'),
        url(../fonts/nm.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Neue Regrade;
    src:
        url(../fonts/nb.woff2) format('woff2'),
        url(../fonts/nb.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Neue Regrade;
    src:
        url(../fonts/nl.woff2) format('woff2'),
        url(../fonts/nl.woff) format('woff');
    font-weight: 300;
    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: 95%;
    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-round-bg,
.link-round-empty,
.button {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    transition: all 0.5s ease;
    text-transform: uppercase;
    position: relative;
    font-family: JetBrains Mono;
    cursor: pointer;
}
@media only screen and (max-width: 482px) {
    .link-round-bg,
    .link-round-empty,
    .button {
        font-size: 1.6rem;
    }
}
.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: #001eff;
    border: 1px solid #001eff;
}
.link-round-bg:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #ffffff;
}
.link-round-empty {
    border: 1px solid #ffffff;
    color: #fff;
}
.link-round-empty:hover {
    background: #001eff;
    color: #fff;
    border: 1px solid #001eff;
}
p {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4;
}
h1 {
    font-size: 5rem;
    line-height: 1.2;
    overflow-y: hidden;
    font-weight: 500;
}
h1 span {
    font-style: normal !important;
    font-weight: 500;
}
h2 {
    font-size: 4.8rem;
    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;
}
h4 {
    font-size: 3.2rem;
    line-height: 1.2;
    overflow-y: hidden;
    font-weight: 500;
}
h4 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;
}
@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;
    }
    h4 {
        font-size: 2.4rem;
    }
    h4 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-bottom: 1px solid #ffffff;
}
.accordions .accordion .accordion-trigger {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 2rem;
    padding: 2rem 0;
    cursor: pointer;
    text-transform: capitalize;
}
.accordions .accordion .accordion-trigger p {
    font-weight: 500;
    font-size: 3.2rem;
}
.accordions .accordion .accordion-trigger .icon {
    height: 4rem;
    width: 4rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-top: -0.2rem;
    position: relative;
}
.accordions .accordion .accordion-trigger .icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 2px;
    background: #fff;
}
.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 .accordion:last-child {
    border-bottom: none;
}
.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 {
    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 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    padding: 15rem 0;
    gap: 5rem;
}
@media only screen and (max-width: 830px) {
    .footer .container {
        padding: 10rem 0;
    }
}
.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: 12rem;
    height: auto;
}
.navbar .container .navbar-links {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 1rem;
    list-style: none;
}
.noise {
    position: fixed;
    opacity: 0.1;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}
.content .container {
    padding: 30rem 0 10rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 5rem;
}
.banner .container {
    padding: 25rem 0 15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 3rem;
    text-align: center;
}
.banner .container .reviews {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 0.5rem;
}
.banner .container .reviews .review {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: no-wrap;
}
.banner .container .reviews .review p {
    padding-right: 0.5rem;
}
.banner .container .reviews .review img {
    padding-left: 0.5rem;
    width: 2.8rem;
    height: auto;
}
.video-section .container {
    position: relative;
}
.video-section .container video {
    height: 80rem;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.video-section .container .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-section .container .play-btn.active {
    display: none;
}
.about .container-sm {
    padding: 20rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: no-wrap;
}
.about .container-sm .left-content {
    flex: 0 0 35%;
    max-width: 35%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 3rem;
}
.about .container-sm .left-content .btns {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.about .container-sm .right-content {
    flex: 0 0 45%;
    max-width: 45%;
    width: 100%;
    height: auto;
}
.about .container-sm .right-content figure {
    height: auto;
    width: 100%;
}
.about .container-sm .right-content figure img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}
.about .container-sm .right-content.w-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 2rem;
}
.about .container-sm .right-content.w-content .img-text img {
    padding-right: 1rem;
}
.about .container-sm.reverse {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: start;
    gap: 10rem;
}
.logo-slider .container {
    max-width: 100%;
    padding: 10rem 0;
}
.logo-slider .container p {
    text-align: center;
}
.logo-slider .container .swiper {
    padding-top: 10rem;
}
.logo-slider .container .swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}
.logo-slider .container .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 7%;
    max-width: 7%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
}
.logo-slider .container .swiper .swiper-wrapper .swiper-slide img {
    height: auto;
    width: 100%;
}
.work .container-sm {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 7rem;
    padding: 5rem 0;
}
.work .container-sm .work-detail {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 3rem;
    width: 100%;
}
.work .container-sm .work-detail p {
    width: 30%;
}
.work .container-sm .work-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
    width: 100%;
}
.work .container-sm .work-list .work-item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 3rem;
}
.work .container-sm .work-list .work-item figure {
    height: 50rem;
    width: 100%;
    position: relative;
}
.work .container-sm .work-list .work-item figure img {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}
.work .container-sm .work-list .work-item figure .work-info {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 1rem;
    top: 0;
    left: 0;
    padding: 2rem;
}
.work .container-sm .work-list .work-item figure .work-info p {
    padding: 1.2rem 2.5rem 1rem;
    border: 1px solid #ffffff;
    border-radius: 1rem;
    font-size: 1.4rem;
}
.work .container-sm .work-list .work-item .content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 1rem;
}
.work .container-sm .work-list .work-item .content p:first-child {
    font-weight: 600;
}
.image img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.review-section {
    padding: 10rem 0;
}
.review-section .container-sm {
    padding-bottom: 7rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 2rem;
}
.review-section .container-sm .review {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 0.5rem;
}
.review-section .container-sm .review h2 {
    padding-right: 2rem;
}
.review-section .container-sm .review img {
    width: 2.5rem;
    height: auto;
}
.review-section .container-sm p {
    width: 30%;
}
.review-section .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    height: auto;
    padding: 5rem 2rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 5rem;
}
.review-section .swiper .swiper-wrapper .swiper-slide * {
    color: #000;
}
.review-section .swiper .swiper-wrapper .swiper-slide h3 {
    width: 80%;
    line-height: 1.6;
}
.review-section .swiper .swiper-wrapper .swiper-slide .star {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 0.5rem;
}
.review-section .swiper .swiper-wrapper .swiper-slide .star img {
    width: 2.5rem;
    height: auto;
}
.review-section .swiper .swiper-wrapper .swiper-slide .detail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    flex-wrap: no-wrap;
    gap: 1rem;
    width: 100%;
}
.review-section .swiper .swiper-wrapper .swiper-slide .detail figure {
    flex: 0 0 22%;
    max-width: 22%;
    width: 100%;
    height: auto;
    height: 9rem;
}
.review-section .swiper .swiper-wrapper .swiper-slide .detail figure img {
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
}
.review-section .swiper .swiper-wrapper .swiper-slide .detail .content {
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
    height: auto;
}
.faq .container {
    padding: 10rem 0;
}
.faq .container h2 {
    padding-bottom: 10rem;
    position: relative;
    right: -40%;
}
.instagram {
    padding: 10rem 0;
}
.instagram .container-sm {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
    padding-bottom: 7rem;
}
.instagram .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    height: auto;
}
.instagram .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 60rem;
    border-radius: 1rem;
}
@media only screen and (max-width: 830px) {
    .content .container {
        gap: 3rem;
    }
    .about .container-sm {
        padding: 7rem 0;
        flex-direction: column;
        gap: 5rem;
    }
    .about .container-sm .left-content,
    .about .container-sm .right-content {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .about .container-sm.reverse {
        flex-direction: column;
        gap: 5rem;
    }
    .logo-slider .container {
        padding: 7rem 0;
    }
    .logo-slider .container .swiper {
        padding-top: 7rem;
    }
    .logo-slider .container .swiper .swiper-wrapper .swiper-slide {
        flex: 0 0 25%;
        max-width: 25%;
        width: 100%;
        height: auto;
    }
    .work .container-sm .work-detail p {
        width: 100%;
    }
    .work .container-sm .work-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5rem;
    }
    .review-section .container-sm p {
        width: 100%;
    }
    .review-section .swiper .swiper-wrapper .swiper-slide {
        flex: 0 0 85%;
        max-width: 85%;
        width: 100%;
        height: auto;
        padding: 2rem;
        gap: 4rem;
    }
    .review-section .swiper .swiper-wrapper .swiper-slide h3 {
        line-height: 1.3;
        width: 100%;
    }
    .faq .container {
        padding: 5rem 0;
    }
    .faq .container h2 {
        right: 0;
    }
    .faq .container .accordions .accordion .accordion-trigger .icon {
        min-width: 5rem;
        min-height: 5rem;
        margin-right: 1rem;
    }
    .faq .container .accordions .accordion .accordion-trigger p {
        font-size: 2.5rem;
    }
    .instagram .container-sm {
        flex-direction: column;
        align-items: start;
        gap: 2rem;
    }
    .instagram .swiper .swiper-wrapper .swiper-slide {
        flex: 0 0 95%;
        max-width: 95%;
        width: 100%;
        height: auto;
        height: 40rem;
    }
    .instagram .swiper .swiper-wrapper .swiper-slide img {
        height: 100%;
        border-radius: 1rem;
    }
}