* {
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}
  
html, body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #3E3E3E;
}

.mission {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mission > div {
    width: 100%;
    max-width: 1040px;  
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    align-items: center;
}

.mission h2 {
    position: relative;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 60px;
}

.mission h2:after {
    content: ' ';
    position: absolute;
    width: 48px;
    height: 5px;
    border-radius: 3px;
    left: 50%;
    margin-left: -24px;
    bottom: -20px;
    background-color: #169FF2;
}

.mission p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #3E3E3E;
    text-align: center;
    max-width: 800px;
}

.mission .button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #169FF2;
    box-sizing: border-box;
    border-radius: 8px;
    height: 48px;
    margin: 40px 0 60px 0;
    text-decoration: none;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #169FF2;
    position: relative;
    width: max-content;
    padding: 0 24px;
    background: transparent;
    transition: background .25s, color .25s, opacity 1s, transform .35s ease-out;
}

.mission .button:hover {
    background: #169FF2;
    color: #fff;
}

.platform {
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.platform .inner {
    width: 100%;
    max-width: 1040px;
    min-width: 792px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}

.platform .inner .line {
    position: absolute;
    top: 248px;
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
}

.platform .inner .line > div {
    height: 5px;
    flex: 1 1 auto;
}

.platform .inner .line > div.spacer.l:before {
    left: -24px;
}

.platform .inner .line > div:first-child,
.platform .inner .line > div:last-child {
    flex: 0 0 256px;
}

.platform .inner .line > div.spacer {
    flex: 1 1 auto;
    position: relative;
}

.platform .inner .line > div.spacer::before {
    content: ' ';
    position: absolute;
    border-bottom: 2px dashed #fff;
    left: 0;
    right: 0; 
    bottom: 0;
}

.platform .inner .line > div.mid {
    flex: 0 0 132px;
}

.platform .inner h2 {
    margin: 48px 0 0 0 ;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
}

.platform .inner h2:after {
    content: ' ';
    position: absolute;
    width: 48px;
    height: 5px;
    left: 50%;
    margin-left: -24px;
    bottom: -20px;
    border-radius: 3px;
    background-color: #FFFFFF;
}

.platform .inner ul.options {
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0;
    margin: 100px 60px 40px 60px;
}

.platform .inner ul.options > li {
    flex: 0 0 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.platform .inner ul.options > li:last-child .icon:after {
    width: 0;
    border: none;
}

.platform .inner ul.options > li .icon {
    flex: 0 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.platform .inner ul.options > li h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 68px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 0 0;
}

.platform .inner ul.options > li p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}

.reasons {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    position: relative;
}

.reasons .inner {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1040px;
}

.reasons .inner h2 {
    margin-top: 80px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #3E3E3E;
    max-width: 760px;
    position: relative;
}

.reasons .inner h2:before {
    content: ' ';
    position: absolute;
    width: 48px;
    height: 5px;
    border-radius: 3px;
    left: 50%;
    margin-left: -24px;
    bottom: -20px;
    background-color: #169FF2;
}

.reasons .inner ul {
    padding: 0;
    margin: 80px 0 48px 0 ;
    list-style: none;
    position: relative;
}

.reasons .inner ul li {
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    max-width: 820px;
    background: #FFFFFF;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 0 72px 0 72px;
    gap: 40px;
    position: relative;
    height: 212px;
}

.reasons .inner ul li::before {
    content: ' ';
    left: auto;
    right:0;
    top: 0;
    position: absolute;
    width: 12px;
    height: 100%;
    background: linear-gradient(314.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
    border-radius: 0 8px 8px 0;
}

.reasons .inner ul li:nth-child(odd):before {
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
    left: 0;
    right: auto;
    border-radius: 8px 0 0 8px;
}

.reasons .inner ul li:after {
    content: ' ';
    position: absolute;
    width: 72px;
    height: 260px;
    border: 2px dashed #169FF2;
    border-right: none;
    left: -74px;
    top: 96px;
}

.reasons .inner ul li:nth-child(even):after {
    left: auto;
    right: -74px;
    border-right: 2px dashed #169FF2;
    border-left: none;
}

.reasons .inner ul li:last-child::after {    
    top: 108px;
    left: -72px;
    border: none;
    border-top: 2px dashed #169FF2;
    height: 0;
}

.reasons .inner ul li > div  {
    padding: 40px 0 40px 0;
    max-width: 480px;
}

.reasons .inner ul:after  {
    content: ' ';
    position: absolute;
    left: -72px;
    bottom: 96px;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    background: #169FF2; 
}

.reasons .inner ul li h3 {
    margin: 0 0 20px 0;
}

.reasons .inner ul li p {
    margin: 0;
}

.reasons .bullets {
    display: none;
}

.ready {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.ready > * {
    position: relative;
    z-index: 1;
}

.ready:before {
    top: 340px;
    position: absolute;
    content: ' ';
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
}   

.ready h2 {
    position: relative;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    padding-bottom: 16px;
    margin: 80px 0 48px 0;
}

.ready h2:after {
    content: ' ';
    position: absolute;
    width: 32px;
    height: 4px;
    left: 50%;
    margin-left: -16px;
    bottom: 0;
    background: #169FF2;
    border-radius: 2px;
}

.ready .cards {
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: row;
    z-index: 1;
    width: 100%;
    padding-bottom: 24px;
}

.ready .cards .swiper-slide {
    flex: 0 0 360px;
}

.ready .cards .card {
    position: relative;
    background: #FFFFFF;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    margin: 0 20px 0 20px;
}

.ready .cards .card img {
    width: 100%;
    position: relative;
    border-radius: 8px 8px 0 0;
}

.ready .cards .card > div {
    height: 224px;
    padding: 0 28px;
}

.ready .cards .card > div h4 {
    font-family: 'Open Sans';
    font-style: normal;
    color: #979797;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    margin: 16px 0 0 0;
}

.ready .cards .card > div h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #3E3E3E;
    margin: 24px 0;
}

.ready .cards .card > div p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.ready .cards .card  > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #18B805;
    box-sizing: border-box;
    padding: 0 28px 24px 28px;
    text-decoration: none;
}

.ready .cards .card > a svg {
    margin-left: 4px;
}

.ready .bullets {
    display: none;
}

.ready .button {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 48px;
    border: 1px solid #FFFFFF;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    align-self: center;
    margin: 32px 28px 52px 28px;
    border-radius: 8px;
    color: #fff;
    width: max-content;
    padding: 0 60px;
    transition: background .25s, color .25s, opacity 1s, transform .35s ease-out;
}

.ready .button:hover {
    background-color: #fff;
    color: #169FF2;
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    position: relative;
}

.contact > div {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1040px;
    margin-top: 100px;
}

.contact > div .left {
    flex: 0 0 50%;
}

.contact .left h2 {
    position: relative;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    margin: 100px 0 60px 0;
    box-sizing: border-box;
    padding: 0;
}

.contact h2 b,
.contact p b {
    font-weight: 700;
}

.contact h2 b {
    display: block;
}

.contact .left h2:after {
    content: ' ';
    position: absolute;
    width: 32px;
    height: 4px;
    left: 0;
    bottom: -20px;
    background: #169FF2;
    border-radius: 2px;
}

.contact p {
    padding: 0 28px 0 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    box-sizing: border-box;
}

.contact .card {
    background: #FFFFFF;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    margin:40px 0 0 28px;
    box-sizing: border-box;
    padding: 44px 60px;
    position: relative;
}

.contact .card .sent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,1);
    display:none; 
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 44px;
    border-radius: 8px;
}

.contact .card .sent.show {
    display:flex; 
}

.contact .card .sent .button {
    width: 320px;
}

.contact .card .sent h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
}

.contact .card .sent h2:first-child {
    margin-top: 56px;
}

.contact .card .sent p {
    padding: 0;
    text-align: center;
    max-width: 320px;
}

.contact .card .button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    text-decoration: none;
    height: 48px;
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
    border-radius: 8px;
    border: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 40px;
}

.contact .card form {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.contact .card form .element {
    position: relative;
    align-self: stretch;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #169FF2;
    margin-bottom: 32px;
}

.contact .card form input[type="text"],
.contact .card form textarea {
    font-family: 'Open Sans';
    font-size: 17px;
    position: absolute;
    content: '';
    background-color: #fff;
    left:1px;
    right:1px;
    top:1px;
    bottom:1px;
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    padding: 0 12px;
    outline: none;
}

.contact .card form .element.text {
    height: 96px;
}

.contact .card form textarea {
    resize: none;
    padding: 8px 12px;
}

.contact .card form input[type="text"]::placeholder, 
.contact .card form textarea::placeholder { 
    color: rgba(107, 107, 107, 0.45);
    font-family: 'Open sans';
}

.contact .card form .terms {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 32px;
}

.contact .card form .terms .checkbox {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 4px 0 0 0;
}

.contact .card form .terms .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 16px;
    width: 16px;
    left: -3px;
    top: -2px;
    z-index: 1;
}

.contact .card form .terms .checkbox input ~ .checkmark {
    border-radius: 4px;
    background-color: #169FF2;
}

.contact .card form .terms .checkbox input:checked ~ .checkmark::before {
    display: none;
}

.checkbox .checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
}

.contact .card form .terms .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid transparent;
    transition: background-color .25s ease;
    border: 1px solid #169FF2;
}

.contact .card form .terms .checkmark::before {
    position: absolute;
    content:  ' ';
    background: #fff;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 4px;
}

.contact .card form .terms p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 8.5px;
    line-height: 12px;
    padding: 0 0 0 6px;
    margin: 0;
}

.contact .card form .terms p > a {
    font-family: 'Open Sans';
    font-style: normal;
    font-size: 8.5px;
    line-height: 12px;
    text-decoration-line: underline;
    color: #169FF2;
}

.contact .card form input[type="submit"] {
    align-self: stretch;
    height: 48px;
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
    border-radius: 8px;
    border: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.footer::before {
    top: -96px!important;
}

@media only screen and (max-width: 1120px) {

    .header .inner {
        padding: 0 36px;
    }

    .header .inner .right img {
        height: 360px;
        position: relative;
        top: -20px;
    }

    .platform .inner {
        padding: 0 36px;
    }

    .ready h2 {
        position: relative;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 34px;
        text-align: center;
        max-width: 440px;
    }

    .mission {
        box-sizing: border-box;
        padding: 0 36px;
    }

    .platform .inner .line > div:first-child,
    .platform .inner .line > div:last-child {
        flex: 0 0 240px;
    }

    .platform .inner .line > div.spacer.r:before {
        right: -12px;
    }

    .platform .inner ul.options {
        margin: 100px 0 40px 0;
    }

    .reasons .inner {
        overflow: hidden;
    }

    .reasons .inner ul li > div {
        max-width: 440px;
    }

    .contact {
        box-sizing: border-box;
        padding: 0 36px;
    }
}

@media only screen and (max-width: 667px) {
    .mission > div {
        flex-direction: column;
        margin-top: 0;
    }

    .mission h2 {
        position: relative;
        margin: 72px 0 48px 0;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 34px;
        display: flex;
        align-items: flex-start;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 16px 0;
    }

    .mission h2:after {
        left: 24px;
        bottom: 0;
        height: 3px;
        width: 24px;
    }

    .mission p {
        margin: 0 0 40px 0;
        box-sizing: border-box;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 23px;
        text-align: left;
    }

    .mission .button {
        width: auto;
        align-self: stretch;
        margin: 0 0 52px 0;
        padding: 0;
    }
   
    .mission .right {
        display: none;
    }

    .platform .inner {
        min-width: auto;
    }

    .platform .inner .line {
        display: none;
    }

    .platform .inner h2 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 33px;
        text-align: center;
        color: #FFFFFF;
        width: 280px;
    }

    .platform .inner h2::before {
        height: 3px;
        left: 50%;
        width: 24px;
        margin-left: -12px;
    }

    .platform .inner ul.options {
        flex-direction: column;
    }

    .platform .inner ul.options > li {
        width: 244px;
        margin-bottom: 124px;
        position: relative;
    }

    .platform .inner ul.options > li:before {
        position: absolute;
        border-left: 2px dashed #ffffff;
        content: ' ';
        left: 50%;
        bottom: -104px;
        height: 100px;
    }

    .platform .inner ul.options > li:first-child:before {
        bottom: -108px;
        height: 104px;
    }

    .platform .inner ul.options > li:last-child {
        margin-bottom: 20px;
    }

    .platform .inner ul.options > li:last-child:before {
        border: none;
        height: 0;
        bottom: 0;
    }

    .platform .inner ul.options > li > h3 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 800;
        font-size: 40px;
        line-height: 54px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-top: 20px;
    }
    
    .platform .inner ul.options > li > p {
        width: 244px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        text-align: center; 
        color: #FFFFFF;
    }
    
    .reasons .inner {
        padding: 0 36px;
        position: relative;
    }

    .reasons .inner::before {
        content: ' ';
        position: absolute;
        width: 100%;
        top:420px;
        border-bottom: 2px dashed #169FF2;
    }

    .reasons .inner h2 {
        font-size: 24px;
    }

    .reasons-swiper-container {
        width: 296px;
    }
    
    .reasons .inner ul.cards {
        flex-direction: row;
        display: flex;
        margin: 40px  0 0 0;
    }

    .reasons .inner ul li::before {
        left:0;
        right: auto;
        border-radius: 8px 0 0 8px;
    }

    .reasons .inner ul li:nth-child(odd) {
        flex-direction: column-reverse; 
        justify-content: flex-end;
    }

    .reasons .inner ul li {
        height: auto;
        flex: 0 0 296px;
        flex-direction: column;
        padding: 28px 32px;
        margin: 0;
        justify-content: flex-start;
        gap: 20px;
    }

    .reasons .inner ul li svg {
        height: 128px;
    }

    .reasons .inner ul li > div {
        padding: 0;
        text-align: center;
    }

    .reasons .inner ul li:after,
    .reasons .inner ul:after {
        content: none;
    }

    .reasons .inner ul li h3 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        color: #3E3E3E;
    }

    .reasons .inner ul li p {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        text-align: center;
        color: #3E3E3E;
    }
    
    .reasons .bullets {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        list-style: none;
        margin: 32px 0;
        padding: 0;
    }

    .reasons .bullets > li {
        height: 12px;
        width: 12px;
        border-radius: 6px;
        box-sizing: border-box;
        border: 1px solid  #169FF2;
        margin-right: 8px;
    }

    .reasons .bullets > li:last-child {
        margin-right: 0;
    }

    .reasons .bullets > li.active {
        background-color: #169FF2;
    }

    .ready {
        overflow: hidden;
        padding: 0;
    }

    .ready h2 {
        position: relative;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 34px;
        text-align: center;
        padding: 0 28px 16px 28px;
        margin: 100px 0 60px 0;
    }

    .ready h2:after {
        bottom: -24px;
    }

    .ready .cards {
        justify-content: flex-start;
    }

    .ready .cards > div:last-child {
        display: block;
    }

    .ready .cards .swiper-slide {
        flex: 0 0 100vw;
        box-sizing: border-box;
        padding: 0 28px;
    }

    .ready .cards .card {
        position: relative;
        background: #FFFFFF;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        box-sizing: border-box;
        flex-direction: column;
        align-items: center;
        margin:0;
    }

    .ready .cards .card img {
        width: 100%;
        position: relative;
        border-radius: 8px 8px 0 0;
    }

    .ready .cards .card > div {
        height: 236px;
    }

    .ready .cards .card > div h4 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        line-height: 15px;
        margin: 16px 0 0 0;
    }

    .ready .cards .card > div h3 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #3E3E3E;
        margin: 24px 0;
    }

    .ready .cards .card > div p {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
    }

    .ready .cards .card > div > a {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        color: #9116F2;
        text-decoration: none;
    }

    .ready .cards .card > div > a svg {
        margin-left: 4px;
    } 
    
    .ready .button {
        align-self: stretch;
        width: auto;
        padding: 0;
    }


    .contact {
        padding: 0;
    }

    .contact > div {
        margin-top: 0;
        flex-direction: column;
    }

    .contact > div .left {
        flex: 0 0 auto;
    }

    .contact .left h2 {
        position: relative;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 34px;
        margin: 80px 0 40px 0;
        box-sizing: border-box;
        padding: 0 24px 16px 24px;
        opacity: 1;
    }

    .contact .left h2:after {
        left: 26px;
        bottom: 0;
    }

    .contact .left > p {
        padding: 0 28px;
        opacity: 1;

    }

    .contact .card {
        margin: 40px 28px 0 28px;
        opacity: 1;
        padding: 36px 24px;
    }

    .contact .card .sent {
        padding: 32px;
    }

    .contact .card .sent h2:first-child {
        margin-top: 24px;
    }

    .contact .card .sent .button {
        flex: 0 0 auto;
        width: 200px;
        margin-top:32px;
    }

    .footer .inner > svg {
        margin: 60px 0 0 28px!important;
    }
}