body, figure, h1, h2, h3, h4, h5, h6, li, menu, p, ul {
    margin: 0;
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.menu-ul, .ul {
    list-style-type: none
}

a, a:active, a:focus, a:hover, a:visited {
    text-decoration: none
}

html {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px
}

button {
    background: 0 0;
    border: none;
    cursor: pointer
}

button:focus {
    outline: 0
}

.gradient1 {
    background: radial-gradient(86.77% 139.66% at -20.63% 13.23%, rgba(218, 189, 134, .7) 0, rgba(26, 22, 15, 0) 100%), radial-gradient(142.14% 65.97% at 76.67% 115.97%, rgba(223, 101, 66, .2) 0, rgba(10, 19, 11, 0) 100%), radial-gradient(96.88% 96.88% at 96.67% 3.12%, rgba(63, 73, 109, .6) 0, rgba(8, 15, 9, 0) 100%), #17140d
}

.gradient2 {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), radial-gradient(86.77% 139.66% at -20.63% 13.23%, #514030 0, rgba(33, 16, 9, 0) 100%), radial-gradient(142.14% 65.97% at 76.67% 115.97%, #88604a 0, rgba(61, 38, 28, 0) 100%), radial-gradient(96.88% 96.88% at 96.67% 3.12%, #351f0a 0, rgba(17, 12, 9, 0) 100%), #070e18;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), radial-gradient(86.77% 139.66% at -20.63% 13.23%, #514030 0, rgba(33, 16, 9, 0) 100%), radial-gradient(142.14% 65.97% at 76.67% 115.97%, #88604a 0, rgba(61, 38, 28, 0) 100%), radial-gradient(96.88% 96.88% at 96.67% 3.12%, #351f0a 0, rgba(17, 12, 9, 0) 100%), #070e18
}

.gradient-footer {
    background: radial-gradient(142.14% 65.97% at 76.67% 115.97%, rgba(223, 101, 66, .2) 0, rgba(10, 19, 11, 0) 100%), radial-gradient(96.88% 96.88% at 96.67% 3.12%, rgba(63, 73, 109, .6) 0, rgba(8, 15, 9, 0) 100%), #17140d
}

.gradient-mass {
    background: radial-gradient(112.22% 360.89% at -5.63% -10.65%, rgba(0, 0, 0, .057) 0, rgba(149, 51, 22, .1305) 100%), linear-gradient(289.53deg, rgba(249, 226, 146, .148) -3.18%, rgba(254, 248, 248, .088) 111.25%)
}

html {
    font-size: 16px
}

body {
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
    position: relative;
    background-color: #f8f9ff
}

.aldrich {
    font-family: Aldrich, sans-serif
}

.scroll-off {
    overflow: hidden
}

img {
    width: 100%;
    height: auto
}

button {
    background: 0 0;
    padding: 0;
    border: none;
    cursor: pointer
}

button, input {
    font-family: inherit
}

.container {
    width: 95%;
    max-width: 1260px;
    margin: 0 auto
}

@media only screen and (max-width: 1440px) {
    .container {
        width: 100%;
        padding: 0 90px;
        max-width: initial;
        margin: 0
    }
}

@media only screen and (max-width: 992px) {
    .container {
        padding: 0 50px
    }
}

@media only screen and (max-width: 667px) {
    .container {
        padding: 0
    }
}

.btn {
    padding: 12px 30px;
    display: inline-block;
    border: none;
    -webkit-box-shadow: inset 0 0 0 1px #d3b280;
    box-shadow: inset 0 0 0 1px #d3b280;
    color: #d3b280;
    font-size: 18px;
    font-weight: 600;
    border-radius: 2px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    cursor: pointer
}

.btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: radial-gradient(107.45% 336.52% at -5.62% -10.65%, #dacfc0 0, #d3a876 100%), linear-gradient(289.53deg, #f9e292 -3.18%, #fef8f8 111.25%);
    color: #000
}

.counter {
    width: 100%;
    max-width: 508px;
    margin-bottom: 50px
}

@media only screen and (max-width: 667px) {
    .counter {
        padding: 0 16px
    }
}

.counter .aldrich {
    letter-spacing: 3px
}

.counter .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(117, 117, 117, .5);
    position: relative;
    margin-top: 15px
}

.counter .line::after {
    content: "";
    width: 180px;
    height: 2px;
    background-color: #724f3b;
    position: absolute;
    bottom: 0;
    left: 0
}

.content {
    width: 100%;
    max-width: 430px
}

@media only screen and (max-width: 1180px) {
    .content {
        max-width: initial
    }
}

@media only screen and (max-width: 667px) {
    .content {
        padding: 0 16px
    }
}

.content .c-title {
    margin-bottom: 30px
}

.content .c-paragraph {
    line-height: 1.8
}

.section-shape {
    width: 55%;
    position: absolute;
    bottom: 0;
    right: 0
}

@media only screen and (max-width: 767px) {
    .section-shape {
        display: none
    }
}

.office {
    width: 100%;
    height: 390px;
    background-image: url(/Devs.ae_files/office-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media only screen and (max-width: 768px) {
    .office {
        height: 208px
    }
}

@media only screen and (max-width: 550px) {
    .office {
        display: none
    }
}

.gradient1 {
    background: radial-gradient(86.77% 139.66% at -20.63% 13.23%, rgba(218, 189, 134, .7) 0, rgba(26, 22, 15, 0) 100%), radial-gradient(142.14% 65.97% at 76.67% 115.97%, rgba(223, 101, 66, .2) 0, rgba(10, 19, 11, 0) 100%), radial-gradient(96.88% 96.88% at 96.67% 3.12%, rgba(63, 73, 109, .6) 0, rgba(8, 15, 9, 0) 100%), #17140d
}

.gradient2 {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), radial-gradient(86.77% 139.66% at -20.63% 13.23%, #514030 0, rgba(33, 16, 9, 0) 100%), radial-gradient(142.14% 65.97% at 76.67% 115.97%, #88604a 0, rgba(61, 38, 28, 0) 100%), radial-gradient(96.88% 96.88% at 96.67% 3.12%, #351f0a 0, rgba(17, 12, 9, 0) 100%), #070e18;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), radial-gradient(86.77% 139.66% at -20.63% 13.23%, #514030 0, rgba(33, 16, 9, 0) 100%), radial-gradient(142.14% 65.97% at 76.67% 115.97%, #88604a 0, rgba(61, 38, 28, 0) 100%), radial-gradient(96.88% 96.88% at 96.67% 3.12%, #351f0a 0, rgba(17, 12, 9, 0) 100%), #070e18
}

.gradient-footer {
    background: radial-gradient(142.14% 65.97% at 76.67% 115.97%, rgba(223, 101, 66, .2) 0, rgba(10, 19, 11, 0) 100%), radial-gradient(96.88% 96.88% at 96.67% 3.12%, rgba(63, 73, 109, .6) 0, rgba(8, 15, 9, 0) 100%), #17140d
}

.gradient-mass {
    background: radial-gradient(112.22% 360.89% at -5.63% -10.65%, rgba(0, 0, 0, .057) 0, rgba(149, 51, 22, .1305) 100%), linear-gradient(289.53deg, rgba(249, 226, 146, .148) -3.18%, rgba(254, 248, 248, .088) 111.25%)
}

.fz12 {
    font-size: 14px
}

.fz14 {
    font-size: 14px
}

.fz18 {
    font-size: 18px
}

@media only screen and (max-width: 768px) {
    .fz18 {
        font-size: 16px
    }
}

.fz32 {
    font-size: 32px
}

@media only screen and (max-width: 768px) {
    .fz32 {
        font-size: 24px
    }
}

.fz36 {
    font-size: 36px
}

@media only screen and (max-width: 768px) {
    .fz36 {
        font-size: 32px
    }
}

.fz44 {
    font-size: 44px
}

@media only screen and (max-width: 768px) {
    .fz44 {
        font-size: 36px
    }
}

.fz48 {
    font-size: 48px
}

@media only screen and (max-width: 768px) {
    .fz48 {
        font-size: 40px
    }
}

.fw300 {
    font-weight: 300
}

.fw400 {
    font-weight: 400
}

.fw500 {
    font-weight: 500
}

.fw600 {
    font-weight: 600
}

.fw700 {
    font-weight: 700
}

.fw800 {
    font-weight: 800
}

.c-white {
    color: #fff
}

.c-black {
    color: #000
}

.c-black100 {
    color: #060121
}

.c-ink {
    color: rgba(6, 1, 33, .75)
}

.c-gray100 {
    color: #f8f9ff
}

.c-gray200 {
    color: #aaa9aa
}

.c-gray300 {
    color: #bababa
}

.c-gray400 {
    color: #6c7177
}

.c-red {
    color: #dc1343
}

.c-brown100 {
    color: #e2ca95
}

.c-brown200 {
    color: #d3b280
}

.c-brown300 {
    color: #724f3b
}

.c-brown400 {
    color: #644f43
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

.bg-black100 {
    color: #060121
}

.bg-ink {
    color: rgba(6, 1, 33, .75)
}

.bg-gray100 {
    color: #f8f9ff
}

.bg-gray200 {
    color: #aaa9aa
}

.bg-gray300 {
    color: #bababa
}

.bg-gray400 {
    color: #6c7177
}

.bg-red {
    color: #dc1343
}

.bg-brown100 {
    color: #e2ca95
}

.bg-brown200 {
    color: #d3b280
}

.bg-brown300 {
    color: #724f3b
}

.bg-brown400 {
    color: #644f43
}

.gradient1 {
    background: radial-gradient(86.77% 139.66% at -20.63% 13.23%, rgba(218, 189, 134, .7) 0, rgba(26, 22, 15, 0) 100%), radial-gradient(142.14% 65.97% at 76.67% 115.97%, rgba(223, 101, 66, .2) 0, rgba(10, 19, 11, 0) 100%), radial-gradient(96.88% 96.88% at 96.67% 3.12%, rgba(63, 73, 109, .6) 0, rgba(8, 15, 9, 0) 100%), #17140d
}

.gradient2 {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), radial-gradient(86.77% 139.66% at -20.63% 13.23%, #514030 0, rgba(33, 16, 9, 0) 100%), radial-gradient(142.14% 65.97% at 76.67% 115.97%, #88604a 0, rgba(61, 38, 28, 0) 100%), radial-gradient(96.88% 96.88% at 96.67% 3.12%, #351f0a 0, rgba(17, 12, 9, 0) 100%), #070e18;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), radial-gradient(86.77% 139.66% at -20.63% 13.23%, #514030 0, rgba(33, 16, 9, 0) 100%), radial-gradient(142.14% 65.97% at 76.67% 115.97%, #88604a 0, rgba(61, 38, 28, 0) 100%), radial-gradient(96.88% 96.88% at 96.67% 3.12%, #351f0a 0, rgba(17, 12, 9, 0) 100%), #070e18
}

.gradient-footer {
    background: radial-gradient(142.14% 65.97% at 76.67% 115.97%, rgba(223, 101, 66, .2) 0, rgba(10, 19, 11, 0) 100%), radial-gradient(96.88% 96.88% at 96.67% 3.12%, rgba(63, 73, 109, .6) 0, rgba(8, 15, 9, 0) 100%), #17140d
}

.gradient-mass {
    background: radial-gradient(112.22% 360.89% at -5.63% -10.65%, rgba(0, 0, 0, .057) 0, rgba(149, 51, 22, .1305) 100%), linear-gradient(289.53deg, rgba(249, 226, 146, .148) -3.18%, rgba(254, 248, 248, .088) 111.25%)
}

.hide {
    display: none !important
}

.tac {
    text-align: center
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ai-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.abs-center-horizontal {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.abs-center-vertical {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.abs-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.header {
    width: 100%;
    padding: 28px 0;
    top: 0;
    z-index: 10
}

.header .logo {
    display: block;
    width: 100%;
    max-width: 118px
}

@media only screen and (max-width: 667px) {
    .header .container {
        padding: 0 16px
    }
}

.footer {
    padding: 33px 0 25px 0
}

.footer .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer .footer-copyright {
    margin-top: auto;
    opacity: 20%
}

.footer .footer-copyrigth-hide {
    display: none
}

.footer .footer-logo {
    width: 117px
}

.footer .footer-partners {
    padding: 23px 51px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .09)
}

.footer .footer-partners .title {
    margin-bottom: 15px
}

.footer .partners-logo {
    width: 94px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.footer .partners-logo + .partners-logo {
    margin-left: 47px
}

.footer .partners-logo:hover {
    opacity: .6
}

@media only screen and (max-width: 996px) {
    .footer .footer-partners {
        padding: 23px 13px
    }

    .footer .partners-logo + .partners-logo {
        margin-left: 35px
    }
}

@media only screen and (max-width: 767px) {
    .footer {
        padding: 47px 0 21px 0
    }

    .footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 16px
    }

    .footer .footer-logo {
        margin-bottom: 47px
    }

    .footer .footer-copyright {
        display: none
    }

    .footer .footer-copyrigth-hide {
        display: block;
        opacity: 20%;
        margin: 60px auto 0 auto
    }
}

.hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

@media all {
    .hero #canvas {
        display: none
    }

    .hero::after {
        content: "";
        width: 100%;
        height: 300px;
        position: absolute;
        bottom: 20px;
        left: 0;
        z-index: 1;
        background-image: url(safari-shape.png);
        background-repeat: no-repeat;
        background-size: cover
    }
}

@media only screen and (max-width: 1800px) {
    .hero {
        height: calc(100vh - 198px);
        min-height: 600px
    }
}

@media only screen and (min-width: 1820px) {
    .hero {
        min-height: 650px
    }
}

.hero .container {
    position: relative;
    z-index: 2
}

.hero .content {
    max-width: 852px;
    position: relative
}

.hero .subtitle {
    margin-bottom: 10px;
    letter-spacing: 3px
}

.hero .title {
    border-left: 1px solid #d3b280;
    line-height: 1.55
}

.hero .subtitle, .hero .title {
    padding-left: 20px
}

.hero .btn {
    margin: 40px 0 0 20px
}

.hero #canvas {
    width: 100%;
    height: 285px;
    position: absolute;
    bottom: 30px;
    left: 0
}

.trusted-by {
    padding: 62px 0;
    min-height: 198px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.trusted-by .title {
    margin-right: 150px;
    white-space: nowrap
}

.trusted-by .logos-container {
    width: 100%
}

.trusted-by .figure {
    min-width: 100px;
    max-width: 210px
}

.trusted-by .figure + .figure {
    margin-left: 140px
}

@media only screen and (max-width: 1400px) {
    .hero {
        overflow: hidden
    }

    .hero #canvas {
        width: 1200px
    }

    .trusted-by .title {
        margin-right: 56px
    }

    .trusted-by .figure + .figure {
        margin-left: 70px
    }
}

@media only screen and (max-width: 768px) {
    .trusted-by {
        padding: 36px 0
    }
}

@media only screen and (max-width: 767px) {
    .trusted-by {
        position: relative;
        overflow: hidden
    }

    .trusted-by::after {
        content: "";
        position: absolute;
        top: 0;
        right: -10px;
        display: block;
        width: 40px;
        height: 100%;
        background: linear-gradient(269deg, #000 -3.78%, rgba(24, 18, 6, .97) 15.51%, rgba(26, 19, 8, .87) 31.58%, rgba(26, 19, 8, .83) 45.52%, rgba(26, 20, 9, .74) 55.16%, rgba(27, 20, 9, .46) 66.41%, rgba(23, 18, 9, .27) 78.2%, rgba(20, 16, 9, .14) 87.85%, rgba(19, 15, 9, .04) 93.21%, rgba(18, 15, 9, 0) 99.1%, rgba(18, 15, 9, 0) 99.1%, rgba(18, 15, 9, 0) 99.1%)
    }

    .trusted-by .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .trusted-by .title {
        margin-bottom: 30px
    }

    .trusted-by .logos-container {
        overflow-y: scroll;
        padding-bottom: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .trusted-by .figure {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

@media only screen and (max-width: 667px) {
    .hero {
        min-height: 750px
    }

    .hero .title {
        line-height: 1.3
    }

    .trusted-by .container {
        padding: 0 16px
    }
}

@media only screen and (max-width: 420px) {
    .trusted-by {
        padding: 30px 0 10px 0
    }
}

.solutions {
    padding: 98px 0 0 0;
    position: relative;
    overflow: hidden
}

.solutions .container {
    position: relative;
    z-index: 1
}

.solutions .aldrich {
    letter-spacing: 3px
}

.solutions .top-title {
    margin-bottom: 8px
}

.solutions .title {
    margin-bottom: 90px
}

.solutions .section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 108px
}

.solutions .visual {
    padding-bottom: 90px;
    width: 100%;
    max-width: 722px;
    position: relative
}

@media only screen and (min-width: 3150px) {
    .solutions.our-solution .section-shape {
        max-width: 1730px
    }
}

.solutions.solutions2 .section-shape {
    width: 48%
}

@media only screen and (min-width: 2000px) {
    .solutions.solutions2 .section-shape {
        max-width: 980px
    }
}

.solutions.solutions2 .row2 .figure-wrapper {
    padding-top: 44%
}

@media only screen and (max-width: 667px) {
    .solutions.solutions2 .row2 .figure-wrapper {
        padding-top: 102%
    }
}

.solutions .row2 {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.solutions .figure-wrapper {
    width: 100%;
    position: relative;
    padding-top: 39.6%
}

.solutions .img.sm {
    display: none
}

@media only screen and (max-width: 667px) {
    .solutions .img.sm {
        display: block
    }

    .solutions .img.lg {
        display: none
    }
}

@media only screen and (max-width: 1440px) {
    .solutions {
        overflow: hidden
    }
}

@media only screen and (max-width: 1180px) {
    .solutions .section-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px
    }

    .solutions .visual {
        max-width: initial
    }
}

@media only screen and (max-width: 768px) {
    .solutions {
        padding: 50px 0 0 0
    }

    .solutions .visual {
        padding-bottom: 50px
    }

    .solutions .title {
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 767px) {
    .solutions {
        padding: 50px 0 0 0
    }
}

@media only screen and (max-width: 667px) {
    .solutions .title-container {
        padding: 0 16px
    }

    .solutions .figure-wrapper {
        padding-top: 85.6%
    }
}

.mass {
    padding: 90px 0
}

.mass .counter {
    margin-bottom: 50px
}

.mass .section-container {
    gap: 108px
}

.mass .content {
    margin-top: 55px
}

.mass .figure-container {
    width: 100%
}

.mass .figure {
    position: relative;
    width: 100%;
    padding-top: 95%
}

.mass .media-figure {
    width: 100%;
    max-width: 615px;
    -webkit-filter: drop-shadow(0 22.784px 51.7817px rgba(0, 0, 0, .1));
    filter: drop-shadow(0 22.784px 51.7817px rgba(0, 0, 0, .1))
}

.mass .figure-mobile {
    display: none
}

@media only screen and (max-width: 1150px) {
    .mass {
        padding: 50px 0
    }

    .mass .section-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 30px
    }

    .mass .content {
        width: 100%;
        max-width: initial;
        margin-top: 0
    }
}

@media only screen and (max-width: 667px) {
    .mass .counter {
        margin-bottom: 30px
    }

    .mass .section-container {
        gap: 40px
    }

    .mass .figure {
        display: none
    }

    .mass .figure-mobile {
        display: block;
        padding-top: 115%;
        position: relative;
        width: 100%
    }
}

.contact {
    padding: 90px 0;
    position: relative;
    overflow: hidden
}

.contact .section-shape {
    width: 45%
}

.contact .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 1
}

.contact .content-wrapper {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.contact .contact-content {
    max-width: 385px
}

.contact .contact-title {
    margin-bottom: 52px
}

.contact .contact-mail {
    margin-bottom: 25px
}

.contact .top-title {
    margin-bottom: 8px
}

.contact .map {
    width: 50%;
    height: 400px
}

.contact .map img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.contact .aldrich {
    letter-spacing: 3px
}

.contact .address {
    line-height: 1.7
}

@media only screen and (max-width: 768px) {
    .contact {
        padding: 50px 0
    }

    .contact .map-shape {
        display: none
    }

    .contact .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contact .contact-content {
        padding: 0 16px
    }

    .contact .content-wrapper {
        width: 100%;
        margin-bottom: 30px
    }

    .contact .contact-title {
        margin-bottom: 37px
    }

    .contact .figure-container, .contact .map {
        width: 100%
    }
}

@media only screen and (max-width: 420px) {
    .contact {
        padding: 80px 0 0 0
    }

    .contact .contact-title {
        margin-bottom: 30px
    }

    .contact .content-wrapper {
        padding: 0 16px;
        margin-bottom: 20px
    }
}