@font-face {
    font-family: 'Regular';
    src: url('../fonts/Regular.eot');
    src: url('../fonts/Regular.eot') format('embedded-opentype'),
         url('../fonts/Regular.woff2') format('woff2'),
         url('../fonts/Regular.woff') format('woff'),
         url('../fonts/Regular.ttf') format('truetype'),
         url('../fonts/Regular.svg#Regular') format('svg');
}

@font-face {
    font-family: 'Medium';
    src: url('../fonts/Medium.eot');
    src: url('../fonts/Medium.eot') format('embedded-opentype'),
         url('../fonts/Medium.woff2') format('woff2'),
         url('../fonts/Medium.woff') format('woff'),
         url('../fonts/Medium.ttf') format('truetype'),
         url('../fonts/Medium.svg#Medium') format('svg');
}

@font-face {
    font-family: 'Bold';
    src: url('../fonts/Bold.eot');
    src: url('../fonts/Bold.eot') format('embedded-opentype'),
         url('../fonts/Bold.woff2') format('woff2'),
         url('../fonts/Bold.woff') format('woff'),
         url('../fonts/Bold.ttf') format('truetype'),
         url('../fonts/Bold.svg#Bold') format('svg');
}

body {
    font-family: 'Regular', sans-serif !important;
}

body.dark {
    background-color: #111;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
}

header {
    position: fixed;
    top: 0;
    transition: .3s all;
    width: 100%;
    z-index: 99;
    padding: 2rem 0;
    background-color: #fff;
}

.sun__icon {
    display: none;
}

body.dark header {
    background-color: #111;
}

body.dark .moon__icon {
    display: none;
}

body.dark .sun__icon {
    display: block;
}

body.dark header svg path {
    fill: #fff;
}

body.dark header ul a {
    color: #fff;
}

body.dark header ul a:hover {
    color: #777;
}

header button {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.nav-up {
    top: -114px;
}

header .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 650px;
    margin: 0;
    padding: 0;
    font-family: 'Medium', sans-serif;
}

header ul a {
    color: #111;
    font-size: 14px;
}

header ul a:hover {
    color: #777;
}

.button__1 {
    padding: 1rem 3rem;
    background-color: #EA7951;
    color: #fff;
    font-size: 14px;
    border-radius: .5rem;
    line-height: 100%;
}

.button__1:hover {
    background-color: #569A8A;
}

header .col > div {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

header .col > div img {
    transition: .3s all;
}

header .col > div img:hover {
    opacity: .5;
}

main {
    padding-top: 114px;
}

.block__1__1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.block__1__1 > div:first-child {
    position: relative;
    width: 100%;
}

.heading-container {
    margin: 64px 0 0 0;
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.heading-container h1 {
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    margin: 0;
    top: 0;
    left: 0;
    font-size: 3rem;
    font-family: 'Bold', sans-serif !important;
    color: #111;
}

body.dark h1 {
    color: #fff;
}

.heading-container h1.active {
    opacity: 1;
}

.block__1__1 p {
    margin: 2rem 0;
    font-size: 1rem;
    color: #777;
    max-width: 416px;
}

body.dark .block__1__1 p {
    color: #999;
}

.block__1 .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    overflow: hidden;
}

.block__1 .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    animation: zoomInOut 40s infinite;
}

.block__1 button {
    background-color: #569A8A;
    color: #fff;
    border: 0;
    line-height: 100%;
    display: flex;
    align-items: center;
    border-radius: .5rem;
    padding: 1rem 2rem 1rem 1rem;
    gap: 1rem;
}

.block__1 button:hover {
    background-color: #EA7951;
}

@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.social__links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    font-family: 'Bold', sans-serif;
    width: 100%;
    padding: 0 5rem 2rem 0;
}

.social__links a {
    color: #999;
}

.social__links a:hover {
    color: #111;
}

body.dark .social__links a:hover {
    color: #fff;
}

.block__2 {
    padding: 5rem 0;
    background-color: #F9F9F9;
    margin-top: 100px;
}

.block__2 .sticky-top {
    top: 8rem;
    z-index: 1;
}

body.dark .block__2 {
    background-color: #171717;
}

.block__2 h2 {
    font-size: 3rem;
    font-family: 'Medium', sans-serif !important;
    color: #111;
    margin: 0;
}

body.dark .block__2 h2 {
    color: #fff;
}

.block__2 .col-lg-4 p {
    color: #777;
    font-size: 1rem;
    line-height: 160%;
    margin: 2rem 0 0 0;
}

body.dark .col-lg-4 p {
    color: #999;
}

.block__2 .col-lg-4 p strong {
    font-family: 'Medium', sans-serif !important;
    color: #111;
}

body.dark .block__2 .col-lg-4 p strong {
    color: #fff;
}

.block__2 .col-lg-7 {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem;
}

.block__3 {
    margin-top: 100px;
}

.block__3 h2 {
    font-size: 3rem;
    font-family: 'Medium', sans-serif !important;
    margin: 0;
    color: #111;
}

body.dark .block__3 h2 {
    color: #fff;
}

.block__3 p {
    color: #777;
    font-size: 1rem;
}

body.dark .block__3 p {
    color: #999;
}

.block__3 p strong {
    color: #111;
    font-family: 'Medium', sans-serif !important;
}

body.dark .block__3 p strong {
    color: #fff;
}

.card__1 {
    width: calc(50% - 1.75rem);
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 1.5rem;
}

.card__1 > b {
    font-size: 4rem;
}

.block__4 .card__1 {
    width: 75%;
}

.card__1 > div {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: .75rem;
}

.card__1 h2 {
    color: #111;
    font-size: 1.5rem !important;
    font-family: 'Medium', sans-serif !important;
    margin: 0;
}

.card__1 p {
    color: #777;
    font-size: 1rem;
    margin: 0;
}

.card__1 picture {
    width: 128px;
    height: 128px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card__1 picture img {
    object-fit: contain !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.case__card .ratio > div > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    overflow: hidden;
}

.case__card .ratio > div > picture img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
    transition: .3s all;
}

.case__card .ratio {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
}

.case__card:hover .ratio > div > picture img {
    transform: scale(1.1);
}

.case__title {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: end;
    justify-content: start;
    padding: 2rem;
    cursor: pointer;
}

.case__title > div {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    width: 100%;
}

.case__title > div > picture {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    transition: .3s all;
}

.case__title > div h3 {
    font-size: 1.5rem;
    font-family: 'Medium', sans-serif !important;
    margin: 0;
    color: #fff;
}

.case__title > div span {
    font-size: 1rem;
    margin-bottom: .75rem;
    display: block;
    color: rgba(255, 255, 255, .5);
}

.case__title:hover > div > picture {
    transform: scale(1.3);
}

.cases {
    margin-top: 3rem;
}

.owl-carousel {
    position: relative;
}

.owl-nav {
    top: 0;
    width: 100%;
    position: absolute;
    margin-top: -4.5rem;
    display: flex;
    justify-content: end;
    gap: 1.5rem;
}

.owl-nav button {
    margin: 0 !important;
    width: 29px;
    height: 24px;
    font-size: 0 !important;
    transition: .3s all;
}

.owl-nav button:hover {
    opacity: .5;
}

.owl-prev {
    background: url(../img/left.svg) center no-repeat !important;
}

body.dark .owl-prev {
    background: url(../img/left_white.svg) center no-repeat !important;
}

.owl-next {
    background: url(../img/right.svg) center no-repeat !important;
}

body.dark .owl-next {
    background: url(../img/right_white.svg) center no-repeat !important;
}

.block__4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 100px;
    background-color: #f9f9f9;
}

body.dark .block__4 {
    background-color: #171717;
}

.block__4 h2 {
    font-size: 3rem;
    font-family: 'Medium', sans-serif !important;
    margin: 0;
    color: #111;
}

body.dark .block__4 h2 {
    color: #fff;
}
    
.block__4 .card__1 {
    margin-top: 3.5rem;
}

.block__5 {
    margin-top: 100px;
}

.block__5 h2 {
    font-size: 3rem;
    color: #111;
    font-family: 'Medium', sans-serif !important;
    margin: 0;
}

body.dark .block__5 h2 {
    color: #fff;
}

.button__2 {
    padding: 1rem 3rem;
    background-color: #569A8A;
    color: #fff;
    font-size: 14px;
    border-radius: .5rem;
    line-height: 100%;
}

.button__2:hover {
    background-color: #EA7951;
}

.article__card {
    margin-top: 3rem;
}

.article__card picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    overflow: hidden;
}

.article__card picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.article__card picture:hover img {
    transform: scale(1.1);
}

.article__card .ratio {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.article__text {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: .5rem;
    color: #777;
}

body.dark .article__text {
    color: #999;
}

.article__text span {
    font-size: 14px;
    color: #777;
}

body.dark .article__text span {
    color: #999;
}

.article__text a {
    color: #111;
    font-size: 1rem;
    font-family: 'Medium', sans-serif;
}

.article__text a:hover {
    color: #777;
}

body.dark .article__text a {
    color: #fff;
}

body.dark .article__text a:hover {
    color: #999;
}

.article__text b,
.article__text strong,
.article__text h1,
.article__text h2,
.article__text h3,
.article__text h4,
.article__text h5,
.article__text h6 {
    color: #111 !important;
    font-family: 'Medium', sans-serif !important;
}

body.dark .article__text b,
body.dark .article__text strong,
body.dark .article__text h1,
body.dark .article__text h2,
body.dark .article__text h3,
body.dark .article__text h4,
body.dark .article__text h5,
body.dark .article__text h6 {
    color: #fff !important;
    font-family: 'Medium', sans-serif !important;
}

body.dark .modal-header {
    border-color: #333;
}

footer hr {
    opacity: 1;
    background-color: #111;
    margin: 100px 0;
}

body.dark footer hr {
    background-color: #fff;
}

footer h2 {
    font-size: 3rem;
    color: #111;
    font-family: 'Medium',sans-serif !important;
    margin: 0;
}

body.dark footer h2 {
    color: #fff;
}

footer i {
    font-size: 1rem;
    color: #777;
    display: block;
    margin-bottom: 3rem;
}

body.dark footer i {
    color: #999;
}

footer .ratio {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.contact__card {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    background-color: #111;
    padding: 3rem;
    border-radius: .5rem;
    height: 100%;
    position: absolute;
    width: 100%;
}

body.dark .contact__card {
    background-color: #222;
}

.contact__card a {
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Medium', sans-serif;
}

.contact__card a:hover {
    color: #999;
}

.social__links__footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social__links__footer a {
    font-family: 'Bold', sans-serif;
    font-size: 1rem;
}

.cpy {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    font-size: 1rem;
    color: #111;
    margin: 3.5rem 0 2rem 0 !important;
}

body.dark .cpy {
    color: #fff;
}

.cpy a {
    color: #777;
}

.cpy a:hover {
    color: #111;
}

body.dark .cpy a:hover {
    color: #fff;
}

.inner__zag {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.inner__zag h1 {
    font-size: 2rem;
    font-family: 'Bold', sans-serif;
    margin: 0;
    color: #111;
}

body.dark .inner__zag h1 {
    color: #fff;
}

.inner__zag ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .75rem;
}

.inner__zag ul a {
    color: #111;
}

body.dark .inner__zag ul a {
    color: #fff;
}

.inner__zag ul a:hover {
    color: #999 !important;
}

.inner__zag ul li {
    display: inline-block;
    margin: 0 1rem .5rem 0;
    color: #999;
    position: relative;
}

.inner__zag ul li:after {
    content: '»';
    position: absolute;
    right: -.8rem;
}

.inner__zag ul li:last-child:after {
    content: '';
    margin: 0;
}

.video__container {
    border-radius: .5rem;
    overflow: hidden;
}

#about_video .ratio > div {
    border-radius: .5rem;
    overflow: hidden;
}

#about_video .ratio video {
    position: relative !important;
    width: 100%;
    height: 100%;
}

.ratio-3x4 {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
}

.article__text p:last-child {
    margin: 0;
}

.article__text .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.article__text .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: .5rem;
}

.modal-title {
    font-family: 'Medium', sans-serif;
}

.case__container {
    min-width: 100%;
    margin: 0 !important;
    height: 100% !important;
}

.case__container .modal-content {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    height: 100vh;
    overflow-y: scroll;
    margin: 0;
}

.case__text {
    display: flex;
    gap: 4rem;
    align-items: start;
}

body.dark .case__text,
body.dark .case__text h2 {
    color: #fff !important;
}

body.dark .close path {
    stroke: #fff;
}

.case__text > div:first-child {
    width: 60%;
}

.case__text > div:first-child img {
    width: 100% !important;
}

.case__text > div:last-child {
    position: sticky;
    top: 5rem;
    margin-right: 4rem;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2rem;
}

.case__text > div:last-child h2 {
    font-size: 2rem;
    font-family: 'Medium', sans-serif;
    margin: 0;
    color: #111;
}

.case__text > div:last-child > div:first-child {
    color: #999;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    align-items: start;
}

.close {
    position: fixed;
    top: 2rem;
    right: 2rem;
    cursor: pointer;
    opacity: .5;
    transition: .3s all;
    z-index: 9;
}

.close:hover {
    opacity: 1;
}

.go_to_website {
    width: 100%;
    background-color: #569A8A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-family: 'Medium', sans-serif;
    border-radius: .5rem;
}

.go_to_website:hover {
    background-color: #EA7951;
}

body.dark .modal-content {
    background-color: #111;
}

body.dark .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.inner__content {
    color: #777;
}

body.dark .inner__content b,
body.dark .inner__content strong,
body.dark .inner__content h1,
body.dark .inner__content h2,
body.dark .inner__content h3,
body.dark .inner__content h4,
body.dark .inner__content h5,
body.dark .inner__content a {
    color: #fff;
    font-family: 'Medium', sans-serif;
}

body.dark .inner__content a:hover {
    color: #999;
}

body.light .inner__content b,
body.light .inner__content strong,
body.light .inner__content h1,
body.light .inner__content h2,
body.light .inner__content h3,
body.light .inner__content h4,
body.light .inner__content h5,
body.light .inner__content a {
    color: #111;
    font-family: 'Medium', sans-serif;
}

body.light .inner__content a:hover {
    color: #999;
}

body.dark .text__theme {
    color: #fff;
}

body.light .text__theme {
    color: #1b1b1b;
}

.jobs {
    display: flex;
    gap: 1.5rem;
}

.jobs ul {
    width: 100%;
    padding: 2rem;
    border-radius: .5rem;
    list-style: none;
    margin: 0;
    line-height: 200%;
}

body.light .jobs ul {
    background-color: #f9f9f9;
}

body.dark .jobs ul {
    background-color: #222;
}

.jobs ul a {
    font-size: .9rem;
    color: #777 !important;
}

body.light .jobs ul a:hover {
    color: #111 !important;
}

body.dark .jobs ul a:hover {
    color: #fff !important;
}

.jobs ul strong {
    font-size: 1.2rem !important;
    font-family: 'Medium', sans-serif;
    margin: 0 0 1rem 0;
    display: block;
}

.more__cases {
    font-size: 14px;
    padding: 1rem 3rem;
    border-radius: .5rem;
}

body.light .more__cases {
    color: #131313;
    border: 1px solid rgba(37, 37, 37, .2);
}

body.light .more__cases:hover {
    border: 1px solid #131313;
}

body.dark .more__cases {
    color: #ffff;
    border: 1px solid rgba(255, 255, 255, .2);
}

body.dark .more__cases:hover {
    border: 1px solid #fff;
}

#policyAlert {
    position: fixed;
    z-index: 999;
    right: 1.5rem;
    bottom: 1.5rem;
    padding: 1rem 1rem 1rem 1.5rem;
    font-size: 1rem;
    border-radius: 1rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    color: #111;
    background-color: rgba(255, 255, 255, .7);
    backdrop-filter: blur(2rem);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
}

#policyAlert a {
    color: #111;
    font-family: 'Medium', sans-serif;
    border-bottom: 1px solid #111;
}

#policyAlert a:hover {
    color: #EA7951;
    border-color: #EA7951;
}

#policyAlert button {
    padding: 1rem 2rem;
    border-radius: .5rem;
    font-size: 14px;
    line-height: 100%;
    border: 0;
    background-color: #569A8A;
    color: #fff;
}

#policyAlert button:hover {
    background-color: #EA7951;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {
    header .col {
        flex-wrap: wrap;
    }

    header ul {
        width: 100%;
        order: 3;
        margin-top: 2rem;
        max-width: 100%;
        gap: 3.5rem;
        white-space: nowrap;
        overflow-x: scroll;
    }

    header ul::-webkit-scrollbar {
        width: 0;
    }

    header::before {
        content: '';
        position: absolute;
        width: 2rem;
        height: 4rem;
        background: #FFF;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        left: 0;
        bottom: 0;
    }

    body.dark header::before {
        background: #111;
        background: linear-gradient(90deg, #111111 0%, rgba(1, 1, 1, 0) 100%);
    }

    header::after {
        content: '';
        position: absolute;
        width: 2rem;
        height: 4rem;
        background: #FFF;
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        right: 0;
        bottom: 0;
    }

    body.dark header::after {
        background: #111;
        background: linear-gradient(270deg, #111111 0%, rgba(1, 1, 1, 0) 100%);
    }

    .nav-up {
        top: -78px;
    }

    main {
        padding-top: 182px;
    }

    .heading-container {
        height: 100px;
        margin-top: 2rem;
    }

    .block__1__1 h1 {
        font-size: 2.5rem;
    }

    .block__1__1 p {
        font-size: .9rem;
    }

    .social__links {
        padding-right: 2rem;
    }
    
    .contact__card {
        padding: 2.5rem;
    }

    .contact__card a {
        font-size: 1rem;
    }

    .social__links__footer a {
        font-size: .75rem;
    }

}

@media (max-width: 992px) {
    .block__1__1 h1 {
        font-size: 2.5rem;
    }

    .heading-container {
        height: 85px;
        margin-top: 0;
    }

    .block__1__1 p {
        font-size: .9rem;
        max-width: 100%;
    }

    .social__links {
        padding: 2rem 0 0 0;
    }

    .contact__card a {
        font-size: 1.5rem;
    }

    .social__links__footer a {
        font-size: 1rem;
    }

    footer .ratio {
        --bs-aspect-ratio: calc(9 / 21 * 100%);
        margin-bottom: 1.5rem;
    }

    .cpy {
        margin-top: 2rem !important;
    }

    .case__text {
        flex-direction: column-reverse;
        padding: 0 !important;
        gap: 1.5rem;
    }

    .case__text > div {
        margin: 0 !important;
        width: 100% !important;
        position: relative !important;
        top: 0 !important;
    }

    .case__text > div:last-child {
        padding: 3rem 1.5rem 1.5rem 1.5rem;
        gap: 1.5rem;
    }

    .jobs {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .owl-nav {
        margin-top: -2.5rem;
    }

    .card__1 picture {
        width: 86px;
        height: 86px;
    }

    #policyAlert {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        left: .5rem;
        right: .5rem;
        bottom: .5rem;
        font-size: .8rem;
        padding: .75rem;
        border-radius: .5rem;
    }

    #policyAlert button {
        font-size: .75rem;
    }
}

@media (max-width: 576px) {
    .nav-up {
        top: -72px;
    }

    header {
        padding: 1.5rem 0;
    }
    
    header .col {
        padding: 0;
    }

    header ul {
        margin-top: 1.5rem;
        padding: 0 1.5rem;
    }

    header ul a {
        font-size: 1rem;
    }

    header .col > a {
        margin-left: 1.5rem;
    }

    header .col > div {
        margin-right: 1.5rem;
    }

    .button__1 {
        font-size: 1rem;
    }

    main {
        padding-top: 150px;
    }

    .block__1__1 h1 {
        font-size: 2rem;
        margin-top: 0;
    }

    .block__1__1 > div {
        padding: 0 .5rem;
    }

    .block__1__1 button {
        width: 100%;
        font-size: .9rem;
    }

    .social__links {
        padding: 3rem .5rem 0 .5rem !important;
    }

    .block__1 .order-1 {
        padding: 0 1.2rem;
    }

    .block__2 {
        padding: 5rem .5rem;
    }

    .card__1 {
        width: 100%;
        flex-direction: row;
        gap: 2rem;
    }

    .card__1 picture {
        flex-shrink: 0;
    }

    .card__1 h2 {
        font-size: 1.2rem;
    }

    .card__1 p {
        font-size: .9rem;
    }

    .block__3 {
        margin-top: 5rem;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .block__3 h2,
    .block__3 p {
        margin: 0 .3rem;
    }

    .block__3 .row {
        margin-left: 0;
        margin-right: 0;
    }

    .block__2 h2,
    .block__3 h2,
    .block__4 h2,
    .block__5 h2,
    footer h2 {
        font-size: 2rem;
    }

    footer i {
        margin-top: 1rem;
        max-width: 75%;
    }

    .block__3 .col-12 {
        padding: 0;
    }

    .case__card {
        margin-left: 1.2rem;
    }

    .owl-nav {
        margin-top: -3.5rem;
        padding-right: 1.3rem;
    }

    .block__4 {
        padding-left: .4rem;
        padding-right: .4rem;
        margin-top: 5rem;
    }
    
    .block__4 .card__1 {
        width: 100% !important;
    }

    .block__5 {
        margin-top: 5rem;
    }

    .block__5 h2 {
        margin: 0 .5rem 2rem .5rem;
    }

    .article__card {
        margin: 1.5rem .5rem 0 .5rem;
    }

    footer .ratio {
        --bs-aspect-ratio: calc(9 / 16 * 100%);
        margin-bottom: 1.5rem;
    }

    .contact__card a {
        font-size: 1.2rem;
    }

    .social__links__footer a {
        font-size: .9rem;
    }

    footer {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    footer hr {
        margin: 5rem 0;
    }

    .inner__zag h1 {
        font-size: 1.5rem;
    }

    .article__text {
        padding: 1rem .5rem;
    }

    .case__title {
        padding: 1rem;
    }

    .case__title > div {
        gap: 2rem;
    }

    .case__title > div h3 {
        font-size: 1.2rem;
    }

    .case__title > div span {
        font-size: .8rem;
        margin: 0 0 .5rem 0;
    }
}

@media (max-width: 390px) {
    .block__1__1 h1 {
        font-size: 1.6rem;
    }

    .heading-container {
        height: 60px;
    }

    .button__1 {
        font-size: .8rem;
        padding: 1rem 2rem;
    }
}