@charset "UTF-8";

body {
    margin: 0;
}

a {
    background: transparent;
}

img {
    border: 0;
}

figure {
    margin: 0;
}

legend {
    border: 0;
}

.slick-loading .slick-list {
    background: #fff url(../img/ajax-loader.gif) 50% no-repeat;
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    outline: none;
    background: transparent;
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:before,
[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-dots {
    position: absolute;
    display: block;
    padding: 0;
}

.slick-dots li button {
    outline: none;
    background: transparent;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none;
}

.slick-dots li button:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-list,
.slick-slider {
    position: relative;
    display: block;
}

.slick-list:focus {
    outline: none;
}

.slick-track {
    position: relative;
    display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}

img,
legend {
    border: 0;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body,
figure {
    margin: 0;
}

a {
    background: 0 0;
}

a:focus {
    outline: thin dotted;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

hr {
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "“" "”" "‘" "’";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0);
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0;
}

.slick-loading .slick-list {
    background: url(../img/ajax-loader.gif) 50% no-repeat #fff;
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "←";
}

.slick-next:before,
[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    bottom: -25px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #000;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}

.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.75rem;
}

.columns.is-mobile>.column.is-narrow {
    flex: none;
}

.columns.is-mobile>.column.is-full {
    flex: none;
    width: 100%;
}

.columns.is-mobile>.column.is-three-quarters {
    flex: none;
    width: 75%;
}

.columns.is-mobile>.column.is-two-thirds {
    flex: none;
    width: 66.6666%;
}

.columns.is-mobile>.column.is-half {
    flex: none;
    width: 50%;
}

.columns.is-mobile>.column.is-one-third {
    flex: none;
    width: 33.3333%;
}

.columns.is-mobile>.column.is-one-quarter {
    flex: none;
    width: 25%;
}

.columns.is-mobile>.column.is-one-fifth {
    flex: none;
    width: 20%;
}

.columns.is-mobile>.column.is-two-fifths {
    flex: none;
    width: 40%;
}

.columns.is-mobile>.column.is-three-fifths {
    flex: none;
    width: 60%;
}

.columns.is-mobile>.column.is-four-fifths {
    flex: none;
    width: 80%;
}

.columns.is-mobile>.column.is-offset-three-quarters {
    margin-left: 75%;
}

.columns.is-mobile>.column.is-offset-two-thirds {
    margin-left: 66.6666%;
}

.columns.is-mobile>.column.is-offset-half {
    margin-left: 50%;
}

.columns.is-mobile>.column.is-offset-one-third {
    margin-left: 33.3333%;
}

.columns.is-mobile>.column.is-offset-one-quarter {
    margin-left: 25%;
}

.columns.is-mobile>.column.is-offset-one-fifth {
    margin-left: 20%;
}

.columns.is-mobile>.column.is-offset-two-fifths {
    margin-left: 40%;
}

.columns.is-mobile>.column.is-offset-three-fifths {
    margin-left: 60%;
}

.columns.is-mobile>.column.is-offset-four-fifths {
    margin-left: 80%;
}

.columns.is-mobile>.column.is-0 {
    flex: none;
    width: 0;
}

.columns.is-mobile>.column.is-offset-0 {
    margin-left: 0;
}

.columns.is-mobile>.column.is-1 {
    flex: none;
    width: 8.33333%;
}

.columns.is-mobile>.column.is-offset-1 {
    margin-left: 8.33333%;
}

.columns.is-mobile>.column.is-2 {
    flex: none;
    width: 16.66667%;
}

.columns.is-mobile>.column.is-offset-2 {
    margin-left: 16.66667%;
}

.columns.is-mobile>.column.is-3 {
    flex: none;
    width: 25%;
}

.columns.is-mobile>.column.is-offset-3 {
    margin-left: 25%;
}

.columns.is-mobile>.column.is-4 {
    flex: none;
    width: 33.33333%;
}

.columns.is-mobile>.column.is-offset-4 {
    margin-left: 33.33333%;
}

.columns.is-mobile>.column.is-5 {
    flex: none;
    width: 41.66667%;
}

.columns.is-mobile>.column.is-offset-5 {
    margin-left: 41.66667%;
}

.columns.is-mobile>.column.is-6 {
    flex: none;
    width: 50%;
}

.columns.is-mobile>.column.is-offset-6 {
    margin-left: 50%;
}

.columns.is-mobile>.column.is-7 {
    flex: none;
    width: 58.33333%;
}

.columns.is-mobile>.column.is-offset-7 {
    margin-left: 58.33333%;
}

.columns.is-mobile>.column.is-8 {
    flex: none;
    width: 66.66667%;
}

.columns.is-mobile>.column.is-offset-8 {
    margin-left: 66.66667%;
}

.columns.is-mobile>.column.is-9 {
    flex: none;
    width: 75%;
}

.columns.is-mobile>.column.is-offset-9 {
    margin-left: 75%;
}

.columns.is-mobile>.column.is-10 {
    flex: none;
    width: 83.33333%;
}

.columns.is-mobile>.column.is-offset-10 {
    margin-left: 83.33333%;
}

.columns.is-mobile>.column.is-11 {
    flex: none;
    width: 91.66667%;
}

.columns.is-mobile>.column.is-offset-11 {
    margin-left: 91.66667%;
}

.columns.is-mobile>.column.is-12 {
    flex: none;
    width: 100%;
}

.columns.is-mobile>.column.is-offset-12 {
    margin-left: 100%;
}

@media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
        flex: none;
    }

    .column.is-full-mobile {
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters-mobile {
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds-mobile {
        flex: none;
        width: 66.6666%;
    }

    .column.is-half-mobile {
        flex: none;
        width: 50%;
    }

    .column.is-one-third-mobile {
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter-mobile {
        flex: none;
        width: 25%;
    }

    .column.is-one-fifth-mobile {
        flex: none;
        width: 20%;
    }

    .column.is-two-fifths-mobile {
        flex: none;
        width: 40%;
    }

    .column.is-three-fifths-mobile {
        flex: none;
        width: 60%;
    }

    .column.is-four-fifths-mobile {
        flex: none;
        width: 80%;
    }

    .column.is-offset-three-quarters-mobile {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds-mobile {
        margin-left: 66.6666%;
    }

    .column.is-offset-half-mobile {
        margin-left: 50%;
    }

    .column.is-offset-one-third-mobile {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter-mobile {
        margin-left: 25%;
    }

    .column.is-offset-one-fifth-mobile {
        margin-left: 20%;
    }

    .column.is-offset-two-fifths-mobile {
        margin-left: 40%;
    }

    .column.is-offset-three-fifths-mobile {
        margin-left: 60%;
    }

    .column.is-offset-four-fifths-mobile {
        margin-left: 80%;
    }

    .column.is-0-mobile {
        flex: none;
        width: 0;
    }

    .column.is-offset-0-mobile {
        margin-left: 0;
    }

    .column.is-1-mobile {
        flex: none;
        width: 8.33333%;
    }

    .column.is-offset-1-mobile {
        margin-left: 8.33333%;
    }

    .column.is-2-mobile {
        flex: none;
        width: 16.66667%;
    }

    .column.is-offset-2-mobile {
        margin-left: 16.66667%;
    }

    .column.is-3-mobile {
        flex: none;
        width: 25%;
    }

    .column.is-offset-3-mobile {
        margin-left: 25%;
    }

    .column.is-4-mobile {
        flex: none;
        width: 33.33333%;
    }

    .column.is-offset-4-mobile {
        margin-left: 33.33333%;
    }

    .column.is-5-mobile {
        flex: none;
        width: 41.66667%;
    }

    .column.is-offset-5-mobile {
        margin-left: 41.66667%;
    }

    .column.is-6-mobile {
        flex: none;
        width: 50%;
    }

    .column.is-offset-6-mobile {
        margin-left: 50%;
    }

    .column.is-7-mobile {
        flex: none;
        width: 58.33333%;
    }

    .column.is-offset-7-mobile {
        margin-left: 58.33333%;
    }

    .column.is-8-mobile {
        flex: none;
        width: 66.66667%;
    }

    .column.is-offset-8-mobile {
        margin-left: 66.66667%;
    }

    .column.is-9-mobile {
        flex: none;
        width: 75%;
    }

    .column.is-offset-9-mobile {
        margin-left: 75%;
    }

    .column.is-10-mobile {
        flex: none;
        width: 83.33333%;
    }

    .column.is-offset-10-mobile {
        margin-left: 83.33333%;
    }

    .column.is-11-mobile {
        flex: none;
        width: 91.66667%;
    }

    .column.is-offset-11-mobile {
        margin-left: 91.66667%;
    }

    .column.is-12-mobile {
        flex: none;
        width: 100%;
    }

    .column.is-offset-12-mobile {
        margin-left: 100%;
    }
}

@media print,
screen and (min-width: 769px) {

    .column.is-narrow,
    .column.is-narrow-tablet {
        flex: none;
    }

    .column.is-full,
    .column.is-full-tablet {
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters,
    .column.is-three-quarters-tablet {
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds,
    .column.is-two-thirds-tablet {
        flex: none;
        width: 66.6666%;
    }

    .column.is-half,
    .column.is-half-tablet {
        flex: none;
        width: 50%;
    }

    .column.is-one-third,
    .column.is-one-third-tablet {
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter,
    .column.is-one-quarter-tablet {
        flex: none;
        width: 25%;
    }

    .column.is-one-fifth,
    .column.is-one-fifth-tablet {
        flex: none;
        width: 20%;
    }

    .column.is-two-fifths,
    .column.is-two-fifths-tablet {
        flex: none;
        width: 40%;
    }

    .column.is-three-fifths,
    .column.is-three-fifths-tablet {
        flex: none;
        width: 60%;
    }

    .column.is-four-fifths,
    .column.is-four-fifths-tablet {
        flex: none;
        width: 80%;
    }

    .column.is-offset-three-quarters,
    .column.is-offset-three-quarters-tablet {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds,
    .column.is-offset-two-thirds-tablet {
        margin-left: 66.6666%;
    }

    .column.is-offset-half,
    .column.is-offset-half-tablet {
        margin-left: 50%;
    }

    .column.is-offset-one-third,
    .column.is-offset-one-third-tablet {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter,
    .column.is-offset-one-quarter-tablet {
        margin-left: 25%;
    }

    .column.is-offset-one-fifth,
    .column.is-offset-one-fifth-tablet {
        margin-left: 20%;
    }

    .column.is-offset-two-fifths,
    .column.is-offset-two-fifths-tablet {
        margin-left: 40%;
    }

    .column.is-offset-three-fifths,
    .column.is-offset-three-fifths-tablet {
        margin-left: 60%;
    }

    .column.is-offset-four-fifths,
    .column.is-offset-four-fifths-tablet {
        margin-left: 80%;
    }

    .column.is-0,
    .column.is-0-tablet {
        flex: none;
        width: 0;
    }

    .column.is-offset-0,
    .column.is-offset-0-tablet {
        margin-left: 0;
    }

    .column.is-1,
    .column.is-1-tablet {
        flex: none;
        width: 8.33333%;
    }

    .column.is-offset-1,
    .column.is-offset-1-tablet {
        margin-left: 8.33333%;
    }

    .column.is-2,
    .column.is-2-tablet {
        flex: none;
        width: 16.66667%;
    }

    .column.is-offset-2,
    .column.is-offset-2-tablet {
        margin-left: 16.66667%;
    }

    .column.is-3,
    .column.is-3-tablet {
        flex: none;
        width: 25%;
    }

    .column.is-offset-3,
    .column.is-offset-3-tablet {
        margin-left: 25%;
    }

    .column.is-4,
    .column.is-4-tablet {
        flex: none;
        width: 33.33333%;
    }

    .column.is-offset-4,
    .column.is-offset-4-tablet {
        margin-left: 33.33333%;
    }

    .column.is-5,
    .column.is-5-tablet {
        flex: none;
        width: 41.66667%;
    }

    .column.is-offset-5,
    .column.is-offset-5-tablet {
        margin-left: 41.66667%;
    }

    .column.is-6,
    .column.is-6-tablet {
        flex: none;
        width: 50%;
    }

    .column.is-offset-6,
    .column.is-offset-6-tablet {
        margin-left: 50%;
    }

    .column.is-7,
    .column.is-7-tablet {
        flex: none;
        width: 58.33333%;
    }

    .column.is-offset-7,
    .column.is-offset-7-tablet {
        margin-left: 58.33333%;
    }

    .column.is-8,
    .column.is-8-tablet {
        flex: none;
        width: 66.66667%;
    }

    .column.is-offset-8,
    .column.is-offset-8-tablet {
        margin-left: 66.66667%;
    }

    .column.is-9,
    .column.is-9-tablet {
        flex: none;
        width: 75%;
    }

    .column.is-offset-9,
    .column.is-offset-9-tablet {
        margin-left: 75%;
    }

    .column.is-10,
    .column.is-10-tablet {
        flex: none;
        width: 83.33333%;
    }

    .column.is-offset-10,
    .column.is-offset-10-tablet {
        margin-left: 83.33333%;
    }

    .column.is-11,
    .column.is-11-tablet {
        flex: none;
        width: 91.66667%;
    }

    .column.is-offset-11,
    .column.is-offset-11-tablet {
        margin-left: 91.66667%;
    }

    .column.is-12,
    .column.is-12-tablet {
        flex: none;
        width: 100%;
    }

    .column.is-offset-12,
    .column.is-offset-12-tablet {
        margin-left: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .column.is-narrow-touch {
        flex: none;
    }

    .column.is-full-touch {
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters-touch {
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds-touch {
        flex: none;
        width: 66.6666%;
    }

    .column.is-half-touch {
        flex: none;
        width: 50%;
    }

    .column.is-one-third-touch {
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter-touch {
        flex: none;
        width: 25%;
    }

    .column.is-one-fifth-touch {
        flex: none;
        width: 20%;
    }

    .column.is-two-fifths-touch {
        flex: none;
        width: 40%;
    }

    .column.is-three-fifths-touch {
        flex: none;
        width: 60%;
    }

    .column.is-four-fifths-touch {
        flex: none;
        width: 80%;
    }

    .column.is-offset-three-quarters-touch {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds-touch {
        margin-left: 66.6666%;
    }

    .column.is-offset-half-touch {
        margin-left: 50%;
    }

    .column.is-offset-one-third-touch {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter-touch {
        margin-left: 25%;
    }

    .column.is-offset-one-fifth-touch {
        margin-left: 20%;
    }

    .column.is-offset-two-fifths-touch {
        margin-left: 40%;
    }

    .column.is-offset-three-fifths-touch {
        margin-left: 60%;
    }

    .column.is-offset-four-fifths-touch {
        margin-left: 80%;
    }

    .column.is-0-touch {
        flex: none;
        width: 0;
    }

    .column.is-offset-0-touch {
        margin-left: 0;
    }

    .column.is-1-touch {
        flex: none;
        width: 8.33333%;
    }

    .column.is-offset-1-touch {
        margin-left: 8.33333%;
    }

    .column.is-2-touch {
        flex: none;
        width: 16.66667%;
    }

    .column.is-offset-2-touch {
        margin-left: 16.66667%;
    }

    .column.is-3-touch {
        flex: none;
        width: 25%;
    }

    .column.is-offset-3-touch {
        margin-left: 25%;
    }

    .column.is-4-touch {
        flex: none;
        width: 33.33333%;
    }

    .column.is-offset-4-touch {
        margin-left: 33.33333%;
    }

    .column.is-5-touch {
        flex: none;
        width: 41.66667%;
    }

    .column.is-offset-5-touch {
        margin-left: 41.66667%;
    }

    .column.is-6-touch {
        flex: none;
        width: 50%;
    }

    .column.is-offset-6-touch {
        margin-left: 50%;
    }

    .column.is-7-touch {
        flex: none;
        width: 58.33333%;
    }

    .column.is-offset-7-touch {
        margin-left: 58.33333%;
    }

    .column.is-8-touch {
        flex: none;
        width: 66.66667%;
    }

    .column.is-offset-8-touch {
        margin-left: 66.66667%;
    }

    .column.is-9-touch {
        flex: none;
        width: 75%;
    }

    .column.is-offset-9-touch {
        margin-left: 75%;
    }

    .column.is-10-touch {
        flex: none;
        width: 83.33333%;
    }

    .column.is-offset-10-touch {
        margin-left: 83.33333%;
    }

    .column.is-11-touch {
        flex: none;
        width: 91.66667%;
    }

    .column.is-offset-11-touch {
        margin-left: 91.66667%;
    }

    .column.is-12-touch {
        flex: none;
        width: 100%;
    }

    .column.is-offset-12-touch {
        margin-left: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .column.is-narrow-desktop {
        flex: none;
    }

    .column.is-full-desktop {
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters-desktop {
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds-desktop {
        flex: none;
        width: 66.6666%;
    }

    .column.is-half-desktop {
        flex: none;
        width: 50%;
    }

    .column.is-one-third-desktop {
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter-desktop {
        flex: none;
        width: 25%;
    }

    .column.is-one-fifth-desktop {
        flex: none;
        width: 20%;
    }

    .column.is-two-fifths-desktop {
        flex: none;
        width: 40%;
    }

    .column.is-three-fifths-desktop {
        flex: none;
        width: 60%;
    }

    .column.is-four-fifths-desktop {
        flex: none;
        width: 80%;
    }

    .column.is-offset-three-quarters-desktop {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds-desktop {
        margin-left: 66.6666%;
    }

    .column.is-offset-half-desktop {
        margin-left: 50%;
    }

    .column.is-offset-one-third-desktop {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter-desktop {
        margin-left: 25%;
    }

    .column.is-offset-one-fifth-desktop {
        margin-left: 20%;
    }

    .column.is-offset-two-fifths-desktop {
        margin-left: 40%;
    }

    .column.is-offset-three-fifths-desktop {
        margin-left: 60%;
    }

    .column.is-offset-four-fifths-desktop {
        margin-left: 80%;
    }

    .column.is-0-desktop {
        flex: none;
        width: 0;
    }

    .column.is-offset-0-desktop {
        margin-left: 0;
    }

    .column.is-1-desktop {
        flex: none;
        width: 8.33333%;
    }

    .column.is-offset-1-desktop {
        margin-left: 8.33333%;
    }

    .column.is-2-desktop {
        flex: none;
        width: 16.66667%;
    }

    .column.is-offset-2-desktop {
        margin-left: 16.66667%;
    }

    .column.is-3-desktop {
        flex: none;
        width: 25%;
    }

    .column.is-offset-3-desktop {
        margin-left: 25%;
    }

    .column.is-4-desktop {
        flex: none;
        width: 33.33333%;
    }

    .column.is-offset-4-desktop {
        margin-left: 33.33333%;
    }

    .column.is-5-desktop {
        flex: none;
        width: 41.66667%;
    }

    .column.is-offset-5-desktop {
        margin-left: 41.66667%;
    }

    .column.is-6-desktop {
        flex: none;
        width: 50%;
    }

    .column.is-offset-6-desktop {
        margin-left: 50%;
    }

    .column.is-7-desktop {
        flex: none;
        width: 58.33333%;
    }

    .column.is-offset-7-desktop {
        margin-left: 58.33333%;
    }

    .column.is-8-desktop {
        flex: none;
        width: 66.66667%;
    }

    .column.is-offset-8-desktop {
        margin-left: 66.66667%;
    }

    .column.is-9-desktop {
        flex: none;
        width: 75%;
    }

    .column.is-offset-9-desktop {
        margin-left: 75%;
    }

    .column.is-10-desktop {
        flex: none;
        width: 83.33333%;
    }

    .column.is-offset-10-desktop {
        margin-left: 83.33333%;
    }

    .column.is-11-desktop {
        flex: none;
        width: 91.66667%;
    }

    .column.is-offset-11-desktop {
        margin-left: 91.66667%;
    }

    .column.is-12-desktop {
        flex: none;
        width: 100%;
    }

    .column.is-offset-12-desktop {
        margin-left: 100%;
    }
}

@media screen and (min-width: 1216px) {
    .column.is-narrow-widescreen {
        flex: none;
    }

    .column.is-full-widescreen {
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters-widescreen {
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds-widescreen {
        flex: none;
        width: 66.6666%;
    }

    .column.is-half-widescreen {
        flex: none;
        width: 50%;
    }

    .column.is-one-third-widescreen {
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter-widescreen {
        flex: none;
        width: 25%;
    }

    .column.is-one-fifth-widescreen {
        flex: none;
        width: 20%;
    }

    .column.is-two-fifths-widescreen {
        flex: none;
        width: 40%;
    }

    .column.is-three-fifths-widescreen {
        flex: none;
        width: 60%;
    }

    .column.is-four-fifths-widescreen {
        flex: none;
        width: 80%;
    }

    .column.is-offset-three-quarters-widescreen {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds-widescreen {
        margin-left: 66.6666%;
    }

    .column.is-offset-half-widescreen {
        margin-left: 50%;
    }

    .column.is-offset-one-third-widescreen {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter-widescreen {
        margin-left: 25%;
    }

    .column.is-offset-one-fifth-widescreen {
        margin-left: 20%;
    }

    .column.is-offset-two-fifths-widescreen {
        margin-left: 40%;
    }

    .column.is-offset-three-fifths-widescreen {
        margin-left: 60%;
    }

    .column.is-offset-four-fifths-widescreen {
        margin-left: 80%;
    }

    .column.is-0-widescreen {
        flex: none;
        width: 0;
    }

    .column.is-offset-0-widescreen {
        margin-left: 0;
    }

    .column.is-1-widescreen {
        flex: none;
        width: 8.33333%;
    }

    .column.is-offset-1-widescreen {
        margin-left: 8.33333%;
    }

    .column.is-2-widescreen {
        flex: none;
        width: 16.66667%;
    }

    .column.is-offset-2-widescreen {
        margin-left: 16.66667%;
    }

    .column.is-3-widescreen {
        flex: none;
        width: 25%;
    }

    .column.is-offset-3-widescreen {
        margin-left: 25%;
    }

    .column.is-4-widescreen {
        flex: none;
        width: 33.33333%;
    }

    .column.is-offset-4-widescreen {
        margin-left: 33.33333%;
    }

    .column.is-5-widescreen {
        flex: none;
        width: 41.66667%;
    }

    .column.is-offset-5-widescreen {
        margin-left: 41.66667%;
    }

    .column.is-6-widescreen {
        flex: none;
        width: 50%;
    }

    .column.is-offset-6-widescreen {
        margin-left: 50%;
    }

    .column.is-7-widescreen {
        flex: none;
        width: 58.33333%;
    }

    .column.is-offset-7-widescreen {
        margin-left: 58.33333%;
    }

    .column.is-8-widescreen {
        flex: none;
        width: 66.66667%;
    }

    .column.is-offset-8-widescreen {
        margin-left: 66.66667%;
    }

    .column.is-9-widescreen {
        flex: none;
        width: 75%;
    }

    .column.is-offset-9-widescreen {
        margin-left: 75%;
    }

    .column.is-10-widescreen {
        flex: none;
        width: 83.33333%;
    }

    .column.is-offset-10-widescreen {
        margin-left: 83.33333%;
    }

    .column.is-11-widescreen {
        flex: none;
        width: 91.66667%;
    }

    .column.is-offset-11-widescreen {
        margin-left: 91.66667%;
    }

    .column.is-12-widescreen {
        flex: none;
        width: 100%;
    }

    .column.is-offset-12-widescreen {
        margin-left: 100%;
    }
}

@media screen and (min-width: 1408px) {
    .column.is-narrow-fullhd {
        flex: none;
    }

    .column.is-full-fullhd {
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters-fullhd {
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds-fullhd {
        flex: none;
        width: 66.6666%;
    }

    .column.is-half-fullhd {
        flex: none;
        width: 50%;
    }

    .column.is-one-third-fullhd {
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter-fullhd {
        flex: none;
        width: 25%;
    }

    .column.is-one-fifth-fullhd {
        flex: none;
        width: 20%;
    }

    .column.is-two-fifths-fullhd {
        flex: none;
        width: 40%;
    }

    .column.is-three-fifths-fullhd {
        flex: none;
        width: 60%;
    }

    .column.is-four-fifths-fullhd {
        flex: none;
        width: 80%;
    }

    .column.is-offset-three-quarters-fullhd {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds-fullhd {
        margin-left: 66.6666%;
    }

    .column.is-offset-half-fullhd {
        margin-left: 50%;
    }

    .column.is-offset-one-third-fullhd {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter-fullhd {
        margin-left: 25%;
    }

    .column.is-offset-one-fifth-fullhd {
        margin-left: 20%;
    }

    .column.is-offset-two-fifths-fullhd {
        margin-left: 40%;
    }

    .column.is-offset-three-fifths-fullhd {
        margin-left: 60%;
    }

    .column.is-offset-four-fifths-fullhd {
        margin-left: 80%;
    }

    .column.is-0-fullhd {
        flex: none;
        width: 0;
    }

    .column.is-offset-0-fullhd {
        margin-left: 0;
    }

    .column.is-1-fullhd {
        flex: none;
        width: 8.33333%;
    }

    .column.is-offset-1-fullhd {
        margin-left: 8.33333%;
    }

    .column.is-2-fullhd {
        flex: none;
        width: 16.66667%;
    }

    .column.is-offset-2-fullhd {
        margin-left: 16.66667%;
    }

    .column.is-3-fullhd {
        flex: none;
        width: 25%;
    }

    .column.is-offset-3-fullhd {
        margin-left: 25%;
    }

    .column.is-4-fullhd {
        flex: none;
        width: 33.33333%;
    }

    .column.is-offset-4-fullhd {
        margin-left: 33.33333%;
    }

    .column.is-5-fullhd {
        flex: none;
        width: 41.66667%;
    }

    .column.is-offset-5-fullhd {
        margin-left: 41.66667%;
    }

    .column.is-6-fullhd {
        flex: none;
        width: 50%;
    }

    .column.is-offset-6-fullhd {
        margin-left: 50%;
    }

    .column.is-7-fullhd {
        flex: none;
        width: 58.33333%;
    }

    .column.is-offset-7-fullhd {
        margin-left: 58.33333%;
    }

    .column.is-8-fullhd {
        flex: none;
        width: 66.66667%;
    }

    .column.is-offset-8-fullhd {
        margin-left: 66.66667%;
    }

    .column.is-9-fullhd {
        flex: none;
        width: 75%;
    }

    .column.is-offset-9-fullhd {
        margin-left: 75%;
    }

    .column.is-10-fullhd {
        flex: none;
        width: 83.33333%;
    }

    .column.is-offset-10-fullhd {
        margin-left: 83.33333%;
    }

    .column.is-11-fullhd {
        flex: none;
        width: 91.66667%;
    }

    .column.is-offset-11-fullhd {
        margin-left: 91.66667%;
    }

    .column.is-12-fullhd {
        flex: none;
        width: 100%;
    }

    .column.is-offset-12-fullhd {
        margin-left: 100%;
    }
}

.columns {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
}

.columns:last-child {
    margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
    margin-bottom: 0.75rem;
}

.columns.is-centered {
    justify-content: center;
}

.columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.columns.is-gapless>.column {
    margin: 0;
    padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
    margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
    margin-bottom: 0;
}

.columns.is-mobile {
    display: flex;
}

.columns.is-multiline {
    flex-wrap: wrap;
}

.columns.is-vcentered {
    align-items: center;
}

@media print,
screen and (min-width: 769px) {
    .columns:not(.is-desktop) {
        display: flex;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-desktop {
        display: flex;
    }
}

.columns.is-variable {
    --columnGap: 0.75rem;
    margin-left: calc(-1 * var(--columnGap));
    margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
    --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-0-mobile {
        --columnGap: 0rem;
    }
}

@media print,
screen and (min-width: 769px) {
    .columns.is-variable.is-0-tablet {
        --columnGap: 0rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-0-tablet-only {
        --columnGap: 0rem;
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-0-touch {
        --columnGap: 0rem;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-0-desktop {
        --columnGap: 0rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-0-desktop-only {
        --columnGap: 0rem;
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-0-widescreen {
        --columnGap: 0rem;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-0-widescreen-only {
        --columnGap: 0rem;
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-0-fullhd {
        --columnGap: 0rem;
    }
}

.columns.is-variable.is-1 {
    --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-1-mobile {
        --columnGap: 0.25rem;
    }
}

@media print,
screen and (min-width: 769px) {
    .columns.is-variable.is-1-tablet {
        --columnGap: 0.25rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-1-tablet-only {
        --columnGap: 0.25rem;
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-1-touch {
        --columnGap: 0.25rem;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-1-desktop {
        --columnGap: 0.25rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-1-desktop-only {
        --columnGap: 0.25rem;
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-1-widescreen {
        --columnGap: 0.25rem;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-1-widescreen-only {
        --columnGap: 0.25rem;
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-1-fullhd {
        --columnGap: 0.25rem;
    }
}

.columns.is-variable.is-2 {
    --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-2-mobile {
        --columnGap: 0.5rem;
    }
}

@media print,
screen and (min-width: 769px) {
    .columns.is-variable.is-2-tablet {
        --columnGap: 0.5rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-2-tablet-only {
        --columnGap: 0.5rem;
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-2-touch {
        --columnGap: 0.5rem;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-2-desktop {
        --columnGap: 0.5rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-2-desktop-only {
        --columnGap: 0.5rem;
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-2-widescreen {
        --columnGap: 0.5rem;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-2-widescreen-only {
        --columnGap: 0.5rem;
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-2-fullhd {
        --columnGap: 0.5rem;
    }
}

.columns.is-variable.is-3 {
    --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-3-mobile {
        --columnGap: 0.75rem;
    }
}

@media print,
screen and (min-width: 769px) {
    .columns.is-variable.is-3-tablet {
        --columnGap: 0.75rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-3-tablet-only {
        --columnGap: 0.75rem;
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-3-touch {
        --columnGap: 0.75rem;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-3-desktop {
        --columnGap: 0.75rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-3-desktop-only {
        --columnGap: 0.75rem;
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-3-widescreen {
        --columnGap: 0.75rem;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-3-widescreen-only {
        --columnGap: 0.75rem;
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-3-fullhd {
        --columnGap: 0.75rem;
    }
}

.columns.is-variable.is-4 {
    --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-4-mobile {
        --columnGap: 1rem;
    }
}

@media print,
screen and (min-width: 769px) {
    .columns.is-variable.is-4-tablet {
        --columnGap: 1rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-4-tablet-only {
        --columnGap: 1rem;
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-4-touch {
        --columnGap: 1rem;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-4-desktop {
        --columnGap: 1rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-4-desktop-only {
        --columnGap: 1rem;
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-4-widescreen {
        --columnGap: 1rem;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-4-widescreen-only {
        --columnGap: 1rem;
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-4-fullhd {
        --columnGap: 1rem;
    }
}

.columns.is-variable.is-5 {
    --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-5-mobile {
        --columnGap: 1.25rem;
    }
}

@media print,
screen and (min-width: 769px) {
    .columns.is-variable.is-5-tablet {
        --columnGap: 1.25rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-5-tablet-only {
        --columnGap: 1.25rem;
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-5-touch {
        --columnGap: 1.25rem;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-5-desktop {
        --columnGap: 1.25rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-5-desktop-only {
        --columnGap: 1.25rem;
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-5-widescreen {
        --columnGap: 1.25rem;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-5-widescreen-only {
        --columnGap: 1.25rem;
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-5-fullhd {
        --columnGap: 1.25rem;
    }
}

.columns.is-variable.is-6 {
    --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-6-mobile {
        --columnGap: 1.5rem;
    }
}

@media print,
screen and (min-width: 769px) {
    .columns.is-variable.is-6-tablet {
        --columnGap: 1.5rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-6-tablet-only {
        --columnGap: 1.5rem;
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-6-touch {
        --columnGap: 1.5rem;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-6-desktop {
        --columnGap: 1.5rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-6-desktop-only {
        --columnGap: 1.5rem;
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-6-widescreen {
        --columnGap: 1.5rem;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-6-widescreen-only {
        --columnGap: 1.5rem;
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-6-fullhd {
        --columnGap: 1.5rem;
    }
}

.columns.is-variable.is-7 {
    --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-7-mobile {
        --columnGap: 1.75rem;
    }
}

@media print,
screen and (min-width: 769px) {
    .columns.is-variable.is-7-tablet {
        --columnGap: 1.75rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-7-tablet-only {
        --columnGap: 1.75rem;
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-7-touch {
        --columnGap: 1.75rem;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-7-desktop {
        --columnGap: 1.75rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-7-desktop-only {
        --columnGap: 1.75rem;
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-7-widescreen {
        --columnGap: 1.75rem;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-7-widescreen-only {
        --columnGap: 1.75rem;
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-7-fullhd {
        --columnGap: 1.75rem;
    }
}

.columns.is-variable.is-8 {
    --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-8-mobile {
        --columnGap: 2rem;
    }
}

@media print,
screen and (min-width: 769px) {
    .columns.is-variable.is-8-tablet {
        --columnGap: 2rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-8-tablet-only {
        --columnGap: 2rem;
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-8-touch {
        --columnGap: 2rem;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-8-desktop {
        --columnGap: 2rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-8-desktop-only {
        --columnGap: 2rem;
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-8-widescreen {
        --columnGap: 2rem;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-8-widescreen-only {
        --columnGap: 2rem;
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-8-fullhd {
        --columnGap: 2rem;
    }
}

.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
    position: relative;
    box-sizing: border-box;
    height: 100%;
    display: block;
}

.fp-slide {
    float: left;
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-out;
}

.fp-table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    margin-top: -38px;
    transform: translateZ(0);
}

.fp-prev {
    left: 15px;
}

.fp-next {
    right: 15px;
}

.fp-arrow {
    width: 0;
    height: 0;
    border-style: solid;
}

.fp-arrow.fp-prev {
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-arrow.fp-next {
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-notransition {
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
    right: 17px;
}

#fp-nav.fp-left {
    left: 17px;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    transform: translateZ(0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
    bottom: 17px;
}

.fp-slidesNav.fp-top {
    top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}

.fp-slidesNav ul li {
    display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li:hover a.active span,
#fp-nav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
.fp-slidesNav ul li a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}

#fp-nav.fp-show-active a.active+.fp-tooltip,
#fp-nav ul li:hover .fp-tooltip {
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-responsive .fp-is-overflow.fp-section {
    height: auto !important;
}

.fp-scrollable.fp-responsive .fp-is-overflow.fp-section,
.fp-scrollable .fp-section,
.fp-scrollable .fp-slide {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]) {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
}

.fp-overflow {
    justify-content: flex-start;
    max-height: 100vh;
}

.fp-scrollable .fp-auto-height .fp-overflow {
    max-height: none;
}

.fp-is-overflow .fp-overflow.fp-auto-height,
.fp-is-overflow .fp-overflow.fp-auto-height-responsive,
.fp-is-overflow>.fp-overflow {
    overflow-y: auto;
}

.fp-overflow {
    outline: 0;
}

.fp-overflow.fp-table {
    display: block;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide {
    height: auto !important;
    min-height: auto !important;
}

.fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
    background-color: transparent;
    width: 9px;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
    background-color: transparent;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 16px;
    border: 4px solid transparent;
}

.fp-warning,
.fp-watermark {
    z-index: 9999999;
    position: absolute;
    bottom: 0;
}

.fp-warning,
.fp-watermark a {
    text-decoration: none;
    background: hsla(0, 0%, 100%, 0.6);
    padding: 5px 8px;
    font-size: 14px;
    font-family: arial;
    color: #000;
    display: inline-block;
    border-radius: 3px;
    margin: 12px;
}

.fp-noscroll .fp-overflow {
    overflow: hidden;
}

.inherit {
    color: inherit;
}

.small-text {
    font-size: 1.3rem;
}

.basic-rollover {
    transition: all 0.5s ease-in-out;
}

.basic-rollover:hover {
    opacity: 0.7;
}

.height-100 {
    height: 100%;
}

.lazy-load {
    opacity: 0;
    animation: q ease-in 0.4s 1;
    animation-delay: 0.4s;
    animation-fill-mode: forwards;
}

.shadow-on-box {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.centered {
    text-align: center;
}

.bold {
    font-weight: 700;
}

.light-weight {
    font-weight: 100;
}

.italic {
    font-style: italic;
}

.p-0 {
    padding: 0;
}

.p-3 {
    padding: 3px;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}

.p-35 {
    padding: 35px;
}

.p-40 {
    padding: 40px;
}

.p-45 {
    padding: 45px;
}

.p-50 {
    padding: 50px;
}

.pt-0 {
    padding-top: 0;
}

.pt-3 {
    padding-top: 3px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

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

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pr-0 {
    padding-right: 0;
}

.pr-3 {
    padding-right: 3px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

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

.pb-3 {
    padding-bottom: 3px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pl-0 {
    padding-left: 0;
}

.pl-3 {
    padding-left: 3px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.m-0 {
    margin: 0 !important;
}

.m-3 {
    margin: 3px;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-30 {
    margin: 30px;
}

.m-35 {
    margin: 35px;
}

.m-40 {
    margin: 40px;
}

.m-45 {
    margin: 45px;
}

.m-50 {
    margin: 50px;
}

.mt-0 {
    margin-top: 0;
}

.mt-3 {
    margin-top: 3px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mr-0 {
    margin-right: 0;
}

.mr-3 {
    margin-right: 3px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-3 {
    margin-bottom: 3px;
}

.mb-5 {
    margin-bottom: 5px;
}

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

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-0 {
    margin-left: 0;
}

.ml-3 {
    margin-left: 3px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.utils__primary-btn {
    border: 1px solid #3b90c3;
    background-color: #3b90c3;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-family: Inter-SemiBold;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 10px 20px rgba(59, 144, 195, 0.3);
    transition: all 0.3s;
    display: inline-block;
}

.utils__primary-btn:hover {
    background-color: #286082;
    box-shadow: 0 10px 20px 0 rgba(40, 96, 130, 0.2);
}

.utils__primary-btn:focus {
    background-color: #1d3766;
    box-shadow: 0 10px 20px 0 rgba(29, 55, 102, 0.2);
}

.utils__h2-title {
    font-weight: 400;
    padding: 0 140px;
    color: #1d3766;
}

*,
:after,
:before {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

:root {
    --swiper-navigation-color: #1d3766;
    --swiper-pagination-color: #1d3766;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    color: #231f20;
    font: 300 11px/1.4 Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}

body,
html {
    overflow-x: clip;
}

body {
    position: relative;
}

.clear:after,
.clear:before {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

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

img[data-lazyloaded] {
    opacity: 0;
}

img.litespeed-loaded {
    transition: opacity 0.5s linear 0.2s;
    opacity: 1;
}

a {
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a:active,
a:hover {
    outline: 0;
    cursor: pointer;
}

input:focus {
    border: 1px solid #04a4cc;
    outline: 0;
}

ol,
p,
ul {
    font-size: 1.6rem;
}

h1 {
    font-size: 3.6rem;
}

h2 {
    font-size: 3.2rem;
}

h3 {
    font-size: 2.8rem;
}

h4 {
    font-size: 2.4rem;
}

h5 {
    font-size: 2rem;
}

h6 {
    font-size: 1.6rem;
}

blockquote {
    margin: 25px 0;
    padding: 25px 0 25px 5vw;
    font-style: italic;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-weight: 700;
}

.overflow-hidden {
    overflow: hidden;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    max-width: 2560px;
}

.container,
.wrapper {
    margin: 0 auto;
    width: 100%;
}

.container {
    max-width: 1320px;
    align-self: center;
    flex: 1 auto;
    height: 100%;
    padding: 0 20px;
}

.pagination {
    font-size: 1.6rem;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.acf-map {
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 600px;
    border: 1px solid #ccc;
    margin: 20px 0;
}

.acf-map img {
    max-width: inherit !important;
}

::selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignleft,
a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.gallery-caption,
.wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    blockquote,
    pre {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    #respond,
    .home-slider,
    .nav,
    .sidebar {
        display: none;
    }

    @page {
        margin: 2cm;
    }
}

.page-heading__circle {
    fill: #0abbd7;
    opacity: 0;
    animation: q 1s forwards 2s;
}

.page-heading__vertical-line {
    stroke: #0abbd7;
    stroke-width: 2;
    animation: p 5s forwards;
}

.flex-center-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.slick-dots li {
    margin-right: 15px;
}

.padding-20-0 {
    padding: 20px 0;
}

.with_frm_style .frm_message p {
    margin-bottom: inherit;
}

#toast {
    visibility: hidden;
    max-width: 50px;
    margin: auto;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 999999999999999;
    left: 0;
    right: 0;
    bottom: 30px;
    font-size: 20px;
    white-space: nowrap;
}

#toast,
#toast #toast-icon {
    height: 50px;
    background-color: #1d3766;
    color: #fff;
}

#toast #toast-icon {
    width: 50px;
    float: left;
    padding-top: 11px;
    padding-bottom: 11px;
    box-sizing: border-box;
}

#toast #toast-desc {
    color: #fff;
    padding: 11px;
    overflow: hidden;
    white-space: nowrap;
}

#toast.active {
    visibility: visible;
    animation: a 0.5s, b 0.5s 0.5s, c 3s 1s, d 0.5s 4s, e 0.5s 4.5s;
}

@keyframes a {
    0% {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes b {
    0% {
        min-width: 50px;
    }

    to {
        min-width: 350px;
    }
}

@keyframes c {
    0% {
        min-width: 350px;
    }

    to {
        min-width: 350px;
    }
}

@keyframes d {
    0% {
        min-width: 350px;
    }

    to {
        min-width: 50px;
    }
}

@keyframes e {
    0% {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 60px;
        opacity: 0;
    }
}

.swiper-carousel {
    padding-bottom: 32px;
    max-width: 1200px;
}

.swiper-carousel .inner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper-carousel .inner-item .top-logo {
    background-color: #3b9cd8;
    padding: 27px;
    border-radius: 50px;
    text-align: center;
    opacity: 0.9;
}

.swiper-carousel .inner-item .top-logo img {
    width: 36px;
    height: 36px;
}

.swiper-carousel .inner-item-content {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
}

.swiper-carousel .inner-item-content .detailing {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 70%;
    text-align: center;
}

.swiper-carousel .inner-item-content .heading {
    font-family: Poppins-Medium;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
}

.swiper-carousel .inner-item-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.swiper-carousel .inner-item-content ul li {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.swiper-carousel .swiper-slide {
    width: 450px;
    height: 100%;
    border-radius: 8px;
    background: transparent;
    max-width: calc(100% - 48px);
}

.swiper-carousel .swiper-carousel-animate-opacity {
    height: 100%;
}

.swiper-carousel .swiper-pagination {
    display: none;
}

.swiper-carousel .swiper-pagination-bullet {
    border-radius: 0 !important;
    width: 18px !important;
    height: 3px !important;
    background-color: #3b9cd8 !important;
}

.swiper-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px !important;
}

.swiper-carousel img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.swiper-carousel .slide-content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 88px 16px 24px;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
}

.swiper-carousel .slide-content h2 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
}

.swiper-carousel .slide-content p {
    margin: 8px 0 0;
    opacity: 0.65;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
}

.grecaptcha-badge {
    z-index: 999999999;
    bottom: 50px !important;
}

.company .fp-overflow {
    overflow-x: hidden;
}

@media (max-width: 640px) {

    .swiper-carousel .swiper-button-next,
    .swiper-carousel .swiper-button-prev {
        display: none !important;
    }

    .grecaptcha-badge {
        bottom: 70px !important;
    }
}

@media (max-width: 480px) {
    .swiper-pagination {
        display: block !important;
        position: static !important;
        margin-top: 20px;
    }
}

#fullpage>div,
.blog__blog-listings {
    visibility: hidden;
}

@media only screen and (max-width: 1280px) {
    .mesh-loader {
        display: none;
    }

    #fullpage>div:not(.mob-modal-frame):not(.mob-modal-overlay) {
        visibility: visible;
    }
}

@media only screen and (min-width: 2560px) {
    .cardiology .content-left-contact-form-right {
        justify-content: start;
    }
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #1a315c;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: opacity 0.25s ease 0s, visibility 0.35s linear 0s;
}

.modal-overlay.state-show {
    opacity: 0.9;
    visibility: visible;
    transition-delay: 0s;
    transition-duration: 0.2s, 0s;
}

.utils__modal-frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999999;
    display: flex;
    align-items: center;
    -moz-box-align: center;
    justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    width: 100%;
    text-align: center;
    visibility: hidden;
}

.utils__modal-frame.state-appear {
    visibility: visible;
}

.utils__modal-frame.state-appear .modal-inset {
    animation: r 0.25s ease;
    visibility: visible;
}

.utils__modal-frame.state-appear .modal-body {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.utils__modal-frame.state-leave {
    visibility: visible;
}

.utils__modal-frame.state-leave .modal-inset {
    animation: s 0s ease 0s;
    visibility: visible;
}

.utils__modal-frame.state-leave .modal-body,
.utils__modal-frame.state-leave .modal .close {
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-timing-function: ease;
    transform: translateY(0);
}

@-moz-document url-prefix() {
    .utils__modal-frame .utils__modal-frame {
        height: calc(100% - 55px);
    }
}

.utils__modal-frame .modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.utils__modal-frame .modal-inset {
    position: relative;
    padding: 60px;
    background-color: #fff;
    min-width: 320px;
    min-height: 126px;
    max-height: 660px;
    max-width: 950px;
    margin: auto;
    overflow: auto;
    visibility: hidden;
    border-radius: 20px;
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    backface-visibility: hidden;
    transform: translateZ(0);
    transform-style: preserve-3d;
}

.utils__modal-frame .modal .close {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 75px;
    right: 20px;
    padding: 4px 8px;
    opacity: 0.4;
    border: 1px solid #5e7299;
    z-index: 99999999;
}

.utils__modal-frame .modal-inset .close:hover {
    opacity: 1;
}

.utils__modal-frame .modal-body {
    margin: auto;
    opacity: 0;
    transform: translateY(0) scale(0.8);
    transition-property: opacity, transform;
    transition-duration: 0.25s;
    transition-delay: 0.1s;
}

.utils__modal-frame .modal-body h3 {
    font-weight: 700;
    padding-bottom: 22px;
    display: block;
    color: #f2594b;
    text-align: center;
}

.utils__modal-frame .modal-body p {
    padding-bottom: 20px;
    line-height: 34px;
    font-family: Inter-Light;
}

.utils__modal-frame .modal-body .ps {
    font-size: 12px;
    opacity: 0.3;
}

.company .modal .modal-inset {
    top: 60px;
}

.company .modal .modal-inset::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    border: 4px solid transparent;
    border-radius: 8px;
    background-clip: padding-box;
}

.company .modal .modal-inset::-webkit-scrollbar {
    width: 16px;
}

@media only screen and (max-width: 1281px) {
    .modal-inset {
        height: 90vh;
    }

    /*.utils__modal-frame {
        position: fixed;
    }*/
    .company .modal .close {
        display: block !important;
        cursor: pointer !important;
        position: absolute !important;
        top: -20px !important;
        padding: 0 8px !important;
        opacity: 1 !important;
        border: 1px solid #0abbd7 !important;
        border-radius: 36px !important;
        z-index: 99999999 !important;
        background-color: #0abbd7 !important;
        color: #fff !important;
        font-size: 26px !important;
    }

    .company .modal .modal-inset {
        top: unset;
    }

    .service-area .modal .close {
        padding: 6px 10px 4px !important;
        background-color: #0e2551 !important;
        opacity: 0.7;
    }

    .service-area .modal .modal-inset {
        overflow-y: auto;
    }
}

@font-face {
    font-family: Inter-Light;
    src: url(../fonts/Inter-Light.ttf) format("truetype");
    font-display: block;
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Regular.ttf) format("truetype");
    font-display: block;
}

@font-face {
    font-family: Inter-Medium;
    src: url(../fonts/Inter-Medium.ttf) format("truetype");
    font-display: block;
}

@font-face {
    font-family: Inter-SemiBold;
    src: url(../fonts/Inter-SemiBold.ttf) format("truetype");
    font-display: block;
}

@font-face {
    font-family: Inter-Bold;
    src: url(../fonts/Inter-Bold.ttf) format("truetype");
    font-display: block;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.ttf) format("truetype");
    font-display: block;
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.ttf) format("truetype");
    font-display: block;
}

a,
html,
li,
p {
    font-family: Inter;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins;
}

.header {
    transition: all 0.3s ease;
    width: 100%;
    background-color: #fff;
    top: 0;
    z-index: 99999999;
    position: fixed;
}

.header--scrolled {
    box-shadow: 0 5px 8px -7px rgba(0, 0, 0, 0.5215686275);
}

.header--scrolled .header__nav-container .header__nav-desktop ul {
    transform: translateX(0) !important;
    margin-right: unset !important;
}

.header--scrolled .header__nav-container .header__nav-desktop ul li.rounded-corner {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) !important;
}

.header .header__border-wrapper {
    height: 7px;
    overflow: hidden;
    background: url(https://healthrev.com/wp-content/themes/healthrev/dist/images/border-gradient.svg) no-repeat 50%;
    background-size: cover;
}

.header .header__border-wrapper .border-gradient-img {
    display: none;
    position: relative;
    width: 100%;
    object-fit: none;
}

.header .header__nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.header .header__nav-container .header__logo img {
    height: 55px;
}

.header .header__nav-container .header__nav-desktop ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-right: -55px;
}

.header .header__nav-container .header__nav-desktop>ul {
    transform: translateX(167px);
    transition: transform 1s;
}

.header .header__nav-container .header__nav-desktop ul li {
    margin: 0 15px;
    padding-bottom: 3px;
}

.header .header__nav-container .header__nav-desktop ul li svg {
    font-size: 12px;
    color: #237cb3;
}

.header .header__nav-container .header__nav-desktop ul li a {
    display: inline;
    color: #092a54;
    text-decoration: none;
    font-family: Inter-Medium;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 3px;
}

.header .header__nav-container .header__nav-desktop ul li.rounded-corner {
    border: 1px solid #092a54;
    padding: 7px 19px;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
    transition: opacity 1s, visibility 1s, transform 1s;
}

.header .header__nav-container .header__nav-desktop ul li.rounded-corner:hover {
    color: #fff;
    background-color: #3a90c4;
    border: 1px solid #3a90c4;
    cursor: pointer;
}

.header .header__nav-container .header__nav-desktop ul li.rounded-corner:hover a {
    color: #fff !important;
}

.header .header__nav-container .header__nav-desktop ul li a:hover {
    color: #3a90c4;
}

.header .header__nav-container .header__nav-desktop ul li.menu-item-has-children a:hover {
    color: #092a54;
}

.header__nav-desktop li.current-menu-item,
.header__nav-desktop li.current-menu-parent>a {
    border-bottom: 2px solid #237cb3;
}

.header__nav-desktop li.current-menu-item>a,
.header__nav-desktop li.current-menu-parent>a {
    color: #237cb3 !important;
    font-weight: 500 !important;
}

.header__nav-desktop li a svg {
    font-size: 10px;
    margin-left: 5px;
}

.header .header__nav-container .header__nav-mobile {
    display: none;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 9999999;
    margin-left: 40px;
}

.header .header__nav-container .header__nav-mobile .mobile-menu__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 30px;
    cursor: pointer;
    transition: 0.4s;
}

.header .header__nav-container .header__nav-mobile .mobile-menu__icon,
.header .header__nav-container .header__nav-mobile .mobile-menu__icon:after,
.header .header__nav-container .header__nav-mobile .mobile-menu__icon:before {
    display: block;
    position: relative;
    background: #1d3766;
    width: 90%;
    height: 2px;
    transition: 0.4s;
}

.header .header__nav-container .header__nav-mobile .mobile-menu__icon {
    background-color: transparent;
}

.header .header__nav-container .header__nav-mobile .mobile-menu__icon:after,
.header .header__nav-container .header__nav-mobile .mobile-menu__icon:before {
    content: "";
    display: block;
    position: absolute;
    background: #1d3766;
    width: 100%;
    height: 2px;
    transition: 0.4s;
}

.header .header__nav-container .header__nav-mobile .mobile-menu__icon:after {
    top: 6px;
}

.header .header__nav-container .header__nav-mobile .mobile-menu__icon:before {
    top: -6px;
}

.header .header__nav-container .header__nav-mobile .mobile-menu__container {
    position: fixed;
    display: flex;
    justify-content: end;
    top: 120px;
    left: 0;
    right: 0;
    z-index: 999;
    height: 0;
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.2s;
    overflow: hidden;
    background-color: #1d3766;
}

.header .header__nav-container .header__nav-mobile .mobile-menu__list {
    transition: 0.5s;
    transition-delay: 0.5s;
    list-style: none;
    padding-left: 0;
    background-color: #fff;
    margin: 0;
    position: absolute;
    width: 80%;
    border-top: 1px solid #ecf6fb;
}

.header .header__nav-container .header__nav-mobile .mobile-menu__item {
    font-size: 16px;
    border-bottom: 1px solid #ecf6fb;
}

.header .header__nav-container .header__nav-mobile .mobile-menu__link {
    text-decoration: none;
    color: #1d3766;
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
    display: block;
}

.header .header__nav-container .header__nav-mobile .mobile-menu__link:active,
.header .header__nav-container .header__nav-mobile .mobile-menu__link:focus,
.header .header__nav-container .header__nav-mobile .mobile-menu__link:hover {
    background: #ecf6fb;
    color: #237cb3;
}

.header .header__nav-container .header__nav-mobile .mobile-menu__checkbox {
    display: none;
}

.header .header__nav-container .header__nav-mobile .mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon,
.header .header__nav-container .header__nav-mobile .mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon:after,
.header .header__nav-container .header__nav-mobile .mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon:before,
.header .header__nav-container .header__nav-mobile .mobile-menu__checkbox:checked~.mobile-menu__container,
.header .header__nav-container .header__nav-mobile .mobile-menu__checkbox:checked~.mobile-menu__nav {
    opacity: 1;
    transition-delay: 0s;
}

.header .header__nav-container .header__nav-mobile .mobile-menu__checkbox:checked~.mobile-menu__container {
    height: 100%;
    overflow-y: auto;
}

.header .header__nav-container .header__nav-mobile .mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon {
    background: transparent;
}

.header .header__nav-container .header__nav-mobile .mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon:after,
.header .header__nav-container .header__nav-mobile .mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon:before {
    top: 0;
}

.header .header__nav-container .header__nav-mobile .mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header .header__nav-container .header__nav-mobile .mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob-menu-accordion {
    width: 100%;
    list-style: none;
    padding: 0;
}

.mob-menu-accordion .link {
    cursor: pointer;
    display: block;
    color: #1d3766;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 20px;
    transition: all 0.4s ease;
}

.mob-menu-accordion li:last-child .link {
    border-bottom: 0;
}

.mob-menu-accordion li .fa-chevron-down {
    position: absolute;
    top: 24px;
    color: #1d3766;
    right: 30px;
    left: auto;
    font-size: 12px;
    transition: all 0.4s ease;
}

.mob-menu-accordion li.open .fa-chevron-down,
.mob-menu-accordion li.open .link {
    color: #237cb3;
}

.mob-menu-accordion li.open .fa-chevron-down {
    transform: rotate(180deg);
}

.submenu {
    display: none;
    font-size: 16px;
    list-style: none;
    padding: 0;
}

.submenu li {
    padding: 0 10px;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #1d3766;
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: all 0.25s ease;
}

.submenu a:active,
.submenu a:focus,
.submenu a:hover {
    background: rgba(236, 246, 251, 0.5019607843);
    color: #fff;
    border: 1px solid #c6e3f4;
    border-radius: 10px;
}

.submenu .menu-image-container {
    width: 35px;
    text-align: center;
}

.submenu a p {
    margin: 0;
    color: #617394;
    font-size: 13px;
}

.submenu a .title {
    font-size: 16px;
    font-weight: 600;
    color: #1d3766;
}

@media only screen and (max-width: 1264px) {
    .header .header__nav-container .header__nav-desktop {
        display: none;
    }

    .header .header__nav-container .header__nav-mobile {
        display: flex;
    }
}

.sub-menu {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    transition: max-height 0.2s ease-out;
    border: 1px solid #c8deec;
    box-shadow: 0 20px 40px 0 rgba(35, 124, 179, 0.2);
    border-radius: 20px;
    padding: 20px 20px 10px !important;
    display: none !important;
    background-color: #fff;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu.one-column,
.menu-item-has-children .sub-menu.two-column {
    left: 50%;
    transform: translateX(-50%);
}

.menu-item-has-children:hover .sub-menu {
    max-height: 800px;
    display: flex !important;
}

.menu-item-has-children ul.sub-menu.one-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 220px;
    transform: translateX(-110px) !important;
}

.menu-item-has-children ul.sub-menu.one-column li.sub-menu-items {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

.menu-item-has-children ul.sub-menu.one-column li.active-sub-menu-items {
    border: 1px solid #c6e3f4;
    background-color: rgba(236, 246, 251, 0.5019607843);
    color: #3a90c4;
}

.menu-item-has-children ul.sub-menu.one-column li.sub-menu-items:hover {
    border: 1px solid #c6e3f4;
    background-color: rgba(236, 246, 251, 0.5019607843);
}

.menu-item-has-children ul.sub-menu.one-column li.sub-menu-items:hover a {
    color: #3a90c4;
}

.menu-item-has-children ul.sub-menu.one-column li.sub-menu-items a {
    display: flex;
    align-items: center;
}

.menu-item-has-children ul.sub-menu.one-column li.sub-menu-items a .image-container {
    width: 35px;
    text-align: center;
}

.menu-item-has-children ul.sub-menu.one-column li.sub-menu-items a .content-details {
    margin-left: 10px;
}

.menu-item-has-children ul.sub-menu.one-column li.sub-menu-items a .content-details .title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.menu-item-has-children ul.sub-menu.one-column li.sub-menu-items a .content-details .subtitle {
    margin: 0;
    font-size: 12px;
    color: #617394;
}

.menu-item-has-children ul.sub-menu.two-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 550px;
    transform: translateX(-257px) !important;
}

.menu-item-has-children ul.sub-menu.two-column li.sub-menu-items {
    width: 49%;
    margin: 0 0 10px;
    padding: 10px 0 10px 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

.menu-item-has-children ul.sub-menu.two-column li.active-sub-menu-items {
    border: 1px solid #c6e3f4;
    background-color: rgba(236, 246, 251, 0.5019607843);
    color: #3a90c4;
}

.menu-item-has-children ul.sub-menu.two-column li.sub-menu-items:hover {
    border: 1px solid #c6e3f4;
    background-color: rgba(236, 246, 251, 0.5019607843);
}

.menu-item-has-children ul.sub-menu.two-column li.sub-menu-items:hover a {
    color: #3a90c4;
}

.menu-item-has-children ul.sub-menu.two-column li.sub-menu-items a {
    display: flex;
    align-items: center;
}

.menu-item-has-children ul.sub-menu.two-column li.sub-menu-items a .image-container {
    width: 35px;
    text-align: center;
}

.menu-item-has-children ul.sub-menu.two-column li.sub-menu-items a .content-details {
    margin-left: 10px;
}

.menu-item-has-children ul.sub-menu.two-column li.sub-menu-items a .content-details .title {
    margin: 0;
    font-size: 16px;
    font-family: Inter-SemiBold;
    font-weight: 600;
}

.menu-item-has-children ul.sub-menu.two-column li.sub-menu-items a .content-details .subtitle {
    margin: 0;
    font-size: 12px;
    color: #617394;
}

.mesh-loader {
    overflow: hidden;
    height: 100%;
    width: 100%;
    z-index: 999999999;
    position: fixed;
}

.mesh-loader .circle {
    width: 25px;
    height: 25px;
    position: absolute;
    background: #1d3766;
    border-radius: 50%;
    margin: -12.5px;
    animation: f 3s ease-in-out infinite -1.5s;
}

.mesh-loader .circle:last-child {
    animation-delay: 0s;
}

.mesh-loader>div {
    position: absolute;
    top: 50%;
    left: 50%;
}

.mesh-loader>div:last-child {
    transform: rotate(90deg);
}

@keyframes f {
    0% {
        transform-origin: 50% -100%;
        transform: rotate(0);
    }

    50% {
        transform-origin: 50% -100%;
        transform: rotate(1turn);
    }

    50.00001% {
        transform-origin: 50% 200%;
        transform: rotate(0deg);
    }

    to {
        transform-origin: 50% 200%;
        transform: rotate(1turn);
    }
}

@media only screen and (min-width: 2561px) {
    .header {
        position: sticky;
    }
}

.footer__content {
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.footer__content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2%;
    bottom: 0;
    background: linear-gradient(90deg, #1d3766 50.04%, #0a6781 97.01%);
}

.footer__logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 80px 0 0;
}

.footer__logo img {
    height: 55px;
}

.footer__logo .logo__contact-number {
    font-family: Inter;
    font-size: 22px;
    color: #fff;
}

.footer__divider {
    text-align: center;
    overflow: hidden;
}

.footer .divider__content-label {
    display: inline-block;
    position: relative;
    padding: 5px 20px;
    border: 1px solid #496387;
    color: #a9b0b9;
    border-radius: 30px;
    font-family: Inter-Medium;
    font-size: 15px;
}

.footer .divider__content-label:after,
.footer .divider__content-label:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 1000px;
    height: 1px;
    background: #496387;
}

.footer .divider__content-label:before {
    right: 100%;
}

.footer .divider__content-label:after {
    left: 100%;
}

.footer__center-menu {
    display: flex;
    justify-content: center;
}

.footer__center-menu ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}

.footer__center-menu ul li {
    margin: 0 20px;
}

.footer__center-menu ul li a {
    font-family: Inter-Medium;
    color: #fff;
    font-size: 14px;
}

.footer__copyright {
    background-image: url(../images/border-gradient.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer__copyright .footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.footer__copyright .footer-bottom p,
.footer__copyright .footer-bottom ul {
    margin: 0;
}

.footer__copyright .footer-bottom ul li {
    border-left: 1px solid #fff;
    padding-left: 10px;
    height: 15px;
}

.footer__copyright .footer-bottom p,
.footer__copyright .footer-bottom ul li a {
    font-size: 12px;
    color: #fff;
    display: block;
}

.footer__copyright .footer-bottom p {
    padding-top: 3px;
    padding-right: 10px;
}

.footer__copyright .footer-bottom .copyright-wrapper,
.footer__copyright .footer-bottom .social-media {
    display: flex;
    align-items: center;
}

.footer__copyright .footer-bottom .copyright-wrapper ul {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.footer__copyright .footer-bottom .copyright-wrapper ul li a {
    margin-right: 10px;
}

.footer__copyright .footer-bottom .copyright-wrapper ul li a:not(:last-child) {
    margin-right: 20px;
}

.footer__copyright .footer-bottom .copyright-wrapper ul li a svg {
    height: 16px;
    color: #fff;
}

.footer__copyright .footer-bottom .social-media a:not(:last-child) {
    margin-right: 20px;
}

.footer__copyright .footer-bottom .social-media a svg {
    height: 16px;
    color: #fff;
}

.company .footer {
    background-image: linear-gradient(0deg, #5cc08d 20%, transparent 0);
}

.company .footer__content:after {
    display: none;
}

.contact-us .footer,
.single-post .footer {
    margin-top: unset;
}

@media only screen and (max-width: 1440px) {
    .footer {
        margin-top: 0;
    }

    .footer__content {
        background-image: url(../images/footer-mobile-gradient-bg.svg);
        background-position: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .footer__center-menu li {
        width: 27%;
        margin: 5px 35px !important;
    }

    .footer__content {
        background-image: url(../images/footer-mobile-bg.svg);
    }

    .footer__content:after {
        background: #1b3159;
    }

    .footer__content .footer__logo {
        flex-direction: column;
        justify-content: center !important;
        padding: 60px 0 0 !important;
    }

    .footer__content .footer__logo a {
        background-color: #1b3159;
    }

    .footer__content .footer__logo img {
        height: 95px;
    }

    .footer__copyright .footer-bottom {
        padding: 20px 10px;
    }

    .footer__copyright .footer-bottom p {
        padding-top: 0;
    }

    .footer__copyright .footer-bottom .copyright-wrapper {
        flex-direction: column;
        align-items: start;
    }

    .footer__copyright .footer-bottom .copyright-wrapper ul li:first-child {
        border-left: unset;
        padding-left: 0;
    }

    .footer__copyright .footer-bottom .social-media a svg {
        height: 24px;
    }
}

.blog__featured-blog {
    background-color: #fff;
    border: 1px solid #b3d9f0;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: -120px;
    z-index: 2;
}

.blog__featured-blog-container {
    display: flex;
    align-items: center;
}

.blog__featured-blog-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    min-height: 380px;
    border-radius: 10px;
}

.blog__featured-blog-details {
    padding: 0 40px;
}

.blog__featured-blog-categories {
    color: #237cb3;
    margin: 0 0 20px;
    font-family: Inter-Medium;
    font-size: 16px;
}

.blog__featured-blog-title {
    color: #1d3766;
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 20px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blog__featured-blog-title:hover {
    color: #237cb3;
}

.blog__featured-blog-content {
    font-weight: 400;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 20px;
    color: #231f20;
}

.blog__featured-blog-detail {
    font-family: Inter-Medium;
    font-size: 14px;
    color: #394045;
    margin: 0;
    opacity: 0.8;
}

.blog__blog-listings-container {
    padding: 60px 0 0;
}

.blog__blog-listings-container .loader-container {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
    font-size: 20px;
    color: #231f20;
    font-family: Inter;
    text-align: center;
    margin: 30px 0;
}

.blog__blog-listings-container .loader-container.show {
    visibility: visible;
    opacity: 1;
}

.blog__blog-listings-container .loader-container.hide {
    visibility: hidden;
    opacity: 0;
}

.blog__blog-listings-container .search-not-found {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
    font-size: 38px;
    color: #231f20;
    font-family: Inter;
    text-align: center;
    margin: 30px 0 120px;
}

.blog__blog-listings-container .search-not-found.show {
    visibility: visible;
    opacity: 1;
}

.blog__blog-listings-container .search-not-found.hide {
    visibility: hidden;
    opacity: 0;
}

.blog__blog-listings-container .search-not-found h2 {
    margin: 0 0 20px;
}

.blog__blog-listings-container .search-not-found p {
    margin: 0;
    font-size: 18px;
}

.blog__categories-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #e8ebf0;
    border-radius: 30px;
    position: relative;
}

.blog__categories-list li {
    float: left;
    display: inline;
    padding: 8px 20px;
    color: #1d3766;
    margin: 0;
    font-family: Inter-Medium;
    font-size: 16px;
}

.blog__categories-list li:hover {
    cursor: pointer;
}

.blog__categories-list li.active {
    background-color: #1d3766;
    color: #fff;
    border-radius: 30px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.blog__search-container {
    position: relative;
    margin-top: 18px;
}

.blog__search-box {
    background-color: rgba(232, 235, 240, 0.5);
    border: 1px solid #e8ebf0;
    color: #1d3766;
    padding: 10px 30px 10px 40px;
    border-radius: 30px;
    width: 230px;
    font-size: 16px;
}

.blog__search-box:focus {
    border: 1px solid #1d3766;
}

.blog__search-box::placeholder {
    color: #1d3766;
    opacity: 1;
}

.blog__search-container svg {
    color: #1d3766;
    position: absolute;
    font-size: 16px;
    top: 28%;
    transition: visibility 0s, opacity 0.5s ease;
}

.blog__search-container .fa-magnifying-glass {
    left: 15px;
}

.blog__search-container .clear-icon {
    position: absolute;
    height: 10px;
    top: 37%;
    transition: visibility 0s, opacity 0.5s ease;
    right: 15px;
    display: none;
}

.blog__search-container .clear-icon:hover {
    cursor: pointer;
}

.blog__search-container .clear-icon.hide {
    display: none;
}

.blog__search-container .clear-icon.show {
    display: block;
}

.blog__blog-listings {
    margin-top: 20px;
    min-height: 550px;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s ease;
}

.blog__blog-listings.hide {
    visibility: hidden;
    opacity: 0;
}

.blog__blog-listings.show {
    visibility: visible;
    opacity: 1;
}

.blog__blog-listings .column:nth-child(n + 4) {
    margin-top: 10px;
}

.blog__blog-card {
    padding: 10px;
    box-shadow: 0 0 6px 0 rgba(29, 55, 102, 0.2);
    border-radius: 5px;
    min-height: 510px;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease-out;
}

.blog__blog-card:hover {
    box-shadow: 0 0 30px 0 rgba(29, 55, 102, 0.3019607843);
    cursor: pointer;
}

.blog__blog-card:hover img {
    transition: transform 0.2s;
    min-height: 260px;
    transform: scale(1.2);
}

.blog__blog-card-img {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.blog__blog-card-img img {
    transition: transform 0.2s;
    min-height: 260px;
}

.blog__blog-card-img img:hover {
    transform: scale(1.2);
}

.blog__blog-card-details {
    padding: 30px 10px 10px;
}

.blog__blog-card-categories {
    color: #237cb3;
    margin: 0 0 10px;
    font-family: Inter-Medium;
    font-size: 16px;
}

.blog__blog-card-title {
    color: #1d3766;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog__blog-card-title:hover {
    color: #237cb3;
}

.blog__blog-card-content {
    font-weight: 400;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 10px;
    color: #231f20;
}

.blog__blog-card-detail {
    font-family: Inter-Medium;
    font-size: 14px;
    color: #394045;
    margin: 0;
    opacity: 0.8;
}

.blog .page-heading__heading,
.blog .page-heading__sub-heading {
    padding-right: 60px;
}

.blog footer {
    margin-top: 0;
}

.single-page-heading__content {
    padding: 80px 0;
}

.blog__toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.blog__toolbar-mobile-wrapper {
    display: none;
}

.blog__toolbar-mobile {
    display: flex;
    align-items: normal;
}

@media only screen and (max-width: 1023px) {
    .blog__featured-blog-img {
        min-height: 250px;
    }

    .blog__blog-listings-container {
        padding: 30px 0 60px;
    }

    .blog__featured-blog-details {
        padding: 15px 0;
    }

    .blog__toolbar {
        display: flex;
        align-items: normal;
        flex-direction: column-reverse;
    }

    .blog__toolbar .blog__categories-list {
        margin-top: 20px;
    }

    .blog__toolbar .blog__search-box {
        width: 100%;
    }

    .blog__toolbar {
        display: none;
    }

    .blog__toolbar-mobile-wrapper {
        display: block;
    }

    .blog__toolbar-mobile {
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .blog__toolbar-mobile::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
    }

    .single-page-heading__content {
        padding: 60px 0 80px;
    }
}

@media screen and (max-width: 600px) {
    .container input[type="text"] {
        order: -1;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .blog .page-heading {
        background-position: top;
        background-size: 205%;
    }

    .blog .page-heading__heading {
        line-height: 38px;
    }

    .blog .page-heading__sub-heading {
        margin-bottom: 20px;
    }

    .blog__blog-card-img img:hover,
    .blog__blog-card:hover img:hover {
        transform: unset;
    }
}

.glider-tabs {
    display: flex;
    position: relative;
    padding: 0.25rem;
    border-radius: 50px;
    background-color: rgba(232, 235, 240, 0.5);
    margin-top: 20px;
}

.glider-tabs * {
    z-index: 2;
}

.glider-tabs input[type="radio"] {
    display: none;
}

.glider-tabs input[type="radio"]:checked+label {
    color: #e8ebf0;
}

.glider-tabs__tab {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 120px;
    font-family: Inter-Medium;
    font-size: 16px;
    font-weight: 200;
    border-radius: 50px;
    color: #1d3766;
    cursor: pointer;
    transition: color 0.15s ease-in;
    text-align: center;
}

.glider-tabs__tab:nth-of-type(4) {
    width: 170px;
}

.glider-tabs__glider {
    position: absolute;
    display: flex;
    height: 40px;
    width: 120px;
    background: #1d3766;
    z-index: 1;
    border-radius: 80px;
    transition: 0.25s ease-out;
}

.faq__faq-listings-container {
    padding: 80px 0;
}

.faq__filter-container {
    position: relative;
    min-height: 450px;
}

.faq__bottom-heading {
    font-family: Inter-Medium;
    font-size: 18px;
    color: #231f20;
    font-weight: 500;
    margin-bottom: 20px;
}

.faq__bottom-cta {
    border: 1px solid #3b90c3;
    background-color: #3b90c3;
    padding: 8px 40px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    transition: all 0.3s;
}

.faq__bottom-cta:hover {
    background-color: #286082 !important;
    border-color: #286082 !important;
    box-shadow: 0 10px 20px 0 rgba(40, 96, 130, 0.2);
}

.faq__bottom-cta:focus {
    background-color: #1d3766 !important;
    border-color: #1d3766 !important;
    box-shadow: 0 10px 20px 0 rgba(29, 55, 102, 0.2);
}

.faq__filter-list {
    min-height: 500px;
}

.faq__filter-list-label {
    margin: 0;
    font-size: 14px;
    color: #231f20;
    opacity: 0.5;
}

.faq__filter-list-items {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.faq__filter-list-item {
    color: #231f20;
    font-size: 18px;
    margin-bottom: 20px;
}

.faq__filter-list-item:hover {
    cursor: pointer;
    color: #237cb3;
}

.faq__filter-list-item.active {
    color: #237cb3;
    font-family: Inter-Medium;
    font-weight: 500;
}

.faq__content {
    margin: 0;
}

.faq__content.faq__content-hide {
    animation: j 0.5s forwards;
    display: none;
}

.faq__content.faq__content-show {
    opacity: 0;
    transform: translateY(-20px);
    animation: k 0.5s forwards;
    display: block !important;
}

.faq__content:not(:first-of-type) {
    margin-top: 40px;
}

.faq__content-heading {
    color: #231f20;
    font-family: Inter-Light;
    font-size: 28px;
    font-weight: 300;
    margin: 0;
    padding: 0 20px 20px;
}

.faq__content-accordion {
    margin: 0;
}

.faq__content-accordion.faq__content-hide {
    animation: j 0.5s forwards;
    display: none;
}

.faq__content-accordion.faq__content-show {
    opacity: 0;
    transform: translateY(-20px);
    animation: k 0.5s forwards;
    display: block !important;
}

.faq__content-accordion .faq__description-text {
    margin: 0;
    font-family: Inter-Light;
    line-height: 30px;
}

.faq__content-accordion .faq__header {
    margin: 0;
    font-family: Inter-Light;
    font-size: 20px;
    color: #231f20;
    font-weight: 300;
    width: 93%;
}

.faq__content-accordion .faq__title {
    cursor: pointer;
    color: #231f20;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq__content-accordion .faq__content-inner {
    border-bottom: 1px solid #f4f4f4;
    padding: 20px;
    transition: all 0.5s;
}

.faq__content-accordion .faq__content-inner.m-active {
    background-color: #f3f5f7;
}

.faq__content-accordion .faq__content-inner.m-active .faq__header {
    color: #237cb3;
    font-family: Inter-Medium;
}

.faq__content-accordion .faq__description {
    color: #000;
    box-shadow: 0 0 0 0 #000;
    padding: 20px 0;
}

.faq__content-accordion .faq__indicator-container {
    position: relative;
    height: 32px;
    width: 32px;
    background-color: #00bbda;
    border-radius: 50px;
}

.faq__content-accordion .faq__indicator {
    position: absolute;
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.faq__content-accordion .faq__indicator--minus {
    width: 15px;
    height: 2px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.faq__content-accordion .faq__content-inner:first-of-type .active .faq__indicator--plus {
    transform: translateY(-50%) rotate(90deg);
}

.faq__content-accordion .faq__indicator--plus {
    width: 2px;
    height: 15px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
}

.faq__content-accordion .active .faq__indicator--plus {
    transform: translateY(-50%) rotate(90deg);
}

.faq__filter-list-mobile {
    display: none;
    margin: 0 0 20px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.faq__filter-list-mobile .left-arrow {
    position: absolute;
    height: 90%;
    display: flex;
    align-items: center;
    font-size: 20px;
    padding: 0 23px 0 8px;
    z-index: 9999;
    overflow: hidden;
    background: linear-gradient(90deg, #fff 50%, transparent 0);
    visibility: hidden;
    left: -2px;
}

.faq__filter-list-mobile .left-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 22px;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
}

.faq__filter-list-mobile .left-arrow.visible {
    animation: g 0.5s forwards;
    visibility: visible;
}

.faq__filter-list-mobile .left-arrow.hidden {
    animation: i 0.5s forwards;
    visibility: hidden;
}

.faq__filter-list-mobile .right-arrow {
    position: absolute;
    height: 90%;
    display: flex;
    align-items: center;
    font-size: 20px;
    padding: 0 8px 0 23px;
    z-index: 9999;
    overflow: hidden;
    background: linear-gradient(270deg, #fff 50%, transparent 0);
    right: -2px;
    top: 0;
    visibility: hidden;
}

.faq__filter-list-mobile .right-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 22px;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
}

.faq__filter-list-mobile .right-arrow.visible {
    animation: h 0.5s forwards;
    visibility: visible;
}

.faq__filter-list-mobile .right-arrow.hidden {
    animation: i 0.5s forwards;
    visibility: hidden;
}

@keyframes g {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes h {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes i {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-100%);
    }
}

.faq .filter-list-mobile-sticky {
    display: block;
    position: fixed;
    z-index: 999999999999999;
    background: #fff;
    width: 100%;
    border-top: 1px solid #1d3766;
    top: 120px;
}

.faq__filter-list-mobile-items {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.faq__filter-list-mobile-items::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

.faq__filter-list-mobile-items a {
    flex-shrink: 0;
    padding: 10px 20px;
    text-decoration: none;
    color: #231f20;
    font-size: 18px;
}

.faq__filter-list-mobile-items a.active {
    border-bottom: 3px solid #237cb3;
    color: #237cb3;
    font-weight: 500;
}

.faq .footer {
    margin-top: unset;
}

@keyframes j {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}

@keyframes k {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 480px) {
    .faq .page-heading__heading {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .faq__filter-container {
        display: none;
    }

    .faq__faq-listings-container {
        padding: 0 0 80px;
    }

    .faq__filter-list-mobile {
        display: block;
    }

    .faq__content {
        margin-top: 40px;
    }

    .faq__content-heading {
        padding: 0 0 20px;
    }

    .faq__content-inner {
        padding: 20px 0 !important;
    }

    .faq__content-inner.m-active {
        padding: 20px !important;
    }
}

.single-post__heading-content {
    padding: 80px 0 160px;
}

.single-post__heading {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    margin: 20px 0;
}

.single-post__heading-categories p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.single-post__heading-categories p a {
    color: #fff;
    font-family: Inter-Medium;
    font-size: 16px;
}

.single-post__heading-categories p a:first-of-type {
    opacity: 0.7;
    padding-right: 10px;
}

.single-post__heading-categories p a:last-of-type {
    text-decoration: underline;
}

.single-post__heading-categories p a:not(:first-of-type) {
    padding-left: 10px;
}

.single-post__heading-categories p a:hover {
    text-decoration: underline;
    font-weight: 500;
}

.single-post__heading-details {
    font-family: Inter-Medium;
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.single-post .mobile-thumbnail {
    display: none;
}

.single-post .mobile-thumbnail .attachment-post-thumbnail {
    position: relative;
    z-index: 3;
    border-radius: 20px;
    margin-top: 20px;
}

.single-post .desktop-thumbnail .attachment-post-thumbnail {
    position: relative;
    z-index: 3;
    margin-top: -160px;
    border-radius: 20px;
}

.single-post__excerpt {
    margin: 40px 0 20px;
}

.single-post__excerpt p {
    font-family: Inter-Medium;
    font-size: 20px;
    color: #1d3766;
}

.single-post__content {
    margin: 40px 0 120px;
}

.single-post__content p {
    font-size: 20px;
}

.single-post__content h1,
.single-post__content h2,
.single-post__content h3,
.single-post__content h4,
.single-post__content h5 {
    color: #1d3766;
}

.single-post__content a {
    text-decoration: underline;
    color: #1d3766;
}

.single-post__social-icons {
    margin-top: 40px;
}

.single-post__social-icons ul {
    margin: 0;
    text-align: center;
    padding: 0 18px;
}

.single-post__social-icons ul li {
    display: flex;
    color: #1d3766;
    border: 1px solid #1d3766;
    padding: 12px;
    border-radius: 50px;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

.single-post__social-icons ul li:hover {
    cursor: pointer;
    background-color: #1d3766;
    color: #fff;
}

.single-post__social-icons ul li:hover a {
    color: #fff;
}

.single-post__social-icons ul li:not(:first-of-type) {
    margin-top: 10px;
}

.single-post__social-icons ul li a {
    color: #1d3766;
}

.single-post__social-icons ul li a:hover {
    color: #fff;
}

.single-post__social-icons .social-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.single-post__social-icons a {
    color: #1d3766;
    border: 1px solid #1d3766;
    border-radius: 50px;
    font-size: 20px;
    height: 52px;
    width: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.single-post__social-icons a:hover {
    background-color: #1d3766;
    color: #fff;
}

.single-post__social-icons-header {
    color: #1d3766;
    font-family: Inter-SemiBold;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.single-post__other-blogs-container {
    margin: 80px 0;
}

.single-post__other-blogs-header-container {
    text-align: center;
}

.single-post__other-blogs-header {
    font-size: 42px;
    color: #1d3766;
    margin: 0 0 10px;
}

.single-post__other-blogs-cards-container {
    margin-top: 40px;
}

.single-post__other-blogs-card {
    padding: 10px;
    box-shadow: 0 0 6px 0 rgba(29, 55, 102, 0.2);
    border-radius: 5px;
    transform: translateY(0);
    transition: all 0.5s ease-out;
}

.single-post__other-blogs-card img {
    min-height: 260px;
}

.single-post__other-blogs-card:hover {
    box-shadow: 0 0 30px 0 rgba(29, 55, 102, 0.3019607843);
    cursor: pointer;
}

.single-post__other-blogs-card:hover img {
    transition: transform 0.2s;
    min-height: 260px;
    transform: scale(1.2);
}

.single-post__other-blogs-card-img {
    overflow: hidden;
    border-radius: 5px;
}

.single-post__other-blogs-card-img img {
    transition: transform 0.2s;
    min-height: 260px;
}

.single-post__other-blogs-card-img img:hover {
    transform: scale(1.2);
}

.single-post__other-blogs-card-details {
    padding: 30px 10px;
    color: #231f20;
}

.single-post__other-blogs-card-categories {
    color: #237cb3;
    margin: 0 0 10px;
    font-size: 16px;
}

.single-post__other-blogs-card-title {
    color: #1d3766;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.single-post__other-blogs-card-title:hover {
    color: #237cb3;
}

.single-post__other-blogs-card-content {
    font-weight: 400;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 10px;
}

.single-post__other-blogs-card-detail {
    font-size: 14px;
    color: #394045;
    margin: 0;
}

.single-post__other-blogs-cards-slider {
    display: none;
    margin-top: 40px;
}

.single-post__other-blogs-cards-slider .single-post__other-blogs-card:not(:last-child) {
    margin-right: 20px;
}

@media only screen and (max-width: 1023px) {
    .single-post__heading-content {
        padding: 80px 0 0;
    }

    .single-post .page-heading {
        background-position: top;
        background-size: 205%;
    }

    .single-post .page-heading:after {
        display: none;
    }

    .single-post .page-heading__heading {
        line-height: 38px;
    }

    .single-post .page-heading__sub-heading {
        margin-bottom: 20px;
    }

    .single-post__heading {
        font-size: 24px;
        margin: 20px 0 10px;
        line-height: 32px;
        font-weight: 400;
    }

    .single-post .mobile-thumbnail {
        display: block;
    }

    .single-post .desktop-thumbnail {
        display: none;
    }

    .single-post__excerpt {
        margin: 0 0 20px;
    }

    .single-post__content {
        margin: 30px 0 60px;
    }

    .single-post__content-container .attachment-post-thumbnail {
        margin-top: -180px;
    }

    .single-post__social-icons {
        display: none;
    }

    .single-post__other-blogs-container {
        margin: 0 0 80px;
    }

    .single-post__other-blogs-cards-container {
        display: none !important;
    }

    .single-post__other-blogs-cards-slider {
        display: block;
    }

    .single-post__other-blogs-header {
        font-size: 30px;
        font-weight: 400;
    }
}

@media only screen and (max-width: 575px) {
    .single-post__heading-content {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .single-post .page-heading {
        background-size: 193% 100%;
        margin-bottom: 0;
    }
}

.page__content {
    margin: 60px 0 120px;
    display: inline-block;
}

.page__content li,
.page__content p {
    font-size: 20px;
}

.page__content h1,
.page__content h2,
.page__content h3,
.page__content h4,
.page__content h5 {
    color: #1d3766;
}

.page__content a {
    text-decoration: underline;
    color: #1d3766;
}

@media only screen and (max-width: 480px) {
    .page__content {
        margin: 20px 0 120px;
    }
}

.notfound {
    height: 60vh;
}

.notfound .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.notfound h1 {
    font-family: Inter;
    font-size: 160px;
    color: #1d3766;
    margin: 0;
}

.notfound p {
    font-size: 24px;
}

.card-animation-slider {
    justify-content: start;
}

.card-animation-slider .fp-overflow {
    overflow: unset;
}

.card-animation-slider__cards-container {
    flex-wrap: wrap;
}

.card-animation-slider__card-column {
    position: relative;
}

.card-animation-slider__content {
    text-align: center;
    margin-top: -30px;
}

.card-animation-slider__title {
    font-size: 41px;
    padding: 0;
    margin: 0 0 20px;
}

.card-animation-slider__description {
    font-family: Inter-Light;
    font-size: 22px;
    padding: 0 80px;
}

.card-animation-slider__card-container {
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-direction: column;
    max-width: 100%;
    border: 1px solid #62bade;
    border-radius: 15px;
    padding: 30px;
    margin-top: 20px;
    transition: all 1s ease;
    height: 100%;
    overflow: hidden;
}

.card-animation-slider__card-container:hover {
    background: #344a75;
    height: 400px;
    transition: 0.5s ease;
}

.card-animation-slider__card-container:not(:hover) {
    height: 337px;
}

.card-animation-slider__card-container:hover .card-animation-slider__card-img-large {
    width: 47px;
    transition: 1s;
}

.card-animation-slider__card-container:hover .card-animation-slider__card-title {
    font-size: 24px;
    color: #fff;
    transition: 1s;
    margin: 15px 0;
}

.card-animation-slider__card-container:hover .card-animation-slider__card-btn {
    display: none;
    transition: 1s;
    transition-delay: 0.4s;
}

.card-animation-slider__card-container:hover .card-animation-slider__card-cta,
.card-animation-slider__card-container:hover .card-animation-slider__card-description {
    top: 65px;
    opacity: 1;
    transition-delay: 0.4s;
}

.card-animation-slider__card-container:hover .card-animation-slider__card-bg-img {
    display: block;
}

.card-animation-slider__card-container .card-animation-slider__card-title {
    font-weight: 400;
    color: #1d3766;
    padding-right: 55px;
    float: left;
}

.columns.is-variable.is-6.card-animation-slider__cards-container > .column:nth-child(2) h4.card-animation-slider__card-title {
    padding-right: 0px;
}

.card-animation-slider__card-container .card-animation-slider__card-img-large {
    width: 90px;
    transition: 1s;
    float: left;
}

.card-animation-slider__card-container .card-animation-slider__card-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 1px solid #62bade;
    border-left: 1px solid #62bade;
    padding: 13px;
    border-radius: 14px 0 0 0;
}

.card-animation-slider__card-container .card-animation-slider__card-btn svg {
    height: 16px;
    color: #62bade;
}

.card-animation-slider__card-description {
    opacity: 0;
    height: 100%;
    position: absolute;
    top: 50%;
    padding-top: 50%;
    transition: 1s ease;
    color: #fff;
    padding: 42% 10% 0 0;
    font-size: 15px;
}

.card-animation-slider__card-cta {
    opacity: 0;
    height: 100%;
    position: absolute;
    top: 50%;
    padding-top: 85%;
    transition: 1s ease;
}

.card-animation-slider__card-cta p {
    color: #5dc2da;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.card-animation-slider__card-bg-img {
    position: absolute;
    bottom: -40px;
    right: -45px;
    display: none;
    transition: 1s ease;
}

.card-animation-slider__mobile-card-container {
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-direction: column;
    background: #344a75;
    max-width: 100%;
    border: 1px solid #344a75;
    color: #fff;
    border-radius: 15px;
    padding: 20px 25px;
    margin-top: 20px;
    transition: 0.5s;
}

.card-animation-slider__mobile-card-container a {
    color: #fff;
}

.card-animation-slider__mobile-card-container:not(:last-child) {
    margin-right: 20px;
}

.card-animation-slider__mobile-card-container .card-animation-slider__mobile-card-description {
    margin: 5px 0 20px;
}

.card-animation-slider__card-img-small {
    height: 75px;
    width: 75px;
}

.card-animation-slider__mobile-card-title {
    font-weight: 400;
    margin: 10px 0 0;
}

.card-animation-slider__mobile-card-cta {
    color: #5dc2da;
    font-size: 12px;
}

.slick-list {
    overflow: visible;
}

.slick-list .slick-track {
    display: flex !important;
}

.slick-list .slick-track .slick-slide {
    height: inherit !important;
}

.slick-dots {
    bottom: -60px;
}

.slick-dots li.slick-active button:after {
    color: #344a75;
}

.slick-dots li button {
    margin-top: 40px;
}

.slick-dots li button:before {
    opacity: 0;
    content: unset;
}

.slick-dots li button:after {
    content: "—";
    color: #ccc;
    font-size: 32px;
    opacity: 1;
}

@media only screen and (max-width: 1280px) {
    .card-animation-slider {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 883px) {
    .card-animation-slider {
        margin: 40px 0 90px;
        padding: 0;
    }

    .card-animation-slider__cards-container {
        display: none !important;
    }

    .card-animation-slider__mobile-cards-container {
        display: block !important;
    }

    .card-animation-slider__mobile-cards-container .slick-slide>div {
        margin-right: 20px;
    }

    .card-animation-slider__title {
        font-size: 30px;
        padding: 0 30px;
    }

    .card-animation-slider__description {
        font-size: 18px;
        padding: 0 10px;
    }
}

.circular-images-with-modal {
    background-color: #1d3766;
    padding: 80px 0 60px;
    text-align: center;
}

.circular-images-with-modal .fp-overflow {
    margin-top: 40px;
}

.circular-images-with-modal__container-heading {
    color: #fff;
    font-family: Poppins;
    font-size: 45px;
    font-weight: 500;
    margin: 0 0 20px;
}

.circular-images-with-modal__container:not(:first-of-type) {
    margin-top: 80px;
}

.circular-images-with-modal__images-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.circular-images-with-modal__image {
    height: 430px;
}

.circular-images-with-modal__circular-image {
    position: relative;
    z-index: 1;
    background: #1d3766;
    border-radius: 100%;
    background-image: linear-gradient(#1d3766, #1d3766), linear-gradient(146.31deg, #41a0d9 6.67%, #2cbfcc 93.34%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
    padding: 1px;
    margin: 0 64px;
}

.circular-images-with-modal__circular-image-container {
    margin: 44px;
    overflow: hidden;
    border-radius: 100%;
}

.circular-images-with-modal__circular-image-container:hover img {
    transform: scale(1.04);
    cursor: pointer;
    filter: grayscale(100%) brightness(50%);
}

.circular-images-with-modal__circular-image-container:hover:after {
    opacity: 1;
}

.circular-images-with-modal__circular-image img {
    transition: transform 0.3s ease-in-out;
}

.circular-images-with-modal__circular-image img:hover:after {
    opacity: 1;
}

.circular-images-with-modal__social {
    background-image: url(../images/social-circle-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 28px;
    bottom: 15px;
}

.circular-images-with-modal__social a {
    color: #fff;
}

.circular-images-with-modal__circular-title {
    margin: 20px 0 0;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}

.circular-images-with-modal__circular-sub-title {
    margin: 0;
    font-family: Poppins;
    font-size: 16px;
    font-style: italic;
    color: #fff;
}

.circular-images-with-modal__circular-image-white-bg {
    position: relative;
    z-index: 1;
    border-radius: 100%;
    background-image: url(../images/profile-circular-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 1px;
    margin-top: 20px;
}

.circular-images-with-modal__circular-image-white-bg-container {
    margin: 35px;
    overflow: hidden;
    border-radius: 100%;
}

.circular-images-with-modal__circular-image-white-bg-container:after {
    content: "+";
    position: absolute;
    top: 40%;
    left: 45%;
    font-size: 3em;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
    cursor: pointer;
}

.circular-images-with-modal__social-white-bg {
    background-image: url(../images/social-circle-white-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.circular-images-with-modal__social-white-bg a {
    color: #fff;
}

.circular-images-with-modal__details {
    text-align: left;
}

.circular-images-with-modal__details-title {
    font-family: Inter-Medium;
    font-size: 30px;
    font-weight: 500;
    color: #1d3766;
    margin: 0;
}

.circular-images-with-modal__details-subtitle {
    margin: 0;
    font-family: Inter-Medium !important;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    color: #231f20;
    padding-bottom: 10px !important;
}

.circular-images-with-modal__details-divider {
    width: 240px;
}

.circular-images-with-modal__details-content {
    font-size: 18px;
    color: #231f20;
}

@media only screen and (max-width: 1023px) {
    .circular-images-with-modal__container-heading {
        font-size: 30px;
        font-weight: 400;
    }

    .circular-images-with-modal__image {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        height: unset;
    }

    .circular-images-with-modal__image:not(:first-of-type) {
        margin-top: 60px;
    }

    .circular-images-with-modal__circular-image {
        width: 275px;
    }

    .circular-images-with-modal__circular-title {
        font-size: 20px;
    }

    .circular-images-with-modal__circular-sub-title {
        font-size: 14px;
    }

    .circular-images-with-modal__circular-image-white-bg {
        width: 230px;
        margin-top: 0;
    }

    .utils__modal-frame .modal-inset {
        padding: 30px;
        margin: 0 20px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
    .circular-images-with-modal .utils__modal-frame.state-appear {
        position: fixed !important;
    }
}

.circular-left-two-rows-right-contents {
    background: linear-gradient(180deg, #163466 92%, #fff 0);
    position: relative;
    padding-top: 160px;
}

.circular-left-two-rows-right-contents .fp-overflow {
    height: 100vh;
    margin-top: 40px;
}

.circular-left-two-rows-right-contents:before {
    content: "";
    position: absolute;
    top: -53px;
    left: 0;
    width: 100%;
    height: 55px;
    background: url(../images/blue-wave-top.png) no-repeat;
    background-size: cover;
}

.circular-left-two-rows-right-contents__heading {
    display: none;
    text-align: center;
    margin-bottom: 40px;
}

.circular-left-two-rows-right-contents__heading h2 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}

.circular-left-two-rows-right-contents__curve-top {
    position: absolute;
    top: 0;
    width: 100%;
}

.circular-left-two-rows-right-contents__curved-bottom {
    position: relative;
}

.circular-left-two-rows-right-contents__curved-bottom:after {
    content: "";
    position: absolute;
    top: 91.5%;
    left: 0;
    width: 100%;
    height: 72px;
    background: url(../images/blue-wave-bottom.png) no-repeat;
    background-size: cover;
}

.circular-left-two-rows-right-contents__circular-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.circular-left-two-rows-right-contents__circular-container span {
    font-family: Poppins-Medium;
    font-size: 45px;
    font-weight: 500;
    line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.circular-left-two-rows-right-contents__circular-container span label {
    font-size: 100px;
    padding: 0 5px;
}

.circular-left-two-rows-right-contents__circular {
    background: linear-gradient(91.22deg, #2bbecb 5.22%, #00bad9 30.15%, #00bad9 67.17%, #429fd8 99.05%);
    text-align: center;
    font-weight: 400;
    font-family: Poppins-Medium;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    padding: 80px 40px;
    border-radius: 100%;
    width: 450px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: n;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.circular-left-two-rows-right-contents__first-row-content,
.circular-left-two-rows-right-contents__second-row-content {
    color: #fff;
    font-size: 24px;
    position: relative;
    padding-left: 30px;
    font-family: Inter-Light;
}

.circular-left-two-rows-right-contents__first-row-content:before,
.circular-left-two-rows-right-contents__second-row-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: linear-gradient(177.29deg, #2bbecb, #00bad9 25.86%, #00bad9 64.28%, #429fd8 97.37%);
}

.circular-left-two-rows-right-contents__second-row-content {
    margin-left: 100px;
}

@keyframes l {
    0% {
        transform: translate(0);
    }

    10% {
        transform: translate(-20px, -15px);
    }

    20% {
        transform: translate(18px, -32px);
    }

    30% {
        transform: translate(-30px, -5px);
    }

    40% {
        transform: translate(15px, -15px);
    }

    50% {
        transform: translate(-10px, -35px);
    }

    60% {
        transform: translate(22px);
    }

    70% {
        transform: translate(-25px, -30px);
    }

    80% {
        transform: translate(-27px, -10px);
    }

    90% {
        transform: translate(-15px, -10px);
    }

    to {
        transform: translate(0);
    }
}

@media only screen and (max-width: 1280px) {
    .circular-left-two-rows-right-contents {
        padding: 20px 0 120px;
    }

    .circular-left-two-rows-right-contents__heading {
        display: none;
    }

    .circular-left-two-rows-right-contents__circular {
        width: 315px;
        height: 315px;
        animation-name: l;
        animation-duration: 30s;
    }
}

@media only screen and (max-width: 1023px) {
    .circular-left-two-rows-right-contents__circular {
        width: 315px;
        height: 315px;
        font-size: 20px;
    }

    .circular-left-two-rows-right-contents__circular span {
        margin: 0;
    }

    .circular-left-two-rows-right-contents__circular span label {
        font-size: 64px;
    }

    .circular-left-two-rows-right-contents__first-row-content,
    .circular-left-two-rows-right-contents__second-row-content {
        font-size: 18px;
    }

    .circular-left-two-rows-right-contents__second-row-content {
        margin-left: 30px;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .circular-left-two-rows-right-contents {
        padding: 40px 0 60px;
    }

    .circular-left-two-rows-right-contents:after,
    .circular-left-two-rows-right-contents:before {
        content: unset;
    }

    .single-service_areas_cpt .circular-left-two-rows-right-contents {
        padding: 40px 0 0;
    }
}

.circular-slider {
    background: linear-gradient(180deg, #1d3766 89.2%, #fff 0);
    color: #fff;
    position: relative;
    display: block;
}

.circular-slider:after {
    content: "";
    top: 89%;
    background: url(../images/blue-wave-bottom-bg.svg) no-repeat;
    background-size: cover;
    background-position: unset;
    position: absolute;
    height: 82px;
    width: 100%;
    left: 0;
}

.circular-slider .fp-overflow {
    height: 100vh;
}

.circular-slider .container {
    position: relative;
    z-index: 2;
}

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

.circular-slider__title {
    font-size: 45px;
    padding: 0 30px;
    margin: 0 0 20px;
    color: #fff;
}

.circular-slider__description {
    font-family: Inter-Light;
    font-size: 24px;
    padding: 0 120px;
}

.circular-slider__circular-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
}

.circular-slider__circular-content {
    position: relative;
    width: 32%;
    padding-bottom: 32%;
    background-color: rgba(66, 160, 217, 0.3);
    border-radius: 50%;
}

.circular-slider__circular-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.circular-slider__circular-0 {
    animation-name: m;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.circular-slider__circular-1 {
    animation-name: n;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.circular-slider__circular-2 {
    animation-name: o;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes m {
    0% {
        transform: translateY(-10px);
    }

    33% {
        transform: translateY(10px);
    }

    66% {
        transform: translateY(20px);
    }

    to {
        transform: translateY(-10px);
    }
}

@keyframes n {
    0% {
        transform: translate(5px, 10px);
    }

    33% {
        transform: translateY(-10px);
    }

    66% {
        transform: translate(10px, 20px);
    }

    to {
        transform: translate(5px, 10px);
    }
}

@keyframes o {
    0% {
        transform: translateY(-5px);
    }

    33% {
        transform: translate(5px, -5px);
    }

    66% {
        transform: translateY(15px);
    }

    to {
        transform: translateY(-5px);
    }
}

.circular-slider__circular-content:first-of-type {
    margin-right: -40px;
    width: 28%;
    padding-bottom: 28%;
}

.circular-slider__circular-content:last-of-type {
    margin-left: -40px;
    width: 28%;
    padding-bottom: 28%;
}

.circular-slider__circular-content.active {
    background: linear-gradient(91deg, rgba(43, 190, 203, 0.8) 5.22%, rgba(0, 186, 217, 0.8) 30.15%, rgba(0, 186, 217, 0.8) 67.17%, rgba(66, 159, 216, 0.8) 99.05%);
}

.circular-slider__circular-content-logo {
    margin-top: 23%;
}

.circular-slider__circular-content-title {
    font-family: Inter-Bold;
    font-size: 75px;
    margin: 0;
}

.circular-slider__circular-content-subtitle {
    font-family: Inter-Medium;
    font-size: 20px;
    margin: 0 0 23%;
    padding: 0;
}

.circular-slider__scrolling-text {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    height: 150px;
    width: 100%;
}

.circular-slider__scrolling-text h1 {
    margin: 0;
    padding: 0;
    font-family: Lato, sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    font-size: 180px;
    left: 100vw;
    color: #1d3766;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    z-index: 13;
    opacity: 0.2;
}

.circular-slider__blue-wave-bottom-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.circular-slider__bubble-1 {
    position: absolute;
    top: 200px;
    left: 14%;
}

.circular-slider__bubble-2 {
    position: absolute;
    top: 230px;
    right: 33%;
}

.circular-slider__bubble-3 {
    position: absolute;
    bottom: 120px;
    left: 37%;
}

.circular-slider__mobile-content {
    margin-bottom: 4rem !important;
    margin-top: 4rem;
    display: none;
}

.circular-slider__mobile-content .swiper img {
    width: unset;
}

.circular-slider__mobile-content .swiper .swiper-slide-active .circular-slider__mobile-circular-content {
    background: linear-gradient(91deg, #2bbecb 5.22%, #00bad9 30.15%, #00bad9 67.17%, #429fd8 99.05%);
}

.circular-slider__mobile-circular-content {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    background-color: rgba(66, 160, 217, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 100%;
}

.circular-slider__mobile-circular-content.active {
    background: linear-gradient(91deg, rgba(43, 190, 203, 0.8) 5.22%, rgba(0, 186, 217, 0.8) 30.15%, rgba(0, 186, 217, 0.8) 67.17%, rgba(66, 159, 216, 0.8) 99.05%);
}

.circular-slider__mobile-content .slick-slide {
    opacity: 0.3;
    transition: opacity 0.3s;
    padding-left: 1rem;
    padding-right: 1rem;
}

.circular-slider__mobile-content .slick-slide.slick-cloned {
    opacity: 0.3;
    transition: opacity 0.3s;
}

.circular-slider__mobile-content .slick-slide.slick-current.slick-active {
    opacity: 1;
    transition: opacity 0.3s;
}

.circular-slider__mobile-content .slick-slide.slick-current.slick-active .circular-slider__mobile-circular-content {
    background: linear-gradient(91deg, rgba(43, 190, 203, 0.8) 5.22%, rgba(0, 186, 217, 0.8) 30.15%, rgba(0, 186, 217, 0.8) 67.17%, rgba(66, 159, 216, 0.8) 99.05%);
}

.circular-slider__mobile-circular-content-title {
    font-size: 75px;
    margin: 0;
}

.circular-slider__mobile-circular-content-subtitle {
    font-size: 20px;
    margin: 0 0 23%;
    padding: 0 90px;
}

.adjacent-slide-left {
    margin-right: -2%;
    margin-left: 2%;
}

.adjacent-slide-right {
    margin-left: -2%;
    opacity: 0;
}

@media only screen and (min-width: 1990px) {
    .circular-slider:after {
        height: 107px;
    }
}

@media only screen and (max-width: 1281px) {
    .circular-slider {
        padding-bottom: 160px;
        padding-top: 60px;
    }
}

@media only screen and (max-width: 1023px) {
    .circular-slider__description {
        padding: 0 20px;
    }

    .circular-slider__title {
        font-size: 30px;
    }

    .circular-slider__description {
        font-size: 18px;
    }

    .circular-slider__circular-content-title {
        font-size: 44px;
    }

    .circular-slider__circular-content-subtitle {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .circular-slider:after {
        content: unset;
    }
}

@media only screen and (max-width: 715px) {
    .circular-slider__circular-container {
        display: none;
    }

    .circular-slider__mobile-content {
        display: block;
    }

    .circular-slider__mobile-circular-content-title {
        font-size: 64px;
        font-family: Inter-Bold;
    }

    .circular-slider__mobile-circular-content-subtitle {
        font-size: 20px;
        padding: 0 20px;
    }

    .circular-slider__bubble-1,
    .circular-slider__bubble-2,
    .circular-slider__bubble-3,
    .circular-slider__pro-bg,
    .circular-slider__scrolling-text {
        display: none;
    }
}

.content-left-bg-image-right {
    justify-content: start;
}

.content-left-bg-image-right .fp-overflow {
    overflow-x: hidden;
    height: 100vh;
}

.content-left-bg-image-right .container {
    background-repeat: no-repeat;
    position: relative;
}

.content-left-bg-image-right__content {
    margin-top: 60px;
}

.content-left-bg-image-right__content-container {
    padding: 80px 0;
}

.content-left-bg-image-right__heading {
    font-size: 50px;
    color: #1d3766;
    font-weight: 400;
    margin: 0 0 20px;
}

.content-left-bg-image-right__sub-heading {
    font-size: 24px;
    color: #231f20;
    margin: 0 35px 40px 0;
    line-height: 38px;
    font-family: Inter-Light;
}

.content-left-bg-image-right__cta {
    display: inline-block !important;
}

.content-left-bg-image-right__content-mobile {
    display: none;
    text-align: center;
}

.content-left-bg-image-right__image {
    max-width: 550px;
    margin: 0 auto;
}

.svg-frame {
    width: 720px;
    position: absolute;
    right: -18%;
    top: -30px;
    z-index: -1;
}

@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {
    .recovery .content-left-bg-image-right .svg-frame {
        width: 570px !important;
        top: -15px !important;
    }

    .technology .content-left-bg-image-right__content-container {
        padding: 0;
    }

    .technology .content-left-bg-image-right .svg-frame {
        width: 622px !important;
        top: 49px !important;
        right: 2% !important;
        right: 0% !important;
        max-width: 100%;
    }

    .specialties .content-left-bg-image-right__content {
        margin-top: 0;
    }

    .specialties .content-left-bg-image-right .svg-frame {
        width: 550px !important;
        top: 33px !important;
        right: 55px !important;
    }
}

@media only screen and (min-device-width: 744px) and (max-device-width: 1133px) and (orientation: landscape) {
    .specialties .content-left-bg-image-right .svg-frame {
        padding-bottom: 80px;
        right: 0 !important;
    }
}

@media only screen and (max-width: 1280px) {
    .content-left-bg-image-right {
        padding: 160px 0 60px;
    }

    .content-left-bg-image-right .svg-frame {
        width: unset;
        top: unset !important;
        position: relative;
        right: 0 !important;
        margin: 0 auto;
    }

    .content-left-bg-image-right__content {
        height: unset !important;
        margin-top: 0;
    }

    .content-left-bg-image-right__content .container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .content-left-bg-image-right__content-container {
        width: 100% !important;
        text-align: center;
        padding: 20px 0 80px;
    }

    .content-left-bg-image-right__sub-heading {
        margin: 20px 0;
        line-height: 32px;
    }

    .content-left-bg-image-right__image {
        padding: 40px 0;
    }

    .specialties .content-left-bg-image-right__image {
        padding: 0;
    }

    .specialties .content-left-bg-image-right__image .svg-frame {
        right: 0 !important;
    }
}

@media only screen and (max-width: 1023px) {
    .content-left-bg-image-right__content {
        display: none;
    }

    .content-left-bg-image-right__heading {
        font-size: 32px;
        font-weight: 300;
    }

    .content-left-bg-image-right__sub-heading {
        font-size: 18px;
        margin: 20px 0;
    }

    .content-left-bg-image-right__image img {
        max-width: 550px;
        width: 100%;
    }

    .content-left-bg-image-right__content-mobile {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .specialties .content-left-bg-image-right__image {
        padding: 40px 0;
    }
}

.content-left-contact-form-right {
    position: relative;
    background-repeat: no-repeat;
    background-position: left bottom 85px;
    background-size: 95% 80%;
    justify-content: end;
}

.content-left-contact-form-right .animation-frame {
    position: absolute;
    bottom: -20px;
    width: 100%;
    z-index: -1;
}

.content-left-contact-form-right .columns:last-child {
    margin-bottom: 0;
}

.content-left-contact-form-right__heading {
    font-size: 50px;
    font-weight: 400;
    color: #1d3766;
    margin: 0 0 20px;
}

.content-left-contact-form-right__sub-heading {
    font-size: 22px;
    color: #231f20;
    margin: 0 0 40px;
    line-height: 38px;
    font-family: Inter-Light;
}

.content-left-contact-form-right__cta {
    display: inline-block;
}

.content-left-contact-form-right__cform {
    background-color: #1d3766;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 40px 50px;
    margin: 0 60px;
}

.content-left-contact-form-right__cform h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}

.content-left-contact-form-right__cform .frm_form_field {
    margin-bottom: 10px !important;
}

.content-left-contact-form-right__cform .frm_checkbox label {
    font-family: Inter;
    color: #fff;
}

.content-left-contact-form-right__cform .with_frm_style input[type="email"],
.content-left-contact-form-right__cform .with_frm_style input[type="tel"],
.content-left-contact-form-right__cform .with_frm_style input[type="text"],
.content-left-contact-form-right__cform .with_frm_style select {
    font-family: Inter;
    padding: 12px !important;
    border-radius: 6px !important;
    color: #1d3766;
}

.content-left-contact-form-right__cform .frm_style_formidable-style.with_frm_style .frm_submit button {
    font-family: Inter;
    background-color: #3b90c3;
    border: unset;
    box-shadow: unset;
    padding: 12px 60px;
    border-radius: 60px;
    transition: all 0.3s;
}

.content-left-contact-form-right__cform .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    color: #fff;
    background-color: #286082;
    box-shadow: 0 10px 20px 0 rgba(40, 96, 130, 0.2);
}

.content-left-contact-form-right .frm_style_formidable-style.with_frm_style .frm_error {
    color: #ffa19f;
}

@media only screen and (max-width: 1281px) {
    .content-left-contact-form-right {
        margin-top: 140px;
    }

    .content-left-contact-form-right__cform {
        margin: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .content-left-contact-form-right {
        background-image: url(../images/multi-color-lines-mobile.png);
        background-position: left top 40%;
        background-size: contain;
    }

    .content-left-contact-form-right .animation-frame {
        display: none;
    }

    .content-left-contact-form-right__heading {
        font-size: 32px;
    }

    .content-left-contact-form-right__sub-heading {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .content-left-contact-form-right__cform {
        margin-top: 20px;
        padding: 30px;
    }
}

@media only screen and (min-width: 2560px) {
    .content-left-contact-form-right .animation-frame {
        bottom: -70px;
    }
}

@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {
    .content-left-contact-form-right {
        height: 100% !important;
        padding: 0 !important;
        top: 40px;
        margin-bottom: 13px;
    }

    .content-left-contact-form-right__cform {
        padding: 30px 50px;
    }
}

.content-left-cta-right-with-bg-image {
    background-image: url(../images/blue-right-gradient.png);
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 120px;
}

.content-left-cta-right-with-bg-image .columns {
    margin-left: 0;
}

.content-left-cta-right-with-bg-image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    z-index: -1;
    background: url(../images/white-wave.svg) no-repeat;
    background-size: cover;
    background-position: top;
}

.content-left-cta-right-with-bg-image .fp-overflow {
    height: 100vh;
}

.content-left-cta-right-with-bg-image__left-content {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.content-left-cta-right-with-bg-image__title {
    font-size: 48px;
    margin: 0 0 20px;
    color: #fff;
    font-weight: 200;
    line-height: 54px;
}

.content-left-cta-right-with-bg-image__description {
    font-size: 20px;
    margin: 0;
    color: #fff;
    line-height: 38px;
    font-family: Inter-Light;
}

.content-left-cta-right-with-bg-image__right-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content-left-cta-right-with-bg-image__right-content img {
    padding: 50px 60px;
}

.content-left-cta-right-with-bg-image__cta-container {
    background: url(../images/transparent-btn-bg.png) no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 16px 10px;
    position: absolute;
    margin-bottom: 60px;
    border-radius: 60px;
}

.content-left-cta-right-with-bg-image__cta {
    background: linear-gradient(180deg, #fff, #ebfaff);
    color: #1d3766;
    z-index: 1;
    padding: 10px 17px;
    font-family: Inter-Medium;
    font-size: 14px;
    border-radius: 35px;
    font-weight: 500;
}

.content-left-cta-right-with-bg-image__upward-diver {
    position: absolute;
    left: 40px;
    bottom: -50px;
}

.content-left-cta-right-with-bg-image__upward-diver .page-heading__circle {
    fill: #0abbd7;
    opacity: 0;
    animation: q 1s forwards 2s;
}

.content-left-cta-right-with-bg-image__upward-diver .page-heading__vertical-line {
    stroke: #0abbd7;
    stroke-width: 2;
    animation: p 5s forwards;
}

@keyframes p {
    0% {
        stroke-dasharray: 0, 200;
    }

    to {
        stroke-dasharray: 200, 200;
    }
}

@keyframes q {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.content-left-cta-right-with-bg-image__wave-bottom {
    position: absolute;
    left: 0;
    margin-top: 0;
    width: 100%;
}

@media only screen and (max-width: 1280px) {
    .content-left-cta-right-with-bg-image {
        padding: 160px 0 60px;
    }
}

@media only screen and (max-width: 1023px) {
    .content-left-cta-right-with-bg-image__upward-diver {
        display: none;
    }

    .content-left-cta-right-with-bg-image {
        background-image: url(../images/blue-right-gradient-mobile.svg);
        background-position: bottom;
    }

    .content-left-cta-right-with-bg-image:after {
        background-image: unset;
    }

    .content-left-cta-right-with-bg-image__right-content img {
        padding: 0;
    }

    .content-left-cta-right-with-bg-image__title {
        font-size: 30px;
    }

    .content-left-cta-right-with-bg-image__description {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .content-left-cta-right-with-bg-image {
        background-image: url(../images/blue-right-gradient.png);
    }
}

@media only screen and (max-width: 480px) {
    .content-left-cta-right-with-bg-image__title {
        font-size: 32px;
    }

    .content-left-cta-right-with-bg-image__description {
        font-size: 18px;
    }
}

.content-left-icon-right {
    position: relative;
    padding: 80px 0;
}

.content-left-icon-right .fp-overflow {
    height: 100vh;
}

.content-left-icon-right__top-border-image {
    position: absolute;
    top: -60px;
}

.content-left-icon-right__heading {
    color: #fff;
    font-family: Poppins-Medium;
    font-size: 52px;
    font-weight: 700;
    margin: 0;
    z-index: 2;
    position: relative;
}

.content-left-icon-right__sub-heading {
    font-family: Poppins-Medium;
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    margin: 0 0 10px;
    padding-left: 70px;
    z-index: 2;
    position: relative;
}

.content-left-icon-right__content {
    color: #fff;
    font-size: 20px;
    margin: 40px 0 0;
    line-height: 38px;
    font-family: Inter-Light;
}

.content-left-icon-right__content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-left-icon-right__content-left-top-bg-img {
    position: absolute;
    top: -55px;
    z-index: 1;
    height: 180px;
    left: -50px;
}

.content-left-icon-right__content-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content-left-icon-right__icon {
    height: 115px;
    position: absolute;
    padding-left: 32px;
}

@media only screen and (max-width: 1023px) {
    .content-left-icon-right__heading {
        font-size: 30px;
    }

    .content-left-icon-right__sub-heading {
        font-size: 20px;
        margin: 5px 0 0;
    }

    .content-left-icon-right__content {
        font-size: 18px;
    }

    .content-left-icon-right__content-left-top-bg-img {
        top: -39px;
        height: 115px;
        left: -28px;
    }
}

@media only screen and (max-width: 1023px) {
    .content-left-icon-right:before {
        content: unset !important;
    }

    .content-left-icon-right__content-right {
        display: none;
    }
}

.content-left-image-right {
    padding-top: 160px;
}

.content-left-image-right .fp-overflow {
    height: 100vh;
    margin-top: 40px;
}

.content-left-image-right .columns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-left-image-right__heading {
    font-size: 45px;
    font-weight: 400;
    color: #1d3766;
}

.content-left-image-right__sub-heading {
    font-size: 20px;
    color: #231f20;
    padding-right: 70px;
    line-height: 34px;
    font-family: Inter-Light;
}

@media only screen and (max-width: 1280px) {
    .content-left-image-right {
        padding: 0;
    }

    .content-left-image-right img {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .content-left-image-right__heading {
        font-size: 30px;
        font-weight: 400;
        margin-top: 0;
    }

    .content-left-image-right__sub-heading {
        font-size: 18px;
        padding-right: 0;
    }
}

.content-with-cta-left-image-right {
    padding: 80px 0 100px;
}

.content-with-cta-left-image-right .fp-overflow {
    height: 100vh;
}

.content-with-cta-left-image-right__heading {
    font-size: 50px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #1d3766;
}

.content-with-cta-left-image-right__sub-heading {
    font-size: 24px;
    font-weight: 400;
    color: #231f20;
    line-height: 36px;
    margin: 0 0 20px;
}

.content-with-cta-left-image-right__details {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 40px;
    margin: 0 0 40px;
    font-family: Inter-Light;
}

.content-with-cta-left-image-right__image-container {
    display: flex;
}

.content-with-cta-left-image-right__mobile {
    display: none;
}

.content-with-cta-left-image-right__mobile .content-with-cta-left-image-right__heading {
    font-size: 32px;
    font-weight: 300;
}

.content-with-cta-left-image-right__mobile img {
    margin-bottom: 20px;
}

.content-with-cta-left-image-right__mobile .content-with-cta-left-image-right__sub-heading {
    font-size: 22px;
    font-weight: 400;
}

.content-with-cta-left-image-right__mobile .content-with-cta-left-image-right__details {
    font-size: 18px;
}

@media only screen and (max-width: 1281px) {
    .content-with-cta-left-image-right {
        margin-top: 140px;
    }
}

@media only screen and (max-width: 1023px) {
    .content-with-cta-left-image-right {
        padding: 0 0 80px;
    }

    .content-with-cta-left-image-right__content {
        display: none;
    }

    .content-with-cta-left-image-right__mobile {
        display: flex;
    }
}

.content-with-highlight-text-right {
    padding: 80px 40px;
    padding-top: 140px !important;
    background-color: #fff;
}

.content-with-highlight-text-right .fp-overflow {
    min-height: 215px;
}

.content-with-highlight-text-right-columns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-with-highlight-text-right__left-container {
    padding: 0 0 0 80px;
}

.content-with-highlight-text-right__right-container {
    padding: 0 0 0 80px;
    position: relative;
}

.content-with-highlight-text-right__right-container:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 55px;
    width: 5px;
    background: linear-gradient(177.29deg, #2bbecb, #00bad9 25.86%, #00bad9 64.28%, #429fd8 97.37%);
}

.content-with-highlight-text-right__content {
    font-size: 20px;
    margin: 0;
    line-height: 34px;
    font-family: Inter-Light;
}

.content-with-highlight-text-right__heading {
    font-family: Poppins;
    font-size: 32px;
    color: #1d3766;
    margin: 0;
}

@media only screen and (max-width: 1023px) {
    .content-with-highlight-text-right {
        padding: 60px 0;
    }

    .content-with-highlight-text-right__left-container {
        padding: 0;
    }

    .content-with-highlight-text-right__right-container {
        padding: 40px 0 0;
    }

    .content-with-highlight-text-right__right-container:before {
        content: "";
        position: absolute;
        top: -43px;
        right: 0;
        bottom: 0;
        left: 55px;
        width: 5px;
        height: 115px;
        background: linear-gradient(177.29deg, #2bbecb, #00bad9 25.86%, #00bad9 64.28%, #429fd8 97.37%);
        transform: rotate(90deg);
    }

    .content-with-highlight-text-right__heading {
        font-size: 30px;
        font-weight: 700;
    }
}

.icon-details-with-contact-form {
    margin-bottom: 60px;
}

.icon-details-with-contact-form__details-container {
    padding: 80px 20px 0 45px;
}

.icon-details-with-contact-form__details-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.icon-details-with-contact-form__icon img {
    width: 100px;
    height: 100px;
}

.icon-details-with-contact-form__details {
    margin: 0 0 0 20px;
}

.icon-details-with-contact-form__details a {
    color: #231f20;
}

.icon-details-with-contact-form__details a:hover {
    color: #237cb3;
}

.icon-details-with-contact-form__heading {
    font-family: Inter-Medium;
    font-size: 16px;
    margin: 0 0 10px;
    color: #237cb3;
}

.icon-details-with-contact-form__detail {
    font-family: Inter-Medium;
    font-size: 22px;
    margin: 0;
}

.icon-details-with-contact-form__form-container {
    background-color: #e8ebf0;
    padding: 20px 40px 0;
    border-radius: 15px;
}

.icon-details-with-contact-form__form-heading {
    color: #1d3766;
    font-family: Inter-Light;
    font-size: 32px;
    font-weight: 300;
}

.icon-details-with-contact-form input[type="email"],
.icon-details-with-contact-form input[type="tel"],
.icon-details-with-contact-form input[type="text"],
.icon-details-with-contact-form select,
.icon-details-with-contact-form textarea {
    border: 1px solid rgba(35, 31, 32, 0.2);
    padding: 15px;
    border-radius: 5px;
}

.icon-details-with-contact-form .with_frm_style input[type="email"],
.icon-details-with-contact-form .with_frm_style input[type="tel"],
.icon-details-with-contact-form .with_frm_style input[type="text"],
.icon-details-with-contact-form .with_frm_style select,
.icon-details-with-contact-form .with_frm_style textarea {
    font-family: Inter;
    border: 1px solid rgba(35, 31, 32, 0.2);
    padding: 15px;
    border-radius: 5px;
}

.icon-details-with-contact-form .with_frm_style .form-field input:not([type="file"]):focus,
.icon-details-with-contact-form .with_frm_style input[type="email"]:focus,
.icon-details-with-contact-form .with_frm_style input[type="tel"]:focus,
.icon-details-with-contact-form .with_frm_style input[type="text"]:focus,
.icon-details-with-contact-form .with_frm_style select:focus,
.icon-details-with-contact-form .with_frm_style textarea:focus {
    border-color: rgba(59, 144, 195, 0.431372549) !important;
    box-shadow: unset !important;
}

.icon-details-with-contact-form .with_frm_style .vertical_radio .frm_checkbox label {
    color: #7e7979;
    font-family: Inter;
}

.icon-details-with-contact-form .frm_style_formidable-style.with_frm_style .frm_submit button {
    font-family: Inter;
    background-color: #3b90c3 !important;
    box-shadow: 0 10px 20px 0 rgba(59, 144, 195, 0.2);
    padding: 13px 66px;
    border-radius: 50px;
    border-color: #3b90c3 !important;
    color: #fff;
    transition: all 0.3s;
}

.icon-details-with-contact-form .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background-color: #286082 !important;
    border-color: #286082 !important;
    box-shadow: 0 10px 20px 0 rgba(40, 96, 130, 0.2);
}

.icon-details-with-contact-form .frm_style_formidable-style.with_frm_style .frm_submit button:focus {
    background-color: #1d3766 !important;
    border-color: #1d3766 !important;
    box-shadow: 0 10px 20px 0 rgba(29, 55, 102, 0.2);
}

#map {
    height: 500px;
    width: 100%;
}

@media only screen and (max-width: 1023px) {
    .icon-details-with-contact-form {
        margin-top: 0;
    }

    .icon-details-with-contact-form__details-container {
        padding: 0 20px 40px;
    }
}

.image-left-content-right {
    background: linear-gradient(180deg, #1d3766 80%, transparent 0), url(../images/blue-wave-new.svg) no-repeat;
    background-position: bottom;
    position: relative;
    padding-top: 310px !important;
    background-size: contain;
}

.image-left-content-right .fp-overflow {
    height: 100vh;
}

.image-left-content-right .columns,
.image-left-content-right__image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-left-content-right__heading {
    font-family: Poppins;
    font-size: 45px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #fff;
}

.image-left-content-right__sub-heading {
    font-size: 20px;
    color: #fff;
    line-height: 34px;
    font-family: Inter-Light;
}

@media only screen and (max-width: 1280px) {
    .image-left-content-right {
        padding: 60px 0 120px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .image-left-content-right .columns {
        flex-direction: column-reverse;
    }

    .image-left-content-right__heading {
        font-size: 30px;
    }

    .image-left-content-right__sub-heading {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .image-left-content-right {
        background: #1d3766;
    }
}

@media only screen and (max-width: 479px) {
    .image-left-content-right img {
        width: 80%;
    }
}

.map-with-coordinates {
    background-color: #19366e;
    padding: 80px 0;
    text-align: center;
    z-index: 10;
}

.map-with-coordinates .fp-overflow {
    height: 100vh;
    margin-top: 20px;
}

.map-with-coordinates .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #0a265e;
    opacity: 0;
    visibility: hidden;
    z-index: 40;
    margin: 35px 0;
    border-radius: 20px;
    transition: opacity 0.25s ease 0s, visibility 0.35s linear;
    max-width: 980px;
    margin: 0 auto;
}

.map-with-coordinates .modal-overlay.state-show {
    opacity: 0.7;
    visibility: visible;
    transition-delay: 0s;
    transition-duration: 0.2s, 0s;
}

.map-with-coordinates .modal-frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 50;
    align-items: center;
    -moz-box-align: center;
    justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    width: 100%;
    text-align: center;
    visibility: hidden;
    margin: 35px 0;
    max-width: 980px;
    margin: 0 auto;
}

.map-with-coordinates .modal-frame .modal {
    vertical-align: middle;
    text-align: center;
    height: 100%;
}

.map-with-coordinates .modal-frame .modal .modal-inset {
    position: relative;
    padding: 40px;
    height: 100%;
    margin: auto;
    visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transform-style: preserve-3d;
}

.map-with-coordinates .modal-frame .modal .modal-inset .close {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 7px 10px 3px;
    background-color: #0e2551;
    color: #fff;
    font-size: 16px;
    border-radius: 33px;
}

.map-with-coordinates .modal-frame .modal .modal-inset .close svg {
    color: #f4fcfd;
    opacity: 0.7;
}

.map-with-coordinates .modal-frame .modal .modal-inset .close:hover {
    opacity: 1;
}

.map-with-coordinates .modal-frame .modal .modal-body {
    margin: auto;
    opacity: 0;
    height: 100%;
    transform: translateY(0) scale(0.8);
    transition-property: opacity, transform;
    transition-duration: 0.25s;
    transition-delay: 0.1s;
}

.map-with-coordinates .modal-frame .modal .modal-body h3 {
    font-weight: 700;
    padding-bottom: 22px;
    display: block;
    color: #f2594b;
    text-align: center;
}

.map-with-coordinates .modal-frame .modal .modal-body p {
    padding-bottom: 20px;
}

.map-with-coordinates .modal-frame .modal .modal-body .ps {
    font-size: 12px;
    opacity: 0.3;
}

.map-with-coordinates .modal-frame.state-appear {
    visibility: visible;
}

.map-with-coordinates .modal-frame.state-appear .modal-inset {
    animation: r 0.25s ease;
    visibility: visible;
}

.map-with-coordinates .modal-frame.state-appear .modal-body {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.map-with-coordinates .modal-frame.state-leave {
    visibility: visible;
}

.map-with-coordinates .modal-frame.state-leave .modal-inset {
    animation: s 0.35s ease 0.1s;
    visibility: visible;
}

.map-with-coordinates .modal-frame.state-leave .modal-body {
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    transform: translateY(25px);
}

@-moz-document url-prefix() {
    .map-with-coordinates .modal-frame {
        height: calc(100% - 55px);
    }
}

.map-with-coordinates .footer__content:after {
    width: unset;
}

.mob-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.9215686275);
    opacity: 0;
    visibility: hidden;
    z-index: 999999999;
    margin: 0;
    transition: opacity 0.25s ease 0s, visibility 0.35s linear;
}

.mob-modal-overlay.state-show {
    opacity: 1;
    visibility: visible !important;
    transition-delay: 0s;
    transition-duration: 0.2s, 0s;
}

.mob-modal-frame {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999999999;
    overflow-y: auto;
    align-items: center;
    -moz-box-align: center;
    justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    width: 100%;
    text-align: center;
    visibility: hidden;
    margin: 35px 0;
}

.mob-modal-frame .modal {
    vertical-align: middle;
    text-align: center;
    height: 100%;
}

.mob-modal-frame .modal .modal-inset {
    position: relative;
    padding: 40px;
    height: 100%;
    margin: auto;
    visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transform-style: preserve-3d;
}

.mob-modal-frame .modal .modal-inset .close {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 21px;
    right: 19px;
    padding: 7px 10px 3px;
    background-color: #0f2551;
    color: #fff;
    font-size: 16px;
    border-radius: 33px;
}

.mob-modal-frame .modal .modal-inset .close:hover {
    opacity: 1;
}

.mob-modal-frame .modal .modal-body {
    margin: auto;
    opacity: 0;
    background-color: #0a265e;
    padding: 20px;
    border-radius: 20px;
    transform: translateY(0) scale(0.8);
    transition-property: opacity, transform;
    transition-duration: 0.25s;
    transition-delay: 0.1s;
}

.mob-modal-frame .modal .modal-body .map-with-coordinates__details {
    padding: 40px 10px 20px;
}

.mob-modal-frame .modal .modal-body .map-with-coordinates__map-img {
    margin: 30px 0 0;
}

.mob-modal-frame .modal .modal-body .map-with-coordinates__details-title {
    margin: 0;
    font-size: 20px;
}

.mob-modal-frame .modal .modal-body .map-with-coordinates__details-list {
    padding-left: 0;
    margin-bottom: 20px;
}

.mob-modal-frame.state-appear {
    visibility: visible;
}

.mob-modal-frame.state-appear .modal-inset {
    animation: r 0.25s ease;
    visibility: visible;
}

.mob-modal-frame.state-appear .modal-body {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.mob-modal-frame.state-leave {
    visibility: visible;
}

.mob-modal-frame.state-leave .modal-inset {
    animation: s 0.35s ease 0.1s;
    visibility: visible;
}

.mob-modal-frame.state-leave .modal-body {
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    transform: translateY(25px);
}

@-moz-document url-prefix() {
    .mob-modal-frame {
        height: calc(100% - 55px);
    }
}

.map-with-coordinates__heading {
    font-size: 45px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 10px;
}

.map-with-coordinates__sub-heading {
    color: #fff;
    font-size: 20px;
    margin: 20px 0;
}

.map-with-coordinates__map {
    position: relative;
}

.map-with-coordinates__map svg {
    max-width: 766px;
}

.map-with-coordinates__map svg path:hover {
    cursor: pointer;
}

.map-with-coordinates__map .columns {
    height: 100%;
}

.map-with-coordinates__map-img-detail {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #1d3766;
    border-radius: 20px;
}

.map-with-coordinates__map-img {
    width: 150px;
    height: 150px;
}

.map-with-coordinates__map-title {
    font-family: Poppins-Medium;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 40px 0 20px;
    padding: 0 !important;
}

.map-with-coordinates__details {
    display: flex;
    align-items: start;
    padding-left: 40px;
    color: #fff;
    flex-direction: column;
    text-align: left;
    justify-content: center;
}

.map-with-coordinates__details-title {
    padding: 0 !important;
    font-family: Poppins-Medium;
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 20px;
}

.map-with-coordinates__details-list {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 40px;
}

.map-with-coordinates__details-list li {
    display: flex;
    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 22px;
    opacity: 0.8;
}

.map-with-coordinates__details-list li:not(:last-child) {
    margin-bottom: 30px;
}

.map-with-coordinates__details-list li:before {
    content: "•";
    color: #00bbda;
    margin-right: 10px;
    font-size: 28px;
}

.map-with-coordinates__details-cta {
    color: #00bbda;
    font-family: Inter-Medium;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #00bbda;
    padding: 8px 25px;
    border-radius: 30px;
}

@keyframes r {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: scale(0.8);
    }

    65.5% {
        transform: scale(1.03);
    }

    to {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes s {
    0% {
        visibility: visible;
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    to {
        visibility: hidden;
        opacity: 0;
        transform: translateY(35px) scale(0.97);
    }
}

@media only screen and (max-width: 1280px) {
    .map-with-coordinates {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 1023px) {
    .map-with-coordinates__heading {
        font-size: 30px;
    }

    .map-with-coordinates__sub-heading {
        font-size: 18px;
    }
}

.page-heading {
    background-image: url(../images/blue-right-gradient.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
    padding-top: 120px;
}

.page-heading:after {
    content: "";
    bottom: -1px;
    background: url(../images/white-wave.svg) no-repeat;
    background-size: cover;
    background-position: top;
    position: absolute;
    height: 28px;
    width: 100%;
    z-index: -1;
}

.page-heading__content {
    padding: 80px 0 120px;
    position: relative;
}

.page-heading__heading {
    font-size: 60px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 20px;
    line-height: 65px;
}

.page-heading__sub-heading {
    font-size: 24px;
    color: #fff;
    margin: 0;
    font-family: Inter-Light;
}

.page-heading__upward-diver {
    position: absolute;
    left: 40px;
    bottom: -60px;
}

@media only screen and (max-width: 1280px) {
    .page-heading {
        padding-top: 120px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .page-heading__upward-diver {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .page-heading:after {
        content: unset;
    }

    .page-heading__content {
        padding: 30px 0 50px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
    .page-heading {
        padding-top: 120px !important;
    }
}

@media only screen and (max-width: 480px) {
    .page-heading {
        background-image: url(../images/blue-gradient-wave-mobile.svg);
        background-position: bottom;
    }

    .page-heading:after {
        display: none;
    }

    .page-heading__heading {
        font-size: 30px;
        line-height: 40px;
    }

    .page-heading__sub-heading {
        font-size: 18px;
    }

    .page-heading__upward-diver {
        display: none;
    }
}

.quote-image-content-right-card {
    padding-top: 40px !important;
}

.quote-image-content-right-card__mobile {
    display: none;
}

.quote-image-content-right-card .fp-overflow {
    height: 100vh;
}

.quote-image-content-right-card .container {
    transition: all 0.5s ease-in-out;
}

.quote-image-content-right-card .flex-center-child {
    animation: t 0.5s forwards;
    padding-top: 80px !important;
}

.quote-image-content-right-card .block-center {
    display: block;
    animation: u 1s forwards;
}

@keyframes t {
    0% {
        max-height: 500px;
        opacity: 1;
    }

    to {
        max-height: 100vh;
        opacity: 1;
    }
}

@keyframes u {
    0% {
        max-height: 100vh;
        opacity: 1;
    }

    to {
        max-height: 0;
        opacity: 1;
    }
}

.quote-image-content-right-card__quote-card {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 30px 40px;
    position: relative;
    height: 387px;
}

.quote-image-content-right-card__quote-heading {
    font-family: Poppins;
    font-size: 30px;
    padding-right: 185px;
    margin: 15px 0 20px;
    color: #1d3766;
}

.quote-image-content-right-card__quote-image {
    position: absolute;
    bottom: 0;
    right: -45px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 220px;
}

.quote-image-content-right-card__quote-image-title {
    font-size: 20px;
    background-color: #d9ecf7;
    padding: 10px 30px;
    border-radius: 30px;
    color: #1d3766;
}

.quote-image-content-right-card__quote-image-title strong {
    font-family: Poppins-Medium;
}

.quote-image-content-right-card__quote-image-title i {
    font-size: 18px;
    font-family: Poppins;
}

.quote-image-content-right-card__card {
    background-color: #1d3766;
    padding: 40px;
    margin-left: 120px;
    border-radius: 15px;
    position: relative;
    margin-top: 40px;
}

.quote-image-content-right-card__card-title {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}

.quote-image-content-right-card__card-details {
    color: #fff;
    font-size: 18px;
    padding-right: 50px;
    line-height: 34px;
    font-family: Inter-Light;
}

.quote-image-content-right-card__card-content {
    position: relative;
}

.quote-image-content-right-card__card-image {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 60px;
}

.quote-image-content-right-card__description {
    margin-top: 0;
}

.quote-image-content-right-card__description p {
    font-size: 18px;
    color: #231f20;
    line-height: 30px;
    font-family: Inter-Light;
}

.quote-image-content-right-card__circular-img-bg {
    position: absolute;
    top: 120px;
    right: -120px;
}

.hr-line {
    width: 45%;
    height: 4px;
    background: linear-gradient(177.29deg, #2bbecb, #00bad9 25.86%, #00bad9 64.28%, #429fd8 97.37%);
}

@media only screen and (max-width: 1280px) {
    .quote-image-content-right-card .container {
        animation: unset;
    }
}

@media only screen and (max-width: 1280px) {
    .quote-image-content-right-card__content {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 1023px) {
    .quote-image-content-right-card {
        padding: 0 0 40px !important;
    }

    .quote-image-content-right-card__content {
        display: none;
    }

    .quote-image-content-right-card__quote-container {
        display: flex;
        justify-content: center;
    }

    .quote-image-content-right-card__quote-card {
        background-image: url(../images/border-quote-bg-mobile.png);
        background-size: contain;
        padding: 55px 0 30px 30px;
        width: 320px;
        height: 330px;
    }

    .quote-image-content-right-card__quote-heading {
        font-size: 21px;
        padding: 0;
        padding-right: 55px;
    }

    .quote-image-content-right-card__quote-image {
        width: 120px;
        right: 0;
    }

    .quote-image-content-right-card__quote-image-title {
        font-size: 16px;
        padding-right: 125px;
        padding-left: 20px;
    }

    .quote-image-content-right-card__quote-image-title strong {
        display: block;
    }

    .quote-image-content-right-card__quote-image-title i {
        font-size: 14px;
    }

    .quote-image-content-right-card__mobile {
        display: block;
    }

    .quote-image-content-right-card__circular-img-bg {
        display: none;
    }

    .quote-image-content-right-card__card {
        padding: 40px;
        margin-left: 0;
        border-radius: 0;
    }

    .quote-image-content-right-card__card-image {
        top: 17px;
        position: relative;
        float: right;
    }

    .quote-image-content-right-card__card-title {
        font-size: 30px;
        margin: 25px 0 10px;
    }

    .quote-image-content-right-card__card-details {
        padding-right: 0;
        font-size: 20px;
        margin: 10px 0;
    }
}

.right-bubble-content {
    background-image: url(../images/blue-gradient-bottom.png);
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.right-bubble-content .fp-overflow {
    height: 100vh;
    padding-top: 40px;
}

.right-bubble-content__container {
    display: flex;
}

.right-bubble-content__copy-text {
    padding: 0 40px 0 0;
    text-align: left;
    margin-top: 90px;
}

.right-bubble-content__copy-text-title {
    font-size: 45px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #1d3766;
}

.right-bubble-content__copy-text-description {
    font-family: Inter-Light;
    font-size: 28px;
    margin: 0;
}

.right-bubble-content__bubbles {
    display: flex;
    flex-wrap: wrap;
}

.right-bubble-content__bubble {
    flex: 0 1 calc(50% - 1em);
    margin: 0.5em;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.right-bubble-content__bubble.item-2 {
    margin-top: -30px;
    margin-left: -40px;
}

.right-bubble-content__bubble.item-3 {
    margin-left: -95px;
}

.right-bubble-content__bubble.item-4 {
    margin-top: -30px;
    margin-left: -40px;
}

.right-bubble-content__bubble-title {
    font-family: Inter-SemiBold;
    font-size: 16px;
    margin: 10px 0;
    font-weight: 600;
    color: #1d3766;
}

.right-bubble-content__show-mobile {
    display: none;
}

@media only screen and (max-width: 1280px) {
    .right-bubble-content {
        padding: 100px 0 140px;
    }
}

@media only screen and (max-width: 1305px) {
    .right-bubble-content__bubble.item-2 {
        margin-left: -20px;
    }

    .right-bubble-content__bubble.item-3 {
        margin-left: -95px;
    }

    .right-bubble-content__bubble.item-4 {
        margin-left: -20px;
    }
}

@media only screen and (max-width: 1190px) {
    .right-bubble-content__bubble.item-2 {
        margin-left: 0;
    }

    .right-bubble-content__bubble.item-3 {
        margin-left: -55px;
    }

    .right-bubble-content__bubble.item-4 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .right-bubble-content__bubbles-cont {
        display: flex;
        justify-content: center;
    }

    .right-bubble-content__bubbles {
        max-width: 550px;
    }

    .right-bubble-content__copy-text {
        text-align: center;
        padding: 0;
        margin-top: 0;
    }

    .right-bubble-content__copy-text-title {
        font-size: 30px;
    }

    .right-bubble-content__copy-text-description {
        font-size: 18px;
        padding: 0 40px;
    }

    .right-bubble-content__bubble.item-2 {
        margin-top: 80px;
    }

    .right-bubble-content__bubble.item-3 {
        margin-left: unset;
        margin-top: -60px;
    }

    .right-bubble-content__bubble.item-4 {
        margin-top: 15px;
    }

    .right-bubble-content__show-mobile {
        display: inline;
        margin: 0 0 20px;
    }

    .right-bubble-content__bubble-title {
        text-align: center;
        margin: 10px 25px;
    }
}

@media only screen and (max-width: 768px) {
    .right-bubble-content {
        margin-top: -30px;
        padding: 0 0 60px;
        z-index: 1;
        position: relative;
        background-image: unset;
    }
}

@media only screen and (max-width: 550px) {
    .right-bubble-content__bubble.item-3 {
        margin-top: -90px;
    }

    .right-bubble-content__bubble.item-4 {
        margin-top: -15px;
    }

    .right-bubble-content__bubble img {
        width: 55px;
    }
}

.row-slider-content-left {
    position: relative;
    overflow: hidden;
    padding-top: 190px !important;
}

.row-slider-content-left .fp-overflow {
    height: 100vh;
    overflow-x: hidden;
}

.row-slider-content-left__slider {
    position: relative;
}

.row-slider-content-left__slider .columns>.column {
    padding-bottom: 0;
}

.row-slider-content-left__slider .columns>.column:first-of-type {
    display: flex;
    align-items: center;
}

.row-slider-content-left__slider .menu div {
    padding: 10px 20px 10px 30px;
    margin-bottom: 10px;
    font-weight: 300;
    font-family: Poppins;
    font-size: 26px;
    color: #1d3766;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}

.row-slider-content-left__slider .menu div.active {
    cursor: default;
    font-family: Poppins-Medium;
    font-weight: 700;
    opacity: 1;
    background-image: url(../images/bubble-border.svg);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: 0;
}

.row-slider-content-left__slider ul.nacc {
    position: relative;
    background: #1d3766;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    height: 590px;
    display: flex;
    align-items: center;
}

.row-slider-content-left__slider ul.nacc li {
    opacity: 0;
    transform: translateX(50px);
    position: absolute;
    list-style: none;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.row-slider-content-left__slider ul.nacc li.active {
    transition-delay: 0.3s;
    z-index: 2;
    opacity: 1;
    transform: translateX(0);
}

.row-slider-content-left__details-container {
    padding: 80px 60px;
}

.row-slider-content-left__after-bg {
    position: relative;
}

.row-slider-content-left__after-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 72%;
    width: 50%;
    height: 100%;
    background-color: #1d3766;
    z-index: -1;
    transition: all 1s;
}

.row-slider-content-left__after-bg.translate:after {
    transform: translateX(100%);
}

.row-slider-content-left__details-container {
    display: flex;
    align-items: center;
}

.row-slider-content-left__details {
    padding-right: 20px;
}

.row-slider-content-left__details .heading {
    font-family: Inter-Light;
    margin: 0 0 20px;
    font-weight: 300;
    color: #fff;
}

.row-slider-content-left__details .description {
    font-size: 20px;
    margin: 0;
    line-height: 34px;
    font-family: Inter-Light;
    color: #fff;
}

.row-slider-content-left__image {
    display: flex;
    justify-content: center;
    width: unset !important;
}

.row-slider-content-left__accordion {
    display: none;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #d2d7e0;
}

.row-slider-content-left__accordion .accordion-title {
    padding: 30px 20px;
    color: #1d3766;
    cursor: pointer;
}

.row-slider-content-left__accordion .accordion-title.active {
    background: #243657;
    color: #fff;
}

.row-slider-content-left__accordion .accordion-title.active .accordion-indicator {
    background: #fff;
}

.row-slider-content-left__accordion .accordion-inner-wrap {
    border-bottom: 1px solid #d2d7e0;
    height: auto;
}

.row-slider-content-left__accordion .accordion-content {
    color: #fff;
    background-color: #172c52;
    box-shadow: 0 0 0 0 #000;
    padding: 40px;
}

.row-slider-content-left__accordion .accordion-content h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px;
}

.row-slider-content-left__accordion .accordion-content p {
    font-size: 18px;
    margin: 0;
}

.row-slider-content-left__accordion .accordion-title {
    position: relative;
}

.row-slider-content-left__accordion .accordion-title h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding-right: 30px;
}

.row-slider-content-left__accordion .accordion-indicator {
    position: absolute;
    transition: all 0.3s ease-in-out;
    background: #1d3766;
}

.row-slider-content-left__accordion .accordion-indicator-minus {
    width: 20px;
    height: 3px;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.row-slider-content-left__accordion .accordion-inner-wrap:first-of-type .active .accordion-indicator-plus {
    transform: translateY(-50%) rotate(90deg);
}

.row-slider-content-left__accordion .accordion-indicator-plus {
    width: 3px;
    height: 20px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
}

.row-slider-content-left__accordion .active .accordion-indicator-plus {
    transform: translateY(-50%) rotate(90deg);
}

@media only screen and (max-width: 1619px) {
    .row-slider-content-left__image {
        width: 45% !important;
    }
}

@media only screen and (max-width: 1280px) {
    .row-slider-content-left {
        padding: 20px 0 60px !important;
    }

    .row-slider-content-left__after-bg:after,
    .row-slider-content-left__slider {
        display: none;
    }

    .row-slider-content-left__accordion {
        display: block;
    }
}

.row-slider-content-left .button,
.row-slider-content-left button {
    position: relative;
    display: inline-block;
    color: #1d3766;
    padding: 0.75rem 2rem;
    margin: 0 auto;
    border: none;
    width: 100%;
    font-weight: 300;
    font-family: Inter-Light;
    font-size: 26px;
    text-align: center;
    background: #fff;
    transition: all 0.3s;
    opacity: 0.7;
}

.row-slider-content-left .button:hover:after,
.row-slider-content-left .button:hover:before,
.row-slider-content-left button:hover:after,
.row-slider-content-left button:hover:before {
    color: #4cc4cf;
}

.row-slider-content-left .button:after,
.row-slider-content-left .button:before,
.row-slider-content-left button:after,
.row-slider-content-left button:before {
    transition: all 0.3s;
}

.tabs {
    position: relative;
    min-height: 0;
    transition: all 0.5s;
}

.tabs .tab {
    margin-bottom: 1px;
}

.tabs .tab:first-child {
    margin-top: 30px;
}

@media screen and (min-width: 55rem) {
    .tabs .tab {
        float: left;
        clear: left;
        width: 40%;
    }
}

.tabs .tab .tab-toggle {
    padding: 1rem 4rem;
    position: relative;
    outline: none;
    width: 100%;
    margin: 10px 0;
}

@media screen and (min-width: 55rem) {
    .tabs .tab .tab-toggle {
        text-align: left;
    }
}

@media screen and (min-width: 55rem) {
    .tabs .tab .tab-toggle:after {
        transform: rotate(-90deg) translateX(50%);
    }
}

.tabs .tab .tab-toggle.active {
    cursor: default;
    font-family: Inter-Bold;
    font-weight: 700;
    opacity: 1;
    background-image: url(../images/bubble-border.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (min-width: 55rem) {
    .tabs .tab .tab-toggle.active:after {
        transform: rotate(-90deg) translateX(50%) translateY(0);
        right: 1rem;
    }
}

.tabs .content {
    max-height: 0;
    padding: 0 2rem;
    background-color: #1d3766;
    color: #fff;
    transition: all 1s;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

@media screen and (min-width: 55rem) {
    .tabs .content {
        max-height: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 60%;
        opacity: 0;
        padding: 60px 0 60px 60px;
        transform: translateX(100%);
    }
}

.tabs .content.active {
    max-height: 1000px;
}

@media screen and (min-width: 55rem) {
    .tabs .content.active {
        max-height: none;
        opacity: 1;
        transform: none;
    }
}

.tabs .content>.heading {
    font-size: 36px;
    font-weight: 300;
    margin: 0;
}

.specialties-list {
    padding: 60px 0 120px;
}

.specialties-list__heading-container {
    text-align: center;
}

.specialties-list__heading {
    margin: 0 0 20px;
    font-size: 45px;
    font-weight: 400;
    color: #1d3766;
}

.specialties-list__sub-heading {
    margin: 20px 0 0;
    font-family: Inter-Light;
    font-size: 22px;
    font-weight: 300;
}

.specialties-list__card {
    display: flex;
    border: 1px solid #62bade;
    border-radius: 20px;
    padding: 20px;
    align-items: center;
    position: relative;
    transition: all 0.5s;
    min-height: 109px;
}

.specialties-list__card:hover {
    background-color: #1d3766;
}

.specialties-list__card:hover .specialties-list__card-title {
    color: #fff;
}

.specialties-list__card:hover .specialties-list__card-arrow {
    opacity: 1;
    right: 20px;
}

.specialties-list__card:not([href]):hover .specialties-list__card-arrow {
    opacity: 0;
}

.specialties-list__card-title {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #1d3766;
    margin-left: 30px;
    overflow: hidden;
    transition: all 0.5s;
}

.specialties-list__card-arrow {
    position: absolute;
    right: 0;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
    font-size: 16px;
    color: #fff;
}

@media only screen and (max-width: 1280px) {
    .specialties-list {
        padding: 40px 0 160px;
    }
}

@media only screen and (max-width: 1023px) {
    .specialties-list {
        padding: 40px 0 100px;
    }

    .specialties-list__heading {
        font-size: 30px;
    }

    .specialties-list__sub-heading {
        font-size: 18px;
    }
}

.stacking-card,
.stacking-cards-wrapper {
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
}

.stacking-cards-wrapper {
    padding: 40px 0 120px;
}

.stacking-cards-wrapper__columns {
    display: flex;
    align-items: center;
}

.stacking-cards-wrapper .columns:last-child {
    margin-bottom: 0;
}

.stacking-cards-wrapper .stacking-cards__heading {
    font-size: 45px;
    color: #fff;
    font-weight: 500;
}

.stacking-cards-wrapper .stacking-cards__sub-heading {
    font-size: 20px;
    color: #fff;
    padding-right: 80px;
}

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

    .stacking-card,
    .stacking-cards-wrapper {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .stacking-cards-wrapper {
        padding-top: 40px !important;
    }

    .stacking-cards-wrapper__columns {
        padding: 0 15px;
    }

    .stacking-cards__heading {
        font-size: 32px !important;
        line-height: 42px;
    }

    .stacking-cards__sub-heading {
        font-size: 18px !important;
        margin: 0 0 20px !important;
        padding-right: unset !important;
    }
}

.three-column-cards {
    background-color: #3a8cbd;
    padding-top: 80px;
}

.three-column-cards .fp-overflow {
    height: 100vh;
}

.three-column-cards__heading-container {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 40px;
}

.three-column-cards__heading {
    color: #fff;
    font-family: Poppins-Medium;
    font-size: 45px;
    font-weight: 500;
    margin: 0 0 20px;
}

.three-column-cards__description {
    font-size: 20px;
    color: #fff;
    margin: 20px 0 0;
    padding: 0 140px;
}

.three-column-cards__cards-container {
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
}

.three-column-cards__cards-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #42a0d9 -0.69%, #00bbda 42.31%, #68c184);
}

.three-column-cards__card-container {
    padding: 40px;
    box-shadow: -20px 0 40px -10px rgba(0, 0, 0, 0.05);
    height: 100%;
    text-align: center;
}

.three-column-cards__card-image {
    max-width: 100%;
    margin: 0 0 20px;
}

.three-column-cards__card-content {
    font-size: 20px;
    color: #1d3766;
    margin: 0;
    line-height: 34px;
    font-family: Inter-Light;
}

@media only screen and (max-width: 1280px) {
    .three-column-cards {
        padding: 80px 0 160px;
    }
}

@media only screen and (max-width: 1023px) {
    .three-column-cards__heading {
        font-size: 30px;
        font-weight: 400;
    }

    .three-column-cards__description {
        font-size: 18px;
        padding: 0;
    }

    .three-column-cards__cards-container {
        border-bottom-left-radius: 0;
        border-top-right-radius: 20px;
    }

    .three-column-cards__cards-container:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 10px;
        height: 100%;
        background: linear-gradient(180deg, #42a0d9 -0.69%, #00bbda 42.31%, #68c184);
    }

    .three-column-cards__card-container {
        box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.06);
    }
}

@media only screen and (max-width: 768px) {
    .three-column-cards {
        padding: 60px 0 80px;
    }

    .three-column-cards__heading-container {
        padding-top: 0;
    }
}

.three-columns-border-line-style {
    padding: 120px 0 100px;
    background-color: #3a8cbd;
    position: relative;
}

.three-columns-border-line-style:before {
    content: "";
    position: absolute;
    top: -59px;
    left: 0;
    width: 100%;
    height: 60px;
    background: url(../images/new-wave-top.svg) no-repeat;
    background-size: cover;
}

.three-columns-border-line-style__heading-container {
    text-align: center;
}

.three-columns-border-line-style__heading {
    font-size: 45px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 20px;
}

.three-columns-border-line-style__columns-container {
    margin: 30px 0 0;
    background-image: url(../images/three-col-border.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 60px 0;
}

.three-columns-border-line-style__columns-container .column:first-child .three-columns-border-line-style__column-detail {
    padding-right: 40px;
}

.three-columns-border-line-style__columns-container .column:nth-child(2) .three-columns-border-line-style__column-detail {
    padding: 0 20px;
}

.three-columns-border-line-style__columns-container .column:nth-child(3) .three-columns-border-line-style__column-detail {
    padding-left: 40px;
}

.three-columns-border-line-style__column-detail {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-family: Inter-Light;
}

.three-columns-border-line-style__columns-container-mobile {
    margin-top: 40px;
    background-image: url(../images/three-col-border-y.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 260px;
    height: 770px;
    display: none;
    margin-bottom: 60px;
}

.three-columns-border-line-style__columns-container-mobile .column:first-child .three-columns-border-line-style__column-detail-mobile {
    padding: 30px 0 0 58px;
}

.three-columns-border-line-style__columns-container-mobile .column:nth-child(2) .three-columns-border-line-style__column-detail-mobile {
    padding: 80px 32px 0 0;
}

.three-columns-border-line-style__columns-container-mobile .column:nth-child(3) .three-columns-border-line-style__column-detail-mobile {
    padding: 60px 0 0 50px;
}

.three-columns-border-line-style__column-detail-mobile {
    font-size: 18px;
    color: #fff;
}

@media only screen and (max-width: 1280px) {
    .three-columns-border-line-style {
        padding: 120px 0 80px;
    }

    .three-columns-border-line-style__columns-container {
        display: none !important;
    }

    .three-columns-border-line-style__columns-container-mobile {
        display: block;
    }
}

@media only screen and (max-width: 1192px) {
    .three-columns-border-line-style__columns-container {
        padding: 64px 0;
    }
}

@media only screen and (max-width: 1023px) {
    .three-columns-border-line-style__heading {
        font-size: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .three-columns-border-line-style {
        padding: 60px 0 0;
    }

    .three-columns-border-line-style:before {
        content: unset;
    }
}

.three-row-cards-left-one-card {
    background-color: #1d3766;
}

.three-row-cards-left-one-card__heading {
    font-size: 45px;
    font-weight: 400;
    margin: 0 0 40px;
    color: #fff;
}

.three-row-cards-left-one-card .fp-overflow {
    height: 100vh;
    margin-top: 40px;
}

.three-row-cards-left-one-card__three-cards-list {
    list-style: none;
    background-color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    margin: 0 60px 0 0;
    padding-left: 0;
}

.three-row-cards-left-one-card__three-cards-list:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 7px;
    background: linear-gradient(120deg, #42a0d9 -0.69%, #00bbda 42.31%, #68c184);
}

.three-row-cards-left-one-card__three-cards-list li {
    display: flex;
    padding: 20px 10px;
    padding-left: 40px;
}

.three-row-cards-left-one-card__three-cards-list li:not(:last-child) {
    box-shadow: -20px 10px 28px 0 rgba(0, 0, 0, 0.10196078);
}

.three-row-cards-left-one-card__three-cards-list li p {
    padding: 0 40px;
    color: #1d3766;
    line-height: 34px;
    font-family: Inter-Light;
}

.three-row-cards-left-one-card__one-card {
    position: relative;
}

.one-card-container {
    background-color: #3a8cbd;
    border-radius: 20px;
    position: relative;
}

.one-card-container__details {
    padding: 40px 45px 95px;
    font-family: Poppins;
    font-size: 28px;
    color: #fff;
}

.one-card-container__three-lines {
    padding-top: 40px;
}

.one-card-container__dots-bg {
    position: absolute;
    bottom: 7px;
    right: -95px;
}

@media only screen and (max-width: 1281px) {
    .three-row-cards-left-one-card {
        padding: 80px 0 100px;
    }
}

@media only screen and (max-width: 1023px) {
    .three-row-cards-left-one-card {
        padding: 60px 0 80px;
    }

    .three-row-cards-left-one-card__heading {
        font-size: 30px;
        font-weight: 500;
    }

    .three-row-cards-left-one-card__three-cards-list {
        margin: 0 0 20px;
    }

    .one-card-container__dots-bg {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .three-row-cards-left-one-card__three-cards-list {
        padding: 0;
    }

    .three-row-cards-left-one-card__three-cards-list li {
        flex-direction: column;
    }

    .three-row-cards-left-one-card__three-cards-list li img {
        width: 75px;
    }

    .three-row-cards-left-one-card__three-cards-list li p {
        padding: 0;
        font-size: 18px;
        line-height: 32px;
    }
}

.two-column-maps #left-map,
.two-column-maps #right-map {
    width: 100%;
    height: 600px;
    margin-bottom: 10px;
}

.two-message-bubble {
    justify-content: start !important;
}

.two-message-bubble .fp-overflow {
    margin-top: -60px;
    height: 100vh;
}

.two-message-bubble .columns {
    margin: 0;
}

.two-message-bubble__text-content {
    background-color: #1d3766;
    border-radius: 15px;
    padding: 80px 320px 0 60px;
}

.two-message-bubble__title {
    color: #fff;
    font-weight: 400;
    font-size: 45px;
    margin: 0 0 20px;
}

.two-message-bubble__description {
    font-family: Inter-Light;
    font-size: 26px;
    color: #fff;
    margin: 20px 0 0;
}

.two-message-bubble__circular-quote-img-container {
    position: relative;
    text-align: right;
    padding-right: 20px;
    margin-bottom: -110px;
    margin-top: 50px;
}

.two-message-bubble__circular-quote-images {
    position: absolute;
}

.two-message-bubble__circular-quote-images.quote {
    z-index: 2;
    height: 95px;
    right: 4px;
    top: -10px;
}

.two-message-bubble__circular-quote-images.circular-bg {
    right: 60px;
    top: 54px;
    height: 280px;
}

.two-message-bubble__circular-quote-images.circular-img {
    position: relative;
    z-index: 1;
    height: 280px;
    top: 16px;
}

.two-message-bubble__bubbles-container {
    padding: 80px 0;
}

.two-message-bubble__bubble-content {
    border: 1px solid #d2d7e0;
    border-radius: 30px;
    box-shadow: 0 5px 0 0 rgba(210, 215, 224, 0.5019607843);
    position: relative;
    background-color: #fff;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 470px;
    max-width: 530px;
}

.two-message-bubble__bubble-content.bubble-1 {
    margin-left: -220px;
}

.two-message-bubble__bubble-content.bubble-2 {
    margin-top: 40px;
    margin-left: -130px;
}

.two-message-bubble__bubble-content .triangle-outline-left {
    position: absolute;
    width: 29px;
    background-color: #d2d7e0;
    height: 1px;
    border: 0;
    bottom: -21px;
    transform: rotate(276deg);
    left: 16px;
    z-index: 1;
}

.two-message-bubble__bubble-content .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 19px 24px;
    border-color: transparent transparent #fff;
    transform: rotate(316deg);
    position: absolute;
    left: 15px;
    bottom: -17px;
    box-shadow: 0 5px 0 0 rgba(210, 215, 224, 0.5019607843);
}

.two-message-bubble__bubble-content.bubble-2 .two-message-bubble__bubble-content-divider {
    transform: rotate(180deg);
    margin-left: unset;
}

.two-message-bubble__bubble-content-title {
    font-family: Poppins-Medium;
    margin: -35px 0 0;
    font-size: 22px;
    color: #344a75;
    font-weight: 700;
}

.two-message-bubble__bubble-content-subtitle {
    font-family: Poppins;
    color: #237cb3;
    font-size: 14px;
}

.two-message-bubble__bubble-content-divider {
    margin: 20px 0;
    width: 85%;
    align-self: flex-start;
    margin-left: auto;
}

.two-message-bubble__bubble-content-details {
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 0 50px;
}

.two-message-bubble__bubbles-slider-container {
    display: none;
}

.two-message-bubble__bubbles-slider-container .slick-dots {
    bottom: -50px;
}

.two-message-bubble__bubble-slider {
    border: 1px solid #d2d7e0;
    border-radius: 30px;
    padding: 18% 0 8%;
    box-shadow: 0 5px 0 0 rgba(210, 215, 224, 0.5019607843);
    position: relative;
}

.two-message-bubble__bubble-slider-heading {
    text-align: center;
}

.two-message-bubble__bubble-slider-title {
    margin: -35px 0 0;
    font-size: 22px;
    color: #344a75;
    font-weight: 700;
}

.two-message-bubble__bubble-slider-subtitle {
    color: #237cb3;
    font-size: 14px;
}

.two-message-bubble__bubble-slider .triangle-outline-left {
    position: absolute;
    width: 29px;
    background-color: #d2d7e0;
    height: 1px;
    border: 0;
    bottom: -21px;
    transform: rotate(276deg);
    left: 16px;
    z-index: 1;
}

.two-message-bubble__bubble-slider .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 19px 24px;
    border-color: transparent transparent #fff;
    transform: rotate(316deg);
    position: absolute;
    left: 15px;
    bottom: -17px;
    box-shadow: 0 5px 0 0 rgba(210, 215, 224, 0.5019607843);
}

.two-message-bubble__bubble-slider-btm-content {
    display: flex;
    align-items: center;
}

.two-message-bubble__bubbles-slider-container .slick-slide {
    margin-left: 20px;
    margin-right: 20px;
}

.two-message-bubble footer {
    margin-top: 140px;
}

@media only screen and (max-width: 1280px) {
    .two-message-bubble {
        margin-top: 0;
    }

    .two-message-bubble .columns .column.is-4-desktop,
    .two-message-bubble .columns .column.is-8-desktop {
        flex: none;
        width: 100%;
    }

    .two-message-bubble__bubbles-conatiner,
    .two-message-bubble__circular-quote-img-container {
        display: none;
    }

    .two-message-bubble__text-content {
        text-align: center;
        padding: 0;
        background-color: transparent;
    }

    .two-message-bubble__title {
        color: #1d3766;
    }

    .two-message-bubble__description {
        color: #231f20;
        margin-bottom: 60px;
    }

    .two-message-bubble__bubbles-container {
        display: none;
    }

    .two-message-bubble__bubbles-slider-container {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .two-message-bubble__title {
        font-size: 30px;
    }

    .two-message-bubble__description {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .two-message-bubble {
        padding: 30px 0 0;
    }

    .two-message-bubble__description {
        margin-bottom: 20px;
    }

    .two-message-bubble__bubble-slider {
        padding: 13% 0 8%;
    }
}

.two-row-content-image-left-right {
    padding: 140px 0;
}

.two-row-content-image-left-right .fp-overflow {
    margin-top: 120px;
    height: 100vh;
}

.two-row-content-image-left-right__mobile {
    display: none;
}

.two-row-content-image-left-right .columns {
    margin: 0;
}

.two-row-content-image-left-right__first-row,
.two-row-content-image-left-right__second-row {
    display: flex;
    align-items: center;
}

.two-row-content-image-left-right__first-row-img-container {
    background-image: url(../images/faded-circle-left.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 345px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.two-row-content-image-left-right__first-row-detail-container {
    padding-left: 80px;
}

.two-row-content-image-left-right__first-row-heading {
    font-size: 45px;
    color: #1d3766;
    font-weight: 400;
    margin: 0 0 20px;
}

.two-row-content-image-left-right__first-row-details {
    font-size: 20px;
    color: #231f20;
    margin: 0;
    line-height: 38px;
    font-family: Inter-Light;
}

.two-row-content-image-left-right__second-row-img-container {
    background-image: url(../images/faded-circle-right.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 345px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.two-row-content-image-left-right__second-row-detail-container {
    padding-right: 80px;
}

.two-row-content-image-left-right__second-row-heading {
    font-size: 45px;
    color: #1d3766;
    font-weight: 400;
    margin: 0 0 20px;
}

.two-row-content-image-left-right__second-row-details {
    font-size: 20px;
    color: #231f20;
    margin: 0;
    line-height: 38px;
    font-family: Inter-Light;
}

.two-row-content-image-left-right__highlighted-details {
    position: relative;
    padding: 10px 20px;
    font-family: Inter-Bold;
    font-weight: 700;
    margin-left: 20px;
    color: #1d3766;
    font-size: 17px;
}

.two-row-content-image-left-right__highlighted-details:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: linear-gradient(177.29deg, #2bbecb, #00bad9 25.86%, #00bad9 64.28%, #429fd8 97.37%);
}

@media only screen and (max-width: 1023px) {
    .two-row-content-image-left-right {
        padding: 40px 0 0;
    }

    .two-row-content-image-left-right:nth-child(4) {
        margin-bottom: 140px;
    }

    .two-row-content-image-left-right__mobile {
        display: block;
    }

    .two-row-content-image-left-right__first-row,
    .two-row-content-image-left-right__second-row {
        display: none;
    }

    .two-row-content-image-left-right__first-row-img-container {
        background-position: 0;
        width: 280px;
    }

    .two-row-content-image-left-right__first-row-img-container img {
        width: 125px;
        margin-left: -60px;
    }

    .two-row-content-image-left-right__first-row-heading,
    .two-row-content-image-left-right__second-row-heading {
        font-size: 30px;
    }

    .two-row-content-image-left-right__first-row-details,
    .two-row-content-image-left-right__second-row-details {
        font-size: 18px;
    }

    .two-row-content-image-left-right__second-row-img-container {
        background-position: 0;
        width: 280px;
    }

    .two-row-content-image-left-right__second-row-img-container img {
        width: 125px;
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .two-row-content-image-left-right__highlighted-details {
        margin: 40px 0 0;
        font-size: 22px;
    }
}

.two-row-slider {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, #3a8cbd 93%, #fff 0);
    justify-content: start;
}

.two-row-slider:before {
    top: -54px;
    height: 54px;
    background: url(../images/wave-top.png) no-repeat;
    background-size: cover;
}

.two-row-slider:after,
.two-row-slider:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}

.two-row-slider:after {
    top: 92.93%;
    height: 55px;
    background: url(../images/wave-bottom.png) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.two-row-slider__container {
    margin-top: 70px;
}

.two-row-slider__content {
    text-align: center;
}

.two-row-slider__title {
    color: #fff;
    font-weight: 400;
    font-size: 45px;
    margin: 0 0 20px;
}

.two-row-slider__slider-container {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.two-row-slider__slider-container .swiper-wrapper {
    transition-timing-function: linear !important;
}

.two-row-slider .owl-item .item .swiper-slide {
    padding: 0 1px;
    background-color: #fff;
    height: 130px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: unset !important;
}

.two-row-slider .owl-item .item .swiper-slide img:hover {
    cursor: pointer;
}

.two-row-slider .owl-item:nth-child(3n-1) .item .swiper-slide {
    border-top: 4px solid #80d9e0 !important;
    border-bottom: 4px solid #80d9e0 !important;
}

.two-row-slider .owl-item:nth-child(3n-2) .item .swiper-slide {
    border-top: 4px solid #8ec6e8 !important;
    border-bottom: 4px solid #8ec6e8 !important;
}

.two-row-slider .owl-item:nth-child(3n-3) .item .swiper-slide {
    border-top: 4px solid #95d9d0 !important;
    border-bottom: 4px solid #95d9d0 !important;
}

.two-row-slider__wave-bottom {
    position: absolute;
    bottom: -50px;
    width: 100%;
}

.logo-slider {
    overflow: hidden;
    max-width: 1920px;
    min-width: 320px;
    width: 100%;
    display: flex;
    padding-block: 5px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #fff 10vw, #fff calc(100% - 10vw), transparent);
    mask-image: linear-gradient(90deg, transparent, #fff 10vw, #fff calc(100% - 10vw), transparent);
}

.logo-slider-2 {
    direction: rtl;
    margin-top: 5px;
}

.logo-slider>div img {
    height: clamp(50%, 10vw, 100%);
    max-width: 160px;
    max-height: 100px;
    object-fit: contain;
    display: block;
}

.logo-slider>div a {
    outline: 1px solid #fff;
    padding: 0 30px;
}

.logo-slider>div:hover {
    animation-play-state: paused;
}

.two-row-slider__wave-top {
    position: absolute;
    top: -45px;
    width: 100%;
}

@media only screen and (max-width: 1280px) {
    .two-row-slider {
        padding: 20px 0 80px;
    }

    .two-row-slider:before {
        height: 55px;
    }

    .two-row-slider:after {
        top: 91.93%;
    }

    .two-row-slider__container {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .two-row-slider__container {
        padding: 0 40px;
    }

    .two-row-slider__slider {
        padding: 0 1px;
        height: 90px;
    }

    .two-row-slider__title {
        font-size: 30px;
    }

    .two-row-slider .logo-slider>div img {
        max-width: 130px;
    }

    .logo-slider>div a {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 768px) {
    .two-row-slider {
        padding: 40px 0 100px;
    }

    .two-row-slider:after,
    .two-row-slider:before {
        content: unset;
    }
}

@media only screen and (max-width: 479px) {
    .two-row-slider__container {
        padding: 0;
    }
}

@media only screen and (min-width: 2560px) {
    .two-row-slider:before {
        top: -50px;
    }
}

.two-rows-highlight-content {
    padding: 80px 0 0;
}

.two-rows-highlight-content__mobile {
    display: none !important;
}

.two-rows-highlight-content__content {
    align-items: center;
}

.two-rows-highlight-content__first-row-heading,
.two-rows-highlight-content__second-row-heading {
    color: #1d3766;
    font-size: 40px;
    margin: 0 0 20px;
    line-height: 55px;
}

.two-rows-highlight-content__first-row-heading span,
.two-rows-highlight-content__second-row-heading span {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 56px;
}

.two-rows-highlight-content__first-row-sub-heading,
.two-rows-highlight-content__second-row-sub-heading {
    color: #1d3766;
    font-size: 20px;
    margin: 0;
    font-family: Inter-Light;
    line-height: 38px;
}

.two-rows-highlight-content__first-row-sub-heading {
    padding-right: 120px;
}

@media only screen and (max-width: 1023px) {
    .two-rows-highlight-content {
        padding: 0;
    }

    .two-rows-highlight-content__first-row-heading,
    .two-rows-highlight-content__second-row-heading {
        font-size: 30px;
    }

    .two-rows-highlight-content__first-row-heading span,
    .two-rows-highlight-content__second-row-heading span {
        font-size: 46px;
    }

    .two-rows-highlight-content__first-row-heading {
        padding-top: 80px;
    }

    .two-rows-highlight-content__second-row-sub-heading {
        padding-bottom: 80px !important;
    }
}

@media only screen and (max-width: 480px) {
    .two-rows-highlight-content__content {
        display: none !important;
    }

    .two-rows-highlight-content__mobile {
        display: flex !important;
    }

    .two-rows-highlight-content__first-row-heading,
    .two-rows-highlight-content__second-row-heading {
        font-size: 28px;
        line-height: unset;
        margin: 0;
        font-weight: 400;
    }

    .two-rows-highlight-content__first-row-heading span,
    .two-rows-highlight-content__second-row-heading span {
        font-size: 30px;
        font-weight: 400;
    }

    .two-rows-highlight-content__first-row-sub-heading,
    .two-rows-highlight-content__second-row-sub-heading {
        padding: 0;
        font-size: 18px;
        line-height: 32px;
    }
}

.pricing-table {
    background-image: url(../images/light-blue-gradient.svg);
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 90px 0;
}

.pricing-table__heading {
    font-size: 45px;
    color: #1d3766;
    font-weight: 400;
    margin: 40px 0 20px;
}

.pricing-table__description {
    font-family: Inter-Light;
    font-size: 24px;
    font-weight: 300;
    color: #231f20;
    margin: 20px 0 0;
}

.pricing-table .footer-note {
    text-align: left;
    font-size: 14px;
    padding: 5px 0;
    font-style: italic;
}

.pricing-table__table {
    margin-top: 60px;
}

.pricing-table__table .pricing-row {
    display: flex;
    justify-content: flex-start;
}

.pricing-table__table .pricing-row:first-of-type {
    position: sticky;
    top: -1px;
    z-index: 9999999;
    background: #fff;
    transition: background 1s linear;
}

.pricing-table__table .pricing-row:nth-of-type(2) .column:first-of-type .services-item-label {
    border-top-left-radius: 5px;
}

.pricing-table__table .pricing-row:last-of-type .services-item-check,
.pricing-table__table .pricing-row:last-of-type .services-item-label,
.pricing-table__table .pricing-row:last-of-type .services-item-xmark {
    border-bottom: 1px solid #e8ecf2;
}

.pricing-table__table .column {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pricing-table__table .column .th-heading {
    font-family: Inter-Bold;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.pricing-table__table .column .th-price,
.pricing-table__table .column .th-subheading {
    font-family: Inter-SemiBold;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.pricing-table__table .column.tab {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 40px 0;
}

.pricing-table__table .column.green-tab {
    background: linear-gradient(0deg, #46ad9e, #46ad9e), linear-gradient(0deg, #a6dfd7, #a6dfd7);
}

.pricing-table__table .column.blue-green-tab {
    background: linear-gradient(0deg, #27acb8, #27acb8), linear-gradient(0deg, #99e4f0, #99e4f0);
}

.pricing-table__table .column.blue-tab {
    background: linear-gradient(0deg, #3b90c3, #3b90c3), linear-gradient(0deg, #a0cfec, #a0cfec);
}

.pricing-table__table .column .services-label {
    font-family: Inter-SemiBold;
    font-size: 24px;
    color: #1d3766;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
}

.pricing-table__table .column .popular-text {
    position: absolute;
    left: -32px;
    top: 18px;
    background-color: #d9ecf7;
    color: #1d3766;
    font-size: 11px;
    padding: 5px 44px;
    transform: rotate(-45deg);
    overflow: hidden;
    font-weight: 700;
}

.pricing-table__table .column .services-item-label {
    text-align: left;
    font-family: Inter-Medium;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #e8ecf2;
    padding: 20px;
    border-bottom: 0;
    border-right: 0;
}

.pricing-table__table .column .services-item-check {
    background-color: #f0f7fc;
    color: #0bbd43;
}

.pricing-table__table .column .services-item-check,
.pricing-table__table .column .services-item-xmark {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #e8ecf2;
    padding: 20px;
    border-bottom: 0;
}

.pricing-table__table .column .services-item-xmark {
    color: #788eb4;
}

.pricing-table__table .column:nth-child(3) {
    margin-right: 10px;
    margin-left: 10px;
}

.pricing-table__table.tab {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 40px 0;
}

.pricing-table__accordion {
    display: none;
    justify-content: center;
    margin-top: 60px;
}

.pricing-table__accordion .tab {
    margin-bottom: 40px;
}

.pricing-table__accordion .tab:last-of-type {
    margin-bottom: 0;
}

.pricing-table__accordion .tab-footer {
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.pricing-table__accordion .tab-footer.green-tab {
    background: linear-gradient(0deg, #2b9c8b, #2b9c8b), linear-gradient(0deg, #46ad9e, #46ad9e);
}

.pricing-table__accordion .tab-footer.blue-green-tab {
    background: linear-gradient(0deg, #169ba7, #169ba7), linear-gradient(0deg, #27acb8, #27acb8);
}

.pricing-table__accordion .tab-footer.blue-tab {
    background: linear-gradient(0deg, #247eb3, #247eb3), linear-gradient(0deg, #3b90c3, #3b90c3);
}

.pricing-table__accordion .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.pricing-table__accordion .tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
    text-align: left;
}

.pricing-table__accordion .tab__content .services-item-check {
    background-color: #f0f7fc;
}

.pricing-table__accordion .tab__content .services-item-check svg {
    margin-right: 20px;
    color: #0bbd43;
}

.pricing-table__accordion .tab__content .services-item-xmark svg {
    margin-right: 20px;
    color: #788eb4;
}

.pricing-table__accordion .tab input:checked~.tab__content {
    max-height: 84rem;
    box-shadow: 0 1px 0 0 #dde1e8;
    background: #fff;
}

.pricing-table__accordion .tab input:checked~.tab__content.green-border {
    border: 1px solid #47ad9e;
}

.pricing-table__accordion .tab input:checked~.tab__content.blue-green-border {
    border: 1px solid #27acb8;
}

.pricing-table__accordion .tab input:checked~.tab__content.blue-border {
    border: 1px solid #247eb3;
}

.pricing-table__accordion .accordion {
    max-width: 450px;
}

.pricing-table__accordion .tab__close,
.pricing-table__accordion .tab__label {
    display: flex;
    color: #fff;
    cursor: pointer;
}

.pricing-table__accordion .tab__label {
    flex-direction: column;
    padding: 30px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: -1px;
    position: relative;
    overflow: hidden;
}

.pricing-table__accordion .tab__label .th-heading {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
}

.pricing-table__accordion .tab__label .th-price {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.pricing-table__accordion .tab__label .th-subheading {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
}

.pricing-table__accordion .tab__label .popular-text {
    position: absolute;
    left: -32px;
    top: 18px;
    background-color: #d9ecf7;
    color: #1d3766;
    font-size: 11px;
    padding: 5px 44px;
    transform: rotate(-45deg);
    overflow: hidden;
    font-weight: 700;
}

.pricing-table__accordion .tab__label.green-tab {
    background: linear-gradient(0deg, #46ad9e, #46ad9e), linear-gradient(0deg, #a6dfd7, #a6dfd7);
}

.pricing-table__accordion .tab__label.blue-green-tab {
    background: linear-gradient(0deg, #27acb8, #27acb8), linear-gradient(0deg, #99e4f0, #99e4f0);
}

.pricing-table__accordion .tab__label.blue-tab {
    background: linear-gradient(0deg, #3b90c3, #3b90c3), linear-gradient(0deg, #a0cfec, #a0cfec);
}

.pricing-table__accordion .tab__content p {
    margin: 0;
    padding: 1rem 1rem 1rem 2rem;
    border-bottom: 1px solid #dde1e8;
    font-weight: 500;
    font-size: 16px;
}

.pricing-table__accordion .tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

.pricing-table__accordion .tab input:not(:checked)+.tab__label:hover:after {
    animation: v 0.5s infinite;
}

@keyframes v {
    25% {
        transform: rotate(90deg) translate(0.25rem);
    }

    75% {
        transform: rotate(90deg) translate(-0.25rem);
    }
}

@media only screen and (max-width: 1023px) {
    .pricing-table__heading {
        font-size: 30px;
    }

    .pricing-table__description {
        font-size: 18px;
    }
}

@media only screen and (max-width: 840px) {
    .pricing-table {
        padding: 60px 0;
    }

    .pricing-table__heading {
        font-size: 30px;
        font-weight: 400;
        margin-top: 0;
    }

    .pricing-table__description {
        font-size: 18px;
        font-weight: 300;
    }

    .pricing-table__table {
        display: none;
    }

    .pricing-table__accordion {
        display: flex;
    }
}

.full-width-quote .fp-overflow {
    height: 100vh;
}

.full-width-quote__quotation-container {
    background-image: url(../images/border-quote-bg-bottom.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    margin: 0 80px;
    height: 420px;
    width: 910px;
    position: relative;
}

.full-width-quote__quotation-container:before {
    background-image: url(../images/border-quote-bg-top.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 83%;
    height: 100%;
    top: 60px;
}

.full-width-quote__quotation-container .quote-img {
    position: absolute;
    top: 45px;
    left: 50px;
}

.full-width-quote__details {
    font-family: Inter-Light;
    font-size: 30px;
    color: #1d3766;
    font-weight: 300;
    padding: 110px 130px 0 60px;
    margin: 0;
}

.full-width-quote__doctor-details {
    position: absolute;
    bottom: 45px;
    right: -23px;
    display: flex;
}

.full-width-quote__doctor-details .details {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.full-width-quote__doctor-details hr {
    height: 1px;
    width: 220px;
    background-color: #40a5d8;
    border: 0;
    text-align: right;
    margin-bottom: 11px;
    margin-right: 0;
}

.full-width-quote__doctor-details .doctor-name {
    font-family: Inter-SemiBold;
    font-size: 24px;
    font-weight: 600;
    color: #1d3766;
    margin: 0;
}

.full-width-quote__doctor-details .practice-name {
    color: #1d3766;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    padding-right: 4px;
}

.full-width-quote__doctor-details .image {
    background-color: #fff;
    padding: 20px 20px 0;
    z-index: -1;
}

@media only screen and (max-width: 1023px) {
    .full-width-quote__quotation-container {
        background-image: url(../images/border-quote-bg-2-mobile.png);
        background-size: contain;
        width: 382px;
        height: 515px;
        margin: 0;
        margin: 80px 0;
    }

    .full-width-quote__quotation-container:before {
        content: unset;
    }

    .full-width-quote__quotation-container .quote-img {
        display: none;
    }

    .full-width-quote__details {
        font-size: 24px;
        padding: 70px 40px 60px;
    }

    .full-width-quote__doctor-details {
        bottom: 50px;
        right: 10px;
    }

    .full-width-quote__doctor-details .image img {
        width: 88px;
    }
}

@media only screen and (max-width: 430px) {
    .full-width-quote__details {
        font-size: 20px;
        padding: 120px 40px 110px;
    }

    .full-width-quote__doctor-details {
        right: unset;
        position: relative;
        justify-content: center;
    }

    .full-width-quote__doctor-details hr {
        width: 202px;
    }

    .full-width-quote__doctor-details .doctor-name {
        font-size: 20px;
    }

    .full-width-quote__doctor-details .practice-name {
        font-size: 16px;
        padding-left: 40px;
    }
}

@media only screen and (device-width: 360px) and (device-height: 740px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait) {
    .full-width-quote__quotation-container {
        height: 522px;
    }

    .full-width-quote__details {
        padding: 145px 40px 68px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 375px) and (min-device-height: 667px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    .full-width-quote__details {
        padding: 140px 40px 90px;
    }
}

.tree-animation-hero {
    justify-content: start;
}

.tree-animation-hero .sp-content {
    position: relative;
}

.tree-animation-hero .fp-overflow {
    overflow: unset;
}

.tree-animation-hero .sp-container h2 {
    position: absolute;
    top: 50%;
    line-height: 100px;
    height: 90px;
    font-size: 90px;
    width: 100%;
    text-align: center;
    color: transparent;
}

.tree-animation-hero .text {
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tree-animation-hero p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 50px;
}

.tree-animation-hero .word {
    position: absolute;
    width: 100%;
    opacity: 0;
}

.tree-animation-hero .letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
    font-size: 50px;
    line-height: 70px;
}

.tree-animation-hero .letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tree-animation-hero .letter.behind {
    transform: rotateX(-90deg);
}

.tree-animation-hero .letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tree-animation-hero .sp-content .text h4 {
    color: #1d3766;
    font-family: Poppins, sans-serif;
    font-size: 64px;
    line-height: 75px;
    font-weight: 400;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    margin-bottom: 10px;
    margin-top: 0;
}

.tree-animation-hero .mobile-slide-cnt {
    opacity: 1 !important;
    display: none;
    flex-direction: column;
    align-items: center;
}

.tree-animation-hero .mobile-slide-cnt p {
    font-family: Poppins, sans-serif;
    color: #288bc8;
    font-size: 64px;
    line-height: 85px !important;
    text-align: center;
}

.tree-animation-hero .mobile-slide-cnt a {
    background: #3b90c3;
    font-family: Inter, sans-serif;
    font-size: 18px;
    color: #fff;
    padding: 0 30px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    border-radius: 250px;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(59, 144, 195, 0.3);
    margin-top: 20px;
}

.tree-animation-hero .word span {
    color: #288bc8;
    font-family: Poppins, sans-serif;
    font-size: 56px;
    line-height: 85px !important;
    font-weight: 500;
}

.tree-animation-hero .word span.belize:first-child {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.tree-animation-hero .word.pomegranate span {
    font-size: 55px;
}

.tree-animation-hero #slide_cnt {
    opacity: 0;
}

.tree-animation-hero .text p {
    min-height: 160px;
    animation-duration: 3s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.tree-animation-hero .word.belize {
    width: 600px;
}

.tree-animation-hero .word.belize .letter:nth-child(7),
.tree-animation-hero .word.belize .letter:nth-child(11),
.tree-animation-hero .word.belize .letter:nth-child(21),
.tree-animation-hero .word.belize .letter:nth-child(29) {
    opacity: 0;
    visibility: hidden;
    display: block;
    max-width: 15px;
}

.tree-animation-hero .word.pomegranate {
    width: 540px;
}

.tree-animation-hero .word.pomegranate .letter:nth-child(6),
.tree-animation-hero .word.pomegranate .letter:nth-child(11),
.tree-animation-hero .word.pomegranate .letter:nth-child(20) {
    opacity: 0;
    visibility: hidden;
    display: block;
    max-width: 15px;
}

.tree-animation-hero .word.wisteria {
    width: 625px;
}

.tree-animation-hero .word.wisteria .letter:nth-child(7),
.tree-animation-hero .word.wisteria .letter:nth-child(12),
.tree-animation-hero .word.wisteria .letter:nth-child(23),
.tree-animation-hero .word.wisteria .letter:nth-child(31) {
    opacity: 0;
    visibility: hidden;
    display: block;
    max-width: 15px;
}

.tree-animation-hero .meeting_sec {
    padding-top: 25px;
    opacity: 0;
    transition: all 1s ease-in-out;
    position: relative;
    top: 20px;
    height: 0;
}

.tree-animation-hero .meeting_sec.active {
    opacity: 1;
    top: 0;
    height: 110px;
}

.tree-animation-hero .meeting_sec label {
    color: #231f20;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
}

.tree-animation-hero .meeting_sec .meeting_btn {
    background: #3b90c3;
    font-family: Inter, sans-serif;
    font-size: 18px;
    color: #fff;
    padding: 0 30px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    border-radius: 250px;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(59, 144, 195, 0.3);
    transition: all 0.3s;
}

.tree-animation-hero .meeting_sec .meeting_btn:hover {
    background-color: #286082;
    box-shadow: 0 10px 20px 0 rgba(40, 96, 130, 0.2);
}

.tree-animation-hero .meeting_sec .meeting_btn:focus {
    background-color: #1d3766;
    box-shadow: 0 10px 20px 0 rgba(29, 55, 102, 0.2);
}

@keyframes w {
    0% {
        transform: translate3d(0, 40px, 0);
    }

    to {
        transform: translateZ(0);
        opacity: 1;
    }
}

.tree-animation-hero .fadeInUp {
    opacity: 0;
    animation-name: w;
    -webkit-animation-name: w;
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) {
    .tree-animation-hero {
        justify-content: center;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
    .tree-animation-hero {
        justify-content: center;
    }
}

@media (max-width: 1180px) and (max-height: 820px) {
    .tree-animation-hero {
        justify-content: center;
    }

    .tree-animation-hero .text {
        height: calc(100% - 55px);
    }

    .tree-animation-hero .frame-1 {
        margin-left: -20%;
        margin-right: -20%;
    }
}

@media only screen and (max-width: 1280px) {
    .tree-animation-hero {
        padding: 120px 0 60px;
    }

    .tree-animation-hero .sp-content {
        display: flex;
        flex-direction: column-reverse;
    }

    .tree-animation-hero .sp-content .text {
        position: relative;
        padding-left: unset;
        margin-top: 20px;
    }

    .tree-animation-hero .sp-content h4 {
        text-align: center;
        min-height: unset;
        margin-bottom: 0 !important;
        line-height: unset !important;
    }

    .tree-animation-hero .sp-content .mobile-slide-cnt {
        display: flex;
    }

    .tree-animation-hero .sp-content p {
        min-height: unset;
    }

    .tree-animation-hero .sp-content #slide_cnt.fadeInUp,
    .tree-animation-hero .sp-content .meeting_sec {
        display: none;
    }

    .tree-animation-hero .frame-1 {
        margin-left: -120%;
        margin-right: -23%;
    }
}

@media only screen and (max-width: 769px) {
    .tree-animation-hero .text h4 {
        font-size: 30px !important;
    }

    .tree-animation-hero .text .mobile-slide-cnt p {
        font-size: 30px;
        line-height: unset !important;
    }
}

@media only screen and (max-width: 480px) {
    .tree-animation-hero {
        height: 100vh;
    }

    .tree-animation-hero .sp-content .text {
        margin-top: 40px;
    }

    .tree-animation-hero .frame-1 {
        margin-left: -160%;
        margin-right: -38%;
    }
}

.center-content-cta {
    background-image: url(../images/light-blue-gradient.svg);
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0 170px;
    margin-bottom: -90px;
}

.center-content-cta__title {
    font-family: Inter;
    font-weight: 400;
    padding: 0 220px;
    color: #1d3766;
}

@media only screen and (max-width: 1280px) {
    .center-content-cta__title {
        padding: 0 140px;
    }
}

@media only screen and (max-width: 768px) {
    .center-content-cta {
        padding: 40px 0 120px;
    }

    .center-content-cta__title {
        padding: 0 10px;
        font-size: 24px;
    }
}

.circular-carousel-swiper {
    justify-content: flex-start;
}

.circular-carousel-swiper .container {
    height: unset;
    text-align: center;
}

.circular-carousel-swiper__heading {
    font-size: 45px;
    font-weight: 300;
    margin: 20px 0 0;
    color: #1d3766;
}

.circular-carousel-swiper__sub-heading {
    font-size: 20px;
    margin: 0 0 30px;
    line-height: 33px;
    padding: 0 80px;
}

.circular-carousel-swiper .dotten-line {
    margin: 15px 0 20px;
}

.circular-carousel-swiper .swiper {
    margin-bottom: 10px;
}

.circular-carousel-swiper .swiper .swiper-wrapper .swiper-slide-next .swiper-carousel-animate-opacity,
.circular-carousel-swiper .swiper .swiper-wrapper .swiper-slide-prev .swiper-carousel-animate-opacity {
    opacity: 0.98 !important;
}

@media only screen and (max-width: 1280px) {
    .circular-carousel-swiper {
        margin-bottom: 80px;
    }

    .circular-carousel-swiper__heading {
        margin: 0 0 5px;
    }
}

@media only screen and (max-width: 1023px) {
    .circular-carousel-swiper__heading {
        font-size: 30px;
        font-weight: 400;
    }

    .circular-carousel-swiper__sub-heading {
        font-size: 20px;
        padding: 0;
        line-height: 28px;
        font-weight: 300;
    }
}

body {
    display: block;
}

.header .header__nav-container .header__nav-mobile .mobile-menu__list {
    width: 50%;
}

@media (max-width: 575.98px) {
    .header .header__nav-container .header__nav-mobile .mobile-menu__list {
        width: 80%;
    }
}

.content-left-cta-right-with-bg-image:after {
    margin: 0 -1px -3px;
    width: calc(100% + 2px);
}

.quote-image-content-right-card__quote-heading {
    font-family: Inter-Light;
}

.full-width-quote__quotation-container,
.quote-image-content-right-card__quote-card {
    background-image: none;
    min-height: 350px;
    height: auto;
}

.full-width-quote__quotation-container {
    padding-bottom: 40px;
}

.full-width-quote__quotation-container .full-width-quote__details {
    padding: 90px 50px 0;
    margin: 0;
}

.full-width-quote__quotation-container .quote-img {
    display: none;
}

.full-width-quote__quotation-container .full-width-quote__doctor-details {
    position: static;
    justify-content: flex-end;
    margin-top: -20px;
}

.full-width-quote__quotation-container:before,
.quote-image-content-right-card__quote-card:before {
    content: "";
    border-radius: 0 80px 0 0;
    position: absolute;
    width: calc(100% - 180px);
    height: calc(100% - 180px);
    top: 35px;
    right: 50px;
    border-top: 2px solid #abeef7;
    border-right: 2px solid #abeef7;
    background: none;
}

.full-width-quote__quotation-container:before {
    height: calc(100% - 50px);
    right: 0;
}

.full-width-quote__quotation-container:after,
.quote-image-content-right-card__quote-card:after {
    content: "";
    border-radius: 0 0 0 80px;
    position: absolute;
    width: calc(100% - 140px);
    height: 100%;
    top: auto;
    right: auto;
    border-bottom: 2px solid #abeef7;
    border-left: 2px solid #abeef7;
    bottom: 0;
    left: 0;
    background: url(../images/quote-dots.svg);
    background-repeat: no-repeat;
    background-position: top 20px left 40px;
}

@media (max-width: 1199.98px) {
    .three-columns-border-line-style__columns-container {
        background-size: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .quote-image-content-right-card__quote-heading {
        width: calc(100% - 90px);
        padding: 0;
    }

    .quote-image-content-right-card__quote-image {
        width: 160px;
        margin-right: -20px;
    }

    .quote-image-content-right-card__quote-image-title {
        margin-bottom: 0;
    }

    .quote-image-content-right-card__quote-card {
        background-image: none;
        background-size: contain;
        padding: 70px 50px 50px 40px;
        width: 90%;
        height: auto;
        min-height: auto;
    }

    .full-width-quote__quotation-container {
        width: 100%;
    }
}

@media only screen and (max-width: 380px) {
    .quote-image-content-right-card__quote-heading {
        width: auto;
        padding-right: 55px;
    }

    .quote-image-content-right-card__quote-image {
        width: 120px;
        margin-right: -5px;
    }

    .quote-image-content-right-card__quote-card {
        background-image: url(../images/border-quote-bg-mobile.png);
        background-size: contain;
        padding: 55px 0 30px 30px;
        width: 320px;
        height: 330px;
    }

    .quote-image-content-right-card__quote-card:after,
    .quote-image-content-right-card__quote-card:before {
        content: none;
    }
}

body .container {
    padding: 0 30px;
}

body.home .fullpage-wrapper {
    z-index: 0;
}

body.home .fullpage-wrapper .frame-1 {
    position: relative;
    z-index: -1;
}

@media (min-width: 1199.98px) and (max-width: 1440px) {
    body.home .fullpage-wrapper .frame-1 embed {
        width: 135%;
        margin-left: -18%;
    }
}

@media only screen and (max-width: 1023px) {
    .faq__filter-list-mobile.filter-list-mobile-sticky {
        display: block;
    }
}

.utils__modal-frame .modal .close {
    top: 15px !important;
    right: 15px !important;
    padding: 4px 8px !important;
    border: 1px solid #5e7299 !important;
    border-radius: 50px;
    width: 26px;
    height: 26px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    color: #333 !important;
    background: #fff !important;
    opacity: 1 !important;
}

@media only screen and (max-width: 1281px) {
    .utils__modal-frame .modal .close {
        right: 35px !important;
    }
}

.company .modal .modal-inset {
    top: 0;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .revenue-cycle-management .svg-frame {
        width: 450px !important;
    }

    .coding .svg-frame {
        width: 460px !important;
    }

    .credentialing .svg-frame {
        width: 420px !important;
        right: 8% !important;
        top: 40px !important;
    }

    .recovery .wrapper .content-left-bg-image-right__heading .svg-frame {
        max-width: 500px !important;
        top: 40px !important;
        top: 0 !important;
        right: 5% !important;
    }

    .specialties .svg-frame {
        max-width: 450px !important;
        top: 40px !important;
        right: 5% !important;
    }
}

@media (min-width: 1180.98px) and (max-width: 1399.98px) {
    body.front-page .tree-animation-hero>.fp-overflow {
        padding-top: 50px;
    }

    body.cardiology .content-left-contact-form-right {
        margin-top: 142px;
    }

    body.cardiology .content-left-contact-form-right>.fp-overflow {
        padding-top: 30px;
    }

    .content-left-contact-form-right .animation-frame {
        bottom: 20px;
    }
}

@media (min-width: 820px) and (max-width: 1180px) {
    .utils__modal-frame.state-appear {
        top: 50%;
        transform: translateY(-50%);
        position: fixed;
    }

    .circular-images-with-modal .utils__modal-frame.state-appear {
        position: absolute;
    }

    .circular-images-with-modal .utils__modal-frame.state-appear .modal-inset {
        min-height: 650px;
    }

    body.front-page .tree-animation-hero {
        margin-top: 125px;
        margin-bottom: 80px;
    }

    body.cardiology .content-left-contact-form-right {
        margin-top: 122px;
    }

    body.cardiology .content-left-contact-form-right>.fp-overflow {
        padding-top: 30px;
    }

    .content-left-contact-form-right .animation-frame {
        bottom: 20px;
    }

    .full-width-quote__doctor-details .image img {
        max-width: 100px;
    }
}

@media (min-width: 575.98px) and (max-width: 1199.98px) {
    .quote-image-content-right-card__quote-image-title {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1199.98px) and (orientation: landscape) {
    .utils__modal-frame .modal-inset {
        max-height: 300px;
    }
}

@media (max-width: 767.98px) {
    .full-width-quote__quotation-container .full-width-quote__details {
        padding: 90px 40px 0;
    }

    .full-width-quote__doctor-details .image {
        padding: 0 20px;
    }

    .full-width-quote__quotation-container:before {
        right: 0;
    }

    .full-width-quote__doctor-details hr {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

@media (max-width: 575.98px) {

    body.company .footer__copyright .container,
    body.company .header .container {
        padding: 0 30px;
    }

    body.company .container.block-center {
        padding: 0;
    }

    body.company .container {
        padding: 40px 30px;
    }

    body.company .quote-image-content-right-card__card {
        padding: 50px 30px;
        margin-left: 0;
    }

    body.company .quote-image-content-right-card__card .quote-image-content-right-card__card-title {
        margin: 20px 0;
    }

    body.company .quote-image-content-right-card__card .quote-image-content-right-card__card-details {
        padding-right: 0;
        margin: 10px 0;
        padding-top: 10px;
    }

    body.company .quote-image-content-right-card__card .pt-30.pl-30 {
        padding: 0;
    }

    body.company .quote-image-content-right-card__description {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        grid-row-gap: 20px;
        padding: 40px 30px;
    }

    body.company .quote-image-content-right-card__description p {
        margin: 0;
    }

    body.company .content-left-icon-right {
        padding: 0;
    }

    body.company .content-left-icon-right__content-left-top-bg-img {
        top: -20px;
        height: auto;
        left: -20px;
        max-width: 80px;
    }

    body.company .content-left-icon-right__sub-heading {
        padding-left: 50px;
    }

    body.company .content-with-highlight-text-right {
        padding: 0 !important;
    }

    body.company .circular-images-with-modal {
        padding: 20px 0;
    }

    body.company .circular-images-with-modal__circular-image {
        margin: 0;
    }

    body.company .content-with-highlight-text-right__content {
        font-size: 18px;
    }

    .full-width-quote__quotation-container .full-width-quote__doctor-details {
        padding-left: 40px;
        align-items: flex-end;
    }

    .full-width-quote__quotation-container .full-width-quote__doctor-details .image {
        padding: 0 10px;
    }

    .full-width-quote__doctor-details hr {
        width: 100%;
    }

    .full-width-quote__doctor-details .doctor-name {
        font-size: 16px;
    }

    .full-width-quote__doctor-details .practice-name {
        font-size: 14px;
        padding-left: 20px;
    }

    .revenue-cycle-management .content-left-bg-image-right .svg-frame {
        position: static;
    }

    body.cardiology .content-left-contact-form-right {
        background: none;
    }

    .page-heading .container {
        padding: 0 30px !important;
    }
}

@media (min-width: 380.98px) and (max-width: 439.98px) {
    .quote-image-content-right-card__quote-card:before {
        right: 0;
    }

    .quote-image-content-right-card__quote-heading {
        width: calc(100% - 0px);
        padding: 0;
        position: relative;
        z-index: 1;
    }

    .quote-image-content-right-card__quote-card {
        padding: 70px 40px 50px;
    }

    .quote-image-content-right-card__quote-image {
        width: 120px;
        margin-right: -10px;
    }
}

.faq__filter-list {
    position: sticky;
    top: 10px;
}

.full-width-quote__quotation-container .full-width-quote__details {
    padding: 90px 40px 0;
}

.three-columns-border-line-style__columns-container {
    background-size: contain;
}

.quote-image-content-right-card__quote-image-title span.hyphen-quote {
    margin: 0 6px;
}

.content-with-highlight-text-right .container {
    padding: 0 20px;
}

.logo-slider>div img {
    filter: grayscale(100%);
}

.logo-slider>div a:hover img {
    filter: none !important;
}

.two-row-slider__slider {
    padding: 3px 2px !important;
    height: 110px !important;
    border-radius: 5px;
}

.two-row-slider__slider.swiper-slide img {
    max-width: 200px;
}

.two-row-slider__slider.swiper-slide:not(:hover) img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.home .fullpage-wrapper {
    z-index: -1;
}

.revenue-cycle-management .swiper-slide-visible:after,
.revenue-cycle-management .swiper-slide.swiper-slide-prev:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    opacity: 0.3;
    border-radius: 50% !important;
}

.revenue-cycle-management .swiper-slide-active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    opacity: 0.3;
    border-radius: 50% !important;
    opacity: 0 !important;
}

.revenue-cycle-management .swiper-slide.swiper-slide-next:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    opacity: 0.3;
    border-radius: 50% !important;
}

.faq__filter-container.sticky {
    position: fixed;
    top: 0;
}

@media only screen and (max-width: 1023px) {
    .content-left-bg-image-right__sub-heading {
        margin: 0 0 20px !important;
    }

    .content-left-bg-image-right__heading {
        margin: 0 !important;
    }

    .content-left-contact-form-right {
        background: none !important;
    }
}

@media screen and (min-width: 1180px) and (max-width: 1368px) {
    .specialties_cpt-template-default .content-left-contact-form-right__heading {
        padding-top: 80px;
    }

    .content-left-contact-form-right .animation-frame {
        bottom: 40px !important;
        width: 105%;
        left: -7px;
        display: none;
    }

    .content-left-contact-form-right__cform .frm_form_field input {
        max-height: 40px !important;
    }

    .specialties .image-left-content-right {
        background-size: 102% !important;
    }

    .footer {
        padding-top: 0 !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1179px) {
    .content-left-contact-form-right {
        top: 0 !important;
        margin-bottom: 0 !important;
    }

    .content-left-contact-form-right .animation-frame {
        bottom: 60px !important;
        width: 105%;
        left: -7px;
        display: none;
    }

    .content-left-contact-form-right__cform .frm_form_field input {
        max-height: 40px !important;
    }

    .specialties .image-left-content-right {
        background-size: 103% !important;
    }
}

@media only screen and (max-width: 500px) {
    .two-message-bubble__bubble-content-details {
        padding: 0 25px !important;
        line-height: 28px;
    }

    .two-message-bubble__bubble-slider {
        padding: 20% 0 11% !important;
        min-height: 320px;
    }

    .two-message-bubble__bubbles-slider-container .slick-slide {
        margin-left: 0 !important;
    }
}

@media only screen and (min-width: 1366px) {

    .circular-slider__title,
    .content-left-contact-form-right__heading,
    .home .card-animation-slider__title,
    .right-bubble-content .right-bubble-content__container,
    .specialties .specialties-list__heading {
        padding-top: 50px;
    }

    .map-with-coordinates__heading,
    .page-template-default .circular-carousel-swiper__heading,
    .page-template-default .pricing-table__heading,
    .page-template-default .three-column-cards__heading {
        padding-top: 30px;
    }

    .two-message-bubble .columns {
        padding-top: 80px;
    }

    .three-row-cards-left-one-card .fp-overflow {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .faq .faq__content-accordion {
        margin: 0 -30px !important;
    }

    .faq .faq__title {
        padding: 20px 30px;
    }

    .faq .faq__description {
        padding: 0 30px 20px;
    }

    .faq .faq__content-inner.m-active,
    .faq__content-inner {
        padding: 0 !important;
    }

    .faq__content-accordion .faq__header {
        padding-right: 20px;
    }

    .row-slider-content-left__accordion .accordion-content,
    .row-slider-content-left__accordion .accordion-title {
        padding: 30px !important;
    }

    .pricing-table__accordion .tab__content p {
        display: flex;
    }
}

@media only screen and (min-width: 2560px) {

    .container,
    .two-row-slider__slider-container {
        -moz-transform: scale(1.5%);
        zoom: 1.5%;
        zoom: 150%;
    }

    .logo-slider,
    .wrapper {
        max-width: inherit;
    }

    .service-area .two-rows-highlight-content,
    .single-service_areas_cpt .content-with-cta-left-image-right {
        padding-top: 0 !important;
        margin-top: -120px;
    }

    .pricing-table {
        justify-content: start;
    }

    .company #fullpage>div:first-child {
        padding-top: 0 !important;
        justify-content: start;
    }

    .company .content-left-icon-right .flex-center-child {
        align-items: start;
    }

    .service-area .two-rows-highlight-content {
        justify-content: start;
        margin-top: 0;
        padding-top: 120px !important;
    }

    .cardiology .content-left-contact-form-right,
    .specialties .flex-center-child,
    .specialties .three-columns-border-line-style,
    .specialties_cpt-template-default .content-left-contact-form-right {
        justify-content: start;
    }

    .scrollmagic-pin-spacer {
        padding: 0 !important;
        height: auto !important;
    }

    .scrollmagic-pin-spacer .single-post__social-icons {
        position: sticky !important;
        top: 120px !important;
    }

    .footer {
        padding-bottom: 180px;
    }

    .blog .footer,
    .contact-us .footer,
    .faq .footer {
        padding-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .page-heading .container {
        padding: 50px 30px;
    }

    .three-columns-border-line-style {
        padding-bottom: 0;
    }

    .three-columns-border-line-style__columns-container-mobile {
        margin-bottom: 40px;
    }

    .specialties .content-left-bg-image-right__image {
        padding: 40px 0;
    }

    .content-left-image-right,
    .two-message-bubble {
        padding-bottom: 0;
    }

    .footer__content {
        padding-bottom: 30px;
    }

    body .company div.quote-image-content-right-card__description {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .single-page-heading__content {
        padding-top: 40px;
    }

    .full-width-quote__quotation-container .full-width-quote__doctor-details {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .tree-animation-hero {
        height: auto;
    }
}

/*# sourceMappingURL=app.min.css.map */