body,
html {
    overflow-x: hidden !important
}

p {
    font-size: 1.25rem;
    line-height: 1.5em
}

.section_1 {
    height: 90vh;
    -ms-grid-rows: 75% 25%;
    grid-template-rows: 75% 25%;
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    text-align: center;
    position: relative
}

.section_1 .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.section_1 .orb {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    background: #1087df;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0 0 45px 50px #1087df;
    box-shadow: 0 0 45px 50px #1087df;
    -webkit-animation: rotat 20s linear infinite forwards;
    animation: rotat 20s linear infinite forwards;
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

@-webkit-keyframes rotat {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotat {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.section_1 .hero-content {
    position: absolute;
    top: 95%;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, -95%);
    transform: translate(-50%, -95%);
    pointer-events: none
}

.section_1 .typing {
    z-index: 100
}

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

.section_1 h1 {
    pointer-events: none;
    font-size: 5.5em;
    font-weight: 700;
    line-height: 1.2em
}

.section_1 .anim-text-banner {
    font-weight: 700;
    white-space: nowrap
}

.section_1 .anim-text-banner>span {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    clip: rect(0, 0, 300px, 0)
}

.section_1 .anim-text-parent {
    color: #000
}

.section_1 .anim-text-parent>.anim-text {
    overflow: hidden;
    white-space: nowrap;
    top: 0;
    left: 50.7%;
    position: absolute;
    -webkit-transition: width 1s ease;
    transition: width 1s ease;
    clip: rect(0, 0, 300px, 0)
}

.section_1 .shapes {
    position: relative;
    height: 85vh;
    width: 100vw;
    background: #000;
    overflow: hidden
}

.section_1 .shape {
    will-change: transform;
    position: absolute;
    border-radius: 50%
}

.section_1 .shape.shape-1 {
    background: #f07501;
    width: 580px;
    height: 580px;
    margin: -290px 0 0 -290px
}

.section_1 .shape.shape-2 {
    background: #cde9ff;
    width: 370px;
    height: 370px;
    margin: -185px 0 0 -185px
}

.section_1 .shape.shape-3 {
    background: #1087df;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px
}

.section_1 .content {
    top: 0;
    left: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 85vh;
    width: 100vw;
    background: #fff;
    mix-blend-mode: screen
}

.section_1 h3 {
    display: block;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative
}

.section_1 h3 svg {
    position: absolute;
    bottom: 6%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: floatupdown 2s infinite ease-in-out;
    animation: floatupdown 2s infinite ease-in-out
}

.section_1 h3 .mouse {
    margin: auto;
    width: 26px;
    height: 44px;
    position: relative;
    background: #fff -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #fff), to(#fff));
    background: #fff linear-gradient(transparent 0, transparent 50%, #fff 50%, #fff 100%);
    background-size: 100% 200%;
    border-radius: 100px;
    -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
    animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite
}

.section_1 h3 .mouse:after,
.section_1 h3 .mouse:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}

.section_1 h3 .mouse:before {
    width: 23px;
    height: 41px;
    background-color: #fff;
    border-radius: 100px
}

.section_1 h3 .mouse:after {
    background-color: #1fa8a3;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 5s linear infinite;
    animation: trackBallSlide 5s linear infinite
}

.section_1 h3 .text {
    margin: 14px auto 0 auto;
    letter-spacing: 7px;
    font-size: .4em;
    color: #fff;
    -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
    animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite
}

@-webkit-keyframes colorSlide {
    0% {
        background-position: 0 100%
    }

    20% {
        background-position: 0 0
    }

    21% {
        background-color: #1087df
    }

    29.99% {
        background-color: #fff;
        background-position: 0 0
    }

    30% {
        background-color: #1087df;
        background-position: 0 100%
    }

    50% {
        background-position: 0 0
    }

    51% {
        background-color: #1087df
    }

    59% {
        background-color: #fff;
        background-position: 0 0
    }

    60% {
        background-color: #1087df;
        background-position: 0 100%
    }

    80% {
        background-position: 0 0
    }

    81% {
        background-color: #1087df
    }

    100%,
    90% {
        background-color: #fff
    }
}

@keyframes colorSlide {
    0% {
        background-position: 0 100%
    }

    20% {
        background-position: 0 0
    }

    21% {
        background-color: #1087df
    }

    29.99% {
        background-color: #fff;
        background-position: 0 0
    }

    30% {
        background-color: #1087df;
        background-position: 0 100%
    }

    50% {
        background-position: 0 0
    }

    51% {
        background-color: #1087df
    }

    59% {
        background-color: #fff;
        background-position: 0 0
    }

    60% {
        background-color: #1087df;
        background-position: 0 100%
    }

    80% {
        background-position: 0 0
    }

    81% {
        background-color: #1087df
    }

    100%,
    90% {
        background-color: #fff
    }
}

@-webkit-keyframes colorText {
    21% {
        color: #4e5559
    }

    30% {
        color: #fff
    }

    51% {
        color: #4e5559
    }

    60% {
        color: #fff
    }

    81% {
        color: #4e5559
    }

    90% {
        color: #fff
    }
}

@keyframes colorText {
    21% {
        color: #4e5559
    }

    30% {
        color: #fff
    }

    51% {
        color: #4e5559
    }

    60% {
        color: #fff
    }

    81% {
        color: #4e5559
    }

    90% {
        color: #fff
    }
}

@-webkit-keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px)
    }

    6% {
        opacity: 1;
        -webkit-transform: scale(.9) translateY(5px);
        transform: scale(.9) translateY(5px)
    }

    14% {
        opacity: 0;
        -webkit-transform: scale(.4) translateY(20px);
        transform: scale(.4) translateY(20px)
    }

    15%,
    19% {
        opacity: 0;
        -webkit-transform: scale(.4) translateY(-10px);
        transform: scale(.4) translateY(-10px)
    }

    28%,
    29.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px)
    }

    30% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px)
    }

    36% {
        opacity: 1;
        -webkit-transform: scale(.9) translateY(5px);
        transform: scale(.9) translateY(5px)
    }

    44% {
        opacity: 0;
        -webkit-transform: scale(.4) translateY(20px);
        transform: scale(.4) translateY(20px)
    }

    45%,
    49% {
        opacity: 0;
        -webkit-transform: scale(.4) translateY(-10px);
        transform: scale(.4) translateY(-10px)
    }

    58%,
    59.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.9) translateY(-10px);
        transform: scale(.9) translateY(-10px)
    }

    66% {
        opacity: 1;
        -webkit-transform: scale(.9) translateY(5px);
        transform: scale(.9) translateY(5px)
    }

    74% {
        opacity: 0;
        -webkit-transform: scale(.4) translateY(20px);
        transform: scale(.4) translateY(20px)
    }

    75%,
    79% {
        opacity: 0;
        -webkit-transform: scale(.4) translateY(-10px);
        transform: scale(.4) translateY(-10px)
    }

    100%,
    88% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px)
    }
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px)
    }

    6% {
        opacity: 1;
        -webkit-transform: scale(.9) translateY(5px);
        transform: scale(.9) translateY(5px)
    }

    14% {
        opacity: 0;
        -webkit-transform: scale(.4) translateY(20px);
        transform: scale(.4) translateY(20px)
    }

    15%,
    19% {
        opacity: 0;
        -webkit-transform: scale(.4) translateY(-10px);
        transform: scale(.4) translateY(-10px)
    }

    28%,
    29.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px)
    }

    30% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px)
    }

    36% {
        opacity: 1;
        -webkit-transform: scale(.9) translateY(5px);
        transform: scale(.9) translateY(5px)
    }

    44% {
        opacity: 0;
        -webkit-transform: scale(.4) translateY(20px);
        transform: scale(.4) translateY(20px)
    }

    45%,
    49% {
        opacity: 0;
        -webkit-transform: scale(.4) translateY(-10px);
        transform: scale(.4) translateY(-10px)
    }

    58%,
    59.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.9) translateY(-10px);
        transform: scale(.9) translateY(-10px)
    }

    66% {
        opacity: 1;
        -webkit-transform: scale(.9) translateY(5px);
        transform: scale(.9) translateY(5px)
    }

    74% {
        opacity: 0;
        -webkit-transform: scale(.4) translateY(20px);
        transform: scale(.4) translateY(20px)
    }

    75%,
    79% {
        opacity: 0;
        -webkit-transform: scale(.4) translateY(-10px);
        transform: scale(.4) translateY(-10px)
    }

    100%,
    88% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px)
    }
}

@-webkit-keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes nudgeText {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes nudgeText {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes floatupdown {
    0% {
        bottom: 20px
    }

    50% {
        bottom: 40px
    }

    100% {
        bottom: 20px
    }
}

@keyframes floatupdown {
    0% {
        bottom: 20px
    }

    50% {
        bottom: 40px
    }

    100% {
        bottom: 20px
    }
}

.section_2 {
    padding: 8% 1% 5% 1%;
    text-align: center;
    overflow: hidden !important
}

.section_2 h2 {
    font-size: 4em;
    line-height: 1.3em
}

.section_2 .card_custom {
    height: auto !important;
    background: 0 0 !important;
    padding: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: blur(0) !important;
    backdrop-filter: blur(0) !important;
    margin-top: 2% !important;
    margin-bottom: 5% !important
}

.section_2 .card {
    margin: 10% auto;
    padding: 12% 5%;
    height: 280px;
    position: relative;
    width: 280px;
    border: none;
    -webkit-box-shadow: 0 28px 100px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 28px 100px 0 rgba(0, 0, 0, .08);
    border-radius: 1.3em;
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer
}

.section_2 .card .card__title {
    -webkit-transition: all .4s;
    transition: all .4s
}

.section_2 .card .card__description {
    opacity: 0
}

.section_2 .card:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    color: #fff;
    -webkit-box-shadow: -1px 8px 14px -5px rgba(85, 85, 85, .88);
    box-shadow: -1px 8px 14px -5px rgba(85, 85, 85, .88);
    background-color: rgba(33, 52, 117, 0.44)
}

.section_2 .card:hover .card-icon-title-wrapper {
    position: relative;
    top: -20px
}

.section_2 .card:hover .card__description {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px 0 0;
    -webkit-animation: fadeInDescription .5s .5s forwards;
    animation: fadeInDescription .5s .5s forwards
}

.section_2 .card:hover .card__icon {
    top: -10px;
    padding: 30px;
    -webkit-animation: resizeIcon .5s forwards;
    animation: resizeIcon .5s forwards
}

.section_2 .card:hover .card__title {
    -webkit-animation: translateTitle .6s forwards;
    animation: translateTitle .6s forwards
}

.section_2 a {
    color: #212529 !important;
    text-decoration: none
}

.section_2 a .card__title {
    -webkit-transition: all .4s;
    transition: all .4s
}

.section_2 .serviceanim {
    position: absolute;
    overflow-x: hidden !important
}

.section_2 svg {
    max-width: 100%;
    height: auto
}

.section_2 .path {
    position: absolute;
    left: 2%;
    margin-top: -170px
}

@media (max-width:768px) {
    .section_2 .serviceanim {
        display: none
    }
}

.section_3 {
    padding: 4% 5% 4%;
    background: #161616;
    text-align: center;
    color: #fff;
    pointer-events: none;
    z-index: 100;
    position: relative;
    overflow: hidden
}

.section_3:before {
    content: "";
    position: absolute;
    top: -110px;
    left: -180px;
    width: 421px;
    height: 421px;
    background: url("../img/Ellipse-blue.svg") no-repeat center/contain;
    pointer-events: none;
    z-index: 0
}

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

.section_3 h2 {
    font-size: 5em;
    line-height: 1.5em;
    padding-bottom: 2%
}

.section_3 .approach-layout {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.section_3 .approach-heading {
    width: 100%;
    text-align: center
}

.section_3 .approach-body {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-top: -16px
}

.section_3 .approach-copy {
    width: 50%;
    text-align: left;
    padding-top: 28px
}

.section_3 .approach-copy p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, .85);
    font-size: 1.9rem;
    line-height: 2em;
    text-align: justify;
    text-justify: inter-word
}

.section_3 .approach-animation {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.section_3 .team-work-animation {
    width: min(100%, 920px);
    height: 500px
}

.section_3 .goals-scheme {
    position: relative;
    color: #fff;
    padding: 5% 0
}

.section_3 .goals-scheme:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:992px) {
    .section_3 .approach-layout {
        min-height: auto;
        gap: 20px
    }

    .section_3 .approach-body {
        flex-direction: column;
        gap: 20px
    }

    .section_3 .approach-copy,
    .section_3 .approach-animation {
        width: 100%;
        text-align: center;
        justify-content: center
    }

    .section_3 .team-work-animation {
        width: min(100%, 660px);
        height: 430px
    }

    .section_3 .approach-copy p {
        margin: 0 auto
    }

    .section_3 .goals-scheme {
        height: initial
    }
}

@media (max-width:992px) {
    .section_3 .goals-scheme__item {
        margin: 0 auto
    }
}

.section_3 ul {
    list-style: none
}

.section_3 .goals-scheme__item.pos1 {
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1
}

.section_3 .goals-scheme__item.pos3 {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.section_3 .goals-scheme__item.pos5 {
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1
}

.section_3 .goals-scheme__item.pos1,
.section_3 .goals-scheme__item.pos3,
.section_3 .goals-scheme__item.pos5 {
    position: absolute;
    top: 50%;
    border-radius: 1.6em;
    background-color: #121215;
    width: 17%;
    -webkit-box-shadow: -22px 22px 40px 0 rgba(0, 0, 0, .6);
    box-shadow: -22px 22px 40px 0 rgba(0, 0, 0, .6);
    text-align: center
}

.section_3 .goals-scheme__item.pos1:before,
.section_3 .goals-scheme__item.pos3:before,
.section_3 .goals-scheme__item.pos5:before {
    content: "";
    display: block;
    padding: 0 0 100%
}

@media (max-width:992px) {

    .section_3 .goals-scheme__item.pos1:before,
    .section_3 .goals-scheme__item.pos3:before,
    .section_3 .goals-scheme__item.pos5:before {
        display: none
    }
}

@media (max-width:992px) {

    .section_3 .goals-scheme__item.pos1,
    .section_3 .goals-scheme__item.pos3,
    .section_3 .goals-scheme__item.pos5 {
        position: relative;
        top: initial;
        left: initial;
        padding: 20px 15px;
        margin: -20px auto;
        width: 200px;
        -webkit-transform: none !important;
        transform: none !important
    }
}

.section_3 .goals-scheme__item.pos2 {
    float: left;
    margin-left: 7%;
    padding-left: 15%;
    text-align: left
}

.section_3 .goals-scheme__item.pos4 {
    float: right;
    margin-right: 7%;
    padding-right: 18%;
    text-align: right
}

.section_3 .goals-scheme__item.pos2,
.section_3 .goals-scheme__item.pos4 {
    display: inline-block;
    border: 2px dotted #1a9cba;
    background-color: #121215;
    width: 41%;
    height: 1px;
    min-height: 320px;
    opacity: 1
}

.section_3 .goals-scheme__item.pos2:before,
.section_3 .goals-scheme__item.pos4:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.35em
}

@media (max-width:992px) {

    .section_3 .goals-scheme__item.pos2:before,
    .section_3 .goals-scheme__item.pos4:before {
        display: none
    }
}

@media (max-width:992px) {

    .section_3 .goals-scheme__item.pos2,
    .section_3 .goals-scheme__item.pos4 {
        float: none;
        margin: 0;
        padding: 40px 15px;
        text-align: center;
        width: 100%;
        height: initial;
        min-height: initial;
        max-width: 570px
    }
}

.section_3 .customtitle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0
}

.section_3 .goals-scheme__item-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0
}

@media (max-width:992px) {
    .section_3 .goals-scheme__item-title {
        position: static;
        -webkit-transform: none;
        transform: none
    }

    .section_3 .customtitle {
        position: static;
        -webkit-transform: none;
        transform: none
    }
}

.section_3 .goals-scheme__item-list {
    display: inline-block;
    vertical-align: middle
}

.section_3 .goals-scheme__item-list li {
    color: rgba(255, 255, 255, .8);
    margin-bottom: 15px
}

.section_3 .goals-scheme__item-list li:last-child {
    margin-bottom: 0
}

.section_3 .scene--bg-grey .goals-scheme__item.pos1,
.section_3 .scene--bg-grey .goals-scheme__item.pos3,
.section_3 .scene--bg-grey .goals-scheme__item.pos5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#23252c), to(#342c2d));
    background-image: linear-gradient(to bottom, #23252c, #342c2d)
}

.section_3 .card {
    background-color: #242629;
    margin-top: 15%;
    margin-bottom: 8%;
    height: 250px;
    width: 250px;
    padding: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1.3em;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.section_4 {
    padding: 10% 3%;
    pointer-events: none
}

.section_4 h3 {
    line-height: 1.3em;
    font-size: 4em;
    text-align: center
}

.section_4 .card {
    background-color: #fff;
    border: none;
    margin-top: 15%;
    margin-bottom: 8%;
    height: 200px;
    width: 200px;
    padding: 0 5%;
    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;
    -webkit-box-shadow: 0 4px 50px -12px rgba(16, 135, 223, .25);
    box-shadow: 0 4px 50px -12px rgba(16, 135, 223, .25);
    border-radius: 1.3em;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.section_4 h5 {
    line-height: 1.1em
}

@-webkit-keyframes resizeIcon {
    0% {
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px)
    }

    100% {
        -webkit-transform: scale(.85) translateY(-110px);
        transform: scale(.85) translateY(-110px)
    }
}

@keyframes resizeIcon {
    0% {
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px)
    }

    100% {
        -webkit-transform: scale(.85) translateY(-110px);
        transform: scale(.85) translateY(-110px)
    }
}

@-webkit-keyframes translateTitle {
    from {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    to {
        -webkit-transform: translateY(-130px);
        transform: translateY(-130px)
    }
}

@keyframes translateTitle {
    from {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    to {
        -webkit-transform: translateY(-130px);
        transform: translateY(-130px)
    }
}

@-webkit-keyframes fadeInDescription {
    from {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
}

@keyframes fadeInDescription {
    from {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
}

@media only screen and (max-width:600px) and (orientation:portrait) {
    .section_1 h1 {
        font-size: 2.4em
    }

    .section_2 {
        padding: 15% 0
    }

    .section_2 .path {
        display: none !important
    }
}

@media only screen and (max-height:600px) and (orientation:landscape) {
    .section_1 h1 {
        font-size: 2.4em
    }

    .section_2 .path {
        display: none !important
    }

    .section_2 .serviceanim {
        display: none
    }

    .section_2 .card {
        width: auto;
        height: 210px
    }

    .section_3 .card {
        width: auto;
        height: 210px
    }

    .section_4 .card {
        width: auto
    }
}

@media only screen and (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
    .section_2 .path {
        display: none !important
    }

    .section_2 svg {
        width: 80%
    }

    .section_2 .card {
        width: auto;
        min-height: 210px
    }

    .section_1 h1 {
        font-size: 3.4em
    }

    .section_3 .card {
        width: auto;
        min-height: 210px
    }

    .section_4 .card {
        width: auto
    }
}

@media only screen and (device-width:1024px) and (device-height:768px) and (orientation:landscape) {
    .section_2 svg {
        width: 70%
    }

    .section_1 h1 {
        font-size: 3.8em
    }
}

@media screen and (device-aspect-ratio:40 / 71) {
    .section_1 h1 {
        font-size: 1.6em
    }

    .section_2 h1 {
        font-size: 2.5em
    }

    .section_2 .card {
        width: 250px;
        height: 250px
    }

    .section_3 h2 {
        font-size: 2.5em
    }

    .section_3 .card {
        width: 240px;
        height: 240px
    }

    .section_3 button {
        font-size: 1em
    }

    .section_3 h6 {
        font-size: .8em;
        line-height: 1.4em
    }

    .section_4 h3 {
        font-size: 2.5em
    }

    .section_4 .card {
        width: 210px
    }
}

.h_85 {
    height: 85px
}

.h_70 {
    height: 70px
}

.h_65 {
    height: 65px
}

@media only screen and (max-width:700px) {
    .hero {
        display: none !important
    }

    .orb {
        display: none
    }
}
