@media only screen and (max-width: 1024px) {
    .trusted-by-leaders-overlay {
        margin-top: 16px !important;
        bottom: 32px !important;
    }
}

@media only screen and (max-width: 767px) {
    .trusted-by-leaders-overlay {
        margin-top: 20px !important;
        bottom: 32px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) and (max-height: 768px) {
    .trusted-by-leaders-overlay {
        margin-top: 16px !important;
        bottom: 4px !important;
    }
}

body[data-page="contacts"] #contact-map-resizer,
body[data-page="contacts"] .section-contacts-location {
    height: auto !important;
    min-height: 0 !important;
}

@media only screen and (max-width: 1024px) {
    .section-contacts-location {
        height: auto !important;
        min-height: 0 !important;
        overflow: visible;
    }
}

@media only screen and (max-width: 767px) {
    .section-contacts-location .address-cards-container {
        height: auto;
    }
}

@media only screen and (min-width: 1025px) {
    .trusted-by-leaders .trusted-carousel-track,
    .trusted-container .trusted-carousel-track,
    .trusted-carousel-track {
        gap: 24px !important;
        column-gap: 24px !important;
        row-gap: 24px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .trusted-by-leaders .section-title,
    .trusted-container .section-title,
    .trusted-heading {
        display: block;
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }
    .trusted-by-leaders .trusted-carousel-track,
    .trusted-container .trusted-carousel-track,
    .trusted-carousel-track {
        gap: 16px !important;
        column-gap: 16px !important;
        row-gap: 16px !important;
    }
}

@media only screen and (max-width: 767px) {
    .trusted-by-leaders .trusted-carousel-track,
    .trusted-container .trusted-carousel-track,
    .trusted-carousel-track {
        gap: 10px !important;
        column-gap: 10px !important;
        row-gap: 10px !important;
    }
    .trusted-by-leaders .trusted-brand-item,
    .trusted-container .trusted-brand-item {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-contacts-location .address-cards-container {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .section-contacts-location {
        padding-bottom: 48px;
    }
    .section-contacts-location .address-cards-container {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}

.trusted-by-leaders-overlay {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* .trusted-container {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
} */

/* .trusted-heading {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
} */

.trusted-brand-item {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.trusted-logo-container {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* .trusted-brand-name {
    color: rgba(255, 255, 255, 0.8) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
} */

.trusted-carousel-track {
    animation: trustedScroll 60s linear infinite !important;
    gap: 80px !important;
}

.trusted-carousel-track:hover {
    animation-play-state: paused;
}

/* .trusted-brand-item {
    margin: 0 20px !important;
    padding: 15px 0 !important;
} */

/* .trusted-logo-container {
    margin: 0 10px !important;
} */

/* .trusted-brand-name {
    margin-top: 10px !important;
    font-size: 14px !important;
} */

@keyframes trustedScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 1024px) {
    .trusted-heading {
        text-align: center;
    }
    .trusted-brand-item {
        text-align: center;
    }
    .trusted-logo-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .trusted-brand-name {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .trusted-brand-name {
        margin: 3px 0;
    }
    .trusted-logo-container {
        margin: 0 5px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .section-contacts-location .address-cards-container {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
    .section-contacts-location .address-card {
        width: auto;
        min-width: 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-contacts-location {
        padding-bottom: 56px;
    }
    .section-contacts-location .address-cards-container {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .section-contacts-location .address-card {
        width: 100%;
        min-width: 0;
    }
}

body[data-page="contacts"] .whatsapp-fab {
    position: fixed !important;
    right: 24px !important;
    bottom: calc(20px + env(safe-area-inset-bottom, 0px)) !important;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);
    z-index: 9999;
    text-decoration: none;
}

body[data-page="contacts"] .whatsapp-fab img {
    width: 38px;
    height: 38px;
    display: block;
}

@media (max-width: 480px) {
    body[data-page="contacts"] .whatsapp-fab {
        right: 18px !important;
        bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
        width: 48px;
        height: 48px;
    }
    body[data-page="contacts"] .whatsapp-fab img {
        width: 28px;
        height: 28px;
    }
}

body[data-page="contacts"] .form-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

body[data-page="contacts"] .form-controls .btn {
    margin: 0;
}

@media only screen and (min-width: 1280px) and (max-width: 1919px) {
    .footer-top nav ul {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 0;
        margin: 0;
        list-style: none;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 1279px) {
    .footer-top {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    
    .footer-logo {
        margin-bottom: 20px;
    }
    
    .footer-logo img {
        max-width: 150px;
        height: auto;
    }
    
    .footer-addresses {
        margin: 20px 0;
        text-align: center;
    }
    
    .footer-addresses .address {
        margin-bottom: 15px;
        padding: 0 10px;
    }
    
    .footer-top nav {
        margin: 20px 0;
        text-align: center;
    }
    
    .footer-top nav ul {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 0;
        margin: 0;
        list-style: none;
        justify-content: center;
        align-items: center;
    }
    
    .footer-top nav ul li {
        float: none;
        padding: 0;
        margin: 0;
    }
    
    .footer-top nav ul li a {
        font-size: 14px;
        padding: 8px 0;
        display: block;
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        transition: color 0.3s ease;
        border: none;
        border-radius: 0;
        text-align: center;
    }
    
    .footer-top nav ul li a:hover {
        color: #ffffff;
        background: none;
    }
}

@media only screen and (max-width: 1024px) {
    .footer-top {
        padding: 25px 15px;
    }
    
    .footer-logo img {
        max-width: 140px;
    }
    
    .footer-top nav ul li a {
        font-size: 13px;
        padding: 6px 0;
    }
}

@media only screen and (max-width: 768px) {
    .footer-top {
        padding: 20px 10px;
    }
    
    .footer-logo img {
        max-width: 120px;
    }
    
    .footer-addresses .address {
        margin-bottom: 12px;
        padding: 0 5px;
    }
    
    .footer-top nav ul {
        gap: 6px;
    }
    
    .footer-top nav ul li a {
        font-size: 12px;
        padding: 5px 0;
    }
}

@media only screen and (max-width: 480px) {
    .footer-top nav ul {
        gap: 6px;
    }
    
    .footer-top nav ul li a {
        font-size: 12px;
        padding: 6px 0;
    }
}

@media only screen and (max-width: 375px) {
    .footer-top nav ul {
        gap: 4px;
    }
    
    .footer-top nav ul li a {
        font-size: 11px;
        padding: 4px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .trusted-heading {
        text-align: center !important;
    }
    .trusted-carousel-track {
        gap: 24px !important;
    }
}

@media only screen and (max-width: 767px) {
    .trusted-carousel-track {
        gap: 12px !important;
    }
    .trusted-brand-item {
        margin: 0 !important;
        text-align: center !important;
    }
    .trusted-logo-container {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 4px !important;
    }
    .trusted-brand-name {
        text-align: center !important;
        margin: 3px 0 !important;
    }
}

a, button, input, select, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

*:focus {
    outline: 2px solid #f16522;
    outline-offset: 2px;
}

@media only screen and (max-width: 375px) {
    header {
        padding: 15px 10px;
    }
    .logo {
        width: 60px;
    }
    .page-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
        padding: 0 10px 30px !important;
    }
    .trusted-by-leaders-overlay {
        padding: 0 10px;
        bottom: 20px;
    }
    .trusted-container {
        padding: 15px;
        gap: 15px;
    }
    .trusted-heading {
        font-size: 16px;
    }
    .trusted-brand-item {
        min-width: 80px;
    }
    .trusted-logo-container {
        width: 70px;
        height: 40px;
    }
    .trusted-brand-name {
        font-size: 10px;
    }
    .works-list__item {
        padding: 0 10px;
    }
    .works-list__item__w .img-block,
    .works-list__item__w .text__w {
        padding: 60px 0;
    }
    .works-list__item .text h3 {
        font-size: 36px !important;
        line-height: 1.2 !important;
    }
    .works-list__item .text .subtitle {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }
    .works-list__item .text .content p {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }
    .btn {
        min-width: 200px;
        font-size: 16px;
        padding: 10px 20px;
    }
    .challenges__title h2,
    .index-challenges .challenges__title h3 {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
    .challenges__title p {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }
    .challenges-list__item {
        padding: 30px 10px;
        min-height: 250px;
    }
    .platforms-list .list-item .img {
        height: 80px;
        margin: 0 0 15px;
    }
    .platforms-list .list-item .title {
        font-size: 14px;
    }
    .dt-features .feature-item {
        padding: 40px 0 0;
    }
    .dt-features .feature-item .img {
        height: 80px;
        margin: 0 0 15px;
    }
}

@media only screen and (max-width: 480px) {
    header {
        padding: 18px 12px;
    }
    .logo {
        width: 70px;
    }
    .page-title {
        font-size: 32px !important;
        line-height: 1.2 !important;
        padding: 0 15px 35px !important;
    }
    .trusted-by-leaders-overlay {
        padding: 0 15px;
        bottom: 25px;
    }
    .trusted-container {
        padding: 18px;
        gap: 18px;
    }
    .trusted-heading {
        font-size: 17px;
    }
    .trusted-brand-item {
        min-width: 90px;
    }
    .trusted-logo-container {
        width: 80px;
        height: 45px;
    }
    .trusted-brand-name {
        font-size: 10px;
    }
    .works-list__item {
        padding: 0 15px;
    }
    .works-list__item__w .img-block,
    .works-list__item__w .text__w {
        padding: 80px 0;
    }
    .works-list__item .text h3 {
        font-size: 42px !important;
        line-height: 1.2 !important;
    }
    .works-list__item .text .subtitle {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }
    .works-list__item .text .content p {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }
    .btn {
        min-width: 220px;
        font-size: 18px;
        padding: 12px 25px;
    }
    .challenges__title h2,
    .index-challenges .challenges__title h3 {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
    .challenges__title p {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }
    .challenges-list__item {
        padding: 35px 12px;
        min-height: 280px;
    }
}

@media only screen and (max-width: 576px) {
    .works-list__item__w {
        flex-direction: column;
        text-align: center;
    }
    .works-list__item__w .img-block,
    .works-list__item__w .text__w {
        flex-basis: 100%;
        padding: 40px 0;
    }
    .works-list__item.purple .text__w,
    .works-list__item.red .text__w {
        order: 0;
    }
    .works-list__item .text {
        max-width: 100%;
        padding: 0 10px;
    }
    .works-list__item .text h3 {
        font-size: 48px !important;
        line-height: 1.2 !important;
        text-align: center;
    }
    .works-list__item .text .subtitle {
        font-size: 24px !important;
        line-height: 1.3 !important;
        text-align: center;
    }
    .works-list__item .text .content {
        text-align: center;
    }
    .works-list__item .text .content p {
        font-size: 18px !important;
        line-height: 1.5 !important;
    }
    .works-list__item .text .tags {
        text-align: center;
        margin-bottom: 25px;
    }
    .works-list__item .text .tags span {
        margin: 5px;
        padding: 8px 16px;
        font-size: 14px;
    }
    .info__text p {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
    }
    .challenges__i {
        padding: 35px 10px;
    }
    .challenges__title {
        padding: 0 0 25px 0;
    }
    .challenges__title h2,
    .index-challenges .challenges__title h3 {
        font-size: 36px !important;
        line-height: 1.2 !important;
    }
    .challenges__title p {
        font-size: 18px !important;
        line-height: 1.5 !important;
        text-align: center;
    }
    .challenges-list__item {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 30px 15px;
        min-height: 260px;
    }
    .challenges-list__item .text .item-title {
        font-size: 20px;
        line-height: 1.3;
    }
    .challenges-list__item .text p {
        font-size: 15px;
        line-height: 1.4;
    }
    .platforms-list {
        flex-direction: column;
    }
    .platforms-list .group {
        width: auto;
        padding: 0 0 30px;
    }
    .platforms-list .group:last-child {
        padding: 0;
    }
    .platforms-list .list-item {
        margin: 0 0 20px;
    }
    .dedicated-teams {
        padding: 40px 0 0;
    }
    .dedicated-teams .dt-features {
        flex-direction: column;
        padding: 0;
    }
    .dedicated-teams .dt-features .feature-item {
        width: auto;
        padding: 40px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .device-menu {
        display: block !important;
        width: 45px;
        height: 40px;
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 11;
        background-color: rgba(0, 0, 0, 0.6);
        cursor: pointer;
    }
    .device-menu__i {
        width: 24px;
        height: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .device-menu span {
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        background-color: white;
        transition: all 0.3s ease;
    }
    .device-menu span:nth-child(1) {
        top: 0;
    }
    .device-menu span:nth-child(2) {
        top: 50%;
        transform: translate(0, -50%);
    }
    .device-menu span:nth-child(3) {
        bottom: 0;
    }
    nav.active {
        background-color: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    nav.active ul li a {
        font-size: 22px;
        line-height: 1.4;
        padding: 12px 0;
        display: block;
        text-align: center;
    }
    header nav:not(.active) {
        display: none !important;
    }
    header {
        padding: 15px;
        position: absolute;
    }
    header.header {
        background-color: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    .logo {
        width: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .address-cards-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 0 15px;
        margin: 20px 0;
    }
    .address-card {
        width: 100%;
        padding: 25px 20px;
        margin: 0;
        text-align: center;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .address-card h2 {
        font-size: 20px;
        margin-bottom: 12px;
        color: #ffffff;
        font-weight: 600;
    }
    .address-card p {
        font-size: 15px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.8);
        margin: 0;
    }
    .section-contact-form {
        padding: 20px 15px;
    }
    .form-row {
        flex-direction: column;
        gap: 15px;
    }
    .form-field {
        width: 100%;
        margin-bottom: 15px;
    }
    .form-input {
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }
    .form-label {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .btn {
        width: 100%;
        padding: 15px;
        font-size: 16px;
    }
    .cta-group .btn {
        width: 50% !important;
    }
    .section-title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }
    .contacts-groups-list {
        flex-direction: column;
        gap: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .address-cards-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        padding: 0 20px;
        margin: 30px 0;
    }
    .address-card {
        padding: 25px 20px;
        text-align: center;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .address-card h2 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #ffffff;
        font-weight: 600;
    }
    .address-card p {
        font-size: 14px;
        line-height: 1.4;
        color: rgba(255, 255, 255, 0.8);
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .works-list__item__w {
        flex-direction: column;
        text-align: center;
    }
    .works-list__item__w .img-block,
    .works-list__item__w .text__w {
        flex-basis: 100%;
        padding: 60px 0;
    }
    .works-list__item .text h3 {
        font-size: 52px !important;
        line-height: 1.2 !important;
    }
    .works-list__item .text .subtitle {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }
    .works-list__item .text .content p {
        font-size: 18px !important;
        line-height: 1.5 !important;
    }
    .trusted-container {
        gap: 40px;
        padding: 20px 25px;
    }
    .trusted-heading {
        font-size: 20px;
    }
    .trusted-brand-item {
        min-width: 120px;
    }
    .trusted-logo-container {
        width: 100px;
        height: 60px;
    }
    .trusted-brand-name {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .works-list__item__w .img-block,
    .works-list__item__w .text__w {
        padding: 30px 0;
    }
    .challenges__i {
        padding: 25px 10px;
    }
    .challenges__title {
        padding: 0 0 20px 0;
    }
    .dedicated-teams {
        padding: 30px 0 0;
    }
    .dedicated-teams .dt-features .feature-item {
        padding: 30px 0 0;
    }
    .trusted-by-leaders-overlay {
        bottom: 15px;
    }
    .trusted-container {
        flex-direction: row;
        align-items: center;
        gap: 20px;
        padding: 15px 20px;
    }
    .trusted-heading {
        font-size: 16px;
        white-space: nowrap;
    }
    .trusted-brand-item {
        min-width: 85px;
    }
    .trusted-logo-container {
        width: 75px;
        height: 45px;
    }
    .trusted-brand-name {
        font-size: 10px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (min-resolution: 192dpi) {
    .trusted-logo,
    .challenges-list__item .comp-logo img,
    .platforms-list .list-item .img img,
    .dt-features .feature-item .img img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

@media only screen and (max-width: 767px) {
    .btn {
        min-height: 44px;
        line-height: 1.2;
    }
    nav.active ul li a {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .device-menu {
        min-width: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn:focus,
    nav.active ul li a:focus,
    .device-menu:focus {
        outline: 2px solid #f16522;
        outline-offset: 2px;
    }
}

@media print {
    .trusted-by-leaders-overlay,
    .device-menu,
    nav.active {
        display: none !important;
    }
    .works-list__item__w {
        flex-direction: column;
        page-break-inside: avoid;
    }
    .challenges-list__item {
        page-break-inside: avoid;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    *, *::before, *::after {
        animation-duration: 0.3s !important;
        animation-delay: 0s !important;
        transition-duration: 0.3s !important;
        transition-delay: 0s !important;
    }
    img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
    @media (prefers-reduced-motion: reduce) {
        *, *::before, *::after {
            animation-duration: 0.01ms !important;
            animation-iteration-count: 1 !important;
            transition-duration: 0.01ms !important;
        }
    }
}

@media (prefers-color-scheme: dark) {
    .trusted-by-leaders-overlay {
        background-color: rgba(0, 0, 0, 0.9);
    }
    .trusted-container {
        background: #2a2a2a;
    }
    .trusted-heading {
        color: #ffffff;
    }
}

@media (prefers-contrast: high) {
    .btn {
        border: 2px solid currentColor;
    }
    .device-menu {
        background-color: #000000;
        border: 2px solid #ffffff;
    }
    nav.active ul li a {
        text-decoration: underline;
    }
}

@media (prefers-reduced-data: reduce) {
    .trusted-by-leaders-overlay {
        display: none;
    }
    .works-list__item__w .img-block img {
        filter: grayscale(100%);
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .page-title {
        font-size: 24px !important;
        padding: 0 10px 20px !important;
    }
    .works-list__item__w .img-block,
    .works-list__item__w .text__w {
        padding: 20px 0;
    }
    .challenges__i {
        padding: 20px 10px;
    }
    .trusted-by-leaders-overlay {
        bottom: 10px;
    }
}

@media only screen and (min-width: 1920px) {
    .trusted-container {
        max-width: 95%;
    }
    .works-list__item__w {
        max-width: 1400px;
    }
}

.device-menu {
    will-change: transform;
}

.trusted-carousel-track {
    will-change: transform;
}

@supports not (display: flex) {
    .works-list__item__w {
        display: block;
    }
    .works-list__item__w .img-block,
    .works-list__item__w .text__w {
        display: block;
        width: 100%;
    }
}

.loading .works-list__item__w .img-block img {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.loaded .works-list__item__w .img-block img {
    opacity: 1;
}

.cta-group {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.cta-group .btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
}

.or-separator {
    font-family: "radikalregular", Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}