.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
@font-face {
    font-family: Calibri;
    src: url(../../fonts/Calibri-Bold.woff2) format("woff2"), url(../../fonts/Calibri-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Calibri;
    src: url(../../fonts/Calibri.woff2) format("woff2"), url(../../fonts/Calibri.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
html.locked {
    overflow: hidden;
}
body {
    font-family: Poppins, sans-serif;
    line-height: 1.5;
    margin: 0 auto;
    overflow-x: hidden;
    font-size: 16px;
    font-size: 1rem;
    scroll-behavior: smooth;
    color: #2c2b6d;
    overflow-x: clip;
}
@media (max-width: 1366px) {
    body {
        font-size: 14.4px;
        font-size: 0.9rem;
    }
}
@media (max-width: 1024px) {
    body {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
section {
    clear: both;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (max-width: 1366px) {
    section {
        padding-top: 36px;
        padding-bottom: 36px;
    }
}
@media (max-width: 1024px) {
    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: Poppins, sans-serif;
}
a {
    text-decoration: none;
    color: inherit;
}
button {
    cursor: pointer;
    background: 0 0;
    border: none;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
}
input,
textarea {
    font: inherit;
}
details,
details summary {
    padding-left: 0;
    background-image: none;
    -webkit-appearance: none;
    list-style: none;
}
details summary::-webkit-details-marker {
    display: none;
}
select {
    font: inherit;
    color: inherit;
}
em {
    font-style: italic;
}
::-moz-placeholder {
    color: #89939e;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
}
:-ms-input-placeholder {
    color: #89939e;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
}
::placeholder {
    color: #89939e;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
}
section.large {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 1366px) {
    section.large {
        padding-top: 72px;
        padding-bottom: 72px;
    }
}
@media (max-width: 1024px) {
    section.large {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}
@media (max-width: 768px) {
    section.large {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 425px) {
    section.large {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}
.hidden,
.input-file {
    display: none;
}
.link-seo {
    cursor: pointer;
}
.container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
@media (min-width: 425px) {
    .container {
        max-width: 425px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1366px) {
    .container {
        max-width: 1230px;
    }
}
.bold-text,
strong {
    font-weight: 700;
}
.full-width {
    width: auto;
    max-width: 100%;
    height: auto;
}
.full-height {
    width: auto;
    max-width: unset;
    height: 100%;
}
.no-image {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.bg-full {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.text-center {
    text-align: center;
}
.margin-center {
    margin-left: auto;
    margin-right: auto;
}
.text-box {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    text-align: center;
    width: 95%;
}
.block {
    display: block;
}
.uppercase {
    text-transform: uppercase;
}
.cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    vertical-align: bottom;
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.figure-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.figure-bg img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: bottom;
}
.linear-border {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #3d70bd, #47b881, #ea882d);
}
.linear-border img,
.linear-border svg {
    max-width: 50%;
    position: relative;
    z-index: 1;
}
.linear-border::before {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 94%;
    height: 94%;
    border-radius: 50%;
    background-color: #032b68;
}
.loader {
    display: block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
}
.loader::after,
.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 5px solid #fff;
    animation: prixClipFix 2s linear infinite;
}
.loader::after {
    transform: rotate3d(90, 90, 0, 180deg);
    border-color: #ff3d00;
}
@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes prixClipFix {
    0% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }
    50% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }
    100%,
    75% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
    }
}
.wpcf7-response-output {
    display: none;
}
.wpcf7-spinner {
    display: none;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 15px;
    margin: 0;
    z-index: 1;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7-list-item label {
    display: flex;
    gap: 10px;
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 170px;
    font-family: Cabin, sans-serif;
    color: #74b6e9;
    font-size: 25px;
    font-weight: 700;
    line-height: 22px;
}
.logo span {
    color: #366c95;
}
.row {
    display: flex;
}
.gradient-text {
    background: linear-gradient(164deg, #8c52ff -51.62%, #28166c 202.24%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
.gradient-text--green {
    background: linear-gradient(68deg, #12538f 5.87%, #19cda2 86.55%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
.flexible-content-block {
    display: none;
}
.flexible-content-block.selected {
    display: block;
}
.text {
    color: #2c2b6d;
    font-family: Poppins, sans-serif;
}
.text--alt {
    color: #8c52ff;
}
.text p {
    font-size: 16px;
    font-size: 1rem;
    color: inherit;
    font-weight: 400;
    line-height: 1.875em;
}
@media (max-width: 1366px) {
    .text p {
        font-size: 14.4px;
        font-size: 0.9rem;
    }
}
@media (max-width: 1024px) {
    .text p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.text p:not(:last-child) {
    margin: 0 0 20px;
}
.text a {
    text-decoration: underline;
    color: #117bd4;
    transition: all ease 0.3s;
}
.text a:hover {
    color: #1862d0;
}
.page-template-about .section-content .title--55,
.page-template-azure-system .section-content h2,
.page-template-services .section-content .title--55,
.title,
.title--100,
.title--20,
.title--25,
.title--30,
.title--35,
.title--40,
.title--45,
.title--50,
.title--55,
.title--64 {
    color: #2c2b6d;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}
.alt.title--100,
.alt.title--20,
.alt.title--25,
.alt.title--30,
.alt.title--35,
.alt.title--40,
.alt.title--45,
.alt.title--50,
.alt.title--55,
.alt.title--64,
.page-template-about .section-content .alt.title--55,
.page-template-azure-system .section-content h2.alt,
.page-template-services .section-content .alt.title--55,
.title.alt {
    color: #fff;
}
.center.title--100,
.center.title--20,
.center.title--25,
.center.title--30,
.center.title--35,
.center.title--40,
.center.title--45,
.center.title--50,
.center.title--55,
.center.title--64,
.page-template-about .section-content .center.title--55,
.page-template-azure-system .section-content h2.center,
.page-template-services .section-content .center.title--55,
.title.center {
    text-align: center;
}
.title--100 {
    font-size: 100px;
    font-size: 6.25rem;
    margin-bottom: 0.25em;
}
@media (max-width: 1366px) {
    .title--100 {
        font-size: 90px;
        font-size: 5.625rem;
    }
}
@media (max-width: 1024px) {
    .title--100 {
        font-size: 70px;
        font-size: 4.375rem;
    }
}
@media (max-width: 768px) {
    .title--100 {
        font-size: 50px;
        font-size: 3.125rem;
    }
}
@media (max-width: 425px) {
    .title--100 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}
.title--64 {
    font-size: 64px;
    font-size: 4rem;
    margin-bottom: 0.390625em;
}
@media (max-width: 1366px) {
    .title--64 {
        font-size: 57.6px;
        font-size: 3.6rem;
    }
}
@media (max-width: 1024px) {
    .title--64 {
        font-size: 44.8px;
        font-size: 2.8rem;
    }
}
@media (max-width: 768px) {
    .title--64 {
        font-size: 32px;
        font-size: 2rem;
    }
}
@media (max-width: 425px) {
    .title--64 {
        font-size: 25.6px;
        font-size: 1.6rem;
    }
}
.title--55 {
    font-size: 55px;
    font-size: 3.4375rem;
    margin-bottom: 0.4545454545em;
}
@media (max-width: 1366px) {
    .title--55 {
        font-size: 49.5px;
        font-size: 3.09375rem;
    }
}
@media (max-width: 1024px) {
    .title--55 {
        font-size: 38.5px;
        font-size: 2.40625rem;
    }
}
@media (max-width: 768px) {
    .title--55 {
        font-size: 27.5px;
        font-size: 1.71875rem;
    }
}
@media (max-width: 425px) {
    .title--55 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}
.title--50 {
    font-size: 50px;
    font-size: 3.125rem;
    margin-bottom: 0.5em;
}
@media (max-width: 1366px) {
    .title--50 {
        font-size: 45px;
        font-size: 2.8125rem;
    }
}
@media (max-width: 1024px) {
    .title--50 {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}
@media (max-width: 768px) {
    .title--50 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}
@media (max-width: 425px) {
    .title--50 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.title--45 {
    font-size: 45px;
    font-size: 2.8125rem;
    margin-bottom: 0.5555555556em;
}
@media (max-width: 1366px) {
    .title--45 {
        font-size: 40.5px;
        font-size: 2.53125rem;
    }
}
@media (max-width: 1024px) {
    .title--45 {
        font-size: 31.5px;
        font-size: 1.96875rem;
    }
}
@media (max-width: 768px) {
    .title--45 {
        font-size: 22.5px;
        font-size: 1.40625rem;
    }
}
@media (max-width: 425px) {
    .title--45 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.page-template-about .section-content .title--55,
.page-template-azure-system .section-content h2,
.page-template-services .section-content .title--55,
.title--40 {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 0.625em;
}
@media (max-width: 1366px) {
    .page-template-about .section-content .title--55,
    .page-template-azure-system .section-content h2,
    .page-template-services .section-content .title--55,
    .title--40 {
        font-size: 36px;
        font-size: 2.25rem;
    }
}
@media (max-width: 1024px) {
    .page-template-about .section-content .title--55,
    .page-template-azure-system .section-content h2,
    .page-template-services .section-content .title--55,
    .title--40 {
        font-size: 28px;
        font-size: 1.75rem;
    }
}
@media (max-width: 768px) {
    .page-template-about .section-content .title--55,
    .page-template-azure-system .section-content h2,
    .page-template-services .section-content .title--55,
    .title--40 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
@media (max-width: 425px) {
    .page-template-about .section-content .title--55,
    .page-template-azure-system .section-content h2,
    .page-template-services .section-content .title--55,
    .title--40 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.title--35 {
    font-size: 35px;
    font-size: 2.1875rem;
    margin-bottom: 0.7142857143em;
}
@media (max-width: 1366px) {
    .title--35 {
        font-size: 31.5px;
        font-size: 1.96875rem;
    }
}
@media (max-width: 1024px) {
    .title--35 {
        font-size: 24.5px;
        font-size: 1.53125rem;
    }
}
@media (max-width: 768px) {
    .title--35 {
        font-size: 19px;
        font-size: 1.1875rem;
    }
}
.title--30 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 0.8333333333em;
}
@media (max-width: 1366px) {
    .title--30 {
        font-size: 27px;
        font-size: 1.6875rem;
    }
}
@media (max-width: 1024px) {
    .title--30 {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}
@media (max-width: 768px) {
    .title--30 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
.title--25 {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 1em;
}
@media (max-width: 1366px) {
    .title--25 {
        font-size: 22.5px;
        font-size: 1.40625rem;
    }
}
@media (max-width: 1024px) {
    .title--25 {
        font-size: 17.5px;
        font-size: 1.09375rem;
    }
}
@media (max-width: 768px) {
    .title--25 {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}
.title--20 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 1.25em;
}
@media (max-width: 1366px) {
    .title--20 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
@media (max-width: 1024px) {
    .title--20 {
        font-size: 16px;
        font-size: 1rem;
    }
}
.page-template-about .section-content .title--55 span,
.page-template-azure-system .section-content h2 span,
.page-template-services .section-content .title--55 span,
.title span,
.title--100 span,
.title--20 span,
.title--25 span,
.title--30 span,
.title--35 span,
.title--40 span,
.title--45 span,
.title--50 span,
.title--55 span,
.title--64 span {
    color: #8c52ff;
}
.subtitle {
    text-align: center;
}
.subtitle.alt {
    color: #fff;
}
.btn,
.btn--outline,
.btn--primary,
.btn--secondary,
.btn--tertiary {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 18px 40px;
    border-radius: 11px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-align: center;
    transition-property: background-color, color, border-color;
    transition-duration: 0.3s;
    transform-origin: ease;
    cursor: pointer;
    border: 1px solid transparent;
    z-index: 1;
}
@media (max-width: 1366px) {
    .btn,
    .btn--outline,
    .btn--primary,
    .btn--secondary,
    .btn--tertiary {
        font-size: 14.4px;
        font-size: 0.9rem;
    }
}
@media (max-width: 1024px) {
    .btn,
    .btn--outline,
    .btn--primary,
    .btn--secondary,
    .btn--tertiary {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.btn--primary {
    background: #05c46b;
    color: #fff;
}
.btn--primary:not([disabled="disabled"]):hover {
    background: #049250;
}
.btn--secondary {
    background-color: #eee6ff;
}
.btn--secondary:not([disabled="disabled"]):hover {
    background-color: #d9c9fd;
}
.btn--outline {
    background: 0 0;
    color: #fff;
    border-color: #05c46b;
    overflow: hidden;
}
.btn--outline::before {
    content: "";
    position: absolute;
    transform: translateX(-100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #05c46b;
    transition: all ease 0.4s;
    z-index: -1;
}
.btn--outline:not([disabled="disabled"]):hover {
    color: #fff;
    border-color: #05c46b;
}
.btn--outline:not([disabled="disabled"]):hover::before {
    transform: translateX(0);
}
.btn--outline.alt {
    border-color: #abbed1;
    color: #abbed1;
    background-color: #f5f7fa;
}
.btn--outline.alt::before {
    display: none;
}
.btn--outline.alt:not([disabled="disabled"]):hover {
    border-color: #8c52ff;
    color: #8c52ff;
}
.the-content {
    color: #2c2b6d;
}
.the-content.alt {
    color: #fff;
}
.the-content.center p {
    text-align: center;
}
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
    color: #2c2b6d;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    line-height: 1.2;
}
.the-content h1 {
    font-size: 70px;
    font-size: 4.375rem;
    margin-bottom: 0.7142857143em;
}
@media (max-width: 1366px) {
    .the-content h1 {
        font-size: 63px;
        font-size: 3.9375rem;
    }
}
@media (max-width: 1024px) {
    .the-content h1 {
        font-size: 49px;
        font-size: 3.0625rem;
    }
}
@media (max-width: 768px) {
    .the-content h1 {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}
@media (max-width: 425px) {
    .the-content h1 {
        font-size: 28px;
        font-size: 1.75rem;
    }
}
.the-content h2 {
    font-size: 31px;
    font-size: 1.9375rem;
    margin-bottom: 1.2903225806em;
}
@media (max-width: 1366px) {
    .the-content h2 {
        font-size: 27.9px;
        font-size: 1.74375rem;
    }
}
@media (max-width: 1024px) {
    .the-content h2 {
        font-size: 21.7px;
        font-size: 1.35625rem;
    }
}
@media (max-width: 768px) {
    .the-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.the-content h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 0.8em;
}
@media (max-width: 1366px) {
    .the-content h3 {
        font-size: 22.5px;
        font-size: 1.40625rem;
    }
}
@media (max-width: 1024px) {
    .the-content h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
.the-content h4 {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-bottom: 1.0526315789em;
}
@media (max-width: 1366px) {
    .the-content h4 {
        font-size: 17.1px;
        font-size: 1.06875rem;
    }
}
@media (max-width: 1024px) {
    .the-content h4 {
        font-size: 16px;
        font-size: 1rem;
    }
}
.the-content h5 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1.0526315789em;
}
@media (max-width: 1366px) {
    .the-content h5 {
        font-size: 16px;
        font-size: 1rem;
    }
}
.the-content h6 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 1.0526315789em;
}
@media (max-width: 1366px) {
    .the-content h6 {
        font-size: 16px;
        font-size: 1rem;
    }
}
.the-content p + h2,
.the-content p + h3,
.the-content p + h4,
.the-content p + h5,
.the-content p + h6 {
    margin-top: 30px;
}
@media (max-width: 1366px) {
    .the-content p + h2,
    .the-content p + h3,
    .the-content p + h4,
    .the-content p + h5,
    .the-content p + h6 {
        margin-top: 27px;
    }
}
@media (max-width: 1024px) {
    .the-content p + h2,
    .the-content p + h3,
    .the-content p + h4,
    .the-content p + h5,
    .the-content p + h6 {
        margin-top: 21px;
    }
}
@media (max-width: 768px) {
    .the-content p + h2,
    .the-content p + h3,
    .the-content p + h4,
    .the-content p + h5,
    .the-content p + h6 {
        margin-top: 20px;
    }
}
.the-content p:not(:last-child) {
    margin-bottom: 20px;
}
@media (max-width: 1366px) {
    .the-content p:not(:last-child) {
        margin-bottom: 18px;
    }
}
@media (max-width: 1024px) {
    .the-content p:not(:last-child) {
        margin-bottom: 16px;
    }
}
.the-content a {
    text-decoration: underline;
    color: #117bd4;
    transition: all ease 0.3s;
}
.the-content a:hover {
    color: #1862d0;
}
.the-content .alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.the-content .alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.the-content .aligncenter {
    margin: 0 auto 20px;
}
.the-content .figure,
.the-content .wp-caption {
    position: relative;
    margin-bottom: 20px;
}
.the-content .figure img,
.the-content .wp-caption img {
    display: block;
    height: auto;
}
.the-content .wp-caption,
.the-content .wp-caption img {
    width: 100%;
}
.the-content .figure .wp-caption-text,
.the-content .wp-caption .wp-caption-text {
    bottom: 0;
    background: rgba(20, 31, 25, 0.7);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    color: #fff;
    left: 0;
    margin: 0;
    padding: 5% 10% 10%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.the-content em {
    font-style: italic;
}
.the-content ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: disc;
    padding-left: 22px;
    margin-block: 30px;
}
.the-content ul > li {
    font-size: 16px;
    font-size: 1rem;
}
@media (max-width: 1366px) {
    .the-content ul > li {
        font-size: 14.4px;
        font-size: 0.9rem;
    }
}
@media (max-width: 1024px) {
    .the-content ul > li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.the-content ol {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-block: 30px;
    counter-reset: li;
    list-style: none;
}
.the-content ol li {
    counter-increment: li;
}
.the-content ol li::before {
    content: counter(li);
    display: inline-block;
    font-weight: 700;
    margin-right: 14px;
    text-align: right;
}
.the-content.list-alt ul {
    list-style-image: url(../../images/icons/check-rounded.svg);
}
.the-content.list-alt p {
    margin-block: 20px;
}
.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 70px;
}
.owl-carousel .owl-dots button span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #8c52ff;
    opacity: 0.3;
}
.owl-carousel .owl-dots button.active span {
    opacity: 1;
}
.owl-carousel.dots-alt .owl-dots button span {
    background-color: #05c46b;
}
.owl-carousel.dots-alt .owl-dots button.active span {
    opacity: 1;
}
.owl-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 0;
}
.owl-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #8c52ff !important;
    color: #fff !important;
    transition: all ease 0.3s;
}
.owl-nav button.disabled {
    background-color: #d6d9dd !important;
    color: #8c52ff !important;
}
.search-blog {
    display: flex;
    gap: 10px;
    width: -moz-max-content;
    width: max-content;
    padding: 11px 17px;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    border: 1px solid #bac2d6;
    background: rgba(69, 126, 255, 0.06);
    margin-bottom: 17px;
}
.search-blog input {
    width: 170px;
    border: none;
    outline: 0;
    background-color: transparent;
}
.search-blog input::-moz-placeholder {
    color: rgba(39, 38, 104, 0.41);
    font-family: Poppins, sans-serif;
    font-size: 17px;
    line-height: 28px;
}
.search-blog input:-ms-input-placeholder {
    color: rgba(39, 38, 104, 0.41);
    font-family: Poppins, sans-serif;
    font-size: 17px;
    line-height: 28px;
}
.search-blog input::placeholder {
    color: rgba(39, 38, 104, 0.41);
    font-family: Poppins, sans-serif;
    font-size: 17px;
    line-height: 28px;
}
.search-blog:focus-within {
    outline: 1px solid #8c52ff;
}
.input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}
.input-wrapper label {
    color: #d4cdef;
    font-family: Poppins, sans-serif;
    font-size: 13px;
}
.input-wrapper .row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10.5px 12px;
    background-color: #fff;
    border-radius: 8px;
}
.input-wrapper svg {
    flex-shrink: 0;
    max-width: 14px;
}
.input-wrapper input,
.input-wrapper textarea {
    border: none;
    outline: 0;
    width: 100%;
}
.input-wrapper textarea {
    height: 114px;
    resize: none;
}
.input-wrapper--terms {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 4px;
}
.input-wrapper--terms label {
    color: #fff;
    font-size: 13px;
}
.input-wrapper--button {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.input-wrapper--button input {
    width: 100%;
    max-width: none;
}
.main-header {
    position: sticky;
    top: 0;
    z-index: 99;
    background: linear-gradient(80deg, #0e101b 9%, #8c52ff 98.79%), #0e101b;
    transition: all ease 0.3s;
}
.main-header.header-fixed {
    box-shadow: 0 -5px 32px 0 rgba(0, 0, 0, 0.75);
}
.main-header .header-logo {
    display: flex;
    align-items: center;
}
@media (min-width: 1024px) {
    .main-header .top {
        padding: 14px 0;
        border-bottom: 2px solid #4e614b;
        width: 100%;
        position: relative;
        transition: all ease 0.3s;
    }
    .main-header .top .container {
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
}
@media (min-width: 1024px) and (max-width: 767px) {
    .main-header .top .container {
        flex-direction: column;
    }
}
@media (min-width: 1024px) {
    .main-header .top .buttons-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
        margin-left: auto;
    }
    .main-header .top .buttons-wrapper a {
        padding: 10px 20px;
        border-radius: 6px;
    }
    .main-header .top .buttons-wrapper a:first-child {
        font-weight: 700;
    }
    .main-header .top .buttons-wrapper .float-whats {
        position: relative;
        bottom: 0;
        right: 0;
        width: 50px;
        height: 46px;
        box-shadow: none;
        border-radius: 6px;
    }
    .main-header .top .buttons-wrapper .float-whats:hover {
        transform: none;
    }
    .main-header .top .buttons-wrapper .float-whats:hover::before {
        transform: translate(-50%, -50%) scale(1.1);
    }
}
@media (min-width: 1024px) {
    .main-header .top .open-search {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
        transition: all ease 0.3s;
        color: #fff;
    }
    .main-header .top .open-search:hover {
        background: #eee6ff;
    }
}
@media (min-width: 1024px) {
    .main-header .bottom {
        padding: 23px 0;
    }
    .main-header .bottom .close-menu-mobile {
        display: none;
    }
    .main-header .bottom .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 65px;
    }
}
@media (min-width: 1024px) and (max-width: 1023px) {
    .main-header .bottom .container {
        gap: 20px;
    }
}
@media (min-width: 1024px) {
    .main-header .main-menu {
        flex: 1;
    }
    .main-header .main-menu > ul {
        display: flex;
        justify-content: end;
        gap: 20px;
        align-items: center;
    }
}
@media (min-width: 1024px) and (max-width: 1365px) {
    .main-header .main-menu > ul {
        justify-content: flex-end;
    }
}
@media (min-width: 1024px) {
    .main-header .main-menu > ul > li {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        font-size: 16px;
    }
}
@media (min-width: 1024px) and (max-width: 1023px) {
    .main-header .main-menu > ul > li {
        gap: 17px;
    }
}
@media (min-width: 1024px) {
    .main-header .main-menu > ul > li > a{
        color: #e4fba1;
    }
}

    .main-header .main-menu > ul > li > a:hover {
        color: #fff;
    }
}
@media (min-width: 1024px) {
    .main-header .main-menu > ul > li:hover > .sub-menu {
        display: flex !important;
    }
}
@media (min-width: 1024px) {
    .main-header .main-menu > ul > li.current-menu-item {
        font-weight: 700;
        color: #8c52ff;
    }
}
@media (min-width: 1024px) {
    .main-header .main-menu > ul > li.menu-item-has-children::after {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M8.79163 12.2618C8.39138 12.757 7.63645 12.757 7.2362 12.2618L3.26813 7.35262C2.73956 6.69868 3.205 5.724 4.04585 5.724L11.982 5.724C12.8228 5.724 13.2883 6.69868 12.7597 7.35262L8.79163 12.2618Z' fill='%2305C46B'/%3E%3C/svg%3E");
        background-size: cover;
    }
    .main-header .main-menu > ul > li.menu-item-has-children .sub-menu {
        position: absolute;
        transform: translate(-50%, 100%);
        bottom: 0;
        left: 50%;
        flex-direction: column;
        gap: 20px;
        background-color: #05c46b;
        padding: 10px 20px;
        border-radius: 7px;
        width: 230px;
        color: #fff;
        font-weight: 600;
    }
}
@media (min-width: 1024px) {
    .main-header .main-menu > ul > li button {
        display: none;
    }
}
@media (min-width: 1024px) {
    .main-header .main-menu > ul > li a {
        transition: all ease 0.3s;
    }
}
@media (min-width: 1024px) {
    .main-header .main-menu .sub-menu {
        display: none;
    }
}
@media (max-width: 1023px) {
    .main-header .menu-mobile {
        position: fixed;
        transform: translateX(100%);
        top: 0;
        left: 0;
        z-index: 99;
        display: flex;
        width: 100%;
        height: 100%;
        transition: all ease 0.3s;
    }
    .main-header .menu-mobile.opened {
        transform: translateX(0);
    }
    .main-header .menu-mobile .container {
        max-width: none;
        padding: 0;
    }
    .main-header .menu-mobile .content {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
    }
    .main-header .menu-mobile .top {
        padding: 20px;
        background-color: #8c52ff;
    }
    .main-header .menu-mobile .top .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
    }
    .main-header .menu-mobile .buttons-wrapper {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .main-header .menu-mobile .buttons-wrapper a {
        padding: 10px 20px;
    }
    .main-header .menu-mobile .buttons-wrapper .float-whats {
        position: relative;
        bottom: 0;
        right: 0;
        width: 50px;
        height: 46px;
        box-shadow: none;
        border-radius: 11px;
    }
    .main-header .menu-mobile .buttons-wrapper .float-whats:hover {
        transform: none;
    }
    .main-header .menu-mobile .buttons-wrapper .float-whats:hover::before {
        transform: translate(-50%, -50%) scale(1.1);
    }
    .main-header .menu-mobile .social-medias {
        order: 1;
    }
    .main-header .menu-mobile .open-search {
        display: none;
    }
    .main-header .menu-mobile .bottom {
        order: -1;
        flex: 1;
    }
    .main-header .menu-mobile .header-logo {
        display: flex;
        align-items: center;
        max-width: -moz-max-content;
        max-width: max-content;
        width: 100%;
        margin: 20px;
    }
    .main-header .menu-mobile .main-menu {
        padding: 20px;
        border-top: 1px solid #e4e5e9;
    }
    .main-header .menu-mobile .main-menu a {
        font-size: 18px;
    }
    .main-header .menu-mobile .main-menu li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .main-header .menu-mobile .main-menu li button {
        font-size: 30px;
        color: #05c46b;
    }
    .main-header .menu-mobile .main-menu > ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .main-header .menu-mobile .main-menu > ul .sub-menu {
        display: none;
        width: 100%;
        order: 1;
        padding-left: 10px;
    }
}
.main-header .top.alt {
    padding: 14px 0;
    border-bottom: 2px solid #eae4f4;
}
@media (max-width: 767px) {
    .main-header .top.alt .social-medias {
        display: none;
    }
}
.main-header .top.alt .open-search {
    display: none !important;
}
.main-header .top.alt .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media (max-width: 767px) {
    .main-header .top.alt .container {
        flex-direction: column;
    }
}
.main-header .top.alt .buttons-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-left: auto;
}
@media (max-width: 767px) {
    .main-header .top.alt .buttons-wrapper {
        margin: 0 auto;
    }
}
.main-header .top.alt .buttons-wrapper a {
    padding: 10px 20px;
    border-radius: 6px;
}
@media (max-width: 376px) {
    .main-header .top.alt .buttons-wrapper a {
        padding: 10px 14px;
        font-size: 12px;
    }
}
.main-header .top.alt .buttons-wrapper a:first-child {
    font-weight: 700;
}
.main-header .top.alt .buttons-wrapper .float-whats {
    position: relative;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    box-shadow: none;
}
.main-header .top.alt .buttons-wrapper .float-whats:hover {
    transform: none;
}
.main-header .top.alt .buttons-wrapper .float-whats:hover::before {
    transform: translate(-50%, -50%) scale(1.1);
}
.main-header .top.alt .open-search {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    transition: all ease 0.3s;
}
.main-header .top.alt .open-search:hover {
    background: #eee6ff;
}
.header-mobile {
    padding: 20px 0;
}
@media (min-width: 1024px) {
    .header-mobile {
        display: none;
    }
}
.header-mobile .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-mobile img {
    max-width: 200px;
}
.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
}
.hamburger span {
    width: 100%;
    height: 3px;
    border-radius: 100px;
    background-color: #8c52ff;
}
.close-menu {
    width: 40px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    flex-shrink: 0;
}
@media (min-width: 1024px) {
    .close-menu {
        display: none;
    }
}
.close-menu button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin-top: 20px;
    background-color: #8c52ff;
    color: #fff;
}
.search-header {
    position: absolute;
    transform: translateX(-100%);
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% - 75px);
    background-color: #fff;
    z-index: 1;
    transition: all ease 0.3s;
}
@media (max-width: 1023px) {
    .search-header {
        display: none;
    }
}
.search-header.open {
    transform: translateX(0);
}
.search-header input {
    width: 100%;
    height: 100%;
    border: 2px solid #eae4f4;
    padding: 0 20px;
    border-radius: 5px;
}
.main-banner-lp {
    padding: 0;
}
.main-banner-lp .container {
    display: flex;
    gap: 30px;
}
@media (max-width: 767px) {
    .main-banner-lp .container {
        flex-direction: column;
    }
}
.main-banner-lp .left {
    width: 100%;
    max-width: 557px;
    padding-top: 36px;
}
@media (max-width: 1365px) {
    .main-banner-lp .left {
        max-width: 400px;
    }
}
@media (max-width: 1023px) {
    .main-banner-lp .left {
        max-width: 300px;
    }
}
@media (max-width: 767px) {
    .main-banner-lp .left {
        max-width: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
.main-banner-lp h1 {
    margin-bottom: 125px;
}
@media (max-width: 1023px) {
    .main-banner-lp h1 {
        margin-bottom: 20px;
    }
}
.main-banner-lp h2 {
    margin-bottom: 12px;
}
.main-banner-lp p {
    margin-bottom: 25px;
    color: #2c2b6d;
}
.main-banner-lp .btn--primary {
    padding: 17px 31px;
}
.main-banner-lp figure {
    position: relative;
    height: 53vw;
    max-height: 728px;
}
@media (max-width: 767px) {
    .main-banner-lp figure {
        position: static;
        height: auto;
        max-height: none;
    }
}
.main-banner-lp figure img {
    position: absolute;
    left: 0;
    width: auto;
    height: 100%;
    max-width: none;
}
@media (max-width: 767px) {
    .main-banner-lp figure img {
        position: static;
        max-width: 100%;
    }
}
.section-functionalities .functionalities-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 70px;
}
@media (max-width: 767px) {
    .section-functionalities .functionalities-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}
.section-functionalities .functionality-card {
    padding: 48px 38px;
    border: 2px solid #e4d9fa;
    border-radius: 11px;
    transition: all ease 0.3s;
}
@media (max-width: 1023px) {
    .section-functionalities .functionality-card {
        padding: 30px 20px;
    }
}
.section-functionalities .functionality-card:hover {
    background-color: #8c52ff;
    border-color: #8c52ff;
}
.section-functionalities .functionality-card:hover h3,
.section-functionalities .functionality-card:hover p {
    color: #fff;
}
.section-functionalities .functionality-card:hover img {
    transition: all ease 0.3s;
    filter: brightness(0) saturate(100%) invert(79%) sepia(32%) saturate(6614%) hue-rotate(213deg) brightness(96%) contrast(110%);
}
@media (max-width: 767px) {
    .section-functionalities h3 {
        display: flex;
        gap: 20px;
        align-items: center;
    }
}
.section-functionalities .icon-wrapper {
    display: flex;
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .section-functionalities .icon-wrapper {
        width: 25px;
        height: 25px;
        margin-bottom: 0;
    }
}
.section-functionalities .icon-wrapper img {
    transition: all ease 0.3s;
    filter: brightness(0) saturate(100%) invert(43%) sepia(45%) saturate(6865%) hue-rotate(242deg) brightness(100%) contrast(102%);
}
.section-functionalities h3,
.section-functionalities p {
    transition: all ease 0.3s;
}
.section-contact {
    padding: 0;
}
.section-contact::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(80deg, #0e101b 9%, #8c52ff 98.79%), #0e101b;
    border-radius: 250px 0 0 0;
}
@media (max-width: 1200px) {
    .section-contact::before {
        border-radius: 165px 0 0 0;
    }
}
@media (max-width: 1023px) {
    .section-contact {
        padding-bottom: 30px;
    }
}
.section-contact .container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 47px;
}
@media (max-width: 1023px) {
    .section-contact .container {
        flex-direction: column-reverse;
    }
}
.section-contact .container > .left {
    max-width: 700px;
    width: 100%;
    flex-shrink: 0;
    padding: 117px 0;
}
@media (max-width: 1365px) {
    .section-contact .container > .left {
        max-width: 550px;
    }
}
@media (max-width: 1023px) {
    .section-contact .container > .left {
        padding: 0;
        max-width: none;
    }
}
.section-contact .container > .right {
    position: relative;
    width: 100%;
}
.section-contact .container > .right img {
    position: absolute;
    max-width: none;
    height: 100%;
    width: auto;
}
@media (max-width: 1023px) {
    .section-contact .container > .right img {
        position: static;
        height: auto;
        max-width: 100%;
    }
}
.section-contact h2 {
    max-width: 451px;
}
.section-contact .the-content {
    max-width: 600px;
    color: #d4cdef;
    font-family: Poppins;
}
.section-contact form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}
@media (max-width: 767px) {
    .section-contact form {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
.section-contact form .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
@media (max-width: 767px) {
    .section-contact form .left {
        gap: 10px;
    }
}
.section-contact form .left svg {
    height: 27px;
}
.section-contact form .right {
    display: flex;
    flex-direction: column;
}
.section-contact form .right .input-wrapper:nth-of-type(1) {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .section-contact form .right .input-wrapper:nth-of-type(1) {
        margin-bottom: 10px;
    }
}
.section-contact form .input-wrapper--terms {
    margin: 20px 0;
}
.section-contact form .input-wrapper--button input {
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .section-contact form textarea {
        height: 75px;
    }
}
.section-about .container {
    display: flex;
    align-items: center;
    gap: 53px;
}
@media (max-width: 1023px) {
    .section-about .container {
        flex-direction: column;
    }
}
.section-about .left {
    width: 100%;
    max-width: 387px;
}
@media (max-width: 1023px) {
    .section-about .left {
        max-width: none;
    }
}
@media (max-width: 767px) {
    .section-about .left {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
.section-about .left h2 {
    color: #05c46b;
    margin-bottom: 20px;
}
.section-about .left h2 span {
    color: #8c52ff;
}
.section-about .left .btn--primary {
    width: 100%;
    max-width: 273px;
    padding-block: 19px;
    margin-top: 60px;
    font-size: 18px;
    font-family: Calibri;
}
@media (max-width: 1023px) {
    .section-about .left .btn--primary {
        padding-block: 10px;
        margin-top: 30px;
    }
}
.section-about .right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 45px;
}
@media (max-width: 1365px) {
    .section-about .right {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 1023px) {
    .section-about .right {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .section-about .right {
        gap: 30px;
    }
}
.section-about .about-card {
    display: flex;
    gap: 25px;
}
.section-about .about-card:hover .icon-wrapper {
    background-color: #8c52ff;
}
.section-about .about-card h3 {
    margin-bottom: 10px;
}
.section-about .about-card .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #05c46b;
    transition: all ease 0.3s;
}
@media (max-width: 767px) {
    .section-about .about-card .icon-wrapper {
        transform: scale(0.8);
    }
}
.section-thanks-lp {
    background: linear-gradient(41deg, #4a1aaa 27.57%, #8c52ff 119.12%);
}
.section-thanks-lp .container {
    display: flex;
    gap: 40px;
}
@media (max-width: 1023px) {
    .section-thanks-lp .container {
        flex-direction: column;
    }
}
.section-thanks-lp .content {
    width: 100%;
    max-width: 550px;
    flex-shrink: 0;
}
.section-thanks-lp h2 {
    max-width: 397px;
    margin-bottom: 34px;
}
.section-thanks-lp .the-content {
    color: #fff;
    margin-bottom: 45px;
}
.section-thanks-lp .btn--primary {
    font-family: Calibri;
    font-size: 18px;
    max-width: 273px;
    padding-block: 17px;
}
.section-content-bg {
    padding: 125px 0;
    background-color: #05c46b;
}
@media (max-width: 1023px) {
    .section-content-bg {
        padding: 60px 0;
    }
}
.section-content-bg .figure-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(85deg, #05c46b 39.03%, rgba(5, 196, 107, 0) 67%);
}
@media (max-width: 767px) {
    .section-content-bg .figure-bg {
        display: none;
    }
}
.section-content-bg .content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 550px;
}
@media (max-width: 1023px) {
    .section-content-bg .content {
        max-width: 420px;
    }
}
@media (max-width: 767px) {
    .section-content-bg .content {
        text-align: center;
    }
}
.section-content-bg .images-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 56px;
    gap: 12px;
    max-width: 349px;
    margin-top: 41px;
}
.section-content-bg .images-wrapper figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.section-content-bg .images-wrapper figure img {
    max-height: 100%;
}
.aside-blog {
    width: 100%;
    max-width: 296px;
    flex-shrink: 0;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    .aside-blog {
        margin: 0 0 0 auto;
    }
}
@media (max-width: 1023px) {
    .aside-blog {
        max-width: none;
    }
}
.aside-blog .search-blog {
    width: 100%;
    margin-bottom: 61px;
}
.aside-blog .categories-list {
    margin-bottom: 62px;
}
.aside-blog .categories-list strong {
    color: #2c2b6d;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 104.5%;
}
.aside-blog .categories {
    display: flex;
    gap: 18px 10px;
    flex-wrap: wrap;
    margin-top: 28px;
}
.aside-blog .categories a {
    display: flex;
    padding: 13px 30px;
    border-radius: 6px;
    border: 1px solid #bac2d6;
    color: #2c2b6d;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .aside-blog .categories a {
        padding: 5px 15px;
        font-size: 14;
    }
}
.aside-blog .categories a:hover {
    background: linear-gradient(111deg, #8c52ff -19.03%, #28166c 139.74%);
    color: #fff;
}
.aside-blog .posts-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (max-width: 1023px) {
    .aside-blog .posts-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .aside-blog .posts-wrapper {
        grid-template-columns: 1fr;
    }
}
.aside-blog .post-card > figure img {
    height: 162px;
}
.aside-blog .post-card p {
    display: none;
}
.page-header {
    padding: 90px 0;
    background-color: #8c52ff;
}
@media (max-width: 1365px) {
    .page-header {
        padding: 60px 0;
    }
}
.page-header figure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: brightness(0.6);
}
.page-header figure::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #4513a8 8.12%, rgba(34, 8, 85, 0.74) 39.09%, rgba(0, 0, 0, 0) 112.22%);
}
.page-header .container {
    position: relative;
    z-index: 1;
}
.page-header h1 {
    margin-bottom: 5px;
}
.page-header a,
.page-header span {
    color: #fff;
    font-size: 14px;
}
.page-header a:hover {
    text-decoration: underline;
}
.section-thanks-content h2 {
    margin-bottom: 13px;
}
.section-thanks-content .subtitle {
    display: block;
    margin-bottom: 28px;
    text-align: left;
}
.section-blog .the-content {
    color: #717171;
}
.section-blog .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
    margin-top: 40px;
}
@media (max-width: 1023px) {
    .section-blog .cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .section-blog .cards-wrapper {
        grid-template-columns: 1fr;
    }
}
.section-blog .read-more {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    transition: all ease 0.3s;
}
.section-blog .read-more:hover {
    color: #05c46b;
}
.section-video-carousel .video-carousel-wrapper {
    margin-top: 70px;
}
@media (max-width: 1023px) {
    .section-video-carousel .video-carousel-wrapper {
        margin-top: 40px;
    }
}
.section-video-carousel .video-carousel-wrapper .owl-stage {
    margin: 0 auto;
}
.section-video-carousel .video-carousel-wrapper .owl-dots {
    margin-top: 20px;
}
.section-video-carousel .video-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.section-video-carousel .video-card:hover img {
    transform: scale(1.2);
}
.section-video-carousel .video-card figure {
    width: 100%;
    height: 190px;
    border-radius: 11px;
    overflow: hidden;
}
.section-video-carousel .video-card figure img {
    transition: all ease 1s;
}
.section-content.center .container {
    align-items: center;
}
.section-content .container {
    display: flex;
    gap: 20px;
}
@media (max-width: 1023px) {
    .section-content .container {
        flex-direction: column-reverse;
    }
}
.section-content .left {
    flex: 1;
}
.section-content .icon-wrapper {
    width: 40px;
    margin-bottom: -40px;
}
@media (max-width: 1023px) {
    .section-content .icon-wrapper {
        margin-bottom: -20px;
    }
}
@media (max-width: 767px) {
    .section-content .icon-wrapper {
        width: 30px;
    }
}
.section-content h2 {
    line-height: 1.1;
}
.section-content .the-content {
    margin-bottom: 30px;
}
.section-content a {
    padding: 18px 40px;
    border-radius: 11px;
}
.section-content .right {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    max-width: 636px;
}
.section-statistics .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    color: #fff;
}
.section-statistics .container::before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    z-index: -1;
    width: 117%;
    max-width: 93vw;
    height: 100%;
    background-image: url(../../images/theme/statistics-bg.png);
    background-size: cover;
    background-color: #28166c;
    border-radius: 20px;
}
.section-statistics h2 {
    font-weight: 500;
}
.section-statistics .tag {
    padding: 9px 14px;
    margin-bottom: 25px;
    font-size: 17px;
    border-radius: 50px;
    background: #5d2ab1;
    -webkit-backdrop-filter: blur(159.5px);
    backdrop-filter: blur(159.5px);
}
.section-statistics .main-link {
    font-size: 18px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    margin-bottom: 56px;
    text-align: center;
}
@media (max-width: 767px) {
    .section-statistics .main-link {
        margin-bottom: 30px;
    }
}
.section-statistics .statistics-wrapper {
    display: flex;
    justify-content: center;
    gap: 44px;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 33px;
}
@media (max-width: 767px) {
    .section-statistics .statistics-wrapper {
        gap: 20px;
    }
}
.section-statistics .statistic-card {
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: 267px;
}
@media (max-width: 767px) {
    .section-statistics .statistic-card {
        text-align: center;
        gap: 0;
    }
}
.section-statistics .statistic-card strong {
    font-family: Poppins, sans-serif;
    font-size: 43px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .section-statistics .statistic-card strong {
        font-size: 24px;
    }
}
.section-statistics .statistic-card span {
    max-width: 180px;
    font-size: 20px;
}
@media (max-width: 767px) {
    .section-statistics .statistic-card span {
        font-size: 16px;
    }
}
.section-statistics .footer {
    position: relative;
    padding: 24px 0;
    width: 100%;
}
@media (max-width: 767px) {
    .section-statistics .footer {
        padding: 10px 0;
    }
}
.section-statistics .footer::before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    z-index: -1;
    width: calc(117% + 36px);
    max-width: 93vw;
    height: 100%;
    background-color: #05c46b;
    border-radius: 0 0 20px 20px;
}
.section-statistics .the-content,
.section-statistics .the-content a {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}
@media (max-width: 767px) {
    .section-statistics .the-content,
    .section-statistics .the-content a {
        font-size: 16px;
    }
}
.section-product-infos .container > .the-content {
    margin: 0 0 50px 47px;
}
@media (max-width: 767px) {
    .section-product-infos .container > .the-content {
        margin-left: 0;
    }
}
.section-product-infos h2 {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .section-product-infos h2 {
        margin-bottom: 30px;
    }
}
.section-product-infos .subtitle {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-left: 47px;
    font-weight: 600;
    text-align: left;
}
.section-product-infos .subtitle img {
    width: 39px;
}
@media (max-width: 767px) {
    .section-product-infos .subtitle img {
        width: 30px;
    }
}
@media (max-width: 767px) {
    .section-product-infos .subtitle {
        margin-left: 0;
    }
}
.section-product-infos .content-wrapper {
    padding: 45px 50px 0 52px;
    border-radius: 20px;
    box-shadow: 0 0 0 4px #f3f4f7, 0 0 0 3.5px #f9f9fb, 0 0 0 1px rgba(228, 229, 233, 0.6), 0 0 0 0.5px #e4e5e9;
}
@media (max-width: 767px) {
    .section-product-infos .content-wrapper {
        padding: 30px 20px 0 20px;
    }
}
.section-product-infos .content-wrapper > .row {
    gap: 28px;
    margin-bottom: 70px;
}
@media (max-width: 767px) {
    .section-product-infos .content-wrapper > .row {
        flex-direction: column;
        margin-bottom: 30px;
    }
}
.section-product-infos .content-wrapper > figure {
    width: 100%;
}
.section-product-infos .content-wrapper > figure img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 14px 14px 0 0;
}
.section-product-infos .content-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}
.section-product-infos .content-card .icon-wrapper {
    width: 20px;
    height: 20px;
    margin-bottom: 21px;
}
.section-product-infos .content-card h3 {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.section-product-infos .content-card .the-content {
    margin-bottom: 14px;
}
.section-product-infos .content-card .call-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #039853;
    font-weight: 700;
    margin-top: auto;
}
.section-benefits .container > .row {
    display: flex;
    gap: 43px;
    align-items: flex-end;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .section-benefits .container > .row {
        flex-direction: column;
        align-items: center;
    }
}
.section-benefits .container > .row > * {
    flex: 1;
}
.section-benefits h2 {
    margin-bottom: 44px;
}
.section-benefits .content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 43px;
    margin-bottom: 70px;
}
@media (max-width: 767px) {
    .section-benefits .content-wrapper {
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }
}
.section-benefits .benefits-card {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.section-benefits .benefits-card .icon-wrapper {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
}
.section-benefits .benefits-card strong {
    font-family: Poppins, sans-serif;
    font-weight: 600;
}
.section-services h2 {
    margin-bottom: 50px;
}
.section-services .owl-item:nth-of-type(3n + 1) .content-front {
    background: radial-gradient(160.16% 123% at 74.48% 18.99%, #7635d1 0, #311977 100%);
}
.section-services .owl-item:nth-of-type(3n + 2) .content-front {
    background: radial-gradient(160.16% 123% at 74.48% 18.99%, #7635d1 0, #311977 100%);
}
.section-services .owl-item:nth-of-type(3n + 3) .content-front {
    background: radial-gradient(160.16% 123% at 74.48% 18.99%, #7635d1 0, #311977 100%);
}
@media (max-width: 1023px) {
    .section-services .owl-item:nth-of-type(3n + 1) .service-card {
        background: radial-gradient(160.16% 123% at 74.48% 18.99%, #7635d1 0, #311977 100%);
    }
    .section-services .owl-item:nth-of-type(3n + 2) .service-card {
        background: radial-gradient(160.16% 123% at 74.48% 18.99%, #7635d1 0, #311977 100%);
    }
    .section-services .owl-item:nth-of-type(3n + 3) .service-card {
        background: radial-gradient(160.16% 123% at 74.48% 18.99%, #7635d1 0, #311977 100%);
    }
}
.section-services .service-card {
    position: relative;
    width: 100%;
    max-width: 366px;
    height: 560px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    color: #fff;
    border: 3px solid transparent;
}
@media (max-width: 1023px) {
    .section-services .service-card {
        border: none;
    }
}
.section-services .service-card:hover {
    border-color: #d8ede9;
}
.section-services .service-card:hover .icon-bg {
    transition: opacity 0.6s cubic-bezier(1, 0.1, 0.24, 2.02);
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(1309%) hue-rotate(170deg) brightness(102%) contrast(97%);
}
.section-services .service-card:hover .content-front {
    transform: translateY(-100%);
}
.section-services .service-card:hover .content-back {
    transform: translateY(0);
}
.section-services .service-card .icon-bg {
    position: absolute;
    transform: translate(60%, -50%);
    top: 50%;
    right: 0;
    z-index: 1;
    width: auto;
    max-width: none;
    height: 90%;
    opacity: 0.1;
}
@media (max-width: 1023px) {
    .section-services .service-card .icon-bg {
        opacity: 0.1 !important;
    }
}
.section-services .service-card .content-front {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
    height: 100%;
    padding: 97px 44px 72px;
    color: #fff;
    transition: all ease 0.3s;
}
@media (max-width: 1023px) {
    .section-services .service-card .content-front {
        display: none;
    }
}
.section-services .service-card .content-front .icon-wrapper {
    width: 59px;
    height: 59px;
}
.section-services .service-card .content-front h3 {
    color: #fff;
    margin: 0;
}
.section-services .service-card .content-front .excerpt {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}
.section-services .service-card .content-front .call {
    margin-top: auto;
}
.section-services .service-card .content-back {
    position: absolute;
    transform: translateY(100%);
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    height: 100%;
    padding: 79px 43px 47px;
    transition: all ease 0.3s;
}
@media (min-width: 1024px) {
    .section-services .service-card .content-back {
        background-color: #fff;
    }
}
@media (max-width: 1023px) {
    .section-services .service-card .content-back {
        transform: translateY(0);
    }
}
@media (max-width: 767px) {
    .section-services .service-card .content-back {
        padding: 60px 30px;
    }
}
.section-services .service-card .content-back > strong {
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: 105%;
    font-size: 35px;
}
@media (max-width: 1023px) {
    .section-services .service-card .content-back > strong {
        color: #fff !important;
    }
}
@media (max-width: 767px) {
    .section-services .service-card .content-back > strong {
        font-size: 25px;
    }
}
.section-services .service-card .content-back .the-content {
    font-size: 18px;
    flex: 1;
    margin-bottom: 33px;
    overflow: auto;
}
@media (max-width: 1023px) {
    .section-services .service-card .content-back .the-content {
        color: #fff;
    }
}
.section-services .service-card .content-back .the-content::-webkit-scrollbar {
    width: 6px;
}
.section-services .service-card .content-back .the-content::-webkit-scrollbar-track-piece {
    border-radius: 6px;
    background-color: #bfffe1;
}
.section-services .service-card .content-back .the-content::-webkit-scrollbar-thumb {
    background-color: #05c46b;
    border-radius: 6px;
}
.section-services .service-card .content-back .call {
    padding-inline: 10px;
    max-width: none;
}
.section-partners {
    background-image: url(../../images/theme/bg-services.jpg);
    background-size: auto;
    background-position: top;
    background-repeat: no-repeat;
}
.section-partners h2 {
    text-align: center;
    font-weight: 400;
    max-width: 850px;
    margin-inline: auto;
    letter-spacing: -1.2px;
}
.section-partners h2 span {
    font-weight: 600;
    color: inherit;
}
.section-partners .subtitle {
    margin-bottom: 57px;
}
.section-partners .logos-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}
.section-partners .logos-wrapper figure {
    max-width: 200px;
}
.section-contact-alt {
    position: relative;
    z-index: 1;
    padding-bottom: 0 !important;
}
.section-contact-alt .container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
@media (max-width: 1023px) {
    .section-contact-alt .container {
        flex-direction: column;
    }
}
.section-contact-alt .left {
    width: 100%;
    max-width: 410px;
    font-family: Poppins, sans-serif;
}
@media (max-width: 1023px) {
    .section-contact-alt .left {
        max-width: none;
    }
}
.section-contact-alt .the-content {
    margin-bottom: 50px;
    font-size: 16px;
}
@media (max-width: 1023px) {
    .section-contact-alt .the-content {
        margin-bottom: 30px;
    }
}
.section-contact-alt .opening-hours {
    display: flex;
    flex-direction: column;
    gap: 27px;
    max-width: 319px;
    margin-bottom: 50px;
}
@media (max-width: 1023px) {
    .section-contact-alt .opening-hours {
        max-width: none;
    }
}
@media (max-width: 1023px) {
    .section-contact-alt .opening-hours {
        gap: 10px;
        margin-bottom: 30px;
    }
}
.section-contact-alt .opening-hours strong {
    font-size: 19px;
    font-weight: 600;
}
.section-contact-alt .opening-hours span {
    color: #2c2b6d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.section-contact-alt address {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-size: 17px;
}
.section-contact-alt address a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-contact-alt address a:hover {
    text-decoration: underline;
}
.section-contact-alt .right {
    position: relative;
    top: -220px;
    margin-bottom: -220px;
    width: 100%;
    max-width: 660px;
    padding: 70px 0 70px 65px;
}
@media (max-width: 1023px) {
    .section-contact-alt .right {
        padding: 50px 35px;
        margin: 0;
        top: 0;
    }
}
@media (max-width: 450px) {
    .section-contact-alt .right {
        padding: 30px 15px;
    }
}
.section-contact-alt .right::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    width: 200vw;
    height: 100%;
    background: linear-gradient(0deg, #4a317b 0, #4a317b 100%), #8c52ff;
    border-radius: 11px 0 0 0;
}
@media (max-width: 1023px) {
    .section-contact-alt .right::before {
        width: 100%;
        border-radius: 11px 11px 0 0;
    }
}
.section-contact-alt h3 {
    font-weight: 500;
    font-size: 38px;
}
@media (max-width: 1365px) {
    .section-contact-alt h3 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .section-contact-alt h3 {
        font-size: 25px;
    }
}
.section-contact-alt form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px 17px;
}
@media (max-width: 767px) {
    .section-contact-alt form {
        grid-template-columns: 1fr;
    }
}
.section-contact-alt form .full {
    grid-column: 1/-1;
}
.section-contact-alt form input[type="submit"] {
    padding: 11px 40px;
    border-radius: 5px;
}
.fixed-posts .fixed-posts-carousel {
    position: relative;
}
.fixed-posts .owl-nav {
    position: absolute;
    transform: translateY(140px);
    right: 0;
    top: 50%;
    width: 700px;
    margin-right: 15px;
}
@media (max-width: 1365px) {
    .fixed-posts .owl-nav {
        transform: translateY(100px);
        width: 500px;
    }
}
@media (max-width: 1023px) {
    .fixed-posts .owl-nav {
        width: 100%;
        margin: 0;
        top: 250px;
        transform: none;
    }
}
@media (max-width: 767px) {
    .fixed-posts .owl-nav {
        top: 190px;
    }
}
@media (max-width: 424px) {
    .fixed-posts .owl-nav {
        top: 40vw;
    }
}
.fixed-posts .fixed-post {
    display: flex;
    align-items: center;
    gap: 40px;
}
@media (max-width: 1023px) {
    .fixed-posts .fixed-post {
        flex-direction: column-reverse;
    }
}
@media (max-width: 767px) {
    .fixed-posts .fixed-post {
        gap: 20px;
    }
}
.fixed-posts .fixed-post .post-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 26px;
}
@media (max-width: 767px) {
    .fixed-posts .fixed-post .post-info {
        margin-bottom: 15px;
    }
}
.fixed-posts .fixed-post .post-info strong {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(111deg, #8c52ff -19.03%, #28166c 139.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
    .fixed-posts .fixed-post .post-info strong {
        font-size: 14px;
    }
}
.fixed-posts .fixed-post .post-info .read-time {
    padding: 4px 8px;
    border-radius: 6px;
    background: #ebeef2;
    color: #495367;
    font-family: Poppins, sans-serif;
    font-size: 14px;
}
.fixed-posts .fixed-post h2 {
    color: #2c2b6d;
    font-family: Poppins;
    font-weight: 600;
    line-height: 104.5%;
}
.fixed-posts .fixed-post p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 175%;
    margin-bottom: 20px;
}
.fixed-posts .fixed-post .read-more {
    display: flex;
    padding: 10px 18px;
    align-items: center;
    gap: 40px;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 21px;
    border-radius: 8px;
    background: #f4f7fc;
    color: #05c46b;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 166.667%;
}
.fixed-posts .fixed-post figure {
    width: 100%;
    max-width: 700px;
    max-height: 448px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
}
@media (max-width: 1365px) {
    .fixed-posts .fixed-post figure {
        max-width: 500px;
    }
}
.section-most-read .categories {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 38px;
}
.section-most-read .categories a {
    display: flex;
    padding: 13px 30px;
    border-radius: 6px;
    border: 1px solid #bac2d6;
    color: #2c2b6d;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .section-most-read .categories a {
        padding: 5px 15px;
        font-size: 14;
    }
}
.section-most-read .categories a:hover {
    background: linear-gradient(111deg, #8c52ff -19.03%, #28166c 139.74%);
    color: #fff;
}
.section-most-read .most-read-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}
@media (max-width: 1023px) {
    .section-most-read .most-read-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .section-most-read .most-read-wrapper {
        grid-template-columns: 1fr;
    }
}
.section-blog-posts .search-results {
    display: block;
    margin-bottom: 20px;
}
.section-blog-posts .posts-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
@media (max-width: 1365px) {
    .section-blog-posts .posts-wrapper {
        grid-template-columns: 1fr;
    }
}
.section-newsletter {
    background-color: #faf8fe;
    border-top: 1px solid #dee3eb;
    margin-top: 40px;
}
.section-newsletter + .section-contact {
    background-color: #faf8fe;
}
.section-newsletter .container {
    display: flex;
    align-items: center;
    gap: 47px;
}
@media (max-width: 1023px) {
    .section-newsletter .container {
        flex-direction: column;
        gap: 30px;
    }
}
.section-newsletter .left {
    width: 100%;
    max-width: 305px;
}
@media (max-width: 1023px) {
    .section-newsletter .left {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 20px;
        max-width: none;
        align-items: center;
    }
}
.section-newsletter .left img {
    margin-top: -60px;
}
@media (max-width: 1023px) {
    .section-newsletter .left img {
        margin-top: 0;
    }
}
@media (max-width: 1023px) {
    .section-newsletter .left span {
        width: 100%;
    }
}
.section-newsletter .left h2 {
    margin-bottom: 6px;
    background: linear-gradient(111deg, #8c52ff -19.03%, #28166c 139.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
    .section-newsletter .left h2 {
        margin: 0;
    }
}
.section-newsletter .wpcf7 {
    flex: 1;
    width: 100%;
}
.section-newsletter form {
    display: flex;
    gap: 10px;
    width: 100%;
}
@media (max-width: 767px) {
    .section-newsletter form {
        flex-direction: column;
    }
}
.section-newsletter form > :nth-child(2) input {
    width: 209px;
}
@media (max-width: 767px) {
    .section-newsletter form > :nth-child(2) input {
        width: 100%;
    }
}
.section-newsletter form > :nth-child(3) input {
    width: 320px;
}
@media (max-width: 767px) {
    .section-newsletter form > :nth-child(3) input {
        width: 100%;
    }
}
.section-newsletter form .input-wrapper {
    width: auto;
}
.section-newsletter form input:not([type="submit"]) {
    border-radius: 6px;
    border: 1px solid #d7caef;
    background: #fff;
    padding: 14px 17px;
}
.section-newsletter form input:not([type="submit"])::-moz-placeholder {
    color: rgba(113, 113, 113, 0.86);
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.section-newsletter form input:not([type="submit"]):-ms-input-placeholder {
    color: rgba(113, 113, 113, 0.86);
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.section-newsletter form input:not([type="submit"])::placeholder {
    color: rgba(113, 113, 113, 0.86);
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.section-newsletter form input[type="submit"] {
    max-width: 187px;
}
.section-related-articles .posts-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
@media (max-width: 1023px) {
    .section-related-articles .posts-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .section-related-articles .posts-wrapper {
        grid-template-columns: 1fr;
    }
}
@media (min-width: 1024px) {
    .section-related-articles .post-card:nth-of-type(4) {
        display: none;
    }
}
.section-related-articles .post-card .post-info {
    flex: 1;
}
.section-related-articles .post-card p {
    display: none;
}
.section-faq .top {
    display: flex;
    justify-content: space-between;
    gap: 135px;
    margin-bottom: 100px;
}
@media (max-width: 1365px) {
    .section-faq .top {
        gap: 30px;
    }
}
@media (max-width: 1023px) {
    .section-faq .top {
        flex-direction: column;
    }
}
.section-faq aside {
    width: 100%;
    max-width: 270px;
}
.section-faq aside strong {
    display: block;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
    line-height: 39.667px;
}
.section-faq aside ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.section-faq aside button {
    color: #9e9ebc;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    text-align: left;
}
.section-faq aside button.selected {
    font-weight: 500;
    color: #8c52ff;
}
.section-faq .right {
    flex: 1;
}
.section-faq .right .subtitle {
    margin-bottom: 29px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    background: linear-gradient(111deg, #8c52ff -19.03%, #28166c 139.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-faq details {
    padding: 20px 0;
    border-bottom: 1px solid #ecf0f6;
}
.section-faq details:first-child {
    border-top: 1px solid #ecf0f6;
}
.section-faq details[open] summary {
    font-size: 20px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .section-faq details[open] summary {
        font-size: 18px;
    }
}
.section-faq details[open] summary::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='14' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath fill='%238c52ff' d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
}
.section-faq summary {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
@media (max-width: 767px) {
    .section-faq summary {
        font-size: 16px;
    }
}
.section-faq summary::before {
    content: "";
    display: block;
    width: 12px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='14' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath fill='%238c52ff' d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    flex-shrink: 0;
}
.section-faq .the-content {
    font-size: 16px;
    margin-top: 28px;
}
@media (max-width: 767px) {
    .section-faq .the-content {
        font-size: 14px;
    }
}
.section-faq .bottom {
    display: flex;
    gap: 75px;
}
@media (max-width: 1023px) {
    .section-faq .bottom {
        flex-direction: column;
        gap: 20px;
    }
}
@media (max-width: 1023px) {
    .section-faq .bottom img {
        max-width: 200px;
    }
}
.section-faq .bottom .content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 658px;
    padding-top: 70px;
}
@media (max-width: 1023px) {
    .section-faq .bottom .content {
        padding-top: 0;
        max-width: initial;
    }
}
.section-faq .bottom .content span {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    background: linear-gradient(111deg, #8c52ff -19.03%, #28166c 139.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-faq .bottom .content strong {
    font-weight: 600;
    line-height: 104.5%;
}
.section-our-history {
    padding-top: 0;
}
@media (max-width: 767px) {
    .section-our-history {
        padding-bottom: 0 !important;
    }
}
.section-our-history .container {
    position: relative;
    z-index: 1;
}
.section-our-history .top {
    position: relative;
    padding: 90px 0 132px;
}
@media (max-width: 767px) {
    .section-our-history .top {
        padding-top: 45px;
    }
}
.section-our-history .top .content-wrapper {
    display: flex;
    gap: 112px;
}
@media (max-width: 1023px) {
    .section-our-history .top .content-wrapper {
        flex-direction: column;
        gap: 20px;
    }
}
.section-our-history .top .content-wrapper .the-content {
    flex: 1;
    color: #fff;
}
.section-our-history .bottom {
    margin-top: -70px;
}
.section-our-history .bottom .container {
    display: flex;
    padding: 55px 54px;
    gap: 60px;
    border-radius: 20px;
    background-color: #fff;
}
@media (max-width: 1023px) {
    .section-our-history .bottom .container {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .section-our-history .bottom .container {
        padding: 40px 20px;
    }
}
@media (max-width: 445px) {
    .section-our-history .bottom .container {
        margin-inline: 15px;
        width: auto;
    }
}
.section-our-history .bottom .guidance-card {
    display: flex;
    flex-direction: column;
    gap: 37px;
}
@media (max-width: 1023px) {
    .section-our-history .bottom .guidance-card {
        gap: 15px;
    }
}
.section-our-history .bottom .guidance-card .icon-wrapper {
    height: 48px;
}
.section-our-history .bottom .guidance-card .icon-wrapper img {
    max-height: 100%;
}
.section-our-history .bottom .guidance-card strong {
    font-size: 38px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .section-our-history .bottom .guidance-card strong {
        font-size: 25px;
    }
}
.section-list .container {
    display: flex;
    gap: 100px;
    align-items: flex-start;
}
@media (max-width: 1365px) {
    .section-list .container {
        gap: 50px;
    }
}
@media (max-width: 1023px) {
    .section-list .container {
        flex-direction: column;
    }
}
.section-list .container > div {
    flex: 1;
}
.section-list .right {
    display: flex;
    flex-direction: column;
    gap: 38px;
}
.section-list .right > a {
    margin-left: 77px;
}
@media (max-width: 767px) {
    .section-list .right > a {
        margin: 0 auto;
    }
}
.section-list .list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.section-list .list-wrapper li {
    display: flex;
    gap: 30px;
}
@media (max-width: 767px) {
    .section-list .list-wrapper li {
        gap: 0;
    }
}
.section-list .list-wrapper li::before {
    content: "";
    display: block;
    width: 47px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cmask id='mask0_584_10875' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='25' height='25'%3E%3Crect x='0.569336' y='0.571289' width='24.0303' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_584_10875)'%3E%3Cpath d='M11.1844 17.1737L18.2379 10.1202L16.8372 8.71948L11.1844 14.3723L8.33295 11.5209L6.93225 12.9216L11.1844 17.1737ZM12.5851 22.5764C11.2011 22.5764 9.9004 22.3138 8.68313 21.7885C7.46585 21.2632 6.40699 20.5504 5.50654 19.6499C4.60609 18.7495 3.89323 17.6906 3.36797 16.4734C2.84271 15.2561 2.58008 13.9554 2.58008 12.5714C2.58008 11.1874 2.84271 9.88673 3.36797 8.66946C3.89323 7.45218 4.60609 6.39332 5.50654 5.49287C6.40699 4.59242 7.46585 3.87956 8.68313 3.3543C9.9004 2.82904 11.2011 2.56641 12.5851 2.56641C13.9691 2.56641 15.2698 2.82904 16.487 3.3543C17.7043 3.87956 18.7632 4.59242 19.6636 5.49287C20.5641 6.39332 21.2769 7.45218 21.8022 8.66946C22.3274 9.88673 22.5901 11.1874 22.5901 12.5714C22.5901 13.9554 22.3274 15.2561 21.8022 16.4734C21.2769 17.6906 20.5641 18.7495 19.6636 19.6499C18.7632 20.5504 17.7043 21.2632 16.487 21.7885C15.2698 22.3138 13.9691 22.5764 12.5851 22.5764Z' fill='%2305C46B'/%3E%3C/g%3E%3C/svg%3E");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 3px;
    flex-shrink: 0;
}
.section-plans .plans-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 76px;
}
@media (max-width: 1365px) {
    .section-plans .plans-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .section-plans .plans-wrapper {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }
}
.section-plans .plan-card {
    position: relative;
    padding: 43px 24px;
    border-radius: 20px;
}
@media (max-width: 767px) {
    .section-plans .plan-card {
        padding-block: 24px;
    }
}
.section-plans .plan-card .tag {
    position: absolute;
    transform: translateY(-50%);
    top: 0;
    left: 20px;
    padding: 2px 16px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 20px;
    background: #8c52ff;
}
.section-plans .plan-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}
.section-plans .plan-card .plan-description {
    display: block;
    color: #717171;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 21px;
    margin-bottom: 29px;
    border-bottom: 1px solid #e8e8e8;
}
.section-plans .plan-card .plan-price {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
    color: #713cdb;
    font-size: 20px;
    font-weight: 600;
}
.section-plans .plan-card .plan-price .real {
    font-size: 41px;
    line-height: 43px;
}
.section-plans .plan-card .plan-price .period {
    color: #2c2b6d;
    font-size: 15px;
    font-weight: 400;
    line-height: 29.572px;
}
.section-plans .plan-card a {
    display: block;
    padding: 15px 42px;
    text-align: center;
    border-radius: 11px;
    background: rgba(140, 82, 255, 0.12);
    color: #713cdb;
    text-align: center;
    font-weight: 600;
    transition: all ease 0.3s;
    margin-bottom: 30px;
}
.section-plans .plan-card a:hover {
    background-color: #05c46b;
    color: #fff;
}
.section-plans .plan-card ul {
    display: flex;
    flex-direction: column;
    gap: 22px;
    font-size: 14px;
    margin-bottom: 35px;
}
.section-plans .plan-card ul li {
    display: flex;
    gap: 17px;
    align-items: center;
}
.section-plans .plan-card ul li.negative {
    opacity: 0.26;
}
.section-plans .plan-card .observation {
    color: #717171;
    font-size: 12px;
    line-height: 21px;
    opacity: 0.78;
}
.section-plans .plan-card.highlight {
    background: #181059;
    box-shadow: 0 19px 47.1px 0 rgba(146, 91, 255, 0.52);
}
.section-plans .plan-card.highlight .centavos,
.section-plans .plan-card.highlight .plan-description,
.section-plans .plan-card.highlight .real,
.section-plans .plan-card.highlight h3,
.section-plans .plan-card.highlight ul {
    color: #fff;
}
.section-plans .plan-card.highlight .period,
.section-plans .plan-card.highlight .plan-price {
    color: #f0bffd;
}
.section-plans .plan-card.highlight a {
    background-color: #05c46b;
    color: #fff;
}
.section-plans .plan-card.highlight a:hover {
    background: #059250;
}
.section-plans .plan-card.highlight li:not(.negative) svg path {
    stroke: #f0bffd;
}
.section-plans .plan-card.highlight .observation {
    opacity: 0.63;
}
.section-testimonials .testimonials-wrapper {
    margin-top: 62px;
}
.section-testimonials blockquote {
    display: flex;
    flex-direction: column;
    gap: 29px;
    border-radius: 16px;
    border: 1px solid #e9ecf2;
    padding: 36px 54px;
}
@media (max-width: 767px) {
    .section-testimonials blockquote {
        padding: 20px;
    }
}
.section-testimonials blockquote .top {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
.section-testimonials blockquote .top img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.section-testimonials blockquote .top .right {
    display: flex;
    flex-direction: column;
}
.section-testimonials blockquote .top cite {
    color: #263238;
    font-size: 17px;
    font-weight: 500;
}
.section-testimonials blockquote .top span {
    color: #717171;
    font-size: 13px;
    font-weight: 400;
}
.section-testimonials blockquote .stars-rating {
    margin-top: 9px;
}
.section-cpt-loop .sub-cat {
    margin: 40px 0 20px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .section-cpt-loop .sub-cat {
        font-size: 25px;
    }
}
.section-cpt-loop .loop-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
@media (max-width: 1023px) {
    .section-cpt-loop .loop-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .section-cpt-loop .loop-wrapper {
        grid-template-columns: 1fr;
    }
}
.section-cta .container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 270px;
    border-radius: 20px;
    overflow: hidden;
    padding: 50px 120px;
}
@media (max-width: 1365px) {
    .section-cta .container {
        gap: 160px;
    }
}
@media (max-width: 1023px) {
    .section-cta .container {
        gap: 40px;
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .section-cta .container {
        padding: 30px 20px;
        text-align: center;
    }
}
@media (max-width: 470px) {
    .section-cta .container {
        margin-inline: 15px;
        width: auto;
    }
}
.section-cta .figure-bg {
    z-index: -1;
}
@media (max-width: 1023px) {
    .section-cta .left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.section-cta .tag {
    display: inline-block;
    margin-bottom: 20px;
    padding: 3px 18px;
    border-radius: 20px;
    background: #f0bffd;
    font-size: 13px;
    font-weight: 500;
}
.section-cta .btn--primary {
    flex-shrink: 0;
}
.section-advantages {
    background-color: #f9fafc;
}
.section-advantages .owl-nav {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 35px;
    justify-content: space-between;
    width: calc(100% + 120px);
    max-width: calc(100vw - 25px);
}
@media (max-width: 1023px) {
    .section-advantages .owl-nav {
        top: 8px;
    }
}
.section-advantages .advantages-menu .owl-stage-outer button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 120px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    color: #9d9cbb;
    transition: all ease 0.3s;
}
.section-advantages .advantages-menu .owl-stage-outer button.selected {
    color: #2c2b6d;
}
.section-advantages .advantages-menu .owl-stage-outer button.selected span {
    background-color: #2c2b6d;
    border-color: #2c2b6d;
}
.section-advantages .advantages-menu .owl-stage-outer button.selected img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(783%) hue-rotate(34deg) brightness(117%) contrast(100%);
}
.section-advantages .advantages-menu .owl-stage-outer span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid #eae2fc;
    transition: all ease 0.3s;
}
@media (max-width: 1023px) {
    .section-advantages .advantages-menu .owl-stage-outer span {
        width: 60px;
        height: 60px;
    }
}
.section-advantages .advantages-menu .owl-stage-outer img {
    width: 40px;
    filter: brightness(0) saturate(100%) invert(24%) sepia(45%) saturate(4764%) hue-rotate(251deg) brightness(95%) contrast(85%);
}
@media (max-width: 1023px) {
    .section-advantages .advantages-menu .owl-stage-outer img {
        max-width: 23px;
    }
}
.section-advantages .content-wrapper {
    display: none;
}
.section-advantages .content-wrapper.selected {
    display: block;
}
.section-advantages .cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin-block: 40px;
}
.section-advantages .cards-wrapper .content-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 31px 22px;
    border-radius: 16px;
    border: 2px solid #e9ecf2;
}
.section-advantages .cards-wrapper .content-card strong {
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(111deg, #8c52ff -19.03%, #28166c 139.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-advantages .extra-contents-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.section-advantages .extra-contents-wrapper .the-content {
    flex: 1;
}
.section-advantages .extra-contents-wrapper .the-content:nth-of-type(1) {
    width: 100%;
    flex: initial;
}
.lp-section-banner .container {
    display: flex;
    align-items: center;
    gap: 100px;
}
@media (max-width: 1023px) {
    .lp-section-banner .container {
        flex-direction: column;
        gap: 50px;
    }
}
.lp-section-banner .container > * {
    flex: 1;
}
.lp-section-banner .subtitle {
    display: block;
    margin-bottom: 16px;
    font-weight: 500;
    background: linear-gradient(111deg, #8c52ff -19.03%, #28166c 139.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
}
.lp-section-banner .the-content {
    color: #717171;
}
@media (max-width: 1023px) {
    .lp-section-banner figure {
        order: -1;
    }
}
.lp-section-numbers {
    background-color: #fff !important;
    padding: 0;
}
.lp-section-numbers .container {
    background-color: #f9fafc;
    padding: 40px 170px;
}
@media (max-width: 1365px) {
    .lp-section-numbers .container {
        padding: 40px 80px;
    }
}
@media (max-width: 470px) {
    .lp-section-numbers .container {
        margin: 15px;
        width: auto;
        padding: 40px 20px;
    }
}
.lp-section-numbers .container > .the-content {
    color: #717171;
}
.lp-section-numbers .tag {
    display: block;
    width: -moz-max-content;
    width: max-content;
    padding: 3px 21px;
    margin: 18px auto 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 20px;
    background: #925bff;
}
.lp-section-numbers .numbers-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-top: 50px;
}
@media (max-width: 1023px) {
    .lp-section-numbers .numbers-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .lp-section-numbers .numbers-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
.lp-section-numbers .number-card {
    display: flex;
    flex-direction: column;
}
.lp-section-numbers .number-card .icon-wrapper {
    height: 42px;
    margin-bottom: 18px;
}
@media (max-width: 1023px) {
    .lp-section-numbers .number-card .icon-wrapper {
        height: 30px;
    }
}
.lp-section-numbers .number-card .icon-wrapper img {
    max-height: 100%;
    width: auto;
}
.lp-section-numbers .number-card strong {
    font-weight: 600;
    margin-bottom: 0;
}
.lp-section-numbers .number-card span {
    color: #925bff;
    font-size: 18px;
    font-weight: 500;
}
@media (max-width: 767px) {
    .lp-section-numbers .number-card span {
        font-size: 14px;
    }
}
.lp-section-steps .container {
    display: flex;
    align-items: center;
    gap: 100px;
}
.lp-section-steps .container > * {
    flex: 1;
}
@media (max-width: 1365px) {
    .lp-section-steps .container {
        gap: 50px;
    }
}
@media (max-width: 1023px) {
    .lp-section-steps .container {
        flex-direction: column-reverse;
        gap: 30px;
    }
}
.lp-section-steps .subtitle {
    display: block;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-bottom: 27px;
    font-weight: 500;
    text-align: left;
    background: linear-gradient(111deg, #8c52ff -19.03%, #28166c 139.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lp-section-steps .steps-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 53px;
    row-gap: 20px;
}
@media (max-width: 767px) {
    .lp-section-steps .steps-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 460px) {
    .lp-section-steps .steps-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
.lp-section-steps .step-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}
@media (max-width: 460px) {
    .lp-section-steps .step-card:nth-of-type(2n) .line {
        width: 13px;
    }
}
@media (min-width: 460px) and (max-width: 767px) {
    .lp-section-steps .step-card:nth-of-type(3n) .line {
        width: 13px;
    }
}
@media (min-width: 768px) and (max-width: 1023) {
    .lp-section-steps .step-card:nth-of-type(4n) .line {
        width: 13px;
    }
}
.lp-section-steps .step-card:last-of-type .line {
    display: none;
}
.lp-section-steps .step-card .line {
    position: absolute;
    transform: translate(100%, -50%);
    top: 50%;
    right: -4px;
    height: 0;
    width: 28vw;
    border: 1px dashed #925bff;
}
@media (min-width: 460px) and (max-width: 767px) {
    .lp-section-steps .step-card .line {
        width: 63px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .lp-section-steps .step-card .line {
        width: 77px;
    }
}
@media (min-width: 1024px) {
    .lp-section-steps .step-card .line {
        width: 13px;
    }
}
@media (min-width: 1366px) {
    .lp-section-steps .step-card .line {
        width: 30px;
    }
}
.lp-section-steps .step-card .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 98px;
    background-color: #925bff;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .lp-section-steps .step-card .icon {
        width: 60px;
        height: 60px;
    }
}
.lp-section-steps .step-card .icon img {
    width: 30px;
    filter: brightness(0) saturate(100%) invert(100%);
}
@media (max-width: 767px) {
    .lp-section-steps .step-card .icon img {
        width: 20px;
    }
}
.lp-section-steps .step-card span {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.lp-section-list {
    background-color: #fff !important;
}
.lp-section-list .container {
    padding: 60px 50px;
    border-radius: 20px;
    box-shadow: 0 0 0 4px #f3f4f7, 0 0 0 3.5px #f9f9fb, 0 0 0 1px rgba(228, 229, 233, 0.6), 0 0 0 0.5px #e4e5e9;
}
@media (max-width: 450px) {
    .lp-section-list .container {
        width: auto;
        margin: 0 15px;
        padding: 30px 20px;
    }
}
.lp-section-list .list-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 50px;
}
@media (max-width: 1023px) {
    .lp-section-list .list-wrapper {
        grid-template-columns: 1fr;
        margin-top: 35px;
    }
}
.lp-section-list .list-card .icon-wrapper {
    height: 24px;
    margin-bottom: 21px;
}
.lp-section-list .list-card .icon-wrapper img {
    width: auto;
    max-height: 100%;
}
.lp-section-list .list-card h3 {
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(111deg, #8c52ff -19.03%, #28166c 139.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 21px;
}
.lp-section-images-carousel {
    padding-bottom: 80px;
    margin-bottom: 40px;
}
@media (max-width: 1023px) {
    .lp-section-images-carousel {
        padding-bottom: 60px;
        margin-bottom: 30px;
    }
}
.lp-section-images-carousel .images-carousel-wrapper {
    margin-top: 40px;
}
.lp-section-images-carousel .images-carousel-wrapper .owl-stage {
    display: flex;
    align-items: center;
    min-width: 100%;
}
.lp-section-images-carousel .images-carousel-wrapper .owl-stage img {
    max-width: none;
    width: initial;
}
.lp-section-images-carousel .images-carousel-wrapper .owl-dots {
    margin-top: 40px;
}
.lp-section-images-carousel .section-divisor {
    position: absolute;
    bottom: -40px;
}
@media (max-width: 1023px) {
    .lp-section-images-carousel .section-divisor {
        bottom: -30px;
    }
}
.lp-section-cards .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    margin-top: 80px;
}
@media (max-width: 1023px) {
    .lp-section-cards .cards-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .lp-section-cards .cards-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 460px) {
    .lp-section-cards .cards-wrapper {
        grid-template-columns: 1fr;
    }
}
.lp-section-cards .card {
    display: flex;
    flex-direction: column;
}
.lp-section-cards .card .icon-wrapper {
    height: 29px;
    margin-bottom: 15px;
}
.lp-section-cards .card .icon-wrapper img {
    max-height: 100%;
    width: auto;
    vertical-align: bottom;
}
.lp-section-cards .card strong {
    display: block;
    margin-bottom: 33px;
    font-size: 20px;
    font-weight: 600;
}
.lp-section-cards-alt .subtitle {
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    background: linear-gradient(111deg, #8c52ff -19.03%, #28166c 139.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lp-section-cards-alt .cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}
@media (max-width: 1023px) {
    .lp-section-cards-alt .cards-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .lp-section-cards-alt .cards-wrapper {
        grid-template-columns: 1fr;
    }
}
.lp-section-cards-alt .card {
    padding: 35px 30px;
    border-radius: 9px;
    transition: all ease 0.3s;
}
@media (max-width: 767px) {
    .lp-section-cards-alt .card {
        padding: 20px 15px;
    }
}
.lp-section-cards-alt .card:hover {
    background: #181059;
    color: #fff;
}
.lp-section-cards-alt .card:hover .the-content {
    color: #fff;
}
.lp-section-cards-alt .card .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background-color: #925bff;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .lp-section-cards-alt .card .icon-wrapper {
        width: 50px;
        height: 50px;
    }
}
.lp-section-cards-alt .card .icon-wrapper img {
    width: 40px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(100%);
}
@media (max-width: 1023px) {
    .lp-section-cards-alt .card .icon-wrapper img {
        width: 25px;
    }
}
.lp-section-cards-alt .card strong {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.lp-section-cards-alt .card .the-content {
    transition: color ease 0.3s;
}
.section-social-medias {
    padding: 14px 0;
    background-color: #6532c9;
}
@media (min-width: 768px) {
    .section-social-medias {
        display: none;
    }
}
.section-social-medias .container {
    display: flex;
    justify-content: center;
}
.social-medias {
    display: flex;
    align-self: center;
    gap: 18px;
    color: #fff;
}
.social-medias a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #925bff;
    transition: all ease 0.3s;
}
.social-medias a:hover {
    transform: scale(1.1);
    background-color: #05c46b;
}
.social-medias a svg {
    transform: scale(1.4);
}
.map-section {
    padding: 0;
    transition: all ease 0.3s;
    filter: brightness(0.5);
    margin: 40px 0;
}
@media (max-width: 1023px) {
    .map-section {
        margin: 30px 0;
    }
}
.map-section:hover {
    filter: brightness(1);
}
.copyright {
    padding: 14px 0;
    background-color: #7446cf;
}
.copyright .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}
@media (max-width: 767px) {
    .copyright .container {
        flex-direction: column;
    }
}
.copyright a,
.copyright span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    color: #fff;
    font-size: 19px;
    line-height: 1.4;
}
.copyright a img,
.copyright span img {
    margin-top: 6px;
}
.blog-post-card {
    width: 100%;
    transition: all ease 0.3s;
    color: #717171;
}
.blog-post-card:hover {
    margin-top: -20px;
    margin-bottom: 20px;
}
.blog-post-card figure {
    width: 100%;
    height: 196px;
    margin-bottom: 41.3px;
    border-radius: 8px;
    overflow: hidden;
}
.blog-post-card figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.blog-post-card .bottom {
    padding: 0 14px 20px;
}
.blog-post-card .post-info {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
}
.blog-post-card .post-info a {
    transition: all ease 0.3s;
}
.blog-post-card .post-info a:hover {
    color: #8c52ff;
    text-decoration: underline;
}
.blog-post-card h3 {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: -1px;
    line-height: 28px;
    color: #2c2b6d;
    font-weight: 600;
}
.blog-post-card h3 a {
    transition: all ease 0.3s;
}
.blog-post-card h3 a:hover {
    color: #8c52ff;
}
.blog-post-card span {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
}
.post-card {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 0.7px solid #dee3eb;
    overflow: hidden;
}
.post-card:hover > figure img {
    transform: scale(1.2);
}
.post-card > figure {
    overflow: hidden;
}
.post-card > figure img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all ease 1s;
}
.post-card .bottom {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 11px 16px 20px;
}
.post-card .post-info {
    display: block;
    margin-bottom: 12px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #8c52ff;
}
.post-card .post-info a:hover {
    text-decoration: underline;
}
.post-card h3 {
    margin-bottom: 13px;
    color: #2c2b6d;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1px;
}
.post-card h3:hover {
    text-decoration: underline;
}
.post-card p {
    display: flex;
    align-items: flex-end;
    flex: 1;
    margin-bottom: 15px;
    color: #717171;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 25px;
}
@media (min-width: 768px) {
    .post-card.alt {
        flex-direction: row;
    }
    .post-card.alt > figure img {
        width: 223px;
        height: 100%;
    }
    .post-card.alt p {
        display: none;
    }
}
.return-buttons {
    margin-bottom: 80px;
}
@media (max-width: 1023px) {
    .return-buttons {
        margin-bottom: 60px;
    }
}
.return-buttons .container {
    display: flex;
    justify-content: center;
    gap: 25px;
}
.author-card {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #ecf0f6;
    padding-top: 24px;
}
.author-card img {
    width: 50px !important;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.author-card .author-name {
    display: block;
    color: #263238;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.author-card .posted-at {
    display: block;
    color: #717171;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pagination {
    display: flex;
    justify-content: center;
    gap: 33px;
    margin-top: 73px;
}
.pagination a,
.pagination span {
    color: #717171;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.pagination .next,
.pagination .prev,
.pagination span {
    color: #8c52ff;
}
.share-post {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 17px;
    color: #8c52ff;
}
.share-post a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #f3e9ff;
    border-radius: 50%;
    transition: all ease 0.3s;
}
.share-post a:hover {
    transform: scale(1.2);
}
.section-divisor {
    position: relative;
    width: 100%;
    height: 1px;
    margin-block: 40px;
    background-color: #e9ecf2;
}
@media (max-width: 1023px) {
    .section-divisor {
        margin-block: 30px;
    }
}
.section-divisor img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
@media (max-width: 1023px) {
    .section-divisor img {
        width: 60px;
    }
}
.cpt-card {
    display: flex;
    flex-direction: column;
    border-radius: 9px;
    padding: 50px 25px;
    transition: background ease 0.3s;
}
@media (max-width: 1023px) {
    .cpt-card {
        padding: 30px 25px;
    }
}
.cpt-card:hover {
    background: #181059;
}
.cpt-card:hover .the-content,
.cpt-card:hover h3 {
    color: #fff;
}
.cpt-card:hover a {
    color: #8c52ff;
}
.cpt-card h3 {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 44px;
    font-size: 20px;
    font-weight: 600;
    transition: color ease 0.3s;
}
@media (max-width: 767px) {
    .cpt-card h3 {
        margin-bottom: 20px;
    }
}
.cpt-card img {
    width: 38px;
    filter: brightness(0) saturate(100%) invert(32%) sepia(94%) saturate(2280%) hue-rotate(242deg) brightness(102%) contrast(106%);
}
.cpt-card .the-content {
    transition: color ease 0.3s;
    margin-bottom: 33px;
}
.cpt-card a {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    text-decoration: underline;
    color: #5eb0f3;
    font-weight: 500;
    transition: all ease 0.3s;
}
.lp-menu {
    position: sticky;
    top: 80px;
    padding: 40px 0 20px;
    background: #181059;
    z-index: 10;
}
@media (max-width: 1023px) {
    .lp-menu {
        top: 70px;
    }
}
.lp-menu .owl-stage-outer {
    overflow: visible;
}
.lp-menu .container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.lp-menu .container button {
    position: relative;
    color: #bd9dfe;
}
.lp-menu .container button.selected {
    color: #fff;
    text-shadow: 0.5px 0 0 #fff;
}
.lp-menu .container button.selected::before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100%;
    height: 9px;
    background: #925bff;
}
.page-template-thanks-lp .header h1 {
    display: flex;
    padding: 22.5px 0;
}
.page-template-thanks-lp .section-thanks-lp {
    padding: 96px 0 0;
}
@media (max-width: 1023px) {
    .page-template-thanks-lp .section-thanks-lp {
        padding: 60px 0;
    }
}
.page-template-thanks-lp .section-thanks-lp .container {
    gap: 152px;
}
@media (max-width: 1365px) {
    .page-template-thanks-lp .section-thanks-lp .container {
        gap: 30px;
    }
}
.page-template-thanks-lp .section-thanks-lp .content {
    max-width: 460px;
    padding-top: 55px;
}
@media (max-width: 1023px) {
    .page-template-thanks-lp .section-thanks-lp .content {
        padding-top: 0;
    }
}
.page-template-thanks-lp .section-thanks-lp figure {
    position: relative;
    flex: 1;
    height: 537px;
}
@media (max-width: 1365px) {
    .page-template-thanks-lp .section-thanks-lp figure {
        height: 410px;
    }
}
@media (max-width: 1023px) {
    .page-template-thanks-lp .section-thanks-lp figure {
        height: auto;
    }
}
.page-template-thanks-lp .section-thanks-lp figure img {
    position: absolute;
    right: 0;
    max-width: none;
    height: 100%;
    width: auto;
}
@media (max-width: 1023px) {
    .page-template-thanks-lp .section-thanks-lp figure img {
        position: static;
        width: 100%;
        height: auto;
    }
}
.page-blog .container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
@media (max-width: 1023px) {
    .page-blog .container {
        flex-direction: column;
    }
}
.page-blog .left {
    flex-shrink: 0;
    width: 100%;
    max-width: 648px;
}
@media (max-width: 1365px) {
    .page-blog .left {
        max-width: 528px;
    }
}
@media (max-width: 1023px) {
    .page-blog .left {
        max-width: initial;
    }
}
.page-blog .slide-post-highlight {
    width: 100%;
}
.page-blog .post-highlight {
    position: relative;
    width: 100%;
    height: 435px;
    color: #fff;
}
.page-blog .post-highlight .content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 71px 205px 71px 52px;
}
@media (max-width: 600px) {
    .page-blog .post-highlight .content-wrapper {
        padding: 50px;
    }
}
.page-blog .post-highlight figure {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.page-blog .post-highlight figure img {
    filter: brightness(0.5);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.page-blog .post-highlight h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 39px;
    margin-bottom: 13px;
}
.page-blog .post-highlight p {
    font-weight: 300;
    font-size: 18px;
    line-height: 33px;
}
.page-blog .posts-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 63px 52px;
    margin-top: 60px;
}
@media (max-width: 1023px) {
    .page-blog .posts-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}
@media (max-width: 767px) {
    .page-blog .posts-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 500px) {
    .page-blog .posts-wrapper {
        grid-template-columns: 1fr;
    }
}
.page-blog .blog-post-card {
    max-width: initial;
}
.page-blog .newsletter-card {
    max-width: 650px;
    margin-inline: auto;
}
.blog-single .container > .row {
    gap: 40px 80px;
    border-bottom: 4px solid var(--border-color);
}
@media (max-width: 1365px) {
    .blog-single .container > .row {
        gap: 40px 100px;
    }
}
@media (max-width: 1023px) {
    .blog-single .container > .row {
        flex-direction: column;
    }
}
.blog-single .share-post {
    margin-top: 60px;
}
.blog-single .share-post li {
    margin: 0;
}
.blog-single .aside-blog {
    display: flex;
    flex-direction: column;
}
@media (max-width: 1023px) {
    .blog-single .aside-blog .search-box {
        margin: 0 0 76px;
        order: -1;
    }
}
.blog-single .left > strong {
    display: block;
    margin-bottom: 31px;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(111deg, #8c52ff -19.03%, #28166c 139.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blog-single .left > h2 {
    color: #2c2b6d;
    font-family: Poppins;
    font-weight: 600;
    line-height: 104.5%;
}
.blog-single .left > p {
    color: #2c2b6d;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.blog-single .left > .post-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 30px;
    margin: 15px 0 37px;
    border-top: 1px solid #ecf0f6;
}
.blog-single .left > .post-info .author-card {
    border: none;
    padding-top: 0;
}
.blog-single .read-time {
    padding: 4px 8px;
    border-radius: 6px;
    background: #ebeef2;
    color: #495367;
    font-family: Poppins, sans-serif;
    font-size: 14px;
}
.page-search .container > .row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 83px;
}
@media (max-width: 1023px) {
    .page-search .container > .row {
        flex-direction: column;
    }
}
.page-search .search-results-wrapper {
    width: 100%;
}
.page-search .search-results-wrapper .top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 63px 52px;
    max-width: 648px;
}
.page-search .search-results-wrapper .top.full {
    display: flex;
    flex-direction: column;
    max-width: initial;
    gap: 20px;
}
@media (max-width: 1023px) {
    .page-search .search-results-wrapper .top {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        max-width: initial;
    }
}
@media (max-width: 767px) {
    .page-search .search-results-wrapper .top {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 500px) {
    .page-search .search-results-wrapper .top {
        grid-template-columns: 1fr;
    }
}
.page-search .results > strong {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
}
.page-search .blog-post-card {
    max-width: initial;
}
.section-404 {
    text-align: center;
}
.section-404 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-404 img {
    margin-bottom: 15px;
}
.section-404 .before-img {
    margin-bottom: 19px;
    color: #05c46b;
    font-family: Poppins;
    font-size: 48px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .section-404 .before-img {
        font-size: 38px;
    }
}
.section-404 .after-img {
    color: #8c52ff;
    font-family: Poppins;
    font-size: 29px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .section-404 .after-img {
        font-size: 19px;
    }
}
.section-404 strong {
    margin-top: -13px;
    color: #8c52ff;
    font-family: Poppins;
    font-size: 100px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .section-404 strong {
        font-size: 80px;
    }
}
.section-404 p {
    max-width: 369px;
    margin-bottom: 37px;
    text-align: center;
    font-size: 22px;
}
@media (max-width: 767px) {
    .section-404 p {
        font-size: 16px;
    }
}
.section-404 .user-direction {
    margin-bottom: 11px;
    color: #8c52ff;
    font-size: 22px;
}
@media (max-width: 767px) {
    .section-404 .user-direction {
        font-size: 16px;
    }
}
.error404 .return-buttons .container {
    flex-wrap: wrap;
}
.error404 .return-buttons a {
    padding: 17px 50px;
}
@media (max-width: 767px) {
    .error404 .return-buttons a {
        padding: 10px 20px;
    }
}
.error404 .section-services {
    background-image: url(../../images/theme/bg-services.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.single-post .page-header img {
    filter: blur(6px);
}
.page-template-about .section-content:nth-of-type(even) .right,
.page-template-services .section-content:nth-of-type(even) .right {
    order: -1;
}
@media (max-width: 1023px) {
    .page-template-about .section-content:nth-of-type(even) .right,
    .page-template-services .section-content:nth-of-type(even) .right {
        order: initial;
    }
}
.page-template-about .section-content .container,
.page-template-services .section-content .container {
    align-items: center;
    gap: 110px;
}
@media (max-width: 1365px) {
    .page-template-about .section-content .container,
    .page-template-services .section-content .container {
        gap: 40px;
    }
}
.page-template-about .section-content .left,
.page-template-services .section-content .left {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
@media (max-width: 1023px) {
    .page-template-about .section-content .left,
    .page-template-services .section-content .left {
        gap: 30px;
    }
}
@media (max-width: 767px) {
    .page-template-about .section-content .left,
    .page-template-services .section-content .left {
        gap: 20px;
    }
}
.page-template-about .section-content .title--55,
.page-template-services .section-content .title--55 {
    margin-bottom: 0;
}
.page-template-about .section-content .the-content,
.page-template-services .section-content .the-content {
    margin-bottom: 0;
}
@media (max-width: 1365px) {
    .page-template-about .section-content .right,
    .page-template-services .section-content .right {
        max-width: 450px;
    }
}
.page-template-azure-system .flexible-content-block section:nth-of-type(odd) {
    background-color: #f9fafc;
}
@media (min-width: 1024px) {
    .page-template-azure-system .content + .content:nth-of-type(even) .container {
        flex-direction: row-reverse;
    }
}
.page-template-azure-system .section-content .container {
    display: flex;
    align-items: center;
    gap: 100px;
}
@media (max-width: 1023px) {
    .page-template-azure-system .section-content .container {
        flex-direction: column;
        gap: 50px;
    }
}
@media (max-width: 1023px) {
    .page-template-azure-system .section-content .container .right {
        order: -1;
    }
}
.page-template-azure-system .section-content .container > * {
    flex: 1;
}
.page-template-new-home #cta {
    position: relative;
}
.page-template-new-home #cta .left {
    max-width: 600px;
}
@media (max-width: 1365px) {
    .page-template-new-home #cta .left {
        max-width: 500px;
    }
}
@media (max-width: 1023px) {
    .page-template-new-home #cta .left {
        max-width: 350px;
    }
}
.page-template-new-home #cta .the-content,
.page-template-new-home #cta h2 {
    color: #fff;
}
.page-template-new-home #cta .right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    max-width: none;
}
.page-template-new-home #cta .right img {
    -o-object-fit: cover;
    object-fit: cover;
}
