:root {
    --c-dark-blue: #0078aa;
    --c-old-primary: #00aaeb;
    --c-primary: #0a78c3;
    --c-lang-menu: #2098e9;
    --c-light-blue: #aae1fa;
    --c-super-light-blue: #f5faff;
    --c-gray: #323c46;
    --c-gray-body: #5a6473;
    --c-gray-800: #828c9b;
    --c-gray-600: #909090;
    --c-gray-500: #b4c3cd;
    --c-gray-300: #e6ebf0;
    --c-gray-100: #f4f5f8;
    --c-white: #fff;
    --c-yellow: #feb600;
    --c-orange: #ff6d17;
    --c-green: #008728;
    --c-red: #d71919;
    --c-note: #fffae8;
    --content-max-w: 1200px;
    --inner-content-max-w: 1088px;
    --c-bg-light: hsl(225, 22%, 96%);
    --c-highlight: hsl(197, 100%, 48%);
}
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}
body {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    line-height: 1;
    color: var(--c-gray);
    font-size: 16px;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
        "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.main_non_auth {
    flex-direction: column;
    flex: 1 1 0%;
    background: var(--c-gray-100);
}
p {
    font-weight: 400;
    display: block;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button,
select {
    text-transform: none;
}
button,
input {
    overflow: visible;
}
a,
a:hover,
a:active {
    text-decoration: none;
}
a.und {
    color: var(--c-primary) !important;
    text-decoration: underline !important;
}
a.und:hover {
    color: var(--c-old-primary) !important;
}
ul {
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    /*-------all--------*/
    display: list-item;
    text-align: -webkit-match-parent;
}
small {
    font-size: 80%;
}
h2 {
    display: block;
    font-size: 24px;
    font-weight: bold;
}
p {
    display: block;
}
#wrapper {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    #wrapper {
        background-color: #f4f5f8;
    }
}
/*---------------------- HEADER ------------------------*/
/*------------ TOP -------------*/
header#app_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    --border-radius: 0.5em;
    --box-shadow: 0px 16px 40px hsla(210, 32%, 14%, 0.15);
    background: linear-gradient(120deg, #061728 0%, #0a2644 42%, #0b5a9a 90%);
    color: #e9f4ff;
    background-size: cover;
    position: relative;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}
header .top_row {
    padding: 0 1em;
    background: transparent;
    z-index: 20;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
header .clamp {
    max-width: var(--content-max-w);
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 767px){
    header .clamp {
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }
    header .clamp p.svelte {
        visibility: visible;
        height: auto;
        width: auto;
        margin: 0 12px 0 0;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
    }
}
header .top_row p.svelte {
    margin: 0;
    color: #dceeff;
    letter-spacing: 0.15px;
}
header .top_row a {
    padding: 10px 14px;
    color: #e9f4ff;
    text-decoration: none;
    height: 36px;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}
header .top_row a:hover,
header .top_row a:active,
header .top_row nav button:hover,
header .top_row nav button:active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 -2px var(--c-old-primary);
    transform: translateY(-1px);
}
header .top_row .lang_menu a:hover,
header .top_row .lang_menu a:active {
    /* color: var(--c-gray); */
    color: var(--c-white);
}
header .top_row nav {
    margin-left: auto;
    display: flex;
}
header nav div {
    display: flex;
    position: relative;
}
header .top_row nav button {
    background: rgba(255, 255, 255, 0.08);
    border: none;
    color: #e9f4ff;
    cursor: pointer;
    font-weight: 400;
    text-align: left;
    display: flex;
    align-items: center;
    border-radius: 0;
    padding: 8px 10px;
    box-shadow: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}
header .top_row nav button span {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0.5em;
}
header .top_row nav button svg {
    stroke-width: 3px;
    fill: none;
    height: 0.75em;
    margin-left: 0.25em;
    transform-origin: center;
}
header .top_row nav button.active svg {
    transform: rotate(180deg);
}
header .top_row nav button svg path {
    stroke: currentColor;
    box-sizing: border-box;
}
/*------------ BOTTOM -------------*/
.cls-1 {
    fill: #00aaeb;
}
.cls-2 {
    fill: #ffb400;
}
header .bottom_row {
    position: relative;
    padding: 0 1em;
    z-index: 10;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}
header .bottom_row .logo_holder div {
    display: block;
    width: 250px;
    height: 45px;
    background: url("./img/home_logo.svg") center no-repeat;
    background-size: contain;
}
header .bottom_row .hamburger {
    display: none;
}
header .bottom_row nav {
    margin-left: auto;
    margin-top: -7px !important;
    margin-right: 0px;
}

@media (max-width: 1120px) {
    header .bottom_row .clamp.flex-menu {
        display: flex;
        flex-direction: row;
    }
    header .bottom_row .clamp {
        flex-wrap: nowrap !important;
    }
    header .bottom_row .flex-menu {
        flex-wrap: nowrap !important;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    header .bottom_row .logo_holder {
        flex: 0 1 auto;
        margin-right: 12px;
        order: 1;
        flex-shrink: 0;
        display: inline-flex;
        width: auto;
        max-width: 260px;
    }
    header .bottom_row .logo_holder div {
        width: 250px;
    }
    header .bottom_row .hamburger {
        display: block;
        color: var(--c-gray);
        font-size: 30px;
        line-height: 1;
        margin-left: auto;
        order: 3;
        flex-shrink: 0;
        align-self: center;
    }
    header .bottom_row .nav-top {
        display: none;
        order: 2;
        min-width: 0;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-top: 8px;
        background: #fff;
        border-top: 1px solid var(--c-gray-200);
        box-shadow: 0 10px 18px hsl(210deg 17% 24% / 18%);
        z-index: 10000;
    }
    header .bottom_row .nav-top.open {
        display: block;
    }
    header #top_menu > li {
        padding: 18px 0;
    }
    header #top_menu > li > span,
    header #top_menu > li > a {
        padding: 22px 0;
    }
}
header .bottom_row nav span,
header .bottom_row nav path,
header .bottom_row nav a {
    padding: 0.9em 1em;
    color: var(--c-gray);
    font-weight: 700;
    cursor: pointer;
    border-radius: 12px;
    transition: all 120ms ease;
}
header .bottom_row nav span:hover,
header .bottom_row nav span:active {
    color: var(--c-primary);
}
header .bottom_row nav span:hover,
header .bottom_row nav span:hover svg,
header .bottom_row nav span:hover path,
header .bottom_row nav span:active,
header .bottom_row nav span:active path {
    color: var(--c-primary);
    stroke: var(--c-primary);
}
header .bottom_row nav a.top-level-item:hover,
header .bottom_row nav a.top-level-item:active {
    color: var(--c-primary);
    background: var(--c-gray-100);
    border-bottom: 3px solid var(--c-primary);
}
header .bottom_row nav svg,
header .bottom_row nav path {
    height: 12px;
    stroke-width: 3;
    margin-left: 0.25em;
}
header .bottom_row nav svg {
    fill: none;
    transform-origin: center;
}
header .bottom_row nav path {
    stroke: var(--c-gray-500);
}
/**************** MENUS *******************/
header ul.lang_menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: calc(100%);
    left: -4.5em;
    background: rgba(6, 23, 40, 0.95);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 200;
}
header ul.lang_menu a {
    font-weight: 400;
}

header ul.dropdown_menus {
    /*display: flex;*/
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
    overflow: unset;
    position: absolute;
    top: calc(100% + 10px);
    left: -0.5em;
    background: var(--c-white);
    border-radius: var(--border-radius);
    border: 1px solid var(--c-gray-300);
    box-shadow: var(--box-shadow);
    z-index: 200;
}
header ul.dropdown_menus.ccc {
    display: flex;
}
header ul.dropdown_menus.vps {
    max-width: 335px;
}
header ul.dropdown_menus li {
    border-top: 1px solid var(--c-gray-100);
}
header ul.dropdown_menus a,
header ul.lang_menu a {
    border-top-right-radius: var(--border-radius);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.75em;
    padding-right: 2.5em;
    white-space: nowrap;
    font-weight: 400;
    position: relative;
    z-index: 15;
    line-height: 1.25;
    text-decoration: none;
}
header ul.lang_menu a strong {
    font-weight: 400;
}
header ul.dropdown_menus a {
    color: var(--c-gray);
}
header ul.lang_menu a {
    color: #dfeefe;
    font-size: 14px;
}
header ul.lang_menu.open {
    display: flex;
}
header ul.lang_menu a:hover,
header ul.lang_menu a:active {
    color: var(--c-white);
    background: rgba(255, 255, 255, 0.12);
}

header ul.dropdown_menus a:hover,
header ul.dropdown_menus a:active {
    /* background: var(--c-gray-100); */
}
header ul.dropdown_menus .menu_img {
    display: block;
    width: 32px;
    height: 24px;
}
header ul.dropdown_menus .menu_img.service_01 {
    background: url("./img/svg/service_01.svg") center no-repeat;
}
header ul.dropdown_menus .menu_img.service_02 {
    background: url("./img/svg/service_02.svg") center no-repeat;
}
header ul.dropdown_menus .menu_img.service_03 {
    background: url("./img/svg/service_03.svg") center no-repeat;
}
header ul.dropdown_menus .menu_img.service_04 {
    background: url("./img/svg/service_04.svg") center no-repeat;
}
header ul.dropdown_menus .menu_img.service_05 {
    background: url("./img/svg/service_05.svg") center no-repeat;
}
header ul.dropdown_menus .menu_img.service_06 {
    background: url("./img/svg/service_06.svg") center no-repeat;
}
header ul.dropdown_menus .menu_img.service_07 {
    background: url("./img/svg/service_07.svg") center no-repeat;
}
header ul.dropdown_menus .menu_img.service_08 {
    background: url("./img/svg/service_08.svg") center no-repeat;
}
header ul.dropdown_menus .menu_img.service_09 {
    background: url("./img/svg/service_09.svg") center no-repeat;
}
header ul.dropdown_menus .menu_img.service_10 {
    background: url("./img/svg/service_10.svg") center no-repeat;
}
header ul.dropdown_menus .text_container {
    margin-left: 1em;
}
header ul.dropdown_menus .text_container strong {
    font-weight: 700;
}
header ul.dropdown_menus .text_container small {
    display: block;
    font-weight: 400;
    margin-top: 4px;
}
header ul.dropdown_menus .text_container small span {
    background: var(--c-red);
    color: var(--c-white);
    font-weight: 400;
    align-items: center;
    display: inline;
    font-size: inherit;
    line-height: inherit;
    padding: 2px;
    border-radius: 3px;
    margin: 0;
    text-decoration: none;
}

@media (max-width: 850px) {
    header .bottom_row .nav-top {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 10000;
        box-shadow: 0 7px 12px hsl(210deg 17% 24% / 15%);
    }
    header .bottom_row .nav-top.open {
        display: block;
    }
    header .nav-top {
        background: #fff;
        padding: 12px 16px 14px;
        border-top: 1px solid var(--c-gray-300);
    }
    header #top_menu {
        flex-direction: column;
        gap: 10px;
    }
    header #top_menu > li {
        padding: 4px 0;
        border-bottom: 1px solid var(--c-gray-100);
        width: 100%;
    }
    header #top_menu > li:last-child {
        border-bottom: 0;
    }
    header #top_menu > li > span,
    header #top_menu > li > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        font-size: 16px;
        line-height: 1.3;
        width: 100%;
    }
    header #top_menu > li.cta-item > a {
        background: none;
        border: 0;
        box-shadow: none;
        color: inherit;
        font-weight: 700;
        padding: 10px 0;
    }
    header #top_menu > li > span svg,
    header #top_menu > li > span path {
        margin-left: 8px;
        transition: transform 0.2s ease;
    }
    header #top_menu > li.open > span {
        color: var(--c-primary);
    }
    header #top_menu > li.open > span svg {
        transform: rotate(180deg);
    }
    header ul.dropdown_menus {
        position: static;
        display: none;
        background: #f7f9fb;
        border: 1px solid var(--c-gray-300);
        border-radius: 8px;
        box-shadow: none;
        padding: 6px 10px;
        margin-top: 6px;
    }
    header ul.dropdown_menus li {
        border: 0;
    }
    header ul.dropdown_menus a {
        padding: 10px 4px;
        white-space: normal;
        gap: 10px;
        border-radius: 6px;
    }
    header ul.dropdown_menus a:hover {
        background: rgba(10, 120, 195, 0.08);
    }
}

@media (min-width: 676px) and (max-width: 850px) {
    header .bottom_row .hamburger {
        display: block;
    }
    header .bottom_row .nav-top {
        display: none;
    }
}

@media (max-width: 850px) {
    header .bottom_row .clamp.flex-menu {
        flex-direction: row;
    }
    header .bottom_row .flex-menu {
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }
    header .bottom_row .logo_holder {
        margin-right: auto;
        flex-shrink: 0;
    }
    header .bottom_row .hamburger {
        margin-left: auto;
        margin-right: 0;
    }
    header .bottom_row .nav-top {
        left: 0;
        right: 0;
        width: 100%;
    }
    header .bottom_row nav {
        margin-top: 0 !important;
    }
}

@media (max-width: 850px) {
    header .top_row a {
        padding: 10px 12px;
    }
    header .top_row {
        padding: 10px 12px;
    }
    header .top_row nav {
        width: 100%;
        justify-content: flex-end;
        gap: 10px;
        flex-wrap: wrap;
        align-items: center;
    }
    header .top_row nav .wrapper {
        width: auto;
        min-width: 0;
        max-width: none;
        margin-left: auto;
        display: flex;
        align-items: stretch;
    }
    header .top_row nav button.locale-selector {
        width: auto;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 10px;
        padding: 10px 12px;
        color: var(--c-white);
        min-width: 140px;
    }
    header .top_row nav button.locale-selector svg {
        height: 0.85em;
    }
    header ul.lang_menu {
        position: absolute;
        top: calc(100% + 6px);
        right: 0;
        left: auto;
        width: auto;
        max-width: 200px;
        min-width: 150px;
        background: var(--c-white);
        border: 1px solid var(--c-gray-300);
        border-radius: 10px;
        box-shadow: var(--box-shadow);
        overflow: hidden;
    }
    header ul.lang_menu li + li {
        border-top: 1px solid var(--c-gray-100);
    }
    header ul.lang_menu a {
        color: var(--c-gray);
        padding: 12px;
        font-weight: 600;
        font-size: 15px;
    }
    header ul.lang_menu a:hover,
    header ul.lang_menu a:active {
        color: var(--c-gray);
        background: var(--c-gray-100);
    }
}

/**************** FOOTER *******************/
footer {
    display: block;
    font-size: 16px;
    background-color: #f4f5f8;
    padding-top: 6em;
}
footer .footer-container {
    background-color: var(--c-gray);
    padding: 2em;
    position: relative;
}
footer .swoosh-wrapper {
    position: absolute;
    bottom: 0;
    top: -319px;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
footer .swoosh-wrapper svg {
    position: absolute;
    fill: var(--c-dark-blue);
    top: 0;
    left: 55%;
    height: 20em;
    width: 100%;
    pointer-events: none;
}
footer .swoosh-wrapper svg .bg {
    fill: var(--c-gray);
}
footer .max-width {
    max-width: 1200px;
    margin: 0 auto;
}
footer .footer-grid {
    display: grid;
    grid-template-areas:
        "newsletter newsletter newsletter social social"
        "link-grid link-grid link-grid link-grid link-grid"
        "footnote footnote footnote footnote footnote";
    row-gap: 4em;
}

/*********/
footer > form,
footer > div {
    grid-area: newsletter;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--c-white);
    margin-bottom: 1em;
}
footer .keep_in_touch {
    /* grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr); */
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
footer .keep_in_touch > img {
    display: block;
    margin: 0 auto;
    max-height: 230px;
}

footer .newsletter .rower {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    /*justify-content: center;*/
    margin: 1em 0;
}
footer .newsletter span.help-text div,
footer .newsletter .foot-note {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
footer .newsletter span.help-text p {
    font-weight: 400;
}
footer .newsletter .rower label {
    font-weight: 600;
    font-size: 16px;
}
footer .newsletter .rower input {
    font-weight: 600;
    box-shadow: none;
    margin-top: 0.5em;
    border-radius: 2px;
    border: 1px solid var(--c-gray-800);
    padding: 1em;
    display: block;
    line-height: normal;
    height: 50px;
}
footer .newsletter .rower input#subs_email {
    font-weight: normal;
    color: black;
}
footer .newsletter .rower input#subs_email::-webkit-input-placeholder {
    color: #757575;
}
footer .newsletter .error {
    font-size: 0.75em;
    /*color: var(--c-red)*/
    color: #323c46;
    font-weight: 600;
    display: block;
    position: relative;
    margin-top: 10px;
}
footer .newsletter .error .icon {
    background: var(--c-red);
    border-radius: 50%;
    margin-right: 0.25em;
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    width: 12px;
    height: 12px;
    justify-content: center;
    align-items: center;
}
footer .newsletter-toast {
    position: fixed;
    top: 18px;
    right: 18px;
    min-width: 220px;
    max-width: 320px;
    padding: 12px 16px;
    border-radius: 8px;
    background: #1f2a33;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 9999;
    pointer-events: none;
}
footer .newsletter-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}
footer .newsletter-toast.success {
    background: #0f6b3d;
}
footer .newsletter-toast.error {
    background: #b42318;
}
footer .newsletter .rower input:hover,
footer .newsletter .rower input:active {
    box-shadow: 0 0 0 1px var(--c-gray-800);
}
footer .newsletter .rower input:focus,
footer .newsletter .rower input:invalid:focus {
    outline: none;
    box-shadow: 0 0 0 1px var(--c-gray-800);
}
footer button {
    /*padding: 1rem 2rem;*/
    box-shadow: 0px 2px 2px #323c4626;
    border-radius: 31px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    background: transparent linear-gradient(180deg, #009beb 0%, #0a78c3 100%) 0% 0% no-repeat padding-box;
    color: var(--c-white);
    border: none;
    padding: 1em 1.5em;
    margin: 0;
    margin-left: 1em;
    min-height: 50px;
    margin-bottom: 22px;
}
footer #email-newsletter-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    min-height: 48px;
    margin-left: 16px;
    border-radius: 12px;
    background: linear-gradient(110deg, #1f7ac8 0%, #2a92cf 100%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 18px rgba(18, 118, 191, 0.25);
    font-weight: 800;
    letter-spacing: 0.1px;
    transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease, background 0.12s ease;
}
footer #email-newsletter-submit:hover {
    transform: translateY(-1px);
    background: linear-gradient(110deg, #1e6ead 0%, #2a8bbd 100%);
    box-shadow: 0 12px 22px rgba(18, 118, 191, 0.24);
}
footer #email-newsletter-submit:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(18, 118, 191, 0.2);
}
footer button:hover {
    box-shadow: none;
    background: transparent linear-gradient(180deg, #5ac8f5 0%, #009beb 100%);
}
footer .newsletter .foot-note p,
footer .newsletter .foot-note a {
    color: var(--c-white);
    font-size: 11px;
    line-height: 13px;
    margin-top: -7px;
}
/******/
footer .social {
    grid-area: social;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer .social-title {
    margin: 1em 0.5em 0.5em 0.5em;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}
footer .social > div {
    display: flex;
    flex-wrap: nowrap;
}
footer .social a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--c-white);
    text-decoration: none;
    margin-bottom: 0.5em;
    padding: 0;
}
footer .social svg {
    height: 72px;
}
/*******/
footer .links-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
@media (min-width: 705px) {
    footer .links-container {
        justify-content: space-between;
    }
}
footer .links-container .link-section {
    padding-right: 30px;
    margin-bottom: 15px;
}
footer .links-container .link-section button {
    display: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
}
footer .links-container .link-section span {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    display: block;
    margin-bottom: 15px;
}
footer .links-container .link-section .link {
    display: flex;
    flex-direction: column;
}
footer .links-container .link-section a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--c-white);
    text-decoration: none;
    margin-bottom: 0.5em;
    display: block;
}
footer .links-container .link-section a:hover {
    text-decoration: underline;
}
/*******/
footer .footnote {
    grid-area: footnote;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.5em;
    /*border-top: 1px solid var(--c-gray-body);*/
    padding: 2em 0;
}
footer .footnote .logo {
    display: block;
    /* width: 135px;
    height: 27px; */
    width: 190px;
    height: 34px;

    background: url("./img/home_logo_footer.png") center no-repeat;
    background-size: contain;
}
footer .footnote .payment-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
footer .footnote .payment-icons svg {
    height: 24px;
    margin-right: 15px;
}
footer .footnote .payment-icons .mastercard-a {
    fill: #fff;
}
footer .footnote .payment-icons .privacy-and-security {
    display: flex;
}
footer .footnote .payment-icons .logo-text {
    display: flex;
    flex-direction: row;
    border: 1px solid var(--c-gray);
    border-radius: 5px;
    align-items: center;
    padding: 2px 12px 2px 2px;
    border-color: var(--c-white);
}
footer .footnote .payment-icons .logo-text.ft {
    margin-right: 6px;
}
footer .footnote .payment-icons .logo-text svg {
    height: 22px;
    margin: 2px 6px;
}
footer .footnote .payment-icons .logo-text svg path {
    fill: var(--c-white);
}
footer .footnote .payment-icons .logo-text p {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 0;
}
footer .footnote .payment-icons .logo-text p {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 0;
}
footer .footnote .tagline {
    grid-column: 1 / -1;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: var(--c-gray-300);
    margin-bottom: 0;

    margin-top: 15px;
}
footer .footnote .description-text {
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 0px;
    color: var(--c-white);
}
footer .footnote .copyright {
    text-align: right;
}
footer .footnote .copyright span {
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0px;
    color: var(--c-gray-300);
}
footer .footnote .copyright a {
    color: #FFF;
  }
footer .footnote .copyright a:hover {
    color: #4dc2f4;
}

/**************** HOME *******************/
.home {
    --hero-height: clamp(520px, 72vh, 680px);
    --hero-surface: rgba(255, 255, 255, 0.08);
    --hero-border: rgba(255, 255, 255, 0.18);
    position: relative;
}
.home .cover {
    overflow: hidden;
    width: 100%;
    height: var(--hero-height);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #04111f 0%, #0b2742 38%, #0f4c85 72%, #062036 100%),
        radial-gradient(140% 90% at 14% 18%, rgba(72, 178, 255, 0.24), transparent 52%),
        radial-gradient(120% 75% at 86% 10%, rgba(0, 118, 214, 0.32), rgba(2, 10, 28, 0.9));
    isolation: isolate;
    pointer-events: none;
    z-index: 0;
}
.home .cover .cover__artwork {
    position: absolute;
    inset: 0;
    display: block;
}
.home .cover .cover__artwork > div {
    position: absolute;
    inset: 0;
}
.home .cover .cover__gradient {
    background: linear-gradient(150deg, rgba(64, 192, 255, 0.2) 0%, rgba(255, 255, 255, 0) 42%),
        linear-gradient(200deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 55%),
        linear-gradient(60deg, rgba(86, 255, 227, 0.2) 0%, rgba(255, 255, 255, 0) 50%);
    opacity: 0.95;
}
.home .cover .cover__network {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20800'%20fill='none'%3E%3Cdefs%3E%3ClinearGradient%20id='g'%20x1='0'%20y1='0'%20x2='1'%20y2='1'%3E%3Cstop%20offset='0%25'%20stop-color='%23b6e6ff'%20stop-opacity='0.65'/%3E%3Cstop%20offset='100%25'%20stop-color='%235ad2ff'%20stop-opacity='0.35'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath%20d='M40%20580C220%20460%20420%20480%20580%20360C760%20220%20960%20260%201140%20140'%20stroke='%23b6e6ff'%20stroke-width='1.4'%20stroke-opacity='0.35'%20stroke-linecap='round'/%3E%3Cpath%20d='M120%20440C280%20360%20460%20320%20640%20260C820%20200%201000%20200%201140%20140'%20stroke='url(%23g)'%20stroke-width='1.5'%20stroke-opacity='0.6'%20stroke-linecap='round'/%3E%3Cpath%20d='M140%20300C340%20240%20600%20180%20840%20180C1020%20180%201120%20240%201220%20300'%20stroke='%235ad2ff'%20stroke-width='1.2'%20stroke-opacity='0.35'%20stroke-linecap='round'/%3E%3Ccircle%20cx='640'%20cy='260'%20r='5'%20fill='%23ffffff'%20fill-opacity='0.9'/%3E%3Ccircle%20cx='840'%20cy='180'%20r='4'%20fill='%23b6e6ff'%20fill-opacity='0.8'/%3E%3Ccircle%20cx='280'%20cy='420'%20r='5'%20fill='%23ffffff'%20fill-opacity='0.65'/%3E%3Ccircle%20cx='1020'%20cy='200'%20r='4.5'%20fill='%23b6e6ff'%20fill-opacity='0.8'/%3E%3Ccircle%20cx='540'%20cy='360'%20r='5'%20fill='%23ffffff'%20fill-opacity='0.78'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1100px 800px;
    background-position: right -120px center;
    opacity: 0.12;
    mix-blend-mode: normal;
}
.home .cover .cover__texture {
    background:
        url("./img/trusted_by.png") left 6% center / 42% no-repeat,
        url("./img/availability.png") right 4% center / 56% no-repeat,
        url("./img/home_top.webp") center top / cover no-repeat;
    opacity: 0.16;
    mix-blend-mode: normal;
}
.home .cover .cover__grid {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 110px 110px;
    opacity: 0.05;
    mix-blend-mode: normal;
}
.home .cover .cover__orb {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    filter: blur(32px);
    opacity: 0.46;
    animation: floaty 22s ease-in-out infinite;
}
.home .cover .cover__orb--start {
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.55), rgba(14, 148, 255, 0.55), rgba(255, 255, 255, 0));
    top: -80px;
    left: -120px;
    animation-delay: -2s;
}
.home .cover .cover__orb--end {
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.26), rgba(255, 186, 132, 0.26), rgba(255, 255, 255, 0));
    right: -140px;
    bottom: -160px;
    animation-duration: 22s;
}
.home .cover .cover__shine {
    background: radial-gradient(circle at 65% 38%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03) 55%, transparent 72%);
    mix-blend-mode: screen;
}
.home .swoosh-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: var(--hero-height);
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}
.home .swoosh-wrapper svg {
    position: absolute;
    fill: var(--c-light-blue);
    bottom: 0;
    left: 35%;
    height: 20em;
    width: 100%;
    pointer-events: none;
}
.home .swoosh-wrapper .bg {
    fill: var(--c-gray-100);
}
.home .hero {
    max-width: var(--content-max-w);
    margin: 0 auto;
    padding: 60px 1rem 7.5em 1rem;
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(260px, 1fr) fit-content(32%);
    grid-template-areas:
        "title _ content"
        "footer footer footer";
    gap: 1.5em;
    align-items: start;
    z-index: 2;
    position: relative;
}
.home .hero .page-title-container {
    grid-area: title;
    padding: 12px 0 6px;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 2;
}
.home .hero .page-title-container::before {
    content: "";
    position: absolute;
    inset: -30px -24px -26px;
    background: radial-gradient(circle at 28% 40%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.04) 35%, transparent 62%);
    filter: blur(20px);
    opacity: 0.55;
    pointer-events: none;
    z-index: 0;
}
.home .hero .hero-content p {
    font-weight: 700;
    font-size: 1.125em;
    line-height: 1.6;
    letter-spacing: 0.2px;
    color: var(--c-white);
    float: none;
    text-align: left;
    margin: 0;
}
.home .hero .rich-text-container {
    font-size: 1em;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}
.home .hero .rich-text-container p {
    font-size: 1em;
    margin: 0;
    padding: 0;
    margin-top: 0.5em;
    color: var(--c-white);
    line-height: 1.35;
}
.home .hero .rich-text-container h1 {
    margin: 0;
    padding: 0;
    margin-top: -0.2em;
    font-size: clamp(2.4em, 3vw, 3em);
    line-height: 1.2;
    font-weight: 800;
    color: var(--c-white);
}
.home .hero .hero-content {
    justify-self: end;
    max-width: 460px;
    padding: 6px 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 2;
}
.home .hero .hero-content::before {
    content: "";
    position: absolute;
    inset: -10px -10px -12px;
    background: radial-gradient(circle at 20% 30%, rgba(96, 195, 255, 0.24), rgba(255, 255, 255, 0));
    filter: blur(20px);
    opacity: 0.6;
    pointer-events: none;
    z-index: 0;
}
.home .hero .hero-content > * {
    position: relative;
    z-index: 1;
}
.home .hero .hero-visual {
    display: none;
}
.home .hero .flag {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: transparent;
}
.home .hero .flag picture {
    display: block;
}
.home .hero .flag picture div {
    transition: opacity 150ms ease-in-out;
    opacity: 1;
    width: 350px;
    height: 158px;
    background: url("./img/home_flag.webp") center no-repeat;
    background-size: contain;
}
@keyframes floaty {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(12px, -16px, 0) scale(1.05);
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}
@media (max-width: 1100px) {
    .home {
        --hero-height: clamp(500px, 78vh, 640px);
    }
    .home .hero {
        grid-template-columns: 1fr;
        grid-template-areas:
            "title"
            "content"
            "footer";
        text-align: center;
        padding: 48px 1rem 6.5em 1rem;
    }
    .home .hero .page-title-container,
    .home .hero .hero-content {
        justify-self: center;
    }
    .home .hero .hero-content p {
        text-align: center;
    }
    .home .hero .hero-visual {
        position: relative;
        right: auto;
        bottom: auto;
        top: auto;
        width: min(420px, 82vw);
        margin: 12px auto 0 auto;
        opacity: 0.14;
    }
}
@media (max-width: 640px) {
    .home {
        --hero-height: 480px;
    }
    .home .cover .cover__orb {
        width: 320px;
        height: 320px;
        filter: blur(38px);
    }
    .home .hero {
        padding: 42px 1rem 6.5em 1rem;
    }
    .home .hero .page-title-container {
        padding: 14px 16px;
    }
    .home .hero .hero-visual {
        width: min(330px, 92vw);
        padding: 8px;
        border-radius: 16px;
        box-shadow: 0 18px 45px rgba(5, 20, 36, 0.22);
        opacity: 0.12;
    }
}
/******************/
@media (min-width: 990px) {
    main {
        margin-top: -7em;
        /* z-index: 10; */
    }
}
.home main {
    display: block;
    min-height: 100px;
}
.home main > section {
    margin-top: 3em;
}
 .product-category-boxes {
    margin-top: 0;
}
 .product-category-boxes > div {
    padding: 2em 5em;
    max-width: var(--content-max-w);
    width: 100%;
    margin: 0 auto;
    /* display: grid; */
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.2em;
    line-height: 1.5;

    display: flex;
    z-index: 1;
    position: relative;
}
 .product-category-boxes .product-category-section {
    display: flex;
    flex-direction: column;
    padding: 1.5em;
    border: 2px solid var(--c-gray-500);
    box-shadow: 0px 5px 5px #323c4626;
    border-radius: 10px;
    height: 100%;
    margin: 0 auto;
    background: white;
    z-index: 50;
    max-width: 330px;
}
 .product-category-boxes .product-category-section header {
    /* display: flex;
    align-items: center; */
}
 .product-category-boxes .product-category-section header .prices_img {
    display: block;
    height: 223px;
    background-size: contain !important;
    /* width: 70px;
    height: 54px; */
}
 .product-category-boxes .product-category-section header .Basic {
    /* background: url("./img/svg/lg-vps.svg") center no-repeat; */
    background: url("./img/price_basic.png") center no-repeat;
}
 .product-category-boxes .product-category-section header .Superior {
    /* background: url("./img/svg/lg-vds.svg") center no-repeat; */
    background: url("./img/price_superior.png") center no-repeat;
}
 .product-category-boxes .product-category-section header .Business {
    /* background: url("./img/svg/lg-ds.svg") center no-repeat; */
    background: url("./img/price_business.png") center no-repeat;
}
 .product-category-boxes .product-category-section header h2 {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    /*font-size: 1.275em;*/
    font-size: 2em;
    line-height: 1.2;
    margin-left: 0.5em;
    font-weight: 900;
}
.product-category-boxes .product-category-section > div {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
    margin-top: 1em;
    margin-bottom: 10px;
}
 .product-category-boxes .product-category-section > div .price-wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 6px;
}
 .product-category-boxes .product-category-section > div .price-wrapper span {
    color: var(--c-gray-body);
    display: inline-flex;
}
 .product-category-boxes .product-category-section > div .price-wrapper .price {
    font-size: 36px;
    color: var(--c-primary);
    font-weight: 800;
    line-height: 1.15;
}
 .product-category-boxes .product-category-section > div .promotions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 2rem;
}
 .product-category-boxes .product-category-section > div .promotions > span {
    margin: 0 0.5em;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
    background: var(--c-red);
    color: var(--c-white);
    padding: 4px 6px;
    border-radius: 4px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
}
 .product-category-boxes .product-category-section > div .rich-text-container {
    font-size: 1em;
    line-height: 1.5;
    color: var(--c-gray-600);
    margin: 0;
}
 .product-category-boxes .product-category-section > div .rich-text-container p {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--c-gray);
    text-align: justify;
}
 .product-category-boxes .product-category-section > div .rich-text-container ul {
    list-style: none;
    padding: 0;
    display: block;
}
 .product-category-boxes .product-category-section > div .rich-text-container ul li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 1em 0;
    padding-left: 0;
}
 .product-category-boxes .product-category-section > div .rich-text-container ul li::before {
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    background-image: url(./img/svg/yellow-checkmark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5em;
    margin-top: 0.25em;
    flex-shrink: 0;
}
 .product-category-boxes .product-category-section > div .rich-text-container ul p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    color: var(--c-gray);
}
 .product-category-boxes .product-category-section > a,
.features main section .product-container .cta-container > a {
    margin-bottom: 0;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin-top: auto;
    align-self: center;
    padding: 1em 2em;
    box-shadow: 0px 2px 2px #323c4626;
    border-radius: 31px;
    background: transparent linear-gradient(180deg, #009beb 0%, #0a78c3 100%) 0% 0% no-repeat padding-box;
    color: var(--c-white);
    border: none;
}
 .product-category-boxes .product-category-section > a:hover,
.features main section .product-container .cta-container > a:hover {
    box-shadow: none;
    background: transparent linear-gradient(180deg, #5ac8f5 0%, #009beb 100%);
}
/***======***/
 .support-big-box {
    margin-top: 3em;
    padding: 25px 0;
}
 .support-big-box > div {
    position: relative;
    padding: 0;
    max-width: var(--inner-content-max-w);
    width: 100%;
    margin: 0 auto;
    /* background: url("./img/6.jpg") center top repeat; */
    background: url(./img/6.jpg) center top no-repeat;
    border: 2px solid var(--c-gray-500);
    background-size: cover;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
/*
 .support-big-box .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
}
*/

 .support-big-box .inner {
    padding: 1em;
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
 .support-big-box .inner .support-banner {
    position: absolute;
    top: 0;
    right: 0;
}
 .support-big-box .inner .support-banner > div {
    position: relative;
    overflow: hidden;
    width: 100%;
}
 .support-big-box .inner .content {
    /* width: 50%; */
    display: flex;
    margin-top: 1em;
}
 .support-big-box .inner .content h1 {
    font-size: 2em;
    margin: 0.47em 0 0.67em 0;
    font-weight: 700;
}
 .support-big-box .inner .content > div,
 .support-big-box .inner .content > div > p {
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
    color: var(--c-gray);
    padding-left: 10px;
}
 .support-big-box .inner .content > div > p.mgt {
    margin-top: 1.5em;
}
 .support-big-box .inner .content a {
    color: var(--c-gray);
    font-weight: bold;
    display: block;
    text-decoration: underline;
}
 .support-big-box .inner .content a:hover {
    color: var(--c-primary);
}
 .support-big-box .inner .content .text {
    margin-left: 4em;
    width: 100%;
    padding-right: 20px;
}
 .support-big-box .inner .content .text p {
    text-align: justify;
}
 .support-big-box .inner .stars_img {
    display: block;
    min-width: 360px;
    min-height: 40px;
    background: url("./img/svg/stars.svg") center no-repeat;
}
/***======***/
 .ratings header {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: center;
    line-height: 1.2;
    max-width: var(--inner-content-max-w);
    width: 100%;
}
 .ratings header h2 {
    margin-bottom: 0.4em;
    font-size: 2.5em;
    font-weight: 700;
}
 .ratings > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1em;
    row-gap: 2em;
    padding: 2em;
    max-width: var(--inner-content-max-w);
    width: 100%;
    margin: 0 auto;
}
 .ratings .rating-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em;
    padding-bottom: 1.5em;
    border: 1px solid var(--c-gray-500);
    border-radius: 10px;
    background: var(--c-white);
    text-align: center;
}
 .ratings .rating-block .trust_img {
    display: block;
    min-width: 297px;
    min-height: 67px;
    background: url("./img/svg/trustpilot__1_.svg") center no-repeat;
}
 .ratings .rating-block .facebook_img {
    display: block;
    min-width: 297px;
    min-height: 67px;
    background: url("./img/svg/facebook__1_.svg") center no-repeat;
}
 .ratings .rating-block .google_img {
    display: block;
    min-width: 297px;
    min-height: 67px;
    background: url("./img/svg/google__1_.svg") center no-repeat;
}
 .ratings .rating-block .hostadvice_img {
    display: block;
    min-width: 297px;
    min-height: 67px;
    background: url("./img/svg/hostadvice__1_.svg") center no-repeat;
}
 .ratings .rating-block .hostsearch_img {
    display: block;
    min-width: 297px;
    min-height: 67px;
    background: url("./img/svg/hostsearch__1_.svg") center no-repeat;
}
 .ratings .rating-block .hosttest_img {
    display: block;
    min-width: 297px;
    min-height: 67px;
    background: url("./img/svg/hosttest__1_.svg") center no-repeat;
}
 .ratings .rating-block .stars-container {
    display: flex;
    flex-direction: row;
}
 .ratings .rating-block .stars-container .star {
    margin: 0.5em;
}
 .ratings .rating-block .stars-container svg {
    height: 32px;
}
 .ratings .rating-block .stars-container .rich-text-container {
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
}
/***======***/
 .pricing-philosophy header,
.features main .pricing-philosophy header {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: center;
    line-height: 1.2;
    max-width: var(--inner-content-max-w);
    width: 100%;
}
 .pricing-philosophy header h2,
.features main .pricing-philosophy header h2 {
    margin-top: 0;
    margin-bottom: 0.4em;
    font-size: 2.5em;
    font-weight: 700;
}
 .pricing-philosophy header span,
.features main .pricing-philosophy header span {
    font-size: 1.5em;
    font-weight: 300;
    color: var(--c-gray-body);
}
 .pricing-philosophy .grid,
.features main .pricing-philosophy .grid {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    column-gap: 2em;
    row-gap: 1.2em;
    padding: 2em;
    max-width: var(--inner-content-max-w);
    width: 100%;
    margin: 0 auto;
}
/* .pricing-philosophy .grid {
    column-gap: 2em;
}*/
 .pricing-philosophy .grid h2,
.features main .pricing-philosophy .grid h2 {
    margin-top: 0;
    margin-bottom: 1em;
}
 .pricing-philosophy .grid .rich-text-container,
.features main .pricing-philosophy .grid .rich-text-container {
    font-size: 1em;
    line-height: 1.5;
    /* line-height: 1.5; */
    margin: 0;
    text-align: justify;
}
/***======***/
 .big-numbers-big-box {
    position: relative;
    padding: 0;
    max-width: var(--inner-content-max-w);
    width: 100%;
    margin: 0 auto;
    /* background: url(./img/bg_black_room.webp) center top no-repeat; */
    background: url(./img/trusted_by.png) center top no-repeat;
    border: 2px solid var(--c-gray-500);
}
 .big-numbers-big-box > div {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    /* margin-top: 5em; */
    padding: 8em 4em 6em;
    height: 100%;
}
 .big-numbers-big-box > div > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    z-index: 5;
    position: relative;
}
 .big-numbers-big-box .title {
    font-size: 46px;
    line-height: 1.2;
    color: var(--c-white);
    /* color: var(--c-orange); */
    font-weight: bold;
    margin-bottom: 2em;
}
 .big-numbers-big-box .number-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 1em;
    line-height: 1.2;
}
 .big-numbers-big-box .number-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1em;
    border-radius: 20px;
    opacity: 0.9;
    /* background: var(--c-yellow); */
    background: var(--c-primary);
    min-height: max-content;
}
 .big-numbers-big-box .number-title {
    font-size: 3.5em;
    font-weight: bold;
    /* color: var(--c-gray); */
    color: var(--c-white);
}
 .big-numbers-big-box .rich-text-container {
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
}
 .big-numbers-big-box .rich-text-container p {
    /* color: var(--c-gray); */
    color: var(--c-white);
    font-size: 1.25em;
    line-height: 1.2;
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
}
/***======***/
 .all-testimonials-big-box {
    background: var(--c-white);
}
 .all-testimonials-big-box > div {
    padding: 2em;
    max-width: var(--inner-content-max-w);
    width: 100%;
    margin: 0 auto;
    margin-top: 5em;
}
 .all-testimonials-big-box header {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: center;
    line-height: 1.2;
}
 .all-testimonials-big-box header h2 {
    font-size: 2.5em;
    font-weight: 700;
    margin: 0;
    margin-bottom: 0.4em;
}
 .all-testimonials-big-box .atbb-cont {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 2em;
    min-height: 500px;
}
 .all-testimonials-big-box .atbb-cont button {
    background: transparent;
    border: none;
    margin: 1em;
    padding: 4em;
}
 .all-testimonials-big-box .atbb-cont button svg {
    height: 36px;
    fill: none;
    transform-origin: center;
}
 .all-testimonials-big-box .atbb-cont button path {
    stroke: var(--c-primary);
    stroke-width: 2;
}
 .all-testimonials-big-box .atbb-cont .content {
    position: relative;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
 .all-testimonials-big-box .atbb-cont .content p {
    font-weight: 200;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.6;
    letter-spacing: 0px;
    color: var(--c-gray);
    z-index: 2;
    margin-top: 24px;
    margin-bottom: 0;
}
 .all-testimonials-big-box .atbb-cont .customer-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 120px;
}
 .all-testimonials-big-box .atbb-cont .customer-content span {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1;
    letter-spacing: 0px;
    color: var(--c-gray);
    display: flex;
    flex-direction: row;
    align-items: center;
}
 .all-testimonials-big-box .atbb-cont .flag-image {
    width: auto;
    overflow: visible;
    position: relative;
}
 .all-testimonials-big-box .atbb-cont .flag-image picture {
    display: block;
}
 .all-testimonials-big-box .atbb-cont .flag-image img {
    object-fit: contain;
    height: 20px;
    margin-left: 1em;
    margin-top: 2px;
    width: auto;
    transition: opacity 150ms ease-in-out;
    opacity: 1;
}
 .all-testimonials-big-box .btns button {
    border: 3px solid #becdd7;
    background: transparent;
    border-radius: 8px;
    padding: 4px;
    margin: 8px;
}
 .all-testimonials-big-box .btns button.active {
    border: 3px solid var(--c-primary);
    background: var(--c-white);
}
/***======***/
 .locations-big-box-light,
.features main .locations-big-box-light {
    --background: var(--c-gray-100);
    margin-top: 3em;
    background: var(--background);
}
 .locations-big-box-light header,
.features main .locations-big-box-light header {
    padding-top: 2em;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: center;
    line-height: 1.2;
    max-width: var(--inner-content-max-w);
    width: 100%;
}
 .locations-big-box-light header h2,
.features main .locations-big-box-light header h2 {
    font-size: 2.5em;
    font-weight: 700;
    color: var(--color, var(--c-gray));
    margin: 0;
    margin-bottom: 0.4em;
}
 .locations-big-box-light .image-cta,
.features main .locations-big-box-light .image-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2em;
    max-width: var(--inner-content-max-w);
    width: 100%;
    margin: 0 auto;
}
 .locations-big-box-light .image-cta a,
.features main .locations-big-box-light .image-cta a {
    text-align: center;
}
 .locations-big-box-light .image-cta img,
.features main .locations-big-box-light .image-cta img {
    width: 100%;
}
/***======***/
 .awards-box {
    background: var(--background);
    display: none;
}
 .awards-box header {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: center;
    line-height: 1.2;
    max-width: var(--inner-content-max-w);
    width: 100%;
}
 .awards-box header h2 {
    font-size: 2.5em;
    font-weight: 700;
    color: var(--color, var(--c-gray));
    margin: 0;
    margin-bottom: 0.4em;
}
 .awards-box header span {
    font-size: 1.5em;
    font-weight: 300;
    color: var(--c-gray-body);
}
 .awards-box .image-awards {
    box-shadow: 0px 2px 2px #00000010;
    background: var(--background, white);
    border-radius: 1em;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    grid-gap: 1em;
    padding: 2em;
    max-width: var(--inner-content-max-w);
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
 .awards-box .image-awards img {
    width: 100%;
}
/***======***/
 .security-box2 {
    position: relative;
}
 .security-box2 .container .max-width {
    /* background: var(--c-gray); */
    --titleColor: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 32px 0;
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-width: var(--inner-content-max-w);
    margin: 0 auto;
    /* background: url(./img/home-security.webp) center top no-repeat; */
    /* background: url(./img/home-security.png) center top no-repeat; */
    background: url(./img/7.jpg) center center no-repeat;
    background-size: cover;
    border: 2px solid var(--c-gray-500);
}
 .security-box2 .content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 5;
    position: relative;
}
 .security-box2 .content .lock {
    position: relative;
    overflow: hidden;
    width: 100%;
}
 .security-box2 .content .lock_img {
    display: block;
    min-width: 200px;
    min-height: 200px;
    /* background: url(./img/security-circle-icon.webp) center no-repeat; */
    background-size: contain;
}
 .support-big-box .inner .content .lock > img ,
 .security-box2 .content .lock_img > img {
    max-height: 301px;
}
 .security-box2 .content .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 1em;
    width: 100%;
}
 .security-box2 .content .title {
    color: var(--c-white);
    font-size: 40px;
    line-height: 44px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 1em;
}
h2.section-title {
    /* color: var(--color, var(--c-gray));
    font-size: 40px;
    line-height: 44px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 1em; */
}
header.section-title {
    padding-top: 40px;
}
 .security-box2 header {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: center;
    line-height: 1.2;
    max-width: var(--inner-content-max-w);
    width: 100%;
}
 .security-box2 header h2 {
    font-size: 2.5em;
    font-weight: 700;
    color: var(--color, var(--c-gray));
    margin: 0;
    margin-bottom: 0.4em;
}
 .security-box2 header span {
    font-size: 1.5em;
    font-weight: 300;
    color: var(--c-gray-body);
}
 .security-box2 .container h2.section-title {
    text-align: center;
}
 .security-box2 .content .description {
    max-width: 88%;
    padding-top: 10px;
}
 .security-box2 .content .description div {
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
}
 .security-box2 .content .description p {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    margin: 0;
    text-align: justify;
}
 .security-box2 .content .description a {
    /* color: var(--titleColor); */
    text-decoration: underline;
}
/***======***/
 .homepage-faq,
.features main .homepage-faq {
    background: var(--background);
}
 .homepage-faq .container,
.features main .homepage-faq .container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2em;
    max-width: var(--inner-content-max-w);
    width: 100%;
    margin: 0 auto;
}
 .homepage-faq .container header,
.features main .homepage-faq .container header {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: center;
    line-height: 1.2;
}
 .homepage-faq .container header h2,
.features main .homepage-faq .container header h2 {
    font-weight: 900;
    font-size: 2.5em;
    color: var(--color, var(--c-gray));
    margin: 0;
}
@media (min-width: 769px) {
     .homepage-faq .container header h2,
    .features main .homepage-faq .container header h2 {
        margin-bottom: 0.4em;
    }
}
 .homepage-faq .container .faq,
.features main .homepage-faq .container .faq {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 904px;
    border: none;
    border-top: 1px solid var(--c-gray-300);
    margin: 0 auto;
}
 .homepage-faq .container .faq > div,
.features main .homepage-faq .container .faq > div {
    border-bottom: 1px solid var(--c-gray-300);
    text-align: left;
}
 .homepage-faq .question,
.features main .homepage-faq .question {
    display: grid;
    grid-template-columns: 1fr 16px;
    grid-gap: 1em;
    align-items: center;
    width: 100%;
    border: none;
    padding: 1em;
    border-radius: 0;
    font-weight: 700;
    font-size: 1.125em;
    line-height: 1.5;
    letter-spacing: 0px;
    color: var(--c-gray);
    background: transparent;
    text-align: left;
    text-decoration: none;
}
 .homepage-faq .question:hover,
.features main .homepage-faq .question:hover {
    cursor: pointer;
    background-color: var(--c-gray-300);
}
 .homepage-faq .question svg,
.features main .homepage-faq .question svg {
    height: 16px;
    width: 100%;
    stroke-width: 3;
    fill: none;
    transform-origin: center;
}
 .homepage-faq .active .question svg,
.features main .homepage-faq .active .question svg {
    transform: rotate(180deg);
}
 .homepage-faq .question path,
.features main .homepage-faq .question path {
    stroke: currentColor;
}
 .homepage-faq .richText,
.features main .homepage-faq .richText {
    padding: 1em;
    padding-right: 3em;
    display: none;
}
 .homepage-faq .richText div,
.features main .homepage-faq .richText div {
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
}
 .homepage-faq .richText p,
.features main .homepage-faq .richText p {
    font-size: 1em;
    line-height: 1.5;
    margin: 1em 0 0 0;
    font-weight: 400;
}
 .homepage-faq .richText a,
.features main .homepage-faq .richText a {
    color: var(--c-primary);
    text-decoration: underline;
}
 .homepage-faq .richText a:hover,
.features main .homepage-faq .richText a:hover {
    color: var(--c-old-primary);
}

/**************** SIGN IN *******************/
/**************** PRIVACY *******************/

.sign_in_page {
    margin: 0 auto;
    height: 100%;
    padding-top: 2em;
}
.sign_in_page .page-title {
    text-align: center;
    font-weight: 900;
    font-size: 50px;
    line-height: 80px;
    letter-spacing: 0px;
    color: var(--c-gray);
    margin: 0 0 0.67em 0;
}
.sign_in_page .page-subtitle {
    text-align: center;
    color: var(--c-gray-600);
    font-size: 16px;
    line-height: 1.5;
    margin: -0.5em auto 1.5em;
    max-width: 700px;
}
.sign_in_page .container {
    background: var(--c-white);
    box-shadow: 0px 2px 2px #323c4626;
    border-radius: 10px;
    position: relative;
    min-height: 200px;
}
.sign_in_page .order-status-form {
    display: flex;
    flex-direction: column;
    width: 51%;
    margin: 0 auto;
    padding: 2em 0;
}
.sign_in_page .form-group {
    margin: 1em 0;
}
.sign_in_page .login {
    max-width: 300px;
    min-width: 150px;
    min-height: 50px;
    margin: 1em auto;
    background: transparent linear-gradient(180deg, #009beb 0%, #0a78c3 100%) 0% 0% no-repeat padding-box;
    color: var(--c-white);
    border: none;
    padding: 1rem 2rem;
    box-shadow: 0px 2px 2px #323c4626;
    border-radius: 31px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
.sign_in_page .login:hover,
.sign_in_page .login:active {
    box-shadow: none;
    background: transparent linear-gradient(180deg, #5ac8f5 0%, #009beb 100%);
}
.sign_in_page .login.grey {
    float: right;
    background: transparent linear-gradient(180deg, #76c5ff 0%, #3c4b53 100%) 0% 0% no-repeat padding-box;
}
.sign_in_page .login.grey:hover,
.sign_in_page .login.grey:active {
    box-shadow: none;
    background: transparent linear-gradient(180deg, #94d1fe 0%, #6a8c9e 100%);
}
.sign_in_page label {
    font-weight: 600;
}
.sign_in_page .form-group input,
.sign_in_page .form-group select,
.sign_in_page .form-group textarea {
    margin-top: 0.5em;
    border-radius: 2px;
    border: 1px solid var(--c-gray-800);
    padding: 1em;
    display: block;
    line-height: normal;
    height: 50px;
    width: 100%;
    overflow: visible;
    font-family: inherit;
    font-size: 100%;
}
.sign_in_page .form-group textarea {
    height: 150px;
    outline: none;
}

.sign_in_page .form-group textarea:focus {
    /* box-shadow: 0 0 0 1px var(--c-gray-800); */
    /* box-shadow: 0 0 10px #bddcf5; */
    box-shadow: 0 0 9px #b1d7f6;
}

.sign_in_page .form-group select {
    padding: 0 1em 0 1em;
}
.sign_in_page .form-group input.chbox {
    width: 20px;
    height: 20px;
    margin-top: 0;
    padding: 1em;
}
.sign_in_page .form-group input:invalid,
.sign_in_page .form-group select:invalid,
.sign_in_page .form-group textarea:invalid {
    box-shadow: none;
}
.sign_in_page a {
    color: var(--c-primary);
    text-decoration: underline;
}
.sign_in_page a:hover {
    color: var(--c-old-primary);
}
.container .alert {
    margin-top: 20px;
    margin-bottom: 0px;
}
.container .alert span {
    line-height: 14px;
}
.sign_in_page .container.terms {
    background: var(--c-gray-100);
    box-shadow: none;
    border-radius: unset;
}
.container.terms p {
    font-size: 1em;
    line-height: 2;
    margin: 10px 20px 20px 20px;
    text-align: justify;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
        "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.container.terms h2 {
    font-size: 1.4em;
    margin: 40px 20px 0 20px;
}
.container.terms h3 {
    font-size: 1em;
    font-weight: 800;
    margin: 30px 20px 0 20px;
}
.container.terms p span.email,
.container.terms ul span.email {
    font-weight: 600;
}
.container.terms ul {
    margin: 20px 40px 0 100px;
    list-style: disc;
    box-sizing: border-box;
    display: block;
    text-align: justify;
}
.container.terms ul li {
    line-height: 2;
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: disc;
}
.container.terms .page-grid {
    margin-top: 2em;
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 2em;
    justify-items: end;
}
.container.terms .sub-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 264px;
}
.container.terms .sub-menu .submenu-title {
    color: var(--c-white);
    background: var(--c-gray);
    font-weight: 700;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.container.terms .sub-menu a,
.container.terms .sub-menu .submenu-title {
    padding: 1em;
    font-size: 16px;
    line-height: 33px;
    text-decoration: none;
    box-shadow: 0px 2px 2px #00000010;
}
.container.terms .sub-menu a {
    color: var(--c-gray-body);
    background: var(--c-white);
    font-weight: 400;
    border-top: 1px solid var(--c-gray-300);
}
.container.terms .sub-menu a.last {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.container.terms .sub-menu a:hover {
    background: var(--c-gray-300);
}
.container.terms .sub-menu a.active {
    font-weight: 700;
    background: var(--c-gray-300);
}
.container.terms .content {
    background: var(--c-white);
    border-radius: 10px;
    box-shadow: 0px 2px 2px #00000010;
    width: 100%;
    padding: 1em 2em;
    position: relative;
}

/**************** FEATURES *******************/

.main_non_auth.features main {
    margin-top: 0;
}
.features main .page-title {
    max-width: var(--inner-content-max-w);
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    position: relative;
}
.features main .page-title h1 {
    color: var(--c-gray);
    font-size: 3em;
    font-weight: 900;
    margin: 0;
}
.features main .page-title .title-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    margin-top: 3em;
    text-align: center;
    line-height: 1.5;
}
.features main .page-title span {
    font-size: 1.5em;
    font-weight: 400;
    color: var(--c-gray-body);
    padding-left: 15px;
    padding-right: 15px;
}
.features main .page-title .icon-container {
    margin: 0;
    margin-right: 0.5em;
    max-width: 100px;
    max-height: 73px;
    font-size: 3em;
}
.features main .page-title .features_img {
    display: block;
    width: 70px;
    height: 54px;
    margin-top: -5px;
}
.features.uptime_monitoring main .page-title .features_img {
    background: url("./img/svg/service_01.svg") center no-repeat;
}
.features.server_monitoring main .page-title .features_img {
    background: url("./img/svg/service_02.svg") center no-repeat;
}
.features.domain_monitoring main .page-title .features_img {
    background: url("./img/svg/service_03.svg") center no-repeat;
}
.features.ssl_monitoring main .page-title .features_img {
    background: url("./img/svg/service_04.svg") center no-repeat;
}
.features.push_tests main .page-title .features_img {
    background: url("./img/svg/service_10.svg") center no-repeat;
}
.features.wp_monitoring main .page-title .features_img {
    background: url("./img/svg/service_07.svg") center no-repeat;
}
.features.broken_monitoring main .page-title .features_img {
    background: url("./img/svg/service_08.svg") center no-repeat;
}
.features.black_list_monitoring main .page-title .features_img {
    background: url("./img/svg/service_09.svg") center no-repeat;
}
/*.features main section {
    margin-top: 3em;
}*/
.features main section .grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    overflow-x: auto;
    display: grid;
    column-gap: 1em;
    row-gap: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    max-width: var(--inner-content-max-w);
    width: 100%;
    margin: 0 auto;
}
.features main section .product-container {
    margin-top: 32px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid var(--c-gray-500);
    box-shadow: 0px 5px 5px #323c4626;
    border-radius: 10px;
    background: white;
    width: 100%;
    max-width: 320px;
}
.features main section .product-container.lf {
    margin-left: auto;
    margin-right: 0;
}
.features main section .product-container.cen {
    margin-left: auto;
    margin-right: auto;
}
.features main section .product-container.rt {
    margin-left: 0;
    margin-right: auto;
}
.features main section .product-container .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 1.5em;
    width: 80%;
}
.features main section .product-container .product-name {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.5em;
    color: var(--c-gray);
}
.features main section .product-container .price-wrapper {
    line-height: 1.15;
    text-align: center;
}
.features main section .product-container .price-from,
.features main section .product-container .monthly {
    color: var(--c-gray-body);
    display: block;
}
.features main section .product-container .price {
    font-size: 3em;
    color: var(--c-primary);
    font-weight: 600;
}
.features main section .product-container .monthly {
    font-size:20px;
}

.features main section .product-container .special-promotions-row {
    height: 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.5em;
    min-height: 2rem;
}
.features main section .product-container .specs-container {
    margin-top: 0.5em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    flex: 1;
}
.features main section .product-container .specs-container .spec {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 1em;
}
.features main section .product-container .specs-container .spec svg {
    margin-top: 2px;
    height: 12px;
}
.features main section .product-container .specs-container .spec div {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 0.5em;
}
.features main section .product-container .specs-container .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
}
.features main section .product-container .specs-container .subtitle {
    font-size: 12px;
    line-height: 1.5;
}
.features main section .product-container .benchmark {
    margin-top: 1em;
    display: block;
    border-radius: 5px;
    height: 6px;
    width: 100%;
    background: var(--c-gray-300);
}
.features main section .product-container .benchmark div {
    border-radius: 5px;
    background: var(--c-yellow);
    height: 6px;
}
.features main section .product-container .cta-container {
    margin: 2.25em 0 1.25em;
}
.features main section .product-container a {
    padding: 0.7em 1.4em !important;
    font-size: 22px;
    white-space: nowrap;
}

.features main .ds-key-features header {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: center;
    line-height: 1.2;
    max-width: var(--content-max-w);
    width: 100%;
}
@media (min-width: 769px) {
    .features main .ds-key-features header h2 {
        margin-bottom: 0.4em;
    }
}
.features main .ds-key-features header h2 {
    font-size: 2.5em;
    font-weight: 700;
    color: var(--color, var(--c-gray));
    margin: 0;
}
.features main .ds-key-features .grid {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 2em;
    padding-right: 2em;
    box-shadow: 0px 2px 2px #00000010;
    background: var(--background, white);
    border-radius: 1em;
    display: grid;
    grid-gap: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    max-width: var(--content-max-w);
    width: 100%;
    margin: 0 auto;
}
.features main .ds-key-features .icontextbox-container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 1fr 4fr;
    grid-template-areas:
        ". name"
        "svg description";
    grid-column-gap: 1em;
    /* align-items: start; */
    flex-direction: column;
    justify-content: flex-start;
}
.features main .ds-key-features .icontextbox-container .svg-container {
    grid-area: svg;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.features main .ds-key-features .icontextbox-container > span {
    font-weight: bold;
    grid-area: name;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
    color: var(--c-gray);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}
.features main .ds-key-features .icontextbox-container .description,
.features main .founding-principles .icontextbox-container .description {
    grid-area: description;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--c-gray);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: justify;
}
.features main .ds-key-features .icontextbox-container .description p,
.features main .founding-principles .icontextbox-container .description p {
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 420px) {
    .features main .ds-key-features .grid,
    .features main .ds-key-features .icontextbox-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ds-key-features {
         padding-left: 20px;
         padding-right: 20px;
    }
}
.features main .ds-key-features .svg-container > div {
    display: block;
    /* width: 120px;
    height: 88px; */
    height: 110px;
    background-size: contain;
}
.features main .founding-principles .svg-container > div {
    display: block;
    min-height: 112px;
    min-width: 111px;
    background-size: contain;
}
.features main .ds-key-features .first_img {
    background: url("./img/icon_power_blue.webp") center no-repeat;
}
.features main .ds-key-features .second_img {
    background: url("./img/icon_storage-hdd_blue.webp") center no-repeat;
}
.features main .ds-key-features .third_img {
    background: url("./img/icon_private-network_blue.webp") center no-repeat;
}
.features main .ds-key-features .fourth_img {
    background: url("./img/icon_network_blue.webp") center no-repeat;
}

/***************** ABOUT US *******************/

.features main .founding-principles {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
}
.features main .founding-principles .grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 2em;
    box-shadow: 0px 2px 2px #00000010;
    background: var(--background, white);
    border-radius: 1em;
    display: grid;
    grid-gap: 2em;
    max-width: var(--content-max-w);
    width: 100%;
    margin: 0 auto;
}
.features main .founding-principles .icontextbox-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.features main .founding-principles .name.bold {
    font-weight: bold;
    margin: 1em 0;
    height: unset;
    text-align: center;
    grid-area: name;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
    color: var(--c-gray);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.features main .founding-principles .svg-container {
    min-height: 90px;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}
.features main .founding-principles .svg-container > div {
    display: inline-block;
}
.features main .founding-principles .first_img {
    background: url("./img/quality_img.webp") center no-repeat;
}
.features main .founding-principles .second_img {
    background: url("./img/good-prices_img.webp") center no-repeat;
}
.features main .founding-principles .third_img {
    background: url("./img/king-customer_img.webp") center no-repeat;
}

/***************** SUPPORT *******************/

.features.support main .grid {
    padding: 2em;
    box-shadow: 0px 2px 2px #00000010;
    background: var(--background, white);
    margin-top: 30px;
    row-gap: 0em;
}
.features.support main .grid.sup1 {
    grid-template-columns: repeat(2, 1fr);
}
.features main .support-status-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 225px;
}
.features main .support-status-container h2 {
    margin-bottom: 0;
    font-weight: 900;
    font-size: 2em;
    line-height: 1.25em;
    text-align: center;
}
.features main .support-status-container a {
    font-weight: 900;
    font-size: 2em;
    line-height: 1.25em;
    text-align: center;
    color: var(--c-primary);
}
.features main .available {
    background: var(--c-green);
    border: 2px solid var(--c-gray-300);
    border-radius: 20px;
    color: var(--c-white);
    padding: 0.5em 1em;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 2em 0 1em;
}
.features main .unavailable {
    background: var(--c-red);
    border: 2px solid var(--c-gray-300);
    border-radius: 20px;
    color: var(--c-white);
    padding: 0.5em 1em;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 2em 0 1em;
}
.features main .available svg {
    width: 16px;
    margin-right: 6px;
}
.features main .rich-text-container {
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
}
.features main .rich-text-container p {
    margin-top: 20px;
}
.features main .support-combo {
    margin-top: 50px;
}

.support-combo .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 0px !important;
    background: transparent !important;
    box-shadow: none !important;
}

.support-card {
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 16px;
    padding: 18px 18px 20px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.support-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.support-card__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
}

.support-card__badge {
    padding: 6px 10px;
    border-radius: 12px;
    background: rgba(118, 183, 213, 0.2);
    color: #2563eb;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.support-card__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.support-card__text {
    margin: 0;
    color: #4b5563;
    line-height: 1.5;
}

.support-card__link {
    color: #2563eb;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.15s ease, transform 0.15s ease;
}

.support-card__link:hover {
    color: #1d4ed8;
    transform: translateY(-1px);
}

/***************** FAQ *******************/

.features.faq .homepage-faq {
    margin-top: 0px;
}

/***************** LOCATIONS *******************/

.features.locations main .data-center-principles {
    margin-top: 50px;
}
.features.locations main .locations-big-box-light .image-cta {
    max-width: var(--content-max-w);
}
.features.locations main .data-center-principles header {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: center;
    line-height: 1.2;
    max-width: var(--content-max-w);
    width: 100%;
}
.features.locations main .data-center-principles header h2 {
    margin-bottom: 0.4em;
    font-size: 2.5em;
    font-weight: 700;
    color: var(--color, var(--c-gray));
}
.features.locations main .data-center-principles .checkbox-list-section {
    display: flex;
    flex-direction: column;
    padding: 1.5em;
    border: 2px solid var(--c-gray-500);
    box-shadow: 0px 5px 5px #323c4626;
    border-radius: 10px;
    height: 100%;
    margin: 0 auto;
    background: white;
}
.features.locations main .data-center-principles .checkbox-list-section h2 {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 0.5em;
    font-weight: 900;
}
.features.locations main .data-center-principles .checkbox-list-section div {
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
}
.features.locations main .data-center-principles .checkbox-list-section p {
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 500;
    color: var(--c-gray);
}
a.gflag {vertical-align:middle;font-size:16px;padding:1px 0;background-repeat:no-repeat;background-image:url(//gtranslate.net/flags/16.png);}
a.gflag img {border:0;}
a.gflag:hover {background-image:url(//gtranslate.net/flags/16a.png);}
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}
.skiptranslate{
    display: none;
}

.tersm_of-use {
    display: contents;
    line-height: 22px;
}

.justify-content-center{
    justify-content: center;
}
.flex{
    display: flex;
}
.gap-1{
    gap: 10px;
}
#facebook-login{
    border: 1px solid #dadce0;
    padding: 7px;
    border-radius: 3px;
    cursor: pointer;
}
#facebook-login:hover{
    background: rgba(66,133,244,.04);
    border-color: #d2e3fc;
}

.post-container .ce-block.col-md-12 {
    padding: 0 !important;
}

.ce-paragraph {
    min-height: 29px;
}


.post__title:before {
    content: '';
    display: block;
    position: absolute;
    top: 34px;
    left: -10%;
    height: 1px;
    width: 8%;
    background: #2a2a2a;
}

.post__title {
    margin-top: 0 !important;
    font-weight: normal;
    line-height: 45px !important;
    margin-bottom: 0 !important;
    font-size: 50px;
    color: #2a2a2a;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    float: right;
    width: 78%;
}

.post__published {
    float: left;
    width: 11%;
}

.post__published h2 {
    margin: 0;
    line-height: 60px;
    font-size: 60px !important;
}

.post__published span {
    color: #a7a5a5;
}

.post {
    border-bottom: 1px solid silver;
    padding: 80px 0;

}

.post__description {
    color: #727477;
    font-size: 20px;

}

.post__preview {
    margin-bottom: 40px;
    max-width: 100%;
}

.post__head {
    margin-bottom: 60px;
}

.post__read_more {
    display: inline-block;
    color: white;
    border-radius: 6px;
    font-weight: 500;
    background: #6563ff !important;
    font-size: 20px;
    border: 1px solid #6563ff !important;
    padding: 8px 30px;
    margin-top: 1.6em;
    transition: all 0.3s ease-in-out;
}

.post__share {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.post__share div {
    width: 40px;
    border-radius: 6px;
    border: 1px solid silver;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post__share img {
    width: 25px;
    height: 25px;
}

.post__share > span {
    font-size: 25px;
    font-weight: bold;
}

@media (max-width: 992px) {
    .post__title {
        font-size: 30px !important;
    }
}

@media (max-width: 767px) {
    .post__title {
        font-size: 25px !important;
    }

    .container.post-wrapper {
        max-width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 687px) {
    .post__title {
        width: 75% !important;
    }

    .post__published {
        width: 15% !important;
    }
}

@media (max-width: 573px) {
    .post__title:before {
        display: none !important;
    }

    .post__title {
        width: 100% !important;
    }

    .post__head {
        display: flex;
        flex-direction: column;
    }

    .post__published {
        width: 100% !important;
        flex-direction: row !important;
        gap: 10px;
    }

    .post__published {
        font-size: 30px !important;
    }

    .post__published span {
        color: #2a2a2a !important;
    }

    .post__published h2 {
        font-weight: normal !important;
        font-size: 35px !important;
    }

    .post {
        padding: 40px 0 !important;
    }
}

.image-tool img {
    max-width: 100%;
}

.ce-header {
    line-height: 35px !important;
}

.w-full{
    width: 100%;
}

.post__list{
    display: initial;
}

.tag{
    padding: 6px !important;
    width: fit-content !important;
}

.mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
}

.sign-up-container{
    display: grid;
    grid-template-columns: 1fr 400px;
    padding-top: 20px;
}

.sign-up-container .product-container .price{
    font-size: 47px !important;
    color: var(--c-primary);
    font-weight: 600;
    line-height: 1;
}

.sign-up-container .product-container .content {
    padding: 12px !important;
}

.flex-column{
    flex-direction: column;
}

.pt-2{
    padding-top: 20px;
}

.promo-code-input{
    width: 100%;
    font-size: 19px;
    padding: 6px;
}

.promo-code-button{
    font-size: 16px;
}

input:checked + .slider {
    background-color: #f3b15a;
}

.switch-container{
    text-wrap: nowrap;
}
.slider.round {
    border-radius: 34px;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    width: 48px;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    height: 23px;
    margin-left: 5px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 62px;
}

.switch-container > span:first-child {
    text-align: right;
    padding-right: 5px;
}

.switch-value {
    min-width: 60px;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round:before {
    border-radius: 50%;
}
.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.join-text{
    font-size: 19px;
    border: 1px solid silver;
    border-radius: 5px;
    padding: 10px;
    margin: 14px auto;
}

.display-block{
    display: block;
}

.old-price{
    text-decoration: line-through;
    color: #3890db;
    font-size: 37px;
    margin-top: 10px;
    letter-spacing: 0px;
}

.old-price span{
    font-weight: normal !important;
    font-size: 34px !important;
}

.sign-up-container .product-container .old-price span.price{
    font-weight: normal !important;
    font-size: 34px !important;
}

@media (max-width: 767px){
    .old-price{
        font-size: 27px;
        margin-top: 5px;
    }
}

@media (max-width: 420px) {
    .ds-product-grid {
        padding: 0px 20px !important;
    }
    .pricing-card {
        min-height: auto;
        padding: 20px 18px;
    }
    .pricing-card .price,
    .pricing-card .amount {
        font-size: 28px;
    }
    .pricing-card .plan-description {
        min-height: auto;
    }
}

/* Pricing cards (new billing plans) */
:root {
    --pricing-bg: #ffffff;
    --pricing-bg-alt: #f3f4f6;
    --pricing-border: rgba(148, 163, 184, 0.35);
    --pricing-text: #0f172a;
    --pricing-muted: #6b7280;
    --pricing-accent: #2563eb;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    align-items: stretch;
}

.pricing-card {
    position: relative;
    background: var(--pricing-bg);
    border: 1px solid var(--pricing-border);
    border-radius: 18px;
    padding: 26px 24px 24px;
    color: var(--pricing-text);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 700px;
}

.pricing-card::after {
    content: none;
}

.pricing-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.pricing-card h2,
.pricing-card .product-name,
.pricing-card .title {
    color: var(--pricing-text);
    margin-bottom: 4px;
    letter-spacing: 0.2px;
    margin-top: 0px;
    text-transform: uppercase;
}

.pricing-card .price-wrapper,
.pricing-card .price-value {
    display: flex;
    align-items: baseline;
    gap: 6px;
    color: var(--pricing-text);
    margin: 6px 0 10px;
    font-weight: 700;
}

.pricing-card .price-wrapper span,
.pricing-card .price-value span {
    display: inline-flex !important;
}

.pricing-card .price,
.pricing-card .amount {
    font-size: 32px;
    line-height: 1.1;
    color: #76b7d5;
}

.pricing-card .price-from,
.pricing-card .monthly,
.pricing-card .period {
    color: var(--pricing-muted);
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0.2px;
}

.pricing-card .rich-text-container p,
.pricing-card .description {
    color: var(--pricing-text);
    opacity: 0.95;
    margin-bottom: 10px;
    font-size: 15px;
}

.pricing-card ul,
.pricing-card .specs-container {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.pricing-card li,
.pricing-card .spec {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--pricing-text);
    font-size: 14px;
}

.pricing-card .feature-icon {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--pricing-accent);
    background: #f9fafb;
}

.pricing-card .feature-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 2px;
}

.pricing-card .plan-options li {
    padding: 10px 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.pricing-card .cta,
.pricing-card .pricingTable-signup,
.pricing-card .cta-container a,
.product-category-boxes .product-category-section > a,
.features main section .product-container .cta-container > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 11px 16px;
    margin-top: 20px;
    width: 100%;
    border-radius: 12px;
    background: #76b7d5;
    border: 1px solid #76b7d5;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
    transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease, color 0.12s ease;
}

.pricing-card .cta:hover,
.pricing-card .pricingTable-signup:hover,
.pricing-card .cta-container a:hover,
.product-category-boxes .product-category-section > a:hover,
.features main section .product-container .cta-container > a:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(118, 183, 213, 0.32);
    background: #63a8cc;
}

.pricing-card .cta:active,
.pricing-card .pricingTable-signup:active,
.pricing-card .cta-container a:active,
.product-category-boxes .product-category-section > a:active,
.features main section .product-container .cta-container > a:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(118, 183, 213, 0.26);
}

.pricing-grid .pricing-card:nth-child(2) {
    border-color: rgba(26, 115, 232, 0.35);
    box-shadow: 0 12px 28px rgba(26, 115, 232, 0.15);
}

.pricing-card.plan-featured {
    border: 2px solid var(--pricing-accent);
    box-shadow: 0 18px 45px rgba(37, 99, 235, 0.25);
    position: relative;
}

.pricing-card.plan-featured .plan-badge.popular {
    /* position: absolute; */
    /* top: 0; */
    right: 0;
    /* transform: translateY(-50%); */
    /* border-radius: 999px 18px 0 999px; */
    padding: 6px 16px;
}

.pricing-card .plan-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.pricing-card .plan-badge {
    padding: 6px 10px;
    border-radius: 14px;
    background: rgba(37, 99, 235, 0.12);
    border: 1px solid rgba(37, 99, 235, 0.3);
    color: var(--pricing-text);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.pricing-card .plan-badge.popular {
    background: #76b7d5;
    border-color: #76b7d5;
    color: #ffffff;
}

.pricing-card .plan-description {
    color: var(--pricing-text);
    opacity: 0.9;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 12px;
    min-height: 85px;
}

.pricing-card .plan-options {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.pricing-card .plan-options li {
    background: #f9fafb;
    border: 1px solid rgba(148, 163, 184, 0.4);
    border-radius: 12px;
    padding: 10px 12px;
    color: var(--pricing-text);
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 85px;
}

.pricing-card .option-label {
    display: block;
    color: var(--pricing-muted);
    font-weight: 600;
    letter-spacing: 0.2px;
}

.pricing-card .option-value {
    display: block;
    color: var(--pricing-text);
    margin-top: 0;
    font-weight: 700;
}

.btn-outline-blue {
    background: #fff;
    color: var(--pricing-accent);
    border: 1px solid #d1d5db;
    border-radius: 12px;
    box-shadow: none;
    transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease, color 0.12s ease, border-color 0.12s ease;
}

.btn-outline-blue:hover {
    background: #f3f6ff;
    border-color: var(--pricing-accent);
    color: var(--pricing-accent);
    box-shadow: 0 8px 16px rgba(37, 99, 235, 0.18);
    transform: translateY(-1px);
}

@media (max-width: 990px) {
    .product-category-section,
    .product-container {
        width: 100% !important;
        max-width: none !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 420px) {
    .ds-product-grid {
        padding: 0px 20px;
    }
    .pricing-card {
        min-height: auto;
        padding: 20px 18px;
    }
    .pricing-card .price,
    .pricing-card .amount {
        font-size: 28px;
    }
    .pricing-card .plan-description {
        min-height: auto;
    }
}

@media (max-width: 650px) {
    .features main section .grid {
        gap: 30px;
        row-gap: 30px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 767px) {
    .sign_in_page .container {
        margin: 30px;
    }
    .sign_in_page .order-status-form {
        width: 90% !important;
    }
    .sign_in_page .page-subtitle {
        padding: 0 20px;
    }
}

/* override adaptive.css for small screens */
@media (max-width: 825px) {
    .features main section .grid {
        row-gap: 30px !important;
    }
}

/* ==============================
   Avega Group agency redesign
   ============================== */
:root {
    --agency-ink: #0f172a;
    --agency-ink-2: #1e293b;
    --agency-mist: #f5f7fb;
    --agency-sky: #2a6bff;
    --agency-teal: #19c6a2;
    --agency-coral: #ff7a45;
    --agency-sand: #f2e9dd;
    --agency-border: rgba(15, 23, 42, 0.12);
}

body {
    font-family: "Space Grotesk", "Segoe UI", sans-serif !important;
    color: var(--agency-ink);
    background: var(--agency-mist);
}

h1, h2, h3, h4 {
    font-family: "Fraunces", "Space Grotesk", serif;
    letter-spacing: 0.01em;
}

.agency-header .top_row {
    background: linear-gradient(120deg, rgba(15, 23, 42, 0.95), rgba(31, 41, 55, 0.85));
    color: #fff;
}

.agency-header .top_row .svelte {
    font-weight: 500;
    letter-spacing: 0.02em;
}

.agency-header .top_row nav a.btn-top {
    padding: 0.5em 1em;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
}

.agency-header .top_row nav a.btn-upwork {
    background: #fff;
    color: var(--agency-ink);
}

.agency-header .top_row nav a.btn-contact {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

header .bottom_row {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

header .bottom_row .logo_holder div {
    background-image: url("./img/home_logo.svg");
}

header .bottom_row nav span,
header .bottom_row nav a {
    color: var(--agency-ink-2);
}

header .bottom_row nav span:hover,
header .bottom_row nav a:hover {
    color: var(--agency-sky);
    background: rgba(42, 107, 255, 0.08);
}

header .bottom_row .top-cta {
    display: inline-flex;
    align-items: center;
    padding: 0.65em 15px;
    border-radius: 999px;
    background: var(--agency-sky);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 14px 30px rgba(42, 107, 255, 0.28);
}
header .bottom_row nav a.top-cta {
    background: var(--agency-sky);
    color: #fff;
    border-radius: 999px;
    padding: 0.65em 15px;
}
header .bottom_row nav a.top-cta:hover,
header .bottom_row nav a.top-cta:active {
    background: #2158dd;
    color: #fff;
}

header .bottom_row .cta-item {
    margin-left: 0.5em;
}

.agency-home .cover {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.agency-home .cover__gradient {
    background: radial-gradient(circle at 10% 20%, rgba(25, 198, 162, 0.25), transparent 45%),
        radial-gradient(circle at 90% 0%, rgba(255, 122, 69, 0.25), transparent 55%),
        linear-gradient(135deg, rgba(42, 107, 255, 0.18), rgba(15, 23, 42, 0.1));
}

.agency-home .cover__grid {
    background-image: linear-gradient(rgba(15, 23, 42, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.08) 1px, transparent 1px);
    background-size: 36px 36px;
    opacity: 0.35;
}

.agency-main {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem 1.5rem 4rem;
}

.agency-hero {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    align-items: center;
    padding-top: 0px;
}

.agency-hero__content h1 {
    font-size: clamp(2.4rem, 3vw, 3.7rem);
    line-height: 1.05;
    margin-bottom: 1rem;
    text-shadow: 0 18px 35px rgba(15, 23, 42, 0.25);
}

.agency-hero__content .block {
    display: block;
}

.agency-hero__content .accent {
    color: var(--agency-sky);
}

.agency-hero__content .lead {
    font-size: 1.1rem;
    color: var(--agency-ink-2);
    max-width: 540px;
    text-shadow: 0 12px 24px rgba(15, 23, 42, 0.2);
}

.agency-hero__content {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(10px);
}

.agency-hero .eyebrow {
    display: inline-flex;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(25, 198, 162, 0.14);
    color: var(--agency-ink);
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1.8rem 0;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.6rem;
    border-radius: 999px;
    font-weight: 600;
    border: 1px solid transparent;
    transition: transform 150ms ease, box-shadow 150ms ease;
}

.btn.primary {
    background: var(--agency-sky);
    color: #fff;
    box-shadow: 0 18px 32px rgba(42, 107, 255, 0.26);
}

.btn.ghost {
    background: #fff;
    color: var(--agency-ink);
    border-color: rgba(15, 23, 42, 0.12);
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(15, 23, 42, 0.14);
}

.hero-points {
    display: grid;
    gap: 1rem;
}

.hero-points .point {
    padding: 1rem 1.2rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--agency-border);
}

.hero-points .point span {
    font-weight: 600;
    display: block;
    margin-bottom: 0.3rem;
}

.agency-hero__visual {
    display: grid;
    gap: 1.5rem;
}

.hero-card {
    padding: 1.6rem;
    border-radius: 20px;
    background: linear-gradient(135deg, #101828, #1f2a44);
    color: #fff;
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.28);
}

.hero-card__title {
    font-family: "Space Grotesk", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.hero-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.6rem;
}

.hero-card li {
    position: relative;
    padding-left: 1.4rem;
}

.hero-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: var(--agency-teal);
}

.hero-stats {
    display: grid;
    gap: 1rem;
}

.hero-stats .stat {
    padding: 1rem 1.2rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--agency-border);
}

.hero-stats .stat-title {
    font-weight: 700;
    display: block;
    margin-bottom: 0.25rem;
}

.agency-section {
    margin-top: 5rem;
    padding: 3.5rem 0;
    position: relative;
}

.agency-main > section {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.6);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.04);
    backdrop-filter: blur(8px);
}

.agency-main > section:not(:first-of-type)::before {
    content: "";
    position: absolute;
    top: -2.2rem;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(15, 23, 42, 0.12), transparent);
}

.agency-section header {
    margin-bottom: 2.5rem;
    max-width: 720px;
}

.agency-section header h2 {
    font-size: clamp(2rem, 2.4vw, 2.6rem);
}

.agency-section header p {
    color: var(--agency-ink-2);
    font-size: 16px;
    line-height: 1.6;
    max-width: 760px;
}

.agency-section.services .services-header {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    max-width: 900px;
}

.agency-section.services .services-illustration {
    width: 180px;
    min-width: 180px;
    height: 150px;
    background: url("./img/services_orbit.svg") center no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.agency-section.services .services-copy {
    flex: 1;
}

.agency-section.stack .stack-header {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    max-width: 900px;
}

.agency-section.stack .stack-illustration {
    width: 180px;
    min-width: 180px;
    height: 150px;
    background: url("./img/stack_constellation.svg") center no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.agency-section.stack .stack-copy {
    flex: 1;
}

.agency-section.devops .devops-header {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    max-width: 900px;
}

.agency-section.devops .devops-illustration {
    width: 180px;
    min-width: 180px;
    height: 150px;
    background: url("./img/devops_shield.svg") center no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.agency-section.devops .devops-copy {
    flex: 1;
}

.agency-section.process .process-header {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    max-width: 900px;
}

.agency-section.process .process-illustration {
    width: 180px;
    min-width: 180px;
    height: 150px;
    background: url("./img/process_flow.svg") center no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.agency-section.process .process-copy {
    flex: 1;
}

.agency-section.proof .proof-header {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    max-width: 900px;
}

.agency-section.proof .proof-illustration {
    width: 180px;
    min-width: 180px;
    height: 150px;
    background: url("./img/proof_trust.svg") center no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.agency-section.proof .proof-copy {
    flex: 1;
}

.agency-section.about .about-header {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    max-width: 900px;
}

.agency-section.about .about-illustration {
    width: 180px;
    min-width: 180px;
    height: 150px;
    background: url("./img/about_wave.svg") center no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.agency-section.about .about-copy {
    flex: 1;
}

.about-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
}

.about-card {
    background: #fff;
    border-radius: 18px;
    padding: 1.6rem;
    border: 1px solid var(--agency-border);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
    display: grid;
    gap: 0.8rem;
}

.about-card h3 {
    font-size: 20px;
    margin: 0;
}

.about-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: var(--agency-ink-2);
}

.about-card ul {
    margin: 0;
    padding-left: 1.2rem;
    display: grid;
    gap: 0.6rem;
}

.about-card li {
    font-size: 16px;
    color: var(--agency-ink-2);
    line-height: 1.5;
}

.about-card--vision,
.about-card--mission {
    background: linear-gradient(135deg, rgba(42, 107, 255, 0.1), rgba(25, 198, 162, 0.08));
}

.agency-section.testimonials .testimonials-header {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    max-width: 900px;
}

.agency-section.testimonials .testimonials-illustration {
    width: 180px;
    min-width: 180px;
    height: 150px;
    background: url("./img/testimonials_wave.svg") center no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.agency-section.testimonials .testimonials-copy {
    flex: 1;
}

.testimonials-carousel {
    position: relative;
    margin-top: 1.5rem;
}

.testimonials-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 0.4rem 3.2rem 0.6rem;
}

.testimonials-track::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    background: #fff;
    border-radius: 18px;
    padding: 1.6rem;
    border: 1px solid var(--agency-border);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
    display: grid;
    gap: 1.2rem;
    scroll-snap-align: center;
    margin: 0 12px;
}

.testimonial-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: var(--agency-ink-2);
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.testimonial-name {
    font-weight: 700;
    font-size: 20px;
    color: var(--agency-ink);
    display: block;
    line-height: 1.2;
}

.testimonial-role {
    font-size: 16px;
    color: var(--agency-ink-2);
    display: block;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--agency-border);
    background: #fff;
    color: var(--agency-ink);
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    z-index: 2;
}

.carousel-btn.prev {
    left: 0;
}

.carousel-btn.next {
    right: 0;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 1rem;
}

.carousel-dots button {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: none;
    background: rgba(15, 23, 42, 0.2);
    padding: 0;
}

.carousel-dots button[aria-selected="true"] {
    background: var(--agency-sky);
    width: 24px;
}

@media (max-width: 700px) {
    .carousel-btn {
        display: none;
    }
    .testimonials-track {
        padding: 0.2rem 0 0.4rem;
        gap: 0;
    }
    .testimonial-card {
        margin: 0;
        border-radius: 16px;
    }
    .testimonial-role {
        white-space: normal;
    }
    .project-visual__title {
        font-size: 30px;
    }
}

.agency-section.projects .projects-header {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    max-width: 900px;
}

.agency-section.projects .projects-illustration {
    width: 180px;
    min-width: 180px;
    height: 150px;
    background: url("./img/projects_radar.svg") center no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.agency-section.projects .projects-copy {
    flex: 1;
}

.projects-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.project-card {
    background: #fff;
    border-radius: 22px;
    border: 1px solid var(--agency-border);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.project-visual {
    position: relative;
    height: 190px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.65));
    color: #fff;
    overflow: hidden;
    padding: 1.4rem 1.6rem 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.project-visual__glow {
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle at 20% 30%, var(--project-accent), transparent 55%);
    opacity: 0.35;
}

.project-visual__grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 36px 36px;
    opacity: 0.4;
}

.project-visual__logo {
    position: absolute;
    left: 1.6rem;
    bottom: 1.4rem;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: var(--project-accent);
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    text-shadow: 0 8px 18px rgba(15, 23, 42, 0.4);
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.35);
}

.project-status {
    position: absolute;
    top: 1.2rem;
    right: 1.4rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.project-visual__text {
    position: relative;
    display: grid;
    gap: 0.5rem;
    max-width: 70%;
    z-index: 2;
    margin-left: auto;
    text-align: right;
}

.project-visual__title {
    font-size: 45px;
    font-weight: 700;
    text-shadow: 0 12px 30px rgba(15, 23, 42, 0.6);
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    justify-content: flex-end;
}

.project-visual__tagline {
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
}

.project-body {
    padding: 1.6rem;
    display: grid;
    gap: 1rem;
}

.project-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.project-heading h3 {
    font-size: 20px;
    margin: 0;
}

.project-link {
    color: var(--agency-sky);
    font-weight: 600;
    font-size: 1rem;
    white-space: nowrap;
}

.project-tagline {
    font-weight: 700;
    color: var(--agency-ink);
    margin: 0;
    font-size: 1.1rem;
}

.project-summary {
    margin: 0;
    color: var(--agency-ink-2);
    line-height: 1.6;
    font-size: 16px;
}

.project-lists {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.project-list h4 {
    font-size: 20px;
    margin-bottom: 0.6rem;
    font-weight: 700;
}

.project-list ul {
    margin: 0;
    padding-left: 1.2rem;
    display: grid;
    gap: 0.5rem;
}

.project-list li {
    color: var(--agency-ink-2);
    line-height: 1.5;
    font-size: 16px;
}

.project-stack {
    display: grid;
    gap: 0.6rem;
}

.project-stack__label {
    font-size: 16px;
    font-weight: 700;
    color: var(--agency-ink);
}

.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.project-tags span {
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(42, 107, 255, 0.12);
    color: var(--agency-ink);
    font-weight: 600;
    font-size: 16px;
}

.project-card--placeholder .project-visual__logo {
    font-size: 1.6rem;
}

.project-card--placeholder .project-summary {
    font-size: 1rem;
}

@media (max-width: 900px) {
    .agency-section.services .services-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .agency-section.services .services-illustration {
        width: 160px;
        min-width: 160px;
        height: 130px;
    }
    .agency-section.stack .stack-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .agency-section.stack .stack-illustration {
        width: 160px;
        min-width: 160px;
        height: 130px;
    }
    .agency-section.devops .devops-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .agency-section.devops .devops-illustration {
        width: 160px;
        min-width: 160px;
        height: 130px;
    }
    .agency-section.process .process-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .agency-section.process .process-illustration {
        width: 160px;
        min-width: 160px;
        height: 130px;
    }
    .agency-section.about .about-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .agency-section.about .about-illustration {
        width: 160px;
        min-width: 160px;
        height: 130px;
    }
    .agency-section.proof .proof-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .agency-section.proof .proof-illustration {
        width: 160px;
        min-width: 160px;
        height: 130px;
    }
    .agency-section.testimonials .testimonials-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .agency-section.testimonials .testimonials-illustration {
        width: 160px;
        min-width: 160px;
        height: 130px;
    }
    .agency-section.projects .projects-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .agency-section.projects .projects-illustration {
        width: 160px;
        min-width: 160px;
        height: 130px;
    }
}

.cards {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.card {
    background: #fff;
    border-radius: 18px;
    padding: 1.5rem;
    border: 1px solid var(--agency-border);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.card p {
    line-height: 1.6;
}

.card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(42, 107, 255, 0.12);
    color: var(--agency-sky);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 1rem;
}

.stack-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-auto-rows: auto;
}

.stack-block {
    background: #fff;
    border-radius: 18px;
    padding: 1.5rem;
    border: 1px solid var(--agency-border);
}

.stack-block h4 {
    font-size: 20px;
    margin-bottom: 0.8rem;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1rem;
}

.tags span {
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    font-size: 16px;
    font-weight: 600;
}

.devops-grid,
.proof-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-auto-rows: auto;
}

.devops-card,
.proof-card {
    background: #fff;
    border-radius: 18px;
    padding: 1.6rem;
    border: 1px solid var(--agency-border);
}

.devops-card h3,
.proof-card h3,
.process-steps .step h4 {
    font-size: 18px;
    margin-bottom: 0.6rem;
}

.devops-card p,
.proof-card p,
.process-steps .step p {
    font-size: 16px;
    line-height: 1.6;
}

.process-steps {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.process-steps .step {
    padding: 1.4rem;
    background: rgba(15, 23, 42, 0.04);
    border-radius: 18px;
    border: 1px dashed rgba(15, 23, 42, 0.18);
}

.process-steps .step span {
    display: inline-flex;
    font-weight: 700;
    color: var(--agency-coral);
    margin-bottom: 0.6rem;
}

.agency-cta {
    margin-top: 5rem;
    padding: 2rem 0 4rem;
}

.agency-cta .cta-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    background: linear-gradient(120deg, rgba(42, 107, 255, 0.12), rgba(25, 198, 162, 0.12));
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid var(--agency-border);
}

.agency-cta .cta-card p {
    font-size: 16px;
    line-height: 1.6;
    max-width: 520px;
}

.agency-footer {
    background: #0f172a;
    color: #fff;
    overflow: visible;
}

.agency-footer .footer-container {
    padding: 4rem 1.5rem 2rem;
}

.agency-footer .footer-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    align-items: start;
}

.agency-footer .footer-logo {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
}

.agency-footer .footer-tagline {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.agency-footer .footer-links a {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin: 0.35rem 0;
    line-height: 1.5;
}

.agency-footer .footer-links h4 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.8rem;
}

.agency-footer .footer-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.4rem;
}

.agency-footer .footer-cta .btn.primary {
    background: var(--agency-coral);
}

.agency-footer .footer-bottom {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
}

@media (max-width: 900px) {
    .agency-footer .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .agency-footer .footer-container {
        padding-bottom: 5.5rem;
    }
    .agency-footer .footer-grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 2rem;
    }
    .agency-footer .footer-links h4 {
        margin-top: 1.2rem;
    }
}

@media (max-width: 520px) {
    .agency-footer .footer-grid {
        grid-template-columns: 1fr;
        row-gap: 1.6rem;
    }
    .agency-footer .footer-links {
        display: none;
    }
}

@media (max-width: 900px) {
    .agency-main {
        padding-top: 4rem;
    }
    header .bottom_row .top-cta {
        display: none;
    }
    .agency-hero {
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .agency-hero {
        background: linear-gradient(120deg, rgba(15, 23, 42, 0.95), rgba(31, 41, 55, 0.85));
        border-radius: 24px;
        padding: 1.5rem;
    }
    .agency-hero {
        padding-top: 0px;
    }
    .agency-cta .cta-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .agency-hero__content {
        padding: 1.5rem;
    }
    .agency-hero__content h1 {
        font-size: 2.1rem;
        line-height: 1.15;
    }
    .agency-hero__content .lead {
        font-size: 1rem;
        line-height: 1.6;
    }
    .agency-footer .footer-grid {
        gap: 1.5rem;
    }
    .agency-footer .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .project-visual .project-visual__title {
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .agency-hero__content h1 {
        font-size: 1.9rem;
    }
    .cta-row {
        flex-direction: column;
        align-items: stretch;
    }
    .hero-stats .stat,
    .hero-points .point {
        padding: 0.9rem 1rem;
    }
    .agency-cta .cta-card {
        padding: 1.5rem;
    }
}

.main_non_auth {
    background: var(--agency-mist);
}

.agency-home {
    position: relative;
    overflow: hidden;
}

.home main > section {
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.agency-main > section:first-of-type {
    margin-top: 0px;
}

.agency-main #services {
    margin-top: 85px;
}

/* Agency header menu alignment */
header.agency-header .bottom_row nav {
    margin-top: 0 !important;
}
header.agency-header #top_menu {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
header.agency-header #top_menu > li {
    display: flex;
    align-items: center;
}
header.agency-header #top_menu > li > a,
header.agency-header #top_menu > li > span {
    padding: 0.6rem 0.9rem;
    line-height: 1.1;
}

@media (max-width: 675px) {
    header .bottom_row nav a.top-cta {
        background: none;
        color: var(--c-gray);
        box-shadow: none;
        border-radius: 0;
        padding: 10px 0;
        font-weight: 700;
    }
    header .bottom_row nav a.top-cta:hover,
    header .bottom_row nav a.top-cta:active {
        background: var(--c-gray-100);
        color: var(--c-primary);
    }
}
