/*** Main ****/
:root {
    --white: #ffffff;
    --black: #232323;
    --dark1: #3A3A3A;
    --dark2: #2D052A;
    --dark3: #325d70;
    --gray1: #899fa9;
    --gray2: #a4a4a4;
    --gray3: #d0d9dd;
    --blue1: #18ade7;
    --blue2: #1dafdb;
    --lblue: #53c1df;
    --primary: #168BFF;
    --red: #e74a18;
    --wp--preset--spacing--1: 25px;
    --wp--preset--spacing--2: 25px;
    --wp--preset--spacing--3: 25px;
    --wp--preset--spacing--4: 40px;
    --wp--preset--spacing--5: 40px;
    --wp--preset--spacing--6: 40px;
    --wp--preset--spacing--7: 40px;
    --nunito: 'Nunito';
    --nunito-sans: 'Nunito Sans';
    --inter: 'Inter';
    --graphik-trial: 'Graphik Trial';
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

body {
    line-height: 1.5;
    font-size: 16px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--dark1);
    box-sizing: border-box;
    overflow: hidden;
    font-family: var(--nunito-sans), sans-serif;
}

iframe {
    max-width: 100%;
}

button,
.btn {
    font-size: 18px;
}

a {
    text-decoration: none;
}

a:not(.btn) {
    text-decoration: none;
    color: var(--blue1);
}

.textImage .content p a:not(.readMore):before,
.textImage .content li a:not(.readMore):before,
.titleAndText a:not(.readMore):before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 8;
    width: 0;
    height: 1px;
    margin: 0 auto;
    background: var(--blue1);
    -webkit-transition: .3s;
    transition: .3s;
}

.textImage .content p a:not(.readMore):hover:before,
.textImage .content li a:not(.readMore):hover:before,
.titleAndText a:not(.readMore):hover:before {
    width: 100%;
}

p strong {
    font-weight: 500;
}

.text-center {
    text-align: center;
}

.gradient-text {
    background: -webkit-linear-gradient(-180deg, #168BFF, #08D008);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text.two {
    background: -webkit-linear-gradient(60deg, #168BFF, #08D008);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blue-text {
    color: var(--primary) !important;
}

.ovh {
    overflow: hidden;
}

.ovh .footer-area {
    z-index: 99999;
}

html.ovh {
    height: 100%;
    overflow-y: scroll;
}

body.ovh {
    overflow: hidden;
    height: 100%;
}

.container {
    padding: 0 20px;
    max-width: 1920px;
    margin: 0 auto;
}

ul {
    list-style-type: none;
}

img {
    height: auto;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--graphik-trial), sans-serif;
    font-weight: 700;
}

h2,
h3 {
    margin-bottom: 14px;
}

p {
    margin-bottom: 16px;
}

.f-nunito-sans {
    font-family: var(--nunito-sans), sans-serif;
}

.f-inter {
    font-family: var(--inter), sans-serif;
}

.f-graphik-trial {
    font-family: var(--graphik-trial), sans-serif;
}

.cp {

    text-transform: capitalize !important;
}

.upper {
    text-transform: uppercase !important;
}

.lowc {
    text-transform: lowercase !important;
}

.text-primary {
    color: var(--primary);
}

figure,
.wp-block-image figcaption {
    margin-bottom: 0;
}

figure.wp-block-image {
    position: relative;
}

.mobileCenter {
    text-align: center;
}

figcaption.wp-element-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px;
}

.dnone {
    display: none !important;
}

html #wpadminbar {
    display: none;
}

.btn,
.btn.gradient {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 32px;
    gap: 10px;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    text-decoration: none;
    color: var(--white) !important;
    background: linear-gradient(-26deg, #08D008 0%, #168BFF 100%);
    border: 0;
    border-radius: 10px;
    text-transform: uppercase;
    box-shadow: 12px 20px 19px rgba(60, 206, 98, 0.12);
}

.btn.center {
    margin: 0 auto;
}

.btn:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btn:disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: no-drop;
}

.btn.btn-md {
    padding: 8px 25px;
}

.blueBg {
    background-color: #e8f4fb;
}

.greenBg {
    background-color: #e7f8e8;
}

.pinkBg {
    background-color: #f7f0ff;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.fz35-56 {
    font-size: 56px;
}

.fz28-48 {
    font-size: 48px;
}

.fz26-42 {
    font-size: 42px;
}

.fz26-38 {
    font-size: 38px;
}

.fz26-36,
.fz26-32 {
    font-size: 26px;
}

.fz24-32 {
    font-size: 24px;
}

.fz20-36,
.fz20-32,
.fz20-24 {
    font-size: 20px;
}

.fz18 {
    font-size: 18px;
}

.fz16-18 {
    font-size: 16px;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.lh1_2 {
    line-height: 1.2;
}

.lh1_3 {
    line-height: 1.3;
}

.lh1_4 {
    line-height: 1.4;
}

.lh1_5 {
    line-height: 1.5;
}

.mxw750 {
    max-width: 750px;
}

.mxw810 {
    max-width: 810px;
}

.mxw860 {
    max-width: 860px;
}

.mxw880 {
    max-width: 880px;
}

.mxw980 {
    max-width: 980px;
}

.mxw1010 {
    max-width: 1010px;
}

.mxw1050 {
    max-width: 1050px;
}

.mxw1120 {
    max-width: 1120px;
}

*[class*="mxw"] {
    margin-left: auto;
    margin-right: auto;
}

.titleAndText {
    margin-bottom: 32px;
}

.text-bold {
    font-weight: 700;
}

main ol {
    list-style-type: none;
    counter-reset: item;
}

main ol li,
main ul li {
    position: relative;
}

main ol li:before {
    content: counter(item) " ";
    counter-increment: item;
    min-width: 24px;
    width: 24px;
    height: 24px;
    min-height: 24px;
    border-radius: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: var(--white);
    background-color: var(--blue1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}

main ol.zero-list {
    list-style-type: none;
    counter-reset: li;
    color: #195975;
}

main ol.zero-list li {
    padding: 0 0 20px;
    border-bottom: 1px solid rgb(25 89 117 / 40%);
    margin: 20px 0;
    position: relative;
}

main ol.zero-list li:before {
    min-width: 24px;
    width: 24px;
    height: 24px;
    min-height: 24px;
    border-radius: 100%;
    color: #C3C3C3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: -65px;
    top: 6px;
    counter-increment: li;
    content: counter(li, decimal-leading-zero);
    background: transparent;
    font-weight: 600;
    line-height: 48px;
    font-size: 40px;
}

main ol.zero-list li:last-child {
    border-bottom: 0;
}

main ul {
    list-style-type: none;
}

main ul li:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1612_8410)'%3E%3Cpath d='M10.0007 15.172L19.1927 5.979L20.6077 7.393L10.0007 18L3.63672 11.636L5.05072 10.222L10.0007 15.172Z' fill='%2353C1DF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1612_8410'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

main .blueBg ul li:before,
main .pinkBg ul li:before,
main .greenBg ul li:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%2318ADE7'/%3E%3Cg clip-path='url(%23clip0_1614_8672)'%3E%3Cpath d='M10.6684 14.1148L16.7964 7.98608L17.7398 8.92875L10.6684 16.0001L6.42578 11.7574L7.36845 10.8148L10.6684 14.1148Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1614_8672'%3E%3Crect width='16' height='16' fill='white' transform='translate(4 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

/*** Header ****/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    min-height: 70px;
    font-size: 18px;
    padding: 27px 15px 0;
}

.header>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    z-index: 90;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    background: #fff;
}

header.header.bg>.container {
    background: rgba(255, 255, 255, .6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.mainMenu {
    margin-left: auto;
    margin-right: auto;
}

.header .logo img {
    max-width: 99px;
}

.header .hamburger {
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: relative;
    border: 0;
    background: linear-gradient(-5deg, rgb(22 139 255 / 12%), rgb(8 208 8 / 12%)), url(https://tetonix.us/wp-content/themes/abovebits/assets/img/menu-bar.svg) no-repeat scroll center center / 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.header .hamburger.active {
    background: linear-gradient(-5deg, rgb(22 139 255 / 12%), rgb(8 208 8 / 12%)), url(https://tetonix.us/wp-content/themes/abovebits/assets/img/x-mark.svg) no-repeat scroll center center / 24px;
}

.header .hamburger span {
    width: 24px;
    height: 3px;
    background-color: var(--dark1);
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}

.header .hamburger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header .hamburger span:nth-child(3) {
    top: auto;
    bottom: 0;
}

.header .hamburger.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(3px, 0px);
    transform: rotate(45deg) translate(3px, 0px);
    position: absolute;
    top: 8px;
}

.header .hamburger.active span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.header .hamburger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(-2px, 5px);
    transform: rotate(-45deg) translate(-2px, 5px);
    position: absolute;
    top: 5px;
}

.header .contactBtn {
    font-weight: 600;
    border: 1px solid var(--blue1);
    color: var(--black);
    padding: 16px 32px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    text-transform: uppercase;
}

.header .contactBtn:hover {
    color: var(--white);
    background-color: var(--blue1);
}

.header .mobileSidebar {
    position: fixed;
    top: 154px;
    background: #fff;
    padding: 20px 0;
    left: 0;
    right: 0;
    width: auto;
    box-shadow: -2px 10px 13px rgba(0, 0, 0, .25);
    z-index: 99;
    min-height: auto;
    border-radius: 0 0 20px 20px;
    transform: scaleY(0);
    transform-origin: top;
    height: auto;
    transition: transform 0.4s ease;
    max-height: calc(100vh - 120px);
    overflow: auto;
}

.header .mobileSidebar.show {
    transform: scaleY(1);
}

.header .mobileSidebar .container {
    padding: 0;
}

.header .mobileMenu>ul>li>a {
    margin: 0;
    border-bottom: 1px solid rgba(102, 102, 102, 0.1);
    padding: 15px;
}

.header .menu li {
    position: relative;
}

.header .menu li.current-menu-item>a {
    color: var(--primary);
}

.header .menu ul li a {
    color: var(--dark1);
    -webkit-transition: color ease-in-out 0.3s;
    transition: color ease-in-out 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.header .menu>ul>li.menu-item-has-children>a:after {
    content: "";
    width: 17px;
    height: 17px;
    background-size: cover;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.65422 8.29289C6.04475 7.90237 6.67791 7.90237 7.06843 8.29289L12.3613 13.5858L17.6542 8.29289C18.0447 7.90237 18.6779 7.90237 19.0684 8.29289C19.459 8.68342 19.459 9.31658 19.0684 9.70711L13.0684 15.7071C12.6779 16.0976 12.0447 16.0976 11.6542 15.7071L5.65422 9.70711C5.2637 9.31658 5.2637 8.68342 5.65422 8.29289Z' fill='%23123F53'/%3E%3C/svg%3E%0A");
}

.header .menu>ul>li.menu-item-has-children>a.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header .menu .sub-menu {
    padding: 0;
    box-shadow: 0 20px 50px rgba(18, 63, 83, 0.1);
    border-radius: 20px;
    background: var(--white);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    height: 0;
    overflow: hidden;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.header .menu .sub-menu object {
    margin-right: 8px;
}

.header .menu .sub-menu.show {
    padding: 32px 0 22px;
    margin-bottom: 35px;
}

.header .menu .sub-menu li {
    padding: 0 32px;
}

.header .menu .sub-menu a {
    font-weight: 400;
    line-height: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 6px 0;
}

.header .menu .sub-menu a[href="#"] {
    padding: 13px 0;
    font-weight: 500;
    cursor: default;
}

.header .menu .sub-menu a:not([href="#"]):hover {
    color: var(--primary);
}

.header .mobileSidebar .container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px 20px 0;
}

.header .mobileMenu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.header .mobileMenu>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.header .mobileMenu>ul>li>a {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
}

@media (min-width: 768px) {

    .footer .widget .h2+div,
    .footer .widget h2+div {
        height: auto !important;
    }

    .fz35-56 {
        font-size: 35px;
    }
}

@media (min-width: 1024px) {
    .header .mobileSidebar {
        display: none;
    }

    .header.blur>.container {
        backdrop-filter: initial;
        -webkit-backdrop-filter: initial;
    }

    .header .mainMenu>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header .mainMenu a {
        font-weight: 500;
        line-height: 18px;
        padding: 19px 12px;
    }

    .header .mainMenu li:hover>a {
        color: var(--primary);
    }

    .header .menu>ul>li.menu-item-has-children:hover>a:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .header .mainMenu .sub-menu {
        padding: 32px 0 22px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        pointer-events: none;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        position: absolute;
        height: auto;
        left: -50%;
        top: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .header .mainMenu li:hover .sub-menu {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
        pointer-events: all;
    }

    .header .mainMenu .sub-menu li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
    }

    .header .menu .sub-menu a {
        padding: 10px 0;
    }
}

@media (min-width: 1280px) {
    .header .mainMenu a {
        padding: 30px 20px;
    }
}

/*** Footer ***/
.footer {
    margin-top: auto;
    background-color: var(--dark1);
    padding: 55px 0 25px;
}

.footer .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 35px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    border-bottom: 1px solid var(--dark3);
}

.footer .footerCol {
    width: 100%;
    padding: 0 5px;
    margin: 10px 0;
}

.footer .widget .h2,
.footer .widget h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .widget .h2:after,
.footer .widget h2:after {
    content: "";
    border: solid var(--gray1);
    border-width: 0 3px 3px 0;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    position: relative;
    top: -2px;
}

.footer .widget .h2.active:after,
.footer .widget h2.active:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    border-color: var(--white);
    top: 2px;
}

.footer .widget .h2+div,
.footer .widget h2+div {
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    margin-top: 10px;
}

.footer .widget .h2+div.active,
.footer .widget h2+div.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin-bottom: -10px;
}

.footer .widget ul {
    margin-top: 20px;
}

.footer .widget a {
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    position: relative;
    display: inline !important;
}

.footer .widget a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 8;
    width: 0;
    height: 1px;
    margin: 0 auto;
    background: #149ad2;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer .widget a:hover {
    color: #149ad2;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.footer .widget a:hover:before {
    width: 100%;
}

.footer .widget a,
.footer .widget p {
    display: block;
    margin: 10px 0;
    font-size: 14px;
    color: var(--gray1);
}

.footer .widget a.email {
    color: var(--blue1);
    margin: 22px 0;
}

.footer .social {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 20px;
    grid-template-columns: repeat(6, 1fr);
}

.footer .social a {
    line-height: 1;
    margin: 0;
}

footer .social svg {
    -webkit-transition: .26s ease-in-out;
    transition: .26s ease-in-out;
}

footer .social svg:hover {
    fill: #18ADE7;
}

.footer .bot {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer .copyright,
.footer .terms * {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--gray1);
}

.footer .terms {
    display: -ms-grid;
    display: grid;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    grid-template-columns: repeat(3, auto);
}

.footer .bot a {
    color: var(--gray1);
}

.footer .bot a:hover {
    color: var(--blue1);
}

.footer-area {
    padding: 84px 0 0;
    position: relative;
    z-index: 999;
    background: rgba(8, 208, 8, 0.031) url(../img/border-top.svg) no-repeat center top / 100% auto;
}

.footer-logo {
    padding: 0 26px 10px;
}

.footer-logo-wrapper p {
    color: #123F53;
    font-family: var(--nunito);
    font-weight: 500;
    font-size: 22px;
    max-width: 214px;
    line-height: 24px;
}

.footer-top .footer-logo-wrapper ul {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 16px;
}

.footer-logo-wrapper ul li a {
    display: block;
    max-width: 32px;
    transition: 0.3s ease;
}

.footer-logo-wrapper ul li a:hover {
    opacity: .6;
}

.g-text a {
    background: -webkit-linear-gradient(-30deg, #168BFF, #08D008);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--nunito);
    font-size: 42px;
    font-weight: 400;
}

.footer-text .g-text {
    margin: 0 0 10px;
}

.footer-text p {
    font-family: var(--nunito);
    font-size: 16px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.footer-logo img {
    margin: 0 0 20px;
    display: block;
}

.footer-left p {
    margin: 0 0 5px;
}

.footer-top .h2 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px;
}

.footer-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu ul li a,
.footer-menu ul li a:visited {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}

.footer-menu ul li a:hover {
    color: var(--primary);
}

.contact-info ul li {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.contact-info ul li a {
    color: #fff;
}

.follow-info ul {
    display: flex;
    gap: 15px;
}

.follow-info ul li a {
    transition: 0.2s ease;
}

.follow-info ul li a:hover {
    opacity: .7;
}

.footer-bottom-area {
    background: #F7FEF7;
    margin-top: 18px;
    font-size: 18px;
}

.terms {
    display: flex;
    gap: 25px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #C8EFDB;
    padding: 32px 0
}

.footer-bottom a {
    color: rgba(18, 63, 83, 1) !important;
}

.footer-bottom a:hover {
    color: var(--primary) !important;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-bottom-menu ul li a {
    color: #123F53;
    font-size: 18px;
    font-family: var(--nunito);
}

.copyright {
    color: #123F53;
    font-size: 18px;
    font-family: var(--nunito);
}

/*** Popup ***/
.popup-wrapper.form-show {
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.popupBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    min-width: 375px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    width: 100%;
    height: 100%;
}

.popupBox.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    pointer-events: all;
}

.popupBox .popup {
    min-height: 50vh;
    max-width: 660px;
    background: #fff;
    z-index: 1;
    padding: 10px;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 24px;
    position: relative;
}

.popupBox:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.237);
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.popupBox .popupTitle img,
.contact-thanks .popupTitle img {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.popupBox .popupTitle,
.contact-thanks .popupTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}

.popupBox .popupText,
.contact-thanks .popupText {
    font-size: 16px;
    text-align: center;
}

.contact-thanks .popupTitle {
    margin: 25px 0;
}

.contact-thanks {
    display: none;
    text-align: center;
}

.contact-thanks .btn {
    margin: 24px auto 0;
}

.popupBox .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    filter: url('data:image/svg+xml; charset=utf-8, <svg xmlns="http://www.w3.org/2000/svg" ><filter id="filter" ><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="linear" slope="0.3" /><feFuncG type="linear" slope="0.3" /><feFuncB type="linear" slope="0.3" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    z-index: 2;
}

.popupBox.contact form {
    width: 100%;
}

.popupBox.contact .popup {
    row-gap: 10px;
    min-height: auto;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.popupBox.contact {
    padding: 0 10px;
}

.mobileNone {
    display: none;
}

.textImage .content h2 {
    margin-bottom: 30px;
}

.textImage .content h3 {
    color: #123F53;
    font-family: var(--graphik-trial);
    font-weight: 500;
}

.textImage .content {
    font-family: var(--nunito-sans);
}

@media (min-width: 576px) {

    .popupBox .popup,
    .popupBox.contact .popup {
        padding: 40px;
        border-radius: 20px;
        min-height: 450px;
    }

    .popupBox .popupText {
        font-size: 16px;
    }

    .popupBox .close {
        top: 25px;
        right: 25px;
    }

    .popupBox .close:hover {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .mobileNone {
        display: unset;
    }
}

/*article share social*/
#st-1.st-animated {
    -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}

#st-1 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-align: center;
    z-index: 94034;
    display: flex;
    align-items: center;
}

#st-1 .st-btn {
    box-sizing: border-box;
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    border: none;
    cursor: pointer;
    display: block;
    height: 36px;
    margin-right: 10px;
}

#st-1 .st-btn:hover {
    opacity: 0.5;
}

@media all and (max-width:1023px) {
    .articles-categories ul li {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .header .mobileMenu>ul {
        row-gap: 0;
    }

    .header .mobileMenu>ul>li {
        row-gap: 0;
    }

    .header .menu .sub-menu a {
        font-weight: 500;
        font-size: 15px;
    }

    .header .menu .sub-menu li {
        padding: 0 15px !important;
    }

    .header .menu .sub-menu {
        padding: 0;
        margin: 0;
        box-shadow: 0 0 0;
        width: 100%;
    }

    .header .menu .sub-menu.show {
        margin: 0;
        padding: 0;
    }
}

#world-map svg path {
    fill: #E8F4FB;
}

.jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.jvectormap-legend-cnt,
.jvectormap-spinner,
.jvectormap-tip {
    position: absolute;
}

.jvectormap-tip {
    display: none;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    background: #292929;
    color: #fff;
    font-size: smaller;
    padding: 3px;
}

.goToTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #123f53;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    position: fixed;
    right: 30px;
    bottom: 67px;
    cursor: pointer;
    background-color: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: 999;
}

.goToTop.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.goToTop:hover {
    color: #18ade7;
    border-color: #18ade7;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

h1.entry-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    color: #232323;
    margin-bottom: 30px;
}

.text-gradient {
    background: -webkit-linear-gradient(60deg, #EE4367, #FFBD8D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-2 {
    background: linear-gradient(-25deg, #F4954F 60%, rgb(219 45 208));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-3 {
    background: linear-gradient(90deg, #FF26F1, #FF5E5E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h3 {
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 25px;
}

main ul.number li:before {
    counter-increment: li;
    content: counter(li, decimal-leading-zero);
    color: #fff;
    background: linear-gradient(105deg, #FFC840, #FF26F1);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

main ul.number {
    list-style-type: none;
    counter-reset: li;
}

main ul.number li {
    padding-left: 75px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    h1.entry-title {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    h1.entry-title {
        font-size: 42px;
    }
}

@media (min-width: 1440px) {
    h1.entry-title {
        font-size: 58px;
    }
}

@media (max-width: 1540px) {
    .header>.container {
        max-width: 1450px;
    }
}

@media (max-width: 1540px) and (min-width: 1441px) and (max-height: 760px) and (min-height: 680px) {
    h1.entry-title {
        font-size: 52px;
    }
}

body.page-template-textPage .main {
    background: #fff;
}

/* FAQ */
.schema-faq-section {
    position: relative;
}

.schema-faq-section:not(:last-child) {
    border-bottom: 1px solid #e2e7ea;
}

.schema-faq-section .schema-faq-question {
    color: #123f53;
    font-style: normal;
    line-height: 1.4;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    padding: 12px 30px 12px 0;
    position: relative;
    display: block;
}

.schema-faq-section:after,
.schema-faq-section:before {
    content: '';
    position: absolute;
    top: 15px;
    background-color: #53c1df;
    -webkit-transition: .3s;
    transition: .3s;
    right: 15px;
    width: 2px;
    height: 16px;
}

.schema-faq-section.open:before,
.schema-faq-section:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.schema-faq-section .schema-faq-answer {
    color: #123f53;
    padding-bottom: 0;
    font-size: 16px;
    overflow: hidden;
    display: none;
}

.text-white {
    color: #fff;
}

.text-white a {
    color: #fff !important;
}

.text-white strong {
    font-weight: 500;
}

.border-text {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 9px 14px;
    border-radius: 60px;
    border: 1px solid #FFF;
    display: inline-block;
}

.btn:after {
    display: none;
}

.header .contactBtn {
    color: #fff !important;
    background: linear-gradient(17deg, #168BFF 0%, #08D008 100%);
    border: 0;
    border-radius: 10px;
}

.gradient.no-border:before {
    border: 0;
}

.gradient.no-border {
    border-radius: 12px;
}

.header .contactBtn:hover,
.btn.gradient:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.header .contactBtn img,
.btn.gradient img {
    margin-right: 10px;
}

main ol.gradient li:before {
    background: var(--09-afe-32-paints, linear-gradient(145deg, rgba(140, 255, 183, 0.70) 3.58%, rgba(35, 183, 255, 0.70) 94.89%), #09AFE3);
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main ol.dark li:before {
    background: #123F53;
    font-weight: 400;
}

.rouned-image img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    overflow: hidden;
}

.footer-left {
    display: flex;
}

.footer-badge {
    max-width: 150px;
    max-height: 150px;
}

.check-title {
    font-weight: 700;
}

.check-image {
    background: linear-gradient(105deg, #FFC840, #FF26F1);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

main ul.image-check-list li:before {
    display: none;
}

main ul.image-check-list li {
    padding: 0;
    display: flex;
    gap: 20px;
}

.check-text {
    flex: 1;
}

@media (min-width: 1024px) {
    .schema-faq-section .schema-faq-question {
        font-size: 24px;
    }
}

.form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

/*animation*/
.animated.slideIn {
    -webkit-animation: slideIn 0.75s ease-in-out forwards;
    animation: slideIn 0.75s ease-in-out forwards;
}

@-webkit-keyframes slideIn {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        bottom: -200px;
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        bottom: 0;
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        bottom: -200px;
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        bottom: 0;
    }
}

.animated.slideLeft {
    -webkit-animation: slideLeft 0.75s ease-in-out forwards;
    animation: slideLeft 0.75s ease-in-out forwards;
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        left: -200px;
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        left: 0;
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        left: -200px;
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        left: 0;
    }
}

.animated.slideRight {
    -webkit-animation: slideRight 0.75s ease-in-out forwards;
    animation: slideRight 0.75s ease-in-out forwards;
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: -200px;
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 0;
    }
}

@keyframes slideRight {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: -200px;
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 0;
    }
}

.post-tag {
    padding: 6px 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

@media all and (min-width: 1024px) {
    .post-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

a span.post-tag {
    color: var(--dark1);
    font-weight: 500;
}

.post-info {
    margin-bottom: 12px;
    margin-top: 14px;
    overflow: hidden;
}

.pagination {
    margin: 0 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    border-top: 1px solid #EAECF0;
    padding-top: 30px;
}

.pagination a,
.pagination span,
.pagination button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #123F53;
}

.pagination button {
    cursor: pointer;
}

.pagination .next,
.pagination .prev {
    color: #123F53;
    font-size: 14px;
    padding-top: 2px;
    width: auto;
    height: auto;
    border-radius: 0 !important;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination a:hover,
.pagination span.current,
.pagination button.current,
.pagination button:hover {
    background: rgba(8, 208, 8, 0.1);
    border-radius: 8px;
}

.pagination .next:hover,
.pagination .prev:hover {
    background: transparent;
    opacity: .5;
}

.pagination .next {
    margin-left: auto;
}

.pagination .prev {
    margin-right: auto;
}

.pagination button[disabled] {
    opacity: .5 !important;
    cursor: unset;
}

.gradient-dark {
    background: var(--Button, linear-gradient(23deg, #27BEF0 -77.97%, #195975 77.54%));
}

p iframe {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.text-primary {
    color: var(--primary);
}

.textPage {
    padding-top: 180px;
    padding-bottom: 80px;
}

.faq-list .schema-faq-section {
    border: 0;
    box-shadow: 7px 9px 23px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 45px 28px;
    margin-bottom: 21px;
}

.faq-list .schema-faq-section .schema-faq-question {
    margin: 0;
    font-weight: 700;
    padding: 0 0 0 74px;
}

.faq-list .schema-faq-section:before {
    background: url(https://webdesigncolumbia.us/wp-content/uploads/2024/10/arrow-down.svg) no-repeat scroll 0 0 / 100%;
    position: absolute;
    width: 52px;
    height: 52px;
    transform: rotate(180deg);
    right: auto;
    left: 28px;
    top: 35px;
    border-radius: 50%;
}

.faq-list .schema-faq-section:after {
    display: none;
}

.faq-list .schema-faq-section .schema-faq-answer {
    padding-left: 74px;
    padding-top: 20px;
    margin: 0;
    line-height: 24px;
}

.faq-list .schema-faq-section.open:before {
    transform: rotate(0);
}

.textPage .wp-block-heading {
    font-weight: 500;
    margin-top: 50px;
}

.swiper-box .swiper-wrapper {
    justify-content: center;
}

@media (min-width: 1024px) {
    .footer {
        padding-top: 130px;
    }

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

    .footer .footerCol {
        width: auto;
    }

    .footer .widget p {
        max-width: 225px;
    }

    .footer .bot {
        padding: 15px 0;
    }

    .footer .copyright,
    .footer .terms * {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    .footer .widget p {
        max-width: 300px;
    }
}

@media screen and (max-width: 991px) {
    .contact-info ul li {
        width: fit-content;
        margin: 0 auto 15px;
    }

    .follow-info ul {
        justify-content: center;
    }

    .contact-info ul li {
        display: block;
    }

    .contact-info ul li span {
        display: block;
    }

    .footer-contact,
    .footer-menu,
    .footer-right {
        margin-top: 25px;
    }

    .terms {
        justify-content: center;
        order: 0;
        flex-direction: column;
        gap: 10px;
    }

    .footer-bottom p {
        margin: 10px 0 0;
        order: 1;
    }

    .footer-top {
        display: block;
        text-align: center;
    }

    .footer-logo img {
        margin: 0 auto 20px;
    }

    .footer-left p {
        margin: 0 0 10px;
    }

    .footer-bottom {
        display: flex;
        text-align: center;
        border-color: rgba(18, 63, 83, 1);
        flex-direction: column;
    }

    .footer-badge {
        order: 0;
        margin: 0 auto 15px;
    }

    .footer-left {
        flex-wrap: wrap;
    }

    .footer-left-widgets {
        width: 100%;
        order: 1;
    }

    .fz26-42 {
        font-size: 30px;
    }

    .fz35-56 {
        font-size: 45px;
    }

    .footer-badge {
        max-width: 100px;
        max-height: 100px;
    }

    .footer-logo-wrapper {
        text-align: center;
    }

    .footer-logo-wrapper p {
        margin: 0 auto;
    }

    .footer-top .footer-logo-wrapper ul {
        justify-content: center;
    }

    .footer-widget {
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .bg-box .image {
        margin-top: 25px !important;
    }

    .bg-box {
        padding-bottom: 25px;
    }

    .textImage .content {
        margin-bottom: 0;
    }

    .wp-block-image img {
        height: auto !important;
    }

    .footer-top::before {
        left: -20px;
    }

    .footer-top::after {
        right: -20px;
    }

    .footer {
        padding-top: 75px;
    }

    .footer-bottom-menu ul {
        justify-content: center;
        gap: 5px 20px;
        margin: 0 0 15px;
    }

    .fz28-48 {
        font-size: 28px;
    }

    .form-footer {
        display: block;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {

    .header .menu ul li a,
    .header .contactBtn {
        font-size: 16px;
    }

    .header .mainMenu a {
        padding: 30px 8px;
    }

    .header .contactBtn {
        margin-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .faq-list .schema-faq-section:before {
        width: 38px;
        height: 38px;
        left: auto;
        right: 8px;
        top: 28px;
    }

    .faq-list .schema-faq-section .schema-faq-answer,
    .faq-list .schema-faq-section .schema-faq-question {
        padding-left: 0;
        padding-right: 30px;
    }

    .faq-list .schema-faq-section {
        padding: 28px 23px;
    }

    .header .logo img {
        max-width: 186px;
    }
}



@media (max-width: 767px) {
    .alignLeftMobile {
        text-align: left !important;
        margin-left: 0;
    }

    .content .blue {
        margin: 20px auto;
    }

    .mb-2 {
        margin-bottom: 10px;
    }
}

@media (min-width: 576px) {
    .container {
        padding: 0 35px;
    }

    .topWave:before,
    .botWave:after {
        height: 40px;
    }

    .topWave .container {
        padding-top: 40px;
    }

    .botWave .container {
        padding-bottom: 40px;
    }
}

@media (min-width: 768px) {
    :root {
        --wp--preset--spacing--1: 20px;
        --wp--preset--spacing--2: 40px;
        --wp--preset--spacing--3: 40px;
        --wp--preset--spacing--5: 60px;
        --wp--preset--spacing--6: 60px;
        --wp--preset--spacing--7: 60px;
    }

    .container {
        padding: 0 50px;
    }

    .topWave:before,
    .botWave:after {
        height: 50px;
    }

    .topWave .container {
        padding-top: 50px;
    }

    .botWave .container {
        padding-bottom: 50px;
    }

    .fz26-36 {
        font-size: 30px;
    }

    .fz26-32 {
        font-size: 29px;
    }

    .fz24-32,
    .fz20-36 {
        font-size: 28px;
    }

    .fz20-32 {
        font-size: 26px;
    }

    .fz20-24 {
        font-size: 22px;
    }

    .mobileCenter {
        text-align: unset;
    }

    .wp-block-columns.tabletReverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .tabletCenter {
        text-align: center;
    }
}

@media (min-width: 991px) {
    .dflex991 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .dnone991 {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    :root {
        --wp--preset--spacing--3: 60px;
        --wp--preset--spacing--4: 60px;
        --wp--preset--spacing--5: 80px;
        --wp--preset--spacing--6: 80px;
        --wp--preset--spacing--7: 80px;
    }

    html #wpadminbar {
        display: block;
    }

    .dnone1024 {
        display: none !important;
    }

    .dblock1024 {
        display: block !important;
    }

    .dflex1024 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .fz26-36,
    .fz20-36 {
        font-size: 36px;
    }

    .fz26-32,
    .fz24-32,
    .fz20-32 {
        font-size: 32px;
    }

    .fz20-24 {
        font-size: 24px;
    }

    .fz16-18 {
        font-size: 18px;
    }

    .titleAndText {
        margin-bottom: 50px;
    }

    .wp-block-columns.tabletReverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: unset;
        flex-direction: unset;
    }

    .tabletCenter {
        text-align: unset;
    }

    .page-id-6229 .header:not(.bg) .menu li.current-menu-item>a {
        /*color: #fff;
       */
        color: var(--dark1);
        text-decoration: underline;
    }
}

@media (min-width: 1280px) {
    :root {
        --wp--preset--spacing--4: 80px;
        --wp--preset--spacing--7: 100px;
    }

    .container {
        padding: 0 70px;
    }
}

@media (min-width: 1440px) {
    :root {
        --wp--preset--spacing--5: 100px;
        --wp--preset--spacing--6: 100px;
        --wp--preset--spacing--7: 120px;
    }

    .container {
        padding: 0 100px;
    }

    .header .container {
        padding: 16px 50px;
    }
}

@media (min-width: 1600px) {
    :root {
        --wp--preset--spacing--6: 120px;
        --wp--preset--spacing--7: 140px;
    }
}

@media (min-width: 1900px) {
    body {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .fz26-32 br {
        display: none;
    }

    .header .menu .sub-menu.show {
        width: 100%;
    }

    html {
        margin-top: 0 !important;
    }

    .g-text a {
        font-size: 35px;
    }
}