/* ================= GLOBAL DESIGN SYSTEM ================= */

:root {
  --radius: 14px;
  --shadow-soft: 0 6px 20px rgba(0,0,0,0.06);
  --shadow-hover: 0 10px 30px rgba(0,0,0,0.10);
  --primary: #ff4d5a;
  --secondary: #ff7a3d;
}

/* ================= SECTION SPACING ================= */

section {
  padding: 70px 0 !important;
}

/* ================= TYPOGRAPHY ================= */

h2 {
  font-size: 26px !important;
  font-weight: 700 !important;
}

h3 {
  font-size: 18px !important;
  font-weight: 600 !important;
}

p {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #666 !important;
}

body {
  color: #1f2d2a !important;
}

p {
  color: #000000 !important;
}

.section-light {
  background: #f8faf9 !important;
}

.section-white {
  background: #ffffff !important;
}
/* ================= CARDS ================= */

.card,
.plan,
.testimonial,
.faq-item,
.form-box {
  border-radius: var(--radius) !important;
  box-shadow: var(--shadow-soft) !important;
  transition: all 0.3s ease !important;
  padding: 20px !important;
  background: #fff !important;
}

.card:hover,
.plan:hover {
  transform: translateY(-4px) !important;
  box-shadow: var(--shadow-hover) !important;
}

/* ================= BUTTONS ================= */

.btn {
  border-radius: 999px !important;
  padding: 14px 22px !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.25s ease !important;
}

.btn-primary {
  background: linear-gradient(135deg, #ff4d5a, #ff7a3d) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 6px 18px rgba(255,77,90,0.25) !important;
}

.btn-primary:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 25px rgba(255,77,90,0.35) !important;
}

/* ================= STATS ================= */

.stats {
  display: flex !important;
  gap: 10px !important;
}

.stat-box {
  flex: 1 !important;
  text-align: center !important;
  padding: 14px !important;
  background: #fff !important;
  border-radius: 999px !important;
  box-shadow: var(--shadow-soft) !important;
  font-weight: 600 !important;
}

/* ================= FAQ ================= */

.faq-item {
  background: #fff !important;
  padding: 16px !important;
  margin-bottom: 10px !important;
  border-radius: var(--radius) !important;
  cursor: pointer !important;
  transition: 0.3s !important;
}

.faq-item:hover {
  background: #f5f5f5 !important;
}

/* ================= BACKGROUND CONTROL ================= */

.section {
  background: #f9fafb !important;
}

/* ================= IMAGES / MICRO INTERACTIONS ================= */

img {
  transition: transform 0.3s ease !important;
}

.card:hover img {
  transform: scale(1.05) !important;
}

/* ================= PERFORMANCE ================= */

 /* {
  will-change: transform;
} */


body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition:
        opacity 0.25s,
        visibility 0.25s;
    -o-transition:
        opacity 0.25s,
        visibility 0.25s;
    transition:
        opacity 0.25s,
        visibility 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition:
        opacity 0.25s,
        visibility;
    -o-transition:
        opacity 0.25s,
        visibility;
    transition:
        opacity 0.25s,
        visibility;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property:
        opacity,
        -webkit-transform;
    transition-property:
        opacity,
        -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property:
        transform,
        opacity,
        -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0/100% 100% no-repeat;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property:
        opacity,
        -webkit-transform;
    transition-property:
        opacity,
        -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property:
        transform,
        opacity,
        -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: 0;
}
.fancybox-button.fancybox-focus {
    outline: dotted 1px;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0;
}
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property:
        transform,
        -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: 0 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: -webkit-calc(50% - 50px);
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
.fancybox-caption {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgba(0, 0, 0, 0.85)),
        color-stop(50%, rgba(0, 0, 0, 0.3)),
        color-stop(65%, rgba(0, 0, 0, 0.15)),
        color-stop(75.5%, rgba(0, 0, 0, 0.075)),
        color-stop(82.85%, rgba(0, 0, 0, 0.037)),
        color-stop(88%, rgba(0, 0, 0, 0.019)),
        to(rgba(0, 0, 0, 0))
    );
    background: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.85) 0,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.15) 65%,
        rgba(0, 0, 0, 0.075) 75.5%,
        rgba(0, 0, 0, 0.037) 82.85%,
        rgba(0, 0, 0, 0.019) 88%,
        rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.15) 65%,
        rgba(0, 0, 0, 0.075) 75.5%,
        rgba(0, 0, 0, 0.037) 82.85%,
        rgba(0, 0, 0, 0.019) 88%,
        rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom))
            max(44px, env(safe-area-inset-left));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    -webkit-animation: 1s linear infinite fancybox-rotate;
    animation: 1s linear infinite fancybox-rotate;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.fancybox-share {
    background: #f4f4f4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: -webkit-calc(100% - 8px);
    max-height: calc(100% - 8px);
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video,
.embed-responsive-item,
.tab-content__item,
.v-align > * {
    width: 100%;
}
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video,
.embed-responsive-item,
.tab-content__item,
.v-align,
.v-align:before {
    height: 100%;
}
.v-align:before {
    width: 0;
    content: "";
    margin-left: -4.5px;
}
.v-align:before,
.v-align > * {
    display: inline-block;
    vertical-align: middle;
}
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video,
.embed-responsive-item,
.tab-content__item {
    position: absolute;
    top: 0;
    left: 0;
}
.section--bg-img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-item:first-child .page-link {
    margin-left: 0;
    -webkit-border-top-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    -webkit-border-top-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    -webkit-border-bottom-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    -webkit-border-top-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
    -webkit-border-bottom-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    -webkit-border-top-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    -webkit-border-bottom-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    -webkit-border-top-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
    -webkit-border-bottom-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    -webkit-border-top-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    -webkit-border-bottom-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.5rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.5rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.5rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.5rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.5rem !important;
}
.m-2 {
    margin: 1rem !important;
}
.mt-2,
.my-2 {
    margin-top: 1rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 1rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 1rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 1rem !important;
}
.m-3 {
    margin: 1.5rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1.5rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1.5rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1.5rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1.5rem !important;
}
.m-4 {
    margin: 2rem !important;
}
.mt-4,
.my-4 {
    margin-top: 2rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 2rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 2rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 2rem !important;
}
.m-5 {
    margin: 2.5rem !important;
}
.mt-5,
.my-5 {
    margin-top: 2.5rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 2.5rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 2.5rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 2.5rem !important;
}
.m-6 {
    margin: 3rem !important;
}
.mt-6,
.my-6 {
    margin-top: 3rem !important;
}
.mr-6,
.mx-6 {
    margin-right: 3rem !important;
}
.mb-6,
.my-6 {
    margin-bottom: 3rem !important;
}
.ml-6,
.mx-6 {
    margin-left: 3rem !important;
}
.m-7 {
    margin: 3.5rem !important;
}
.mt-7,
.my-7 {
    margin-top: 3.5rem !important;
}
.mr-7,
.mx-7 {
    margin-right: 3.5rem !important;
}
.mb-7,
.my-7 {
    margin-bottom: 3.5rem !important;
}
.ml-7,
.mx-7 {
    margin-left: 3.5rem !important;
}
.m-8 {
    margin: 4rem !important;
}
.mt-8,
.my-8 {
    margin-top: 4rem !important;
}
.mr-8,
.mx-8 {
    margin-right: 4rem !important;
}
.mb-8,
.my-8 {
    margin-bottom: 4rem !important;
}
.ml-8,
.mx-8 {
    margin-left: 4rem !important;
}
.m-9 {
    margin: 4.5rem !important;
}
.mt-9,
.my-9 {
    margin-top: 4.5rem !important;
}
.mr-9,
.mx-9 {
    margin-right: 4.5rem !important;
}
.mb-9,
.my-9 {
    margin-bottom: 4.5rem !important;
}
.ml-9,
.mx-9 {
    margin-left: 4.5rem !important;
}
.m-10 {
    margin: 5rem !important;
}
.mt-10,
.my-10 {
    margin-top: 5rem !important;
}
.mr-10,
.mx-10 {
    margin-right: 5rem !important;
}
.mb-10,
.my-10 {
    margin-bottom: 5rem !important;
}
.ml-10,
.mx-10 {
    margin-left: 5rem !important;
}
.m-11 {
    margin: 5.5rem !important;
}
.mt-11,
.my-11 {
    margin-top: 5.5rem !important;
}
.mr-11,
.mx-11 {
    margin-right: 5.5rem !important;
}
.mb-11,
.my-11 {
    margin-bottom: 5.5rem !important;
}
.ml-11,
.mx-11 {
    margin-left: 5.5rem !important;
}
.m-12 {
    margin: 6rem !important;
}
.mt-12,
.my-12 {
    margin-top: 6rem !important;
}
.mr-12,
.mx-12 {
    margin-right: 6rem !important;
}
.mb-12,
.my-12 {
    margin-bottom: 6rem !important;
}
.ml-12,
.mx-12 {
    margin-left: 6rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.5rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.5rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.5rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.5rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.5rem !important;
}
.p-2 {
    padding: 1rem !important;
}
.pt-2,
.py-2 {
    padding-top: 1rem !important;
}
.pr-2,
.px-2 {
    padding-right: 1rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 1rem !important;
}
.pl-2,
.px-2 {
    padding-left: 1rem !important;
}
.p-3 {
    padding: 1.5rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1.5rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1.5rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1.5rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1.5rem !important;
}
.p-4 {
    padding: 2rem !important;
}
.pt-4,
.py-4 {
    padding-top: 2rem !important;
}
.pr-4,
.px-4 {
    padding-right: 2rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 2rem !important;
}
.pl-4,
.px-4 {
    padding-left: 2rem !important;
}
.p-5 {
    padding: 2.5rem !important;
}
.pt-5,
.py-5 {
    padding-top: 2.5rem !important;
}
.pr-5,
.px-5 {
    padding-right: 2.5rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 2.5rem !important;
}
.pl-5,
.px-5 {
    padding-left: 2.5rem !important;
}
.p-6 {
    padding: 3rem !important;
}
.pt-6,
.py-6 {
    padding-top: 3rem !important;
}
.pr-6,
.px-6 {
    padding-right: 3rem !important;
}
.pb-6,
.py-6 {
    padding-bottom: 3rem !important;
}
.pl-6,
.px-6 {
    padding-left: 3rem !important;
}
.p-7 {
    padding: 3.5rem !important;
}
.pt-7,
.py-7 {
    padding-top: 3.5rem !important;
}
.pr-7,
.px-7 {
    padding-right: 3.5rem !important;
}
.pb-7,
.py-7 {
    padding-bottom: 3.5rem !important;
}
.pl-7,
.px-7 {
    padding-left: 3.5rem !important;
}
.p-8 {
    padding: 4rem !important;
}
.pt-8,
.py-8 {
    padding-top: 4rem !important;
}
.pr-8,
.px-8 {
    padding-right: 4rem !important;
}
.pb-8,
.py-8 {
    padding-bottom: 4rem !important;
}
.pl-8,
.px-8 {
    padding-left: 4rem !important;
}
.p-9 {
    padding: 4.5rem !important;
}
.pt-9,
.py-9 {
    padding-top: 4.5rem !important;
}
.pr-9,
.px-9 {
    padding-right: 4.5rem !important;
}
.pb-9,
.py-9 {
    padding-bottom: 4.5rem !important;
}
.pl-9,
.px-9 {
    padding-left: 4.5rem !important;
}
.p-10 {
    padding: 5rem !important;
}
.pt-10,
.py-10 {
    padding-top: 5rem !important;
}
.pr-10,
.px-10 {
    padding-right: 5rem !important;
}
.pb-10,
.py-10 {
    padding-bottom: 5rem !important;
}
.pl-10,
.px-10 {
    padding-left: 5rem !important;
}
.p-11 {
    padding: 5.5rem !important;
}
.pt-11,
.py-11 {
    padding-top: 5.5rem !important;
}
.pr-11,
.px-11 {
    padding-right: 5.5rem !important;
}
.pb-11,
.py-11 {
    padding-bottom: 5.5rem !important;
}
.pl-11,
.px-11 {
    padding-left: 5.5rem !important;
}
.p-12 {
    padding: 6rem !important;
}
.pt-12,
.py-12 {
    padding-top: 6rem !important;
}
.pr-12,
.px-12 {
    padding-right: 6rem !important;
}
.pb-12,
.py-12 {
    padding-bottom: 6rem !important;
}
.pl-12,
.px-12 {
    padding-left: 6rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    -webkit-transition-duration: 50ms;
    -o-transition-duration: 50ms;
    transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    -webkit-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    -webkit-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    -webkit-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    -webkit-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    -webkit-transition-duration: 350ms;
    -o-transition-duration: 350ms;
    transition-duration: 350ms;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    -webkit-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    -webkit-transition-duration: 450ms;
    -o-transition-duration: 450ms;
    transition-duration: 450ms;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    -webkit-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    -webkit-transition-duration: 550ms;
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    -webkit-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    -webkit-transition-duration: 650ms;
    -o-transition-duration: 650ms;
    transition-duration: 650ms;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    -webkit-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    -webkit-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    -webkit-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    -webkit-transition-duration: 850ms;
    -o-transition-duration: 850ms;
    transition-duration: 850ms;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    -webkit-transition-delay: 850ms;
    -o-transition-delay: 850ms;
    transition-delay: 850ms;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    -webkit-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    -webkit-transition-duration: 950ms;
    -o-transition-duration: 950ms;
    transition-duration: 950ms;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    -webkit-transition-delay: 950ms;
    -o-transition-delay: 950ms;
    transition-delay: 950ms;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    -webkit-transition-duration: 1.05s;
    -o-transition-duration: 1.05s;
    transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    -webkit-transition-duration: 1.1s;
    -o-transition-duration: 1.1s;
    transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    -webkit-transition-duration: 1.15s;
    -o-transition-duration: 1.15s;
    transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    -webkit-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
    transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    -webkit-transition-duration: 1.25s;
    -o-transition-duration: 1.25s;
    transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    -webkit-transition-duration: 1.35s;
    -o-transition-duration: 1.35s;
    transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    -webkit-transition-duration: 1.4s;
    -o-transition-duration: 1.4s;
    transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    -webkit-transition-duration: 1.45s;
    -o-transition-duration: 1.45s;
    transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.45s;
    -o-transition-delay: 1.45s;
    transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
    -o-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-cubic"] [data-aos],
body[data-aos-easing="ease-in-quad"] [data-aos],
body[data-aos-easing="ease-in-quart"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-cubic"] [data-aos],
body[data-aos-easing="ease-out-quad"] [data-aos],
body[data-aos-easing="ease-out-quart"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos],
body[data-aos-easing="ease-in-out-quad"] [data-aos],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    -webkit-transition-property:
        opacity,
        -webkit-transform;
    transition-property:
        opacity,
        -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property:
        opacity,
        transform,
        -webkit-transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
[data-aos="fade-up"] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}
[data-aos="fade-right"] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}
[data-aos="fade-up-right"] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    -webkit-transition-property:
        opacity,
        -webkit-transform;
    transition-property:
        opacity,
        -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property:
        opacity,
        transform,
        -webkit-transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
[data-aos="zoom-in"] {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property:
        transform,
        -webkit-transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
[data-aos="slide-up"] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property:
        transform,
        -webkit-transform;
}
[data-aos="flip-left"] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[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-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.pull-1 {
    right: 8.33333%;
}
.pull-2 {
    right: 16.66667%;
}
.pull-3 {
    right: 25%;
}
.pull-4 {
    right: 33.33333%;
}
.pull-5 {
    right: 41.66667%;
}
.pull-6 {
    right: 50%;
}
.pull-7 {
    right: 58.33333%;
}
.pull-8 {
    right: 66.66667%;
}
.pull-9 {
    right: 75%;
}
.pull-10 {
    right: 83.33333%;
}
.pull-11 {
    right: 91.66667%;
}
.pull-12 {
    right: 100%;
}
.push-1 {
    left: 8.33333%;
}
.push-2 {
    left: 16.66667%;
}
.push-3 {
    left: 25%;
}
.push-4 {
    left: 33.33333%;
}
.push-5 {
    left: 41.66667%;
}
.push-6 {
    left: 50%;
}
.push-7 {
    left: 58.33333%;
}
.push-8 {
    left: 66.66667%;
}
.push-9 {
    left: 75%;
}
.push-10 {
    left: 83.33333%;
}
.push-11 {
    left: 91.66667%;
}
.push-12 {
    left: 100%;
}
.slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.slick-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    outline: 0;
}
.slick-slide > div:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
}
.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
}
.slick-arrow {
    line-height: 1;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}
.slick-arrow.slick-disabled {
    cursor: default;
}
.slick-dots {
    line-height: 0;
    font-size: 0;
}
.slick-dots:last-child {
    margin-top: 45px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 15px;
}
.slick-dots li:first-child {
    margin-left: 0;
}
.slick-dots li.slick-active button {
    color: #145495;
    border-color: currentColor;
    cursor: default;
}
.slick-dots li.slick-active button:before {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background-color: currentColor;
}
.slick-dots button {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    cursor: pointer;
    cursor: hand;
    color: transparent;
    border: 2px solid transparent;
    outline: 0;
    background: 0 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.slick-dots button:before {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background-color: #e7eff7;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}
.slick-dots--white li.slick-active button {
    color: #fff;
}
#app {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
#app > main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
#app > footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
iframe {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    vertical-align: middle;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.image-container {
    position: relative;
    display: inline-block;
}
.lazy[src] {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.lazy[src].loaded {
    opacity: 1;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video,
.embed-responsive-item {
    border: 0;
}
.embed-responsive-21by9 {
    padding-top: 42.85714%;
}
.embed-responsive-16by9 {
    padding-top: 56.25%;
}
.embed-responsive-4by3 {
    padding-top: 75%;
}
.embed-responsive-1by1 {
    padding-top: 100%;
}
.section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    z-index: 0;
}
.section--no-pt {
    padding-top: 0 !important;
}
.section--no-pb {
    padding-bottom: 0 !important;
}
.section--light-blue-bg {
    background-color: #f9fbfc;
}
.section .spacer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    min-height: 1px;
}
.section .shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: -1px;
    overflow: hidden;
    z-index: -5;
}
.section .shape svg {
    vertical-align: middle;
    position: relative;
    bottom: 0;
    left: 50%;
    width: 100%;
    min-width: 1000px;
    height: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    z-index: -1;
}
.desktop .jarallax {
    background-attachment: fixed;
}
.circled {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.accordion-container {
    margin-top: 50px;
    margin-bottom: 50px;
}
.accordion-container:first-child {
    margin-top: 0;
}
.accordion-container:last-child {
    margin-bottom: 0;
}
.accordion-item {
    border-top: 1px solid #e3e3e3;
}
.accordion-item:first-child .accordion-content {
    display: block;
}
.accordion-item.active .accordion-toggler {
    cursor: default;
}
.accordion-item.active .accordion-toggler i {
    color: #e0e0e0;
}
.accordion-item.active .accordion-toggler i:after,
.accordion-item.active .accordion-toggler i:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.accordion-toggler {
    position: relative;
    padding: 15px 40px 15px 0;
    cursor: pointer;
}
.accordion-toggler i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 34px;
    height: 34px;
    color: #056eb9;
    border: 2px solid currentColor;
    -webkit-transition:
        background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
    -o-transition:
        background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
    transition:
        background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
}
.accordion-toggler i:after,
.accordion-toggler i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid currentColor;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition:
        transform 0.4s ease-in-out,
        -webkit-transform 0.4s ease-in-out;
}
.accordion-toggler i:before {
    width: 2px;
    height: 12px;
    margin-left: -1px;
    margin-top: -6px;
}
.accordion-toggler i:after {
    width: 12px;
    height: 2px;
    margin-left: -6px;
    margin-top: -1px;
}
.accordion-toggler:hover i {
    color: #e0e0e0;
}
.accordion-title {
    margin: 0;
}
.accordion-content {
    display: none;
}
.accordion-content__inner {
    padding-bottom: 15px;
}
.accordion-content p {
    margin-top: 15px;
    margin-bottom: 15px;
}
.check-list {
    line-height: 1.2;
    text-align: left;
}
.check-list li {
    margin-top: 20px;
    padding-left: 35px;
}
.check-list li:first-child {
    margin-top: 0;
}
.check-list .ico-checked,
.check-list .ico-unchecked {
    float: left;
    margin-left: -35px;
    vertical-align: top;
}
.ico-checked,
.ico-unchecked {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.ico-checked:before,
.ico-unchecked:before {
    vertical-align: middle;
}
.ico-checked {
    background-color: #30e3ca;
}
.ico-unchecked {
    background-color: #e3306f;
}
.comments-list {
    margin-top: 30px;
    margin-bottom: 30px;
}
.comments-list:first-child {
    margin-top: 0;
}
.comments-list:last-child {
    margin-bottom: 0;
}
.comments-list > .comment:first-child {
    margin-top: 0;
}
.comments-list .comment {
    margin-top: 50px;
    font-size: 1.6rem;
}
.comments-list .comment__author-img {
    width: 70px;
    margin-right: 20px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.comments-list .comment__author-name {
    display: block;
    line-height: 1;
    font-size: 1.6rem;
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    color: #333;
}
.comments-list ul {
    padding-left: 30px;
}
.counter {
    margin-top: 30px;
    margin-bottom: 30px;
}
.counter:first-child {
    margin-top: 0;
}
.counter:last-child {
    margin-bottom: 0;
}
.counter .__item {
    position: relative;
    width: 100%;
}
.counter .__ico {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.counter .__ico > img,
.counter .__ico > svg {
    display: block;
}
.counter .__ico + .__content {
    margin-top: 10px;
}
.counter .__content {
    line-height: 1;
    font-weight: 700;
    font-family: Quicksand, sans-serif;
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.counter .__count:before {
    pointer-events: none;
    display: block;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    content: attr(data-to) attr(data-after-text);
}
.counter .__count:after {
    content: attr(data-after-text);
}
.counter--s1 .__inner {
    margin-bottom: -30px;
}
.counter--s1 .__item {
    margin-bottom: 30px;
    padding: 25px;
    background-color: #fff;
}
.counter--s1 .__item--rounded {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.counter--s1 .__item--shadow {
    -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
    box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
}
.counter--s1 .__ico {
    margin-right: 20px;
}
.counter--s1 .__content {
    font-size: 1.6rem;
}
.counter--s1 .__count {
    font-size: 4rem;
}
.counter--s2 .__inner {
    margin-bottom: -50px;
}
.counter--s2 .__item {
    margin-bottom: 50px;
}
.counter--s2 .__content {
    font-size: 1.6rem;
}
.counter--s2 .__count {
    font-size: 5rem;
    margin-bottom: 5px;
}
.counter--s2 .__count:last-child {
    margin-bottom: 0;
}
.counter--s3 .__inner {
    margin-bottom: -50px;
}
.counter--s3 .__item {
    margin-bottom: 50px;
}
.counter--s3 .__content {
    font-size: 2rem;
}
.counter--s3 .__count {
    position: relative;
    font-size: 8rem;
    color: #4d569b;
}
.icon-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 5px solid transparent;
    margin: auto;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.icon-box--circled {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.icon-box > img,
.icon-box > svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.pagination {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.pagination .page-item {
    margin: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.pagination .page-item.active .page-link {
    background-color: #056eb9;
    border-color: #056eb9;
    cursor: default;
}
.pagination .page-item > span {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.pagination .page-link {
    width: 44px;
    height: 44px;
    margin-left: 0;
    padding: 0;
    line-height: 42px;
    font-size: 1.2rem;
    color: #888;
    text-align: center;
    text-decoration: none;
    border-color: #eee;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition:
        background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
    -o-transition:
        background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
    transition:
        background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
}
.pagination .page-link i {
    line-height: 1;
    font-size: 1.6rem;
}
.pagination .page-link i:before {
    vertical-align: middle;
}
.share-btns__list {
    margin: -5px;
    line-height: 0;
    font-size: 0;
    letter-spacing: -1px;
}
.share-btns li {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    line-height: 1.1;
}
.share-btns a {
    display: block;
    padding: 12px 25px;
    font-size: 1.8rem;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition:
        background-color 0.25s ease-in-out,
        border-color 0.25s ease-in-out,
        color 0.25s ease-in-out;
    -o-transition:
        background-color 0.25s ease-in-out,
        border-color 0.25s ease-in-out,
        color 0.25s ease-in-out;
    transition:
        background-color 0.25s ease-in-out,
        border-color 0.25s ease-in-out,
        color 0.25s ease-in-out;
}
.share-btns .fb {
    background-color: #3c5a9a;
}
.share-btns .fb:focus,
.share-btns .fb:hover {
    background-color: #31497d;
}
.share-btns .tw {
    background-color: #1da1f2;
}
.share-btns .tw:focus,
.share-btns .tw:hover {
    background-color: #0d8cda;
}
.share-btns .yt {
    background-color: #f11819;
}
.share-btns .yt:focus,
.share-btns .yt:hover {
    background-color: #d30d0e;
}
.share-btns .in {
    background-image: -o-linear-gradient(155deg, #f4a961 13%, #c32869 54%, #7324c1 100%);
    background-image: linear-gradient(295deg, #f4a961 13%, #c32869 54%, #7324c1 100%);
}
.share-btns [class*=" fontello-"],
.share-btns [class^="fontello-"] {
    display: inline-block;
    width: 1em;
    margin-right: 10px;
}
.s-btns ul {
    margin-top: -10px;
    margin-left: -10px;
    line-height: 0;
    font-size: 0;
    letter-spacing: -1px;
}
.s-btns li {
    margin-top: 10px;
    margin-left: 10px;
}
.s-btns a {
    display: block;
    letter-spacing: 0;
    text-align: center;
    -webkit-transition:
        background-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
    -o-transition:
        background-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
    transition:
        background-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
}
.s-btns a i {
    vertical-align: middle;
    width: 1em;
    line-height: 1;
}
.s-btns--sm a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.7rem;
}
.s-btns--md a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 2rem;
}
.s-btns--light a {
    background-color: #fff;
    color: #313e4c;
}
.s-btns--light a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.s-btns--dark a {
    background-color: #2d3a49;
    color: #fff;
}
.s-btns--dark a:hover {
    background-color: rgba(45, 58, 73, 0.5);
}
.s-btns--colored a {
    color: #fff;
}
.s-btns--colored .f {
    background-color: #3c5a9a;
}
.s-btns--colored .f:focus,
.s-btns--colored .f:hover {
    background-color: #31497d;
}
.s-btns--colored .g {
    background-color: #f34a38;
}
.s-btns--colored .g:focus,
.s-btns--colored .g:hover {
    background-color: #f12712;
}
.s-btns--colored .t {
    background-color: #1da1f2;
}
.s-btns--colored .t:focus,
.s-btns--colored .t:hover {
    background-color: #0d8cda;
}
.s-btns--colored .y {
    background-color: #f11819;
}
.s-btns--colored .y:focus,
.s-btns--colored .y:hover {
    background-color: #d30d0e;
}
.s-btns--colored .i {
    background-image: -webkit-linear-gradient(90deg, #db8c40 0, #c32869 48%, #7324c1 100%);
}
.s-btns--rounded a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.store-btns ul {
    margin-top: -15px;
    margin-left: -15px;
    line-height: 0;
    font-size: 0;
    letter-spacing: -1px;
}
.store-btns li {
    margin-top: 15px;
    margin-left: 15px;
}
.store-btns a {
    display: inline-block;
    vertical-align: middle;
    padding: 14px 20px;
    line-height: 1.1;
    font-size: 1.6rem;
    letter-spacing: 0;
    text-decoration: none;
    text-shadow: none;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition:
        background-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
    -o-transition:
        background-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
    transition:
        background-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
}
.store-btns a > * {
    display: inline-block;
    vertical-align: middle;
}
.store-btns a svg {
    -webkit-transition: fill 0.3s ease-in-out;
    -o-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
}
.store-btns a span {
    padding-left: 5px;
}
.store-btns a span:first-child {
    padding-left: 0;
}
.store-btns--light a {
    background-color: #fff;
    color: #145595;
}
.store-btns--light a svg {
    fill: #28baff;
}
.store-btns--light a:hover {
    background-color: #333;
    color: #fff;
}
.store-btns--light a:hover svg {
    fill: currentColor;
}
.store-btns--dark a {
    background-color: #333;
    color: #fff;
}
.store-btns--dark a svg {
    fill: currentColor;
}
.store-btns--dark a:hover {
    background-color: #484848;
}
.tab-container {
    position: relative;
}
.tab-nav {
    line-height: 0;
    font-size: 0;
    letter-spacing: -1px;
}
.tab-nav__item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.tab-nav__item.active,
.tab-nav__item.active .tab-nav__link {
    cursor: default;
}
.tab-nav__link {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none !important;
    letter-spacing: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    padding: 0 15px;
}
.tab-content {
    position: relative;
}
.tab-content__item {
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition:
        opacity 0.3s ease-in-out,
        visibility 0.3s ease-in-out;
    -o-transition:
        opacity 0.3s ease-in-out,
        visibility 0.3s ease-in-out;
    transition:
        opacity 0.3s ease-in-out,
        visibility 0.3s ease-in-out;
}
.tab-content__item.is-visible {
    position: static;
    top: auto;
    left: auto;
    visibility: visible;
    z-index: 2;
    opacity: 1;
}
.tags-list {
    line-height: 0;
    font-size: 0;
    letter-spacing: -1px;
}
.tags-list ul {
    margin-top: -5px;
    margin-left: -5px;
}
.tags-list li {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 5px;
}
.tags-list a {
    display: block;
    padding: 5px 10px;
    line-height: 1.3;
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    -webkit-user-drag: none;
    user-drag: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#btn-to-top-wrap {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 3;
}
#btn-to-top {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 42px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #045fa0;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
#btn-to-top:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
#btn-to-top:hover {
    opacity: 1;
}
.widget {
    position: relative;
    margin-top: 40px;
}
.widget:first-child {
    margin-top: 0;
}
.widget:first-child .widget-title {
    margin-top: -0.2em;
}
.widget--categories .list__item {
    margin-top: 15px;
    line-height: 1.2;
    font-size: 1.6rem;
    font-weight: 700;
}
.widget--categories .list__item:first-child {
    margin-top: 0;
}
.widget--categories .list__item__link {
    display: block;
    text-decoration: none;
}
.widget--categories .list__item__link:not(:hover) {
    color: #333;
}
.widget--categories .list__item span {
    margin-left: 15px;
    float: right;
}
.widget--posts article {
    margin-top: 20px;
    line-height: 1.4;
}
.widget--posts article:first-child {
    margin-top: 0;
}
.widget--posts .__image-wrap {
    width: 34%;
    max-width: 100px;
    padding-right: 20px;
}
.widget--posts .__image {
    position: relative;
    width: 100%;
    height: 0;
    margin: auto;
    padding-top: 100%;
    overflow: hidden;
}
.widget--posts .__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
}
.widget--posts .__title {
    margin-bottom: 7px;
}
.authorization {
    padding: 30px 0;
}
.authorization .site-logo {
    margin-bottom: 30px;
}
.authorization__form {
    width: 100%;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
    background-color: #fff;
    font-size: 1.6rem;
}
.authorization__form--shadow {
    -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
    box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
}
.authorization__form .__title {
    margin-bottom: 30px;
    text-align: center;
}
.brands-list .__inner {
    margin-bottom: -30px;
}
.brands-list .__item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.brands-list .__image {
    margin: auto;
    opacity: 0.2;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.brands-list .__image:hover {
    opacity: 0.8;
}
.company-contacts--s1 > .__inner {
    margin-bottom: -25px;
}
.company-contacts--s1 .__item {
    margin-bottom: 25px;
}
.company-contacts--s1 .__name {
    margin-bottom: 10px;
}
.company-contacts--s1 p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.company-contacts--s1 p a,
.company-contacts--s2.text-white .__name {
    color: inherit;
}
.company-contacts--s2 .__phone {
    line-height: 1.2;
    font-size: 3.5rem;
    font-weight: 700;
    font-family: Quicksand, sans-serif;
    letter-spacing: -0.03em;
}
.company-contacts--s2 a:not([class]) {
    color: inherit;
}
.company-contacts--s3 .company-contacts__list {
    line-height: 1.3;
}
.company-contacts--s3 .company-contacts__list li {
    margin-top: 20px;
    padding-left: 50px;
}
.company-contacts--s3 .company-contacts__list li:first-child {
    margin-top: 0;
}
.company-contacts--s3 .company-contacts__list li:after {
    content: "";
    display: table;
    clear: left;
}
.company-contacts--s3 .__ico {
    float: left;
    width: 1em;
    margin-left: -50px;
    line-height: 1;
    font-size: 2.5rem;
    color: #056eb9;
}
.company-contacts--s3 a:not([class]) {
    color: inherit;
}
.compare-table .__inner {
    margin-bottom: -50px;
}
.compare-table .__item {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin-bottom: 50px;
    padding: 40px 30px;
    overflow: hidden;
}
.compare-table .__item--rounded {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.compare-table .__item--shadow {
    -webkit-box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
    box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
}
.compare-table .__ico {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.compare-table .__ico > img,
.compare-table .__ico > svg {
    display: block;
}
.compare-table .__desc-list {
    font-size: 1.6rem;
}
.content-container .demo-selection {
    background-color: #056eb9;
    color: #fff;
}
.content-container ol:not([class]),
.content-container ul:not([class]) {
    line-height: 1.2;
    margin-top: 25px;
    margin-bottom: 25px;
}
.content-container ol:not([class]):first-child,
.content-container ul:not([class]):first-child {
    margin-top: 0 !important;
}
.content-container ol:not([class]):last-child,
.content-container ul:not([class]):last-child {
    margin-bottom: 0 !important;
}
.content-container ol:not([class]) li,
.content-container ul:not([class]) li {
    margin-top: 15px;
    padding-left: 15px;
}
.content-container ol:not([class]) li:before,
.content-container ul:not([class]) li:before {
    float: left;
    margin-left: -15px;
    margin-right: 5px;
}
.content-container ol:not([class]) li:first-child,
.content-container ul:not([class]) li:first-child {
    margin-top: 0;
}
.content-container ol:not([class]) {
    counter-reset: num;
}
.content-container ol:not([class]) li:before {
    counter-increment: num;
    content: counter(num) ".";
    font-weight: 700;
    color: #056eb9;
}
.content-container ul:not([class]) li:before {
    content: "";
    width: 0;
    height: 0;
    margin-top: 7px;
    border: 3px solid #056eb9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.content-container hr {
    margin-top: 60px;
    margin-bottom: 60px;
    border: none;
    border-top: 1px solid #ebebeb;
}
.content-container hr:first-child {
    margin-top: 0 !important;
}
.content-container hr:last-child {
    margin-bottom: 0 !important;
}
.content-container .blockquot {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    border-left: 4px solid #056eb9;
    line-height: 1.4;
    font-size: 2rem;
    color: #333;
}
.content-container .blockquot:first-child {
    margin-top: 0;
}
.content-container .blockquot:last-child {
    margin-bottom: 0;
}
.content-container .dropcaps .first-letter {
    float: left;
    margin-right: 10px;
    line-height: 0.9;
    font-size: 4.6rem;
    font-weight: 800;
    color: #056eb9;
}
.faq .__inner {
    margin-bottom: -35px;
}
.faq .__item {
    position: relative;
    margin-bottom: 35px;
}
.faq .__title {
    margin: 0;
}
.faq p {
    margin-top: 5px;
    margin-bottom: 5px;
}
.faq--numbered {
    counter-reset: faq-num;
}
.faq--numbered .__title:before {
    display: inline;
    counter-increment: faq-num;
    content: counter(faq-num, decimal-leading-zero) ". ";
}
.feature .__inner {
    margin-bottom: -30px;
}
.feature .__item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.feature .__item .__ico {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.feature .__item .__ico > svg {
    vertical-align: middle;
}
.feature .__item .__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: none;
}
.feature .__item p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.feature--s1 .__ico {
    min-width: 50px;
}
.feature--s2 {
    margin-top: 60px;
}
.feature--s2 .col:first-child .__item:first-child,
.feature--s2 [class*="col-"]:first-child .__item:first-child {
    margin-top: -60px;
}
.feature--s2 .__item {
    padding: 25px 15px 30px;
    background-color: #fff;
}
.feature--s2 .__item--rounded {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.feature--s2 .__item--shadow {
    -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
    box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
}
.footer {
    position: relative;
    font-size: 1.6rem;
}
.footer__line {
    position: relative;
}
.footer__item {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 2;
}
.footer__navigation {
    line-height: 1.4;
    font-weight: 700;
}
.footer__navigation:first-child {
    margin-top: -10px;
}
.footer__navigation li {
    margin-top: 10px;
}
.footer__navigation li.active a {
    text-decoration: underline;
}
.footer__navigation a {
    color: inherit;
    text-decoration: none;
}
.footer__address {
    font-style: normal;
}
.footer__address--s1 {
    line-height: 1.8;
    font-weight: 700;
}
.footer__address--s2 {
    line-height: 1.6;
    font-weight: 700;
}
.footer__address--s2 li {
    margin-top: 15px;
    padding-left: 35px;
}
.footer__address--s2 li:first-child {
    margin-top: 0 !important;
}
.footer__address--s2 li:after {
    content: "";
    display: table;
    clear: left;
}
.footer__address--s2 .__ico {
    float: left;
    margin-left: -35px;
    width: 1em;
    line-height: 1;
    font-size: 2.3rem;
}
.footer__address--s2 .__ico:before {
    vertical-align: top;
}
.footer__address--s3 {
    line-height: 1.2;
}
.footer__address p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer__address p:first-child {
    margin-top: 0 !important;
}
.footer__address p:last-child {
    margin-bottom: 0 !important;
}
.footer__address a {
    color: inherit;
}
.footer__wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.footer .__copy {
    font-size: 1.4rem;
}
.footer .__dev {
    color: inherit;
}
.footer .__dev:focus,
.footer .__dev:hover {
    text-decoration: none;
}
.footer--color-light {
    color: #fff;
}
.footer--color-light .footer__item__title {
    color: inherit;
}
.footer--color-light .footer__navigation a:hover,
.footer--color-light .footer__navigation li.active a {
    color: #798694;
}
.footer--color-dark {
    color: inherit;
}
.footer--color-dark .footer__navigation a:hover,
.footer--color-dark .footer__navigation li.active a {
    color: #d6d6d6;
}
.footer--color-dark .footer__address--s3 strong {
    color: #333;
}
.footer--s1 .footer__line--first {
    background-color: #2d3a49;
    padding-top: 80px;
    padding-bottom: 80px;
}
.footer--s1 .__copy {
    color: #898b8f;
}
.footer--s1 .footer__wave {
    height: 200px;
}
.footer--s2 .footer__line--first {
    padding-top: 75px;
}
.footer--s2 .footer__line--second {
    padding-bottom: 20px;
}
.footer--s2 .__copy {
    color: #a4a4a4;
}
.footer--s2 .footer__wave {
    height: 250px;
}
.footer--s3 .footer__line--first {
    background-color: #f9fbfc;
    padding-top: 50px;
    padding-bottom: 70px;
}
.footer--s3 .footer__line--second {
    background-color: #2d3a49;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer--s3 .__copy {
    color: #fff;
}
.footer--s3 .footer__wave {
    height: 150px;
}
.footer--s4 .footer__line--first {
    background-color: #2d3a49;
    padding-top: 60px;
    padding-bottom: 80px;
}
.footer--s4 .__copy {
    color: #898b8f;
}
.footer--s4 .footer__wave {
    height: 200px;
}
.footer--s5 .footer__line--first {
    padding-top: 75px;
    padding-bottom: 75px;
}
.footer--s5 .__copy {
    color: #afb3b9;
}
.footer--s5 .footer__wave {
    height: 250px;
}
.footer--s6 .footer__line--first {
    background-color: #2d3a49;
    padding-top: 30px;
    padding-bottom: 50px;
}
.info-block {
    position: relative;
}
.info-block--s2 .image-container {
    position: absolute;
    top: 40%;
}
.info-block--s2 .image-container:nth-of-type(1) {
    left: -15px;
}
.info-block--s2 .image-container:nth-of-type(2) {
    right: -15px;
}
.posts .__inner {
    margin-bottom: -30px;
}
.posts .__item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.posts .__item .__content {
    position: relative;
    line-height: 1.6;
}
.posts .__item .__title {
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: none;
}
.posts .__item .custom-btn {
    margin-top: 10px;
}
.posts .__item:hover .__image img {
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
}
.posts .__item--preview {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition:
        box-shadow 0.3s ease-in-out,
        -webkit-box-shadow 0.3s ease-in-out;
}
.posts .__item--preview > div {
    width: 100%;
}
.posts .__item--preview .__image {
    position: relative;
    width: 100%;
    height: 0;
    margin: auto;
    overflow: hidden;
}
.posts .__item--preview .__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
    -webkit-transition:
        opacity 0.2s,
        -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition:
        opacity 0.2s,
        -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition:
        transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        opacity 0.2s;
    transition:
        transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        opacity 0.2s;
    transition:
        transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        opacity 0.2s,
        -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.posts .__item--preview .tags-list {
    padding-top: 5px;
}
.posts .__item--preview p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.posts .__item--preview p:first-child {
    margin-top: 0;
}
.posts .__item--preview p:last-child {
    margin-bottom: 0;
}
.post-meta {
    line-height: 0;
    font-size: 0;
    letter-spacing: -1px;
    color: #b6b6b6;
}
.post-meta__item {
    display: inline-block;
    margin-left: 20px;
    line-height: 1.2;
    font-size: 1.2rem;
    letter-spacing: 0;
}
.post-meta__item:first-child {
    margin-left: 0;
}
.post-meta__item a {
    color: inherit;
}
.post-author__img {
    width: 70px;
    margin-right: 15px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.post-author__name {
    display: block;
    font-size: 2rem;
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    color: #333;
}
.posts--s1 .__item--rounded {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.posts--s1 .__item--shadow {
    -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
    box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
}
.posts--s1 .__item--shadow:hover {
    -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.44);
    box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.44);
}
.posts--s1 .__item--preview {
    padding-bottom: 35px;
}
.posts--s1 .__item--preview .__image {
    padding-top: 87.03704%;
}
.posts--s1 .__item--preview .__image--rounded {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.posts--s1 .__item--preview .__content,
.posts--s1 .__item--preview .tags-list {
    padding-left: 25px;
    padding-right: 25px;
}
.posts--s1 .__item--preview .__content {
    padding-top: 30px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition:
        transform 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
}
.posts--s2 .__item--preview .__date-post {
    display: inline-block;
    top: 0;
    left: 0;
    min-width: 60px;
    margin-bottom: 10px;
    padding: 8px 5px 11px;
    background-color: #145495;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: Quicksand, sans-serif;
    letter-spacing: -0.05em;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
}
.posts--s2 .__item--preview .__date-post strong {
    display: block;
    margin-bottom: 5px;
    font-size: 4rem;
}
.posts--s2 .__item--preview .__image {
    min-height: 200px;
    padding-top: 63.51351%;
}
.posts--s2 .__item--preview .__image img {
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.posts--s2 .__item--preview .__content {
    padding-top: 15px;
}
.posts--s2 .__item--preview .__more-link {
    font-size: 1.7rem;
    font-weight: 700;
}
.posts--s2 .__item--preview:hover .__image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.posts--s3 .__item--rounded {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.posts--s3 .__item--shadow {
    -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
    box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
}
.posts--s3 .__item--shadow:hover {
    -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.44);
    box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.44);
}
.posts--s3 .__item--preview .__image {
    padding-top: 87.03704%;
}
.posts--s3 .__item--preview .__image--rounded {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.posts--s3 .__item--preview .__content {
    padding: 20px 30px;
}
.posts--s3 .__item--preview .__title:last-child {
    margin-bottom: 0;
}
.posts--s4 .__item--rounded {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.posts--s4 .__item--shadow {
    -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
    box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
}
.posts--s4 .__item--shadow:hover {
    -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.44);
    box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.44);
}
.posts--s4 .__item--preview {
    padding: 30px;
}
.pricing-table .__inner {
    margin-bottom: -50px;
}
.pricing-table .__item {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin-bottom: 50px;
    padding: 60px 15px;
    text-align: center;
    overflow: hidden;
}
.pricing-table .__item--rounded {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.pricing-table .__item--bordered {
    padding: 56px 11px;
    border: 4px solid;
}
.pricing-table .__label {
    position: absolute;
    line-height: 1.3;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.pricing-table .__label + .__title {
    margin-top: 0;
}
.pricing-table .__price {
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 1;
    font-size: 6rem;
    font-weight: 700;
    font-family: Quicksand, sans-serif;
    letter-spacing: -3px;
    color: #333;
}
.pricing-table .__price:first-child {
    margin-top: 0;
}
.pricing-table .__price:last-child {
    margin-bottom: 0;
}
.pricing-table .__price sup {
    font-size: 3.5rem;
}
.pricing-table .__price sub {
    bottom: auto;
    font-size: 3rem;
    letter-spacing: -1px;
}
.pricing-table .__desc-list {
    line-height: 1.2;
    font-size: 1.6rem;
}
.pricing-table .__desc-list li {
    margin-top: 20px;
}
.pricing-table .__desc-list li:first-child {
    margin-top: 0;
}
.pricing-table--s1 .__item--shadow {
    -webkit-box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
    box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
}
.pricing-table--s1 .__item--active {
    background: -o-linear-gradient(90deg, #6b5392 0, #6b5392 18%, #1165b2 60%, #00a4d4 100%);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #6b5392),
        color-stop(18%, #6b5392),
        color-stop(60%, #1165b2),
        to(#00a4d4)
    );
    background: -o-linear-gradient(bottom, #6b5392 0, #6b5392 18%, #1165b2 60%, #00a4d4 100%);
    background: linear-gradient(0deg, #6b5392 0, #6b5392 18%, #1165b2 60%, #00a4d4 100%);
    color: #fff;
}
.pricing-table--s1 .__item--active .__price,
.pricing-table--s1 .__item--active .__title,
.pricing-table--s1 .__item--active .__value {
    color: inherit;
}
.pricing-table--s1 .__item--active .__label {
    top: 4px;
    right: 4px;
    background-color: #fff;
    padding: 7px 20px;
    color: #01a1d2;
}
.pricing-table--s1 .disabled {
    color: #c5c5c5;
}
.pricing-table--s2 .__item--shadow {
    -webkit-box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
    box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
}
.pricing-table--s2 .__item--active .__label {
    top: 0;
    right: 0;
    background-color: #e3306f;
    padding: 12px 25px;
    color: #fff;
}
.pricing-table--s3 .__item--color-1 {
    border-color: #ff5252;
}
.pricing-table--s3 .__item--color-1 .__price {
    color: #ff5252;
}
.pricing-table--s3 .__item--color-1 .custom-btn:before {
    background: -o-linear-gradient(0deg, #f63068 0, #fa6e3d 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #f63068), to(#fa6e3d));
    background: -o-linear-gradient(left, #f63068 0, #fa6e3d 100%);
    background: linear-gradient(90deg, #f63068 0, #fa6e3d 100%);
}
.pricing-table--s3 .__item--color-2 {
    border-color: #26b251;
}
.pricing-table--s3 .__item--color-2 .__price {
    color: #26b251;
}
.pricing-table--s3 .__item--color-2 .custom-btn:before {
    background: -o-linear-gradient(0deg, #2fb76b 0, #8ac84b 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #2fb76b), to(#8ac84b));
    background: -o-linear-gradient(left, #2fb76b 0, #8ac84b 100%);
    background: linear-gradient(90deg, #2fb76b 0, #8ac84b 100%);
}
.pricing-table--s3 .__item--color-3 {
    border-color: #255da9;
}
.pricing-table--s3 .__item--color-3 .__price {
    color: #255da9;
}
.pricing-table--s3 .__item--color-3 .custom-btn:before {
    background: -o-linear-gradient(0deg, #255da9 0, #00a4d4 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #255da9), to(#00a4d4));
    background: -o-linear-gradient(left, #255da9 0, #00a4d4 100%);
    background: linear-gradient(90deg, #255da9 0, #00a4d4 100%);
}
.pricing-table--s3 .__item--color-4 {
    border-color: #ffb042;
}
.pricing-table--s3 .__item--color-4 .__price {
    color: #ffb042;
}
.pricing-table--s3 .__item--color-4 .custom-btn:before {
    background: -o-linear-gradient(0deg, #fbbe00 0, #fdd968 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fbbe00), to(#fdd968));
    background: -o-linear-gradient(left, #fbbe00 0, #fdd968 100%);
    background: linear-gradient(90deg, #fbbe00 0, #fdd968 100%);
}
.pricing-table--s3 .__item--active {
    background: -o-linear-gradient(90deg, #6b5392 0, #6b5392 18%, #1165b2 60%, #00a4d4 100%);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #6b5392),
        color-stop(18%, #6b5392),
        color-stop(60%, #1165b2),
        to(#00a4d4)
    );
    background: -o-linear-gradient(bottom, #6b5392 0, #6b5392 18%, #1165b2 60%, #00a4d4 100%);
    background: linear-gradient(0deg, #6b5392 0, #6b5392 18%, #1165b2 60%, #00a4d4 100%);
    color: #fff;
}
.pricing-table--s3 .__item--active .__price,
.pricing-table--s3 .__item--active .__title,
.pricing-table--s3 .__item--active .__value {
    color: inherit;
}
.pricing-table--s3 .__item--active .__label {
    top: 4px;
    right: 4px;
    background-color: #fff;
    padding: 7px 20px;
    color: #01a1d2;
}
.pricing-table--s3 .__item--active .custom-btn {
    color: #333;
}
.pricing-table--s3 .__item--active .custom-btn:focus,
.pricing-table--s3 .__item--active .custom-btn:hover {
    background-color: #2d3a49;
    border-color: #2d3a49;
    color: #fff;
}
.pricing-table--s3 .__item:not(.__item--active) .custom-btn {
    background-color: #2d3a49;
    border-color: #2d3a49;
}
.pricing-table--s3 .__item:not(.__item--active) .custom-btn:focus:before,
.pricing-table--s3 .__item:not(.__item--active) .custom-btn:hover:before {
    opacity: 0;
}
.pricing-table--s3 .__value {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    font-family: Quicksand, sans-serif;
    color: #333;
}
.pricing-table--s3 .custom-btn {
    background-color: #fff;
    border-color: #fff;
    color: #fff;
}
.pricing-table--s3 .custom-btn:before {
    content: "";
}
.pricing-table--s4 table {
    background-color: #fff;
    font-size: 1.6rem;
}
.pricing-table--s4 table.rounded {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.pricing-table--s4 table.shadow {
    -webkit-box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
    box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
}
.pricing-table--s4 table .__price {
    font-size: 2rem;
    letter-spacing: -2px;
}
.pricing-table--s4 table .__price sub,
.pricing-table--s4 table .__price sup {
    font-size: inherit;
}
.pricing-table--s4 table .__price sup {
    top: auto;
}
.pricing-table--s4 tbody tr:nth-of-type(2n) {
    background-color: #f7f7f7;
}
.pricing-table--s4 tbody tr:nth-of-type(2n) td.active {
    background-color: rgba(5, 110, 185, 0.8);
}
.pricing-table--s4 tbody td {
    height: 62px;
}
.pricing-table--s4 tbody th {
    height: 90px;
}
.pricing-table--s4 tfoot td {
    padding-top: 35px;
    padding-bottom: 45px;
}
.pricing-table--s4 td:first-child,
.pricing-table--s4 th:first-child {
    width: 25%;
    min-width: 250px;
    padding-left: 4%;
    text-align: left;
}
.pricing-table--s4 td.active,
.pricing-table--s4 th.active {
    background-color: #056eb9;
    color: #fff;
}
.pricing-table--s4 td.active .__price,
.pricing-table--s4 td.active .__title,
.pricing-table--s4 th.active .__price,
.pricing-table--s4 th.active .__title {
    color: inherit;
}
.pricing-table--s4 td {
    padding-left: 10px;
    padding-right: 10px;
}
.pricing-table--s4 .__item--shadow {
    -webkit-box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
    box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
}
.pricing-table--s4 .__item--active {
    background: -o-linear-gradient(90deg, #6b5392 0, #6b5392 18%, #1165b2 60%, #00a4d4 100%);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #6b5392),
        color-stop(18%, #6b5392),
        color-stop(60%, #1165b2),
        to(#00a4d4)
    );
    background: -o-linear-gradient(bottom, #6b5392 0, #6b5392 18%, #1165b2 60%, #00a4d4 100%);
    background: linear-gradient(0deg, #6b5392 0, #6b5392 18%, #1165b2 60%, #00a4d4 100%);
    color: #fff;
}
.pricing-table--s4 .__item--active .__name,
.pricing-table--s4 .__item--active .__price,
.pricing-table--s4 .__item--active .__title,
.pricing-table--s4 .__item--active .__value {
    color: inherit;
}
.pricing-table--s4 .__item--active .__label {
    top: 4px;
    right: 4px;
    background-color: #fff;
    padding: 7px 20px;
    color: #01a1d2;
}
.pricing-table--s4 .__item--active .__desc-list li:nth-of-type(2n + 1) {
    background: rgba(255, 255, 255, 0.15);
}
.pricing-table--s4 .__body {
    width: 100%;
}
.pricing-table--s4 .__name {
    margin-bottom: 10px;
}
.pricing-table--s4 .__desc-list {
    margin-left: -15px;
    margin-right: -15px;
}
.pricing-table--s4 .__desc-list li {
    margin: 0;
    padding: 10px 15px;
}
.pricing-table--s4 .__desc-list li:nth-of-type(2n + 1) {
    background-color: #f7f7f7;
}
.pricing-table--s4 .__desc-list li span:first-child {
    float: right;
}
.pricing-table--s5 .__item {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}
.pricing-table--s5 .__body {
    text-align: center;
}
.pricing-table--s5 .__desc-list,
.pricing-table--s5 .__price,
.pricing-table--s5 .__title {
    color: #fff;
}
.pricing-table--s5 .__desc-list {
    display: inline-block;
    vertical-align: top;
}
.pricing-table--s5 .custom-btn {
    color: #fff;
    border-color: #fff;
}
.pricing-table--s5 .custom-btn:focus,
.pricing-table--s5 .custom-btn:hover {
    background-color: #fff;
    color: #333;
}
.projects .__item {
    position: relative;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 100%;
}
.projects .__image {
    position: relative;
    width: 100%;
    height: 0;
    margin: auto;
    overflow: hidden;
}
.projects .__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
}
.projects .__filter {
    margin-left: -30px;
    margin-bottom: 40px;
    line-height: 0;
    font-size: 0;
    letter-spacing: -1px;
}
.projects .__filter li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    margin-bottom: 20px;
    letter-spacing: 0;
}
.projects .__filter a {
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    line-height: 1.2;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    color: #333;
}
.projects .__filter a.selected,
.projects .__filter a:hover {
    color: #a3a3a3;
}
.projects .__filter a.selected {
    border-color: #056eb9;
}
.projects--s1 .__inner {
    margin-bottom: -50px;
}
.projects--s1 .__item {
    margin-bottom: 50px;
    padding: 50px 15px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition:
        box-shadow 0.3s ease-in-out,
        -webkit-box-shadow 0.3s ease-in-out;
}
.projects--s1 .__item--shadow {
    -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
    box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
}
.projects--s1 .__item--shadow:hover {
    -webkit-box-shadow: 0 0 68px 0 rgba(90, 90, 90, 0.54);
    box-shadow: 0 0 68px 0 rgba(90, 90, 90, 0.54);
}
.projects--s1 .__item > div {
    width: 100%;
}
.projects--s1 .__item .__body,
.projects--s1 .__item .__header {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.projects--s1 .__image {
    min-height: 200px;
    padding-top: 76.66667%;
}
.projects--s1 .__image img {
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.projects--s2-a .__inner {
    margin-bottom: -30px;
}
.projects--s2-a .__item {
    margin-bottom: 30px;
}
.projects--s2 .__item .__image {
    padding-top: 100%;
}
.projects--s2 .__item:hover .__content {
    opacity: 1;
}
.projects--s2 .__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: rgba(30, 69, 175, 0.75);
    opacity: 0;
    text-align: center;
    color: #fff;
    -webkit-transition:
        background-color 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    -o-transition:
        background-color 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    transition:
        background-color 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
}
.projects--s2 .__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.projects--s2 .__link + .__title {
    margin-top: 0;
}
.projects--s2 .__title {
    color: inherit;
}
.projects--s3-a .__inner {
    margin-bottom: -30px;
}
.projects--s3-a .__item {
    margin-bottom: 30px;
}
.projects--s3 .__item .__image {
    padding-top: 100%;
}
.projects--s3 .__item:hover .__content {
    background-color: rgba(16, 100, 178, 0.75);
}
.projects--s3 .__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    color: #fff;
    -webkit-transition:
        background-color 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    -o-transition:
        background-color 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    transition:
        background-color 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
}
.projects--s3 .__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.projects--s3 .__link + .__title {
    margin-top: 0;
}
.projects--s3 .__title {
    color: inherit;
}
.projects--s4 .slick-list {
    margin-top: -30px;
    margin-bottom: -30px;
}
.projects--s4 .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}
.projects--s4 .slick-slide .__item {
    margin-top: 30px;
    margin-bottom: 30px;
}
.projects--s4 .__item {
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition:
        box-shadow 0.3s ease-in-out,
        -webkit-box-shadow 0.3s ease-in-out;
}
.projects--s4 .__item--shadow {
    -webkit-box-shadow: 0 0 40px 0 rgba(174, 175, 175, 0.17);
    box-shadow: 0 0 40px 0 rgba(174, 175, 175, 0.17);
}
.projects--s4 .__image {
    min-height: 200px;
    padding-top: 100%;
}
.projects--s4 .__content {
    padding: 25px 15px 50px;
    background-color: #fff;
    text-align: center;
}
.testimonial-ico {
    display: block;
    width: 70px;
    height: 70px;
    padding: 15px 0;
    background-color: #eef4f9;
    line-height: 1;
    font-size: 8rem;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #056eb9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.review {
    position: relative;
}
.review__item {
    position: relative;
    width: 100%;
}
.review__item__author-image {
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.review__item__author-name,
.review__item__author-position {
    display: block;
    line-height: 1;
}
.review .__rating {
    line-height: 0;
    font-size: 0;
    letter-spacing: -1px;
}
.review .__rating i {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.3em;
    line-height: 1;
    font-size: 1.2rem;
    color: #fac655;
    letter-spacing: 0;
}
.review .__rating i:first-child {
    margin-left: 0;
}
.review--slider .slick-slide {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.review--slider .review__item {
    vertical-align: middle;
    width: auto !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.review--s1.review--slider .slick-slider {
    padding-left: 45px;
    padding-right: 45px;
}
.review--s1.review--slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}
.review--s1.review--slider .slick-arrow {
    position: absolute;
    top: 30px;
    font-size: 6rem;
    color: #056eb9;
}
.review--s1.review--slider .slick-disabled {
    color: #d9dfe5;
}
.review--s1.review--slider .slick-prev {
    left: 0;
}
.review--s1.review--slider .slick-next {
    right: 0;
}
.review--s1 .review__item {
    overflow: hidden;
}
.review--s1 .review__item__author-image {
    margin-bottom: 30px;
}
.review--s1 .review__item__author-position {
    font-size: 1.4rem;
    font-weight: 600;
    color: #056eb9;
}
.review--s2.review--slider .slick-list {
    margin: -30px -15px;
}
.review--s2.review--slider .slick-track {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.review--s2.review--slider .slick-slide > div:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.review--s2.review--slider .review__item--shadow {
    margin: 30px 15px;
}
.review--s2 .review__item {
    background-color: #fff;
    padding: 25px 15px 30px;
}
.review--s2 .review__item--rounded {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.review--s2 .review__item--shadow {
    -webkit-box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
    box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
}
.review--s3.review--slider .slick-list {
    margin: -30px -15px;
}
.review--s3.review--slider .slick-slide:not(.slick-current) .review__item {
    background-color: rgba(255, 255, 255, 0.8);
}
.review--s3.review--slider .slick-slide > div:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.review--s3.review--slider .review__item {
    -webkit-transition:
        margin 0.4s cubic-bezier(0.43, 0.49, 0.51, 0.68) 0.4s,
        padding 0.4s cubic-bezier(0.43, 0.49, 0.51, 0.68) 0.4s,
        background-color 0.3s 0.4s;
    -o-transition:
        margin 0.4s cubic-bezier(0.43, 0.49, 0.51, 0.68) 0.4s,
        padding 0.4s cubic-bezier(0.43, 0.49, 0.51, 0.68) 0.4s,
        background-color 0.3s 0.4s;
    transition:
        margin 0.4s cubic-bezier(0.43, 0.49, 0.51, 0.68) 0.4s,
        padding 0.4s cubic-bezier(0.43, 0.49, 0.51, 0.68) 0.4s,
        background-color 0.3s 0.4s;
}
.review--s3.review--slider .review__item--shadow {
    margin: 30px 15px;
}
.review--s3 .review__item {
    background-color: #fff;
    padding: 30px 15px;
    font-size: 1.6rem;
}
.review--s3 .review__item--rounded {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.review--s3 .review__item--shadow {
    -webkit-box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
    box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
}
.review--s4.review--slider .slick-list {
    margin: -30px -15px;
}
.review--s4.review--slider .slick-track {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.review--s4.review--slider .slick-slide > div:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.review--s4.review--slider .slick-slide .review__item {
    opacity: 0.5;
}
.review--s4.review--slider .slick-current .review__item {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.review--s4.review--slider .review__item {
    -webkit-transition: opacity 0.3s cubic-bezier(0.43, 0.49, 0.51, 0.68) 0.6s;
    -o-transition: opacity 0.3s cubic-bezier(0.43, 0.49, 0.51, 0.68) 0.6s;
    transition: opacity 0.3s cubic-bezier(0.43, 0.49, 0.51, 0.68) 0.6s;
}
.review--s4.review--slider .review__item--shadow {
    margin: 30px 15px;
}
.review--s4.review--slider .review__item--shadow.review__item--corner-left,
.review--s4.review--slider .review__item--shadow.review__item--corner-right {
    margin-bottom: 55px;
}
.review--s4 .review__item {
    background-color: #fff;
    padding: 30px 15px;
    font-size: 1.6rem;
}
.review--s4 .review__item--rounded {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.review--s4 .review__item--shadow {
    -webkit-box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
    box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
}
.review--s4 .review__item--corner-left:after {
    left: 0;
    border-width: 25px 30px 0 0;
    border-color: #fff transparent transparent;
}
.review--s4 .review__item--corner-left.review__item--rounded {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}
.review--s4 .review__item--corner-right:after {
    right: 0;
    border-width: 0 30px 25px 0;
    border-color: transparent #fff transparent transparent;
}
.review--s4 .review__item--corner-right.review__item--rounded {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.review--s4 .review__item--corner-left:after,
.review--s4 .review__item--corner-right:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}
.screens-app .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}
.services .__item {
    position: relative;
    width: 100%;
}
.services .__ico {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.services .__ico > img,
.services .__ico > svg {
    display: block;
}
.services .__image {
    position: relative;
    width: 100%;
    height: 0;
    margin: auto;
    overflow: hidden;
}
.services--s1 .__inner {
    margin-bottom: -65px;
}
.services--s1 .__item {
    margin-bottom: 65px;
    text-align: center;
}
.services--s2 {
    padding: 50px 15px;
    background: #fff;
    -webkit-box-shadow: 0 11px 21px 0 rgba(212, 212, 212, 0.26);
    box-shadow: 0 11px 21px 0 rgba(212, 212, 212, 0.26);
}
.section:not(.section--no-pb) .services--s2:last-child {
    margin-bottom: -100px;
}
.services--s2 .__inner {
    margin-bottom: -40px;
}
.services--s2 .__item {
    margin-bottom: 40px;
}
.services--s2 .__ico {
    margin-bottom: 20px;
    margin-right: 20px;
}
.services--s2 .__title {
    margin-bottom: 5px;
}
.services--s2 p {
    margin-top: 5px;
    margin-bottom: 5px;
}
.services--s3 .__inner {
    margin-bottom: -50px;
}
.services--s3 .__item {
    margin-bottom: 50px;
}
.services--s4 .__inner {
    margin-bottom: -35px;
}
.services--s4 .__item {
    margin-bottom: 35px;
}
.services--s4 .__ico {
    display: inline-block;
    width: 70px;
    padding-right: 10px;
}
.services--s5 .__inner {
    margin-bottom: -50px;
}
.services--s5 .__item {
    margin-bottom: 50px;
}
.services--s5 .__image {
    padding-top: 79.72973%;
    margin-bottom: 35px;
}
.services--s5 .__image--rounded {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.services--s5 .__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
}
.services--s5 .__title {
    margin-bottom: 5px;
}
.services--s5 .__more {
    font-size: 1.6rem;
    font-weight: 700;
}
.services--s5 p {
    margin-top: 5px;
    margin-bottom: 5px;
}
.services--s6 .__inner {
    margin-bottom: -50px;
}
.services--s6 .__item {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: #fff;
    margin-bottom: 50px;
    padding: 30px 15px;
}
.services--s6 .__item--rounded {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.services--s6 .__item--shadow {
    -webkit-box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
    box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
}
.services--s6 .__title {
    margin-bottom: 15px;
}
.services--s6 p {
    margin-top: 15px;
    margin-bottom: 15px;
}
.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 345px;
    background-color: #2d3a49;
    padding: 115px 30px 50px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 6;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition:
        transform 0.4s ease-in-out,
        -webkit-transform 0.4s ease-in-out;
}
.side-menu:after,
.side-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.side-menu:before {
    background-image: url(../img/side-menu_bg-1.png);
    background-position: 50% 50%;
}
.side-menu.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.side-menu__button-close {
    position: absolute;
    top: 50px;
    right: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition:
        transform 0.2s ease-in-out,
        -webkit-transform 0.2s ease-in-out;
}
.side-menu__button-close:after,
.side-menu__button-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: currentColor;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.side-menu__button-close:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.side-menu__button-close:after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.side-menu__button-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.side-menu__inner {
    position: relative;
    width: 100%;
    max-width: 220px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: scrollbar;
}
.side-menu__menu {
    margin-top: 9.5vh;
    margin-bottom: 9.5vh;
    line-height: 1.2;
}
.side-menu__menu li {
    margin-top: 10px;
}
.side-menu__menu li:first-child {
    margin-top: 0;
}
.side-menu__menu li.active > a,
.side-menu__menu li > a:focus,
.side-menu__menu li > a:hover {
    color: #7c838b;
    text-decoration: underline;
}
.side-menu__menu a {
    color: inherit;
    text-decoration: none;
}
.side-menu__address {
    margin-top: 9.5vh;
    margin-bottom: 9.5vh;
    line-height: 1.875;
    font-style: normal;
}
.side-menu__address a {
    color: inherit;
}
.side-menu__address .social-btns a {
    font-size: 20px;
}
.side-menu .s-btns {
    margin-top: 30px;
}
.sidebar {
    position: relative;
    min-height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 3;
}
.steps {
    counter-reset: step-num;
}
.steps .__inner {
    margin-bottom: -40px;
}
.steps .__item {
    position: relative;
    width: 100%;
}
.steps .__item .__title {
    margin-bottom: 15px;
}
.steps .__item p {
    margin-top: 15px;
    margin-bottom: 15px;
}
.steps--s1 .__item {
    margin-bottom: 40px;
    text-align: center;
}
.steps--s1 .__item .__num {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 120px;
    background-color: #f6f8fb;
    border: 2px solid #eef4f9;
    line-height: 116px;
    font-size: 4rem;
    font-weight: 700;
    font-family: Quicksand, sans-serif;
    color: #056eb9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.steps--s1 .__item .__num:before {
    display: inline;
    counter-increment: step-num;
    content: counter(step-num, decimal-leading-zero);
}
.steps--s1 .__item .__num .__ico {
    position: absolute;
    top: -5px;
    right: -10px;
    width: 40px;
    height: 40px;
    background-color: #44c380;
    line-height: 40px;
    font-size: 1.8rem;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.steps--s2 .tab-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-bottom: 20px;
}
.steps--s2 .tab-nav__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-left: 15px;
    padding: 0;
    border-color: transparent;
    font-weight: 700;
    text-align: left;
    color: #333;
}
.steps--s2 .tab-nav__item.active {
    border-color: #056eb9;
    color: #056eb9;
}
.steps--s2 .tab-nav__link {
    display: inline-block;
    padding: 10px 0;
    border-bottom: 2px solid;
    border-color: inherit;
    color: inherit;
}
.steps--s2 .tab-nav__link:before {
    display: inline;
    counter-increment: step-num;
    content: counter(step-num, decimal-leading-zero) ". ";
}
.steps--s2 .__item {
    padding: 25px 15px;
    background-color: #fff;
}
.steps--s3 .__item {
    margin-bottom: 40px;
}
.steps--s3 .__item .__num {
    position: absolute;
    top: 95px;
    left: 4%;
    width: 1em;
    line-height: 1;
    font-size: 10rem;
    font-weight: 700;
    font-family: Quicksand, sans-serif;
    color: #eef4f9;
    z-index: -1;
}
.steps--s3 .__item .__num:before {
    display: inline;
    counter-increment: step-num;
    content: counter(step-num, decimal-leading-zero);
}
.subscribe-block {
    position: relative;
    padding: 40px 0;
    background: -o-linear-gradient(0deg, #6b5392 0, #6b5392 18%, #1165b2 60%, #00a4d4 100%);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #6b5392),
        color-stop(18%, #6b5392),
        color-stop(60%, #1165b2),
        to(#00a4d4)
    );
    background: -o-linear-gradient(left, #6b5392 0, #6b5392 18%, #1165b2 60%, #00a4d4 100%);
    background: linear-gradient(90deg, #6b5392 0, #6b5392 18%, #1165b2 60%, #00a4d4 100%);
}
.subscribe-block--rounded {
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.subscribe-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: url(../img/subscribe-block_bg.svg) center right 10%/222px 222px no-repeat;
}
.team--s1 .__soc-btns,
.team--s2 .__soc-btns {
    margin-top: 20px;
    line-height: 1;
}
.team--s1 .__soc-btns a,
.team--s2 .__soc-btns a {
    margin-left: 20px;
    font-size: 2rem;
    color: #3e3e3e;
}
.team--s1 .__soc-btns a:first-child,
.team--s2 .__soc-btns a:first-child {
    margin-left: 0;
}
.team--s1 .__soc-btns a:focus,
.team--s1 .__soc-btns a:hover,
.team--s2 .__soc-btns a:focus,
.team--s2 .__soc-btns a:hover {
    color: #aaa;
}
.team .__inner {
    margin-bottom: -50px;
}
.team .__item {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
.team .__image {
    position: relative;
    margin: auto;
    overflow: hidden;
}
.team .__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
}
.team .__content {
    padding-top: 25px;
    line-height: 1.2;
    color: #888;
}
.team .__name {
    margin-bottom: 5px;
}
.team .__position {
    font-size: 1.6rem;
}
.team .__soc-btns a {
    display: inline-block;
    vertical-align: top;
    width: 1em;
    text-decoration: none;
    -webkit-transition:
        background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
    -o-transition:
        background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
    transition:
        background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
}
.team--s1 .__image {
    line-height: 200px;
}
.team--s1 .__content {
    margin-top: -5px;
}
.team--s2 .__item:hover .__image img {
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
}
.team--s2 .__image {
    height: 0;
    padding-top: 108.10811%;
}
.team--s2 .__image--rounded {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.team--s2 .__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition:
        opacity 0.2s,
        -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition:
        opacity 0.2s,
        -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition:
        transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        opacity 0.2s;
    transition:
        transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        opacity 0.2s;
    transition:
        transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        opacity 0.2s,
        -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.team--s3 .__image {
    display: inline-block;
    vertical-align: top;
    overflow: visible;
}
.team--s3 .__image img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.team--s3 .__soc-btns a {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.5rem;
    color: #fff;
}
.team--s3 .__soc-btns .fontello-linkedin {
    background-color: #0e76a8;
}
.team--s3 .__soc-btns .fontello-facebook {
    background-color: #3b5998;
}
.team--s3 .__soc-btns .fontello-gplus {
    background-color: #dd4b39;
}
.video-box {
    text-align: center;
}
.video-box .__image {
    position: relative;
    width: 100%;
    height: 0;
    min-height: 220px;
    margin: auto;
    overflow: hidden;
}
.video-box .__image--rounded {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.video-box .__image--rounded .btn-play-link {
    -webkit-border-radius: inherit;
    border-radius: inherit;
}
.video-box .__image .btn-play-link,
.video-box .__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-box .__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
}
.video-box .__image .btn-play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.video-box--s2 .__image {
    padding-top: 66.88312%;
}
.btn-play-link {
    display: inline-block;
    vertical-align: top;
}
.btn-play-link:hover .btn-play {
    background-color: #2d3a49;
}
.btn-play {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    background-color: #056eb9;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition:
        background-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
    -o-transition:
        background-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
    transition:
        background-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
}
.btn-play:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 7px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 15px;
    border-color: transparent transparent transparent #fff;
}
@media only screen and (min-width: 561px) {
    #btn-to-top-wrap {
        right: 25px;
        bottom: 25px;
    }
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.5rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.5rem !important;
    }
    .m-sm-2 {
        margin: 1rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 1rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 1rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 1rem !important;
    }
    .m-sm-3 {
        margin: 1.5rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1.5rem !important;
    }
    .m-sm-4 {
        margin: 2rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 2rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 2rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 2rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 2rem !important;
    }
    .m-sm-5 {
        margin: 2.5rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 2.5rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 2.5rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 2.5rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 2.5rem !important;
    }
    .m-sm-6 {
        margin: 3rem !important;
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 3rem !important;
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 3rem !important;
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 3rem !important;
    }
    .m-sm-7 {
        margin: 3.5rem !important;
    }
    .mt-sm-7,
    .my-sm-7 {
        margin-top: 3.5rem !important;
    }
    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 3.5rem !important;
    }
    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 3.5rem !important;
    }
    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 3.5rem !important;
    }
    .m-sm-8 {
        margin: 4rem !important;
    }
    .mt-sm-8,
    .my-sm-8 {
        margin-top: 4rem !important;
    }
    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 4rem !important;
    }
    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 4rem !important;
    }
    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 4rem !important;
    }
    .m-sm-9 {
        margin: 4.5rem !important;
    }
    .mt-sm-9,
    .my-sm-9 {
        margin-top: 4.5rem !important;
    }
    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 4.5rem !important;
    }
    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 4.5rem !important;
    }
    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 4.5rem !important;
    }
    .m-sm-10 {
        margin: 5rem !important;
    }
    .mt-sm-10,
    .my-sm-10 {
        margin-top: 5rem !important;
    }
    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 5rem !important;
    }
    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 5rem !important;
    }
    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 5rem !important;
    }
    .m-sm-11 {
        margin: 5.5rem !important;
    }
    .mt-sm-11,
    .my-sm-11 {
        margin-top: 5.5rem !important;
    }
    .mr-sm-11,
    .mx-sm-11 {
        margin-right: 5.5rem !important;
    }
    .mb-sm-11,
    .my-sm-11 {
        margin-bottom: 5.5rem !important;
    }
    .ml-sm-11,
    .mx-sm-11 {
        margin-left: 5.5rem !important;
    }
    .m-sm-12 {
        margin: 6rem !important;
    }
    .mt-sm-12,
    .my-sm-12 {
        margin-top: 6rem !important;
    }
    .mr-sm-12,
    .mx-sm-12 {
        margin-right: 6rem !important;
    }
    .mb-sm-12,
    .my-sm-12 {
        margin-bottom: 6rem !important;
    }
    .ml-sm-12,
    .mx-sm-12 {
        margin-left: 6rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.5rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.5rem !important;
    }
    .p-sm-2 {
        padding: 1rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 1rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 1rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 1rem !important;
    }
    .p-sm-3 {
        padding: 1.5rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1.5rem !important;
    }
    .p-sm-4 {
        padding: 2rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 2rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 2rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 2rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 2rem !important;
    }
    .p-sm-5 {
        padding: 2.5rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 2.5rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 2.5rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 2.5rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 2.5rem !important;
    }
    .p-sm-6 {
        padding: 3rem !important;
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 3rem !important;
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 3rem !important;
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 3rem !important;
    }
    .p-sm-7 {
        padding: 3.5rem !important;
    }
    .pt-sm-7,
    .py-sm-7 {
        padding-top: 3.5rem !important;
    }
    .pr-sm-7,
    .px-sm-7 {
        padding-right: 3.5rem !important;
    }
    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 3.5rem !important;
    }
    .pl-sm-7,
    .px-sm-7 {
        padding-left: 3.5rem !important;
    }
    .p-sm-8 {
        padding: 4rem !important;
    }
    .pt-sm-8,
    .py-sm-8 {
        padding-top: 4rem !important;
    }
    .pr-sm-8,
    .px-sm-8 {
        padding-right: 4rem !important;
    }
    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 4rem !important;
    }
    .pl-sm-8,
    .px-sm-8 {
        padding-left: 4rem !important;
    }
    .p-sm-9 {
        padding: 4.5rem !important;
    }
    .pt-sm-9,
    .py-sm-9 {
        padding-top: 4.5rem !important;
    }
    .pr-sm-9,
    .px-sm-9 {
        padding-right: 4.5rem !important;
    }
    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 4.5rem !important;
    }
    .pl-sm-9,
    .px-sm-9 {
        padding-left: 4.5rem !important;
    }
    .p-sm-10 {
        padding: 5rem !important;
    }
    .pt-sm-10,
    .py-sm-10 {
        padding-top: 5rem !important;
    }
    .pr-sm-10,
    .px-sm-10 {
        padding-right: 5rem !important;
    }
    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 5rem !important;
    }
    .pl-sm-10,
    .px-sm-10 {
        padding-left: 5rem !important;
    }
    .p-sm-11 {
        padding: 5.5rem !important;
    }
    .pt-sm-11,
    .py-sm-11 {
        padding-top: 5.5rem !important;
    }
    .pr-sm-11,
    .px-sm-11 {
        padding-right: 5.5rem !important;
    }
    .pb-sm-11,
    .py-sm-11 {
        padding-bottom: 5.5rem !important;
    }
    .pl-sm-11,
    .px-sm-11 {
        padding-left: 5.5rem !important;
    }
    .p-sm-12 {
        padding: 6rem !important;
    }
    .pt-sm-12,
    .py-sm-12 {
        padding-top: 6rem !important;
    }
    .pr-sm-12,
    .px-sm-12 {
        padding-right: 6rem !important;
    }
    .pb-sm-12,
    .py-sm-12 {
        padding-bottom: 6rem !important;
    }
    .pl-sm-12,
    .px-sm-12 {
        padding-left: 6rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
    .pull-sm-0 {
        right: auto;
    }
    .pull-sm-1 {
        right: 8.33333%;
    }
    .pull-sm-2 {
        right: 16.66667%;
    }
    .pull-sm-3 {
        right: 25%;
    }
    .pull-sm-4 {
        right: 33.33333%;
    }
    .pull-sm-5 {
        right: 41.66667%;
    }
    .pull-sm-6 {
        right: 50%;
    }
    .pull-sm-7 {
        right: 58.33333%;
    }
    .pull-sm-8 {
        right: 66.66667%;
    }
    .pull-sm-9 {
        right: 75%;
    }
    .pull-sm-10 {
        right: 83.33333%;
    }
    .pull-sm-11 {
        right: 91.66667%;
    }
    .pull-sm-12 {
        right: 100%;
    }
    .push-sm-0 {
        left: auto;
    }
    .push-sm-1 {
        left: 8.33333%;
    }
    .push-sm-2 {
        left: 16.66667%;
    }
    .push-sm-3 {
        left: 25%;
    }
    .push-sm-4 {
        left: 33.33333%;
    }
    .push-sm-5 {
        left: 41.66667%;
    }
    .push-sm-6 {
        left: 50%;
    }
    .push-sm-7 {
        left: 58.33333%;
    }
    .push-sm-8 {
        left: 66.66667%;
    }
    .push-sm-9 {
        left: 75%;
    }
    .push-sm-10 {
        left: 83.33333%;
    }
    .push-sm-11 {
        left: 91.66667%;
    }
    .push-sm-12 {
        left: 100%;
    }
    .accordion-toggler {
        padding: 30px 45px 30px 0;
    }
    .accordion-content__inner {
        padding-bottom: 30px;
    }
    .counter--s3 .__count {
        font-size: 10rem;
    }
    .pagination {
        margin: -5px -10px;
    }
    .pagination .page-item {
        margin: 5px 10px;
    }
    .authorization .site-logo {
        margin-bottom: 40px;
    }
    .authorization__form {
        padding: 60px 30px;
    }
    .company-contacts--s2 .__phone {
        font-size: 5rem;
    }
    .compare-table .__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .compare-table .__item .__header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .compare-table .__item .__body {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .compare-table .__item .__footer {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .feature--s2 .__item {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 50px;
    }
    .posts .__item--preview {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .posts .__item--preview .__header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .posts .__item--preview .__body {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .posts .__item--preview .__footer {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .pricing-table .__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .pricing-table .__item .__header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .pricing-table .__item .__body {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .pricing-table .__item .__footer {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .projects--s1 .__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .projects--s1 .__item .__header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .projects--s1 .__item .__body {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .projects--s1 .__item .__footer {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .projects--s2-a .__item[data-x="2"][data-y="1"] .__image {
        padding-top: -webkit-calc(50% - 15px);
        padding-top: calc(50% - 15px);
    }
    .projects--s2-a .__item[data-x="1"][data-y="2"] .__image {
        padding-top: -webkit-calc(200% + 30px);
        padding-top: calc(200% + 30px);
    }
    .projects--s2-b .__item[data-x="2"][data-y="1"] .__image {
        padding-top: 50%;
    }
    .projects--s2-b .__item[data-x="1"][data-y="2"] .__image {
        padding-top: 200%;
    }
    .projects--s3-a .__item[data-x="2"][data-y="1"] .__image {
        padding-top: -webkit-calc(50% - 15px);
        padding-top: calc(50% - 15px);
    }
    .projects--s3-a .__item[data-x="1"][data-y="2"] .__image {
        padding-top: -webkit-calc(200% + 30px);
        padding-top: calc(200% + 30px);
    }
    .projects--s3-b .__item[data-x="2"][data-y="1"] .__image {
        padding-top: 50%;
    }
    .projects--s3-b .__item[data-x="1"][data-y="2"] .__image {
        padding-top: 200%;
    }
    .projects--s3 .__content {
        padding: 30px;
    }
    .review--s2.review--slider {
        margin-left: -webkit-calc((100% - 510px)/ 2);
        margin-left: calc((100% - 510px) / 2);
        margin-right: -webkit-calc((100% - 510px)/ 2);
        margin-right: calc((100% - 510px) / 2);
    }
    .review--s2 .review__item {
        padding: 35px 30px 40px;
    }
    .review--s3.review--slider {
        margin-right: -55%;
    }
    .review--s3.review--slider .slick-slide:not(.slick-current) .review__item {
        margin-top: 50px;
        margin-bottom: 50px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .review--s3 .review__item {
        padding: 60px 30px;
    }
    .review--s4.review--slider {
        margin-left: -webkit-calc((100% - 510px)/ 2);
        margin-left: calc((100% - 510px) / 2);
        margin-right: -10%;
    }
    .review--s4 .review__item {
        padding: 30px;
    }
    .steps--s2 .tab-nav__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .steps--s2 .__item {
        padding: 25px 30px;
    }
    .subscribe-block {
        padding: 50px 0;
    }
    .subscribe-block--rounded {
        -webkit-border-radius: 30px;
        border-radius: 30px;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.5rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.5rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.5rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.5rem !important;
    }
    .m-md-2 {
        margin: 1rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 1rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 1rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 1rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 1rem !important;
    }
    .m-md-3 {
        margin: 1.5rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1.5rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1.5rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1.5rem !important;
    }
    .m-md-4 {
        margin: 2rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 2rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 2rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 2rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 2rem !important;
    }
    .m-md-5 {
        margin: 2.5rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 2.5rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 2.5rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 2.5rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 2.5rem !important;
    }
    .m-md-6 {
        margin: 3rem !important;
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 3rem !important;
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 3rem !important;
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 3rem !important;
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 3rem !important;
    }
    .m-md-7 {
        margin: 3.5rem !important;
    }
    .mt-md-7,
    .my-md-7 {
        margin-top: 3.5rem !important;
    }
    .mr-md-7,
    .mx-md-7 {
        margin-right: 3.5rem !important;
    }
    .mb-md-7,
    .my-md-7 {
        margin-bottom: 3.5rem !important;
    }
    .ml-md-7,
    .mx-md-7 {
        margin-left: 3.5rem !important;
    }
    .m-md-8 {
        margin: 4rem !important;
    }
    .mt-md-8,
    .my-md-8 {
        margin-top: 4rem !important;
    }
    .mr-md-8,
    .mx-md-8 {
        margin-right: 4rem !important;
    }
    .mb-md-8,
    .my-md-8 {
        margin-bottom: 4rem !important;
    }
    .ml-md-8,
    .mx-md-8 {
        margin-left: 4rem !important;
    }
    .m-md-9 {
        margin: 4.5rem !important;
    }
    .mt-md-9,
    .my-md-9 {
        margin-top: 4.5rem !important;
    }
    .mr-md-9,
    .mx-md-9 {
        margin-right: 4.5rem !important;
    }
    .mb-md-9,
    .my-md-9 {
        margin-bottom: 4.5rem !important;
    }
    .ml-md-9,
    .mx-md-9 {
        margin-left: 4.5rem !important;
    }
    .m-md-10 {
        margin: 5rem !important;
    }
    .mt-md-10,
    .my-md-10 {
        margin-top: 5rem !important;
    }
    .mr-md-10,
    .mx-md-10 {
        margin-right: 5rem !important;
    }
    .mb-md-10,
    .my-md-10 {
        margin-bottom: 5rem !important;
    }
    .ml-md-10,
    .mx-md-10 {
        margin-left: 5rem !important;
    }
    .m-md-11 {
        margin: 5.5rem !important;
    }
    .mt-md-11,
    .my-md-11 {
        margin-top: 5.5rem !important;
    }
    .mr-md-11,
    .mx-md-11 {
        margin-right: 5.5rem !important;
    }
    .mb-md-11,
    .my-md-11 {
        margin-bottom: 5.5rem !important;
    }
    .ml-md-11,
    .mx-md-11 {
        margin-left: 5.5rem !important;
    }
    .m-md-12 {
        margin: 6rem !important;
    }
    .mt-md-12,
    .my-md-12 {
        margin-top: 6rem !important;
    }
    .mr-md-12,
    .mx-md-12 {
        margin-right: 6rem !important;
    }
    .mb-md-12,
    .my-md-12 {
        margin-bottom: 6rem !important;
    }
    .ml-md-12,
    .mx-md-12 {
        margin-left: 6rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.5rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.5rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.5rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.5rem !important;
    }
    .p-md-2 {
        padding: 1rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 1rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 1rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 1rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 1rem !important;
    }
    .p-md-3 {
        padding: 1.5rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1.5rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1.5rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1.5rem !important;
    }
    .p-md-4 {
        padding: 2rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 2rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 2rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 2rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 2rem !important;
    }
    .p-md-5 {
        padding: 2.5rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 2.5rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 2.5rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 2.5rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 2.5rem !important;
    }
    .p-md-6 {
        padding: 3rem !important;
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 3rem !important;
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 3rem !important;
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 3rem !important;
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 3rem !important;
    }
    .p-md-7 {
        padding: 3.5rem !important;
    }
    .pt-md-7,
    .py-md-7 {
        padding-top: 3.5rem !important;
    }
    .pr-md-7,
    .px-md-7 {
        padding-right: 3.5rem !important;
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 3.5rem !important;
    }
    .pl-md-7,
    .px-md-7 {
        padding-left: 3.5rem !important;
    }
    .p-md-8 {
        padding: 4rem !important;
    }
    .pt-md-8,
    .py-md-8 {
        padding-top: 4rem !important;
    }
    .pr-md-8,
    .px-md-8 {
        padding-right: 4rem !important;
    }
    .pb-md-8,
    .py-md-8 {
        padding-bottom: 4rem !important;
    }
    .pl-md-8,
    .px-md-8 {
        padding-left: 4rem !important;
    }
    .p-md-9 {
        padding: 4.5rem !important;
    }
    .pt-md-9,
    .py-md-9 {
        padding-top: 4.5rem !important;
    }
    .pr-md-9,
    .px-md-9 {
        padding-right: 4.5rem !important;
    }
    .pb-md-9,
    .py-md-9 {
        padding-bottom: 4.5rem !important;
    }
    .pl-md-9,
    .px-md-9 {
        padding-left: 4.5rem !important;
    }
    .p-md-10 {
        padding: 5rem !important;
    }
    .pt-md-10,
    .py-md-10 {
        padding-top: 5rem !important;
    }
    .pr-md-10,
    .px-md-10 {
        padding-right: 5rem !important;
    }
    .pb-md-10,
    .py-md-10 {
        padding-bottom: 5rem !important;
    }
    .pl-md-10,
    .px-md-10 {
        padding-left: 5rem !important;
    }
    .p-md-11 {
        padding: 5.5rem !important;
    }
    .pt-md-11,
    .py-md-11 {
        padding-top: 5.5rem !important;
    }
    .pr-md-11,
    .px-md-11 {
        padding-right: 5.5rem !important;
    }
    .pb-md-11,
    .py-md-11 {
        padding-bottom: 5.5rem !important;
    }
    .pl-md-11,
    .px-md-11 {
        padding-left: 5.5rem !important;
    }
    .p-md-12 {
        padding: 6rem !important;
    }
    .pt-md-12,
    .py-md-12 {
        padding-top: 6rem !important;
    }
    .pr-md-12,
    .px-md-12 {
        padding-right: 6rem !important;
    }
    .pb-md-12,
    .py-md-12 {
        padding-bottom: 6rem !important;
    }
    .pl-md-12,
    .px-md-12 {
        padding-left: 6rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
    .pull-md-0 {
        right: auto;
    }
    .pull-md-1 {
        right: 8.33333%;
    }
    .pull-md-2 {
        right: 16.66667%;
    }
    .pull-md-3 {
        right: 25%;
    }
    .pull-md-4 {
        right: 33.33333%;
    }
    .pull-md-5 {
        right: 41.66667%;
    }
    .pull-md-6 {
        right: 50%;
    }
    .pull-md-7 {
        right: 58.33333%;
    }
    .pull-md-8 {
        right: 66.66667%;
    }
    .pull-md-9 {
        right: 75%;
    }
    .pull-md-10 {
        right: 83.33333%;
    }
    .pull-md-11 {
        right: 91.66667%;
    }
    .pull-md-12 {
        right: 100%;
    }
    .push-md-0 {
        left: auto;
    }
    .push-md-1 {
        left: 8.33333%;
    }
    .push-md-2 {
        left: 16.66667%;
    }
    .push-md-3 {
        left: 25%;
    }
    .push-md-4 {
        left: 33.33333%;
    }
    .push-md-5 {
        left: 41.66667%;
    }
    .push-md-6 {
        left: 50%;
    }
    .push-md-7 {
        left: 58.33333%;
    }
    .push-md-8 {
        left: 66.66667%;
    }
    .push-md-9 {
        left: 75%;
    }
    .push-md-10 {
        left: 83.33333%;
    }
    .push-md-11 {
        left: 91.66667%;
    }
    .push-md-12 {
        left: 100%;
    }
    .section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .content-container .blockquot {
        padding-left: 30px;
        line-height: 1.8;
    }
    .info-block--s1 .image-container {
        position: absolute;
        top: 50%;
        right: 10%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .pricing-table--s2 .__item--active {
        margin-bottom: 30px;
        padding-bottom: 80px;
    }
    .pricing-table--s2 .__item--active .__header {
        padding-bottom: 20px;
    }
    .pricing-table--s2 .__item:not(.__item--active) {
        margin-top: 20px;
    }
    .projects--s4 .__content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .review--s1.review--slider .slick-slider {
        padding-left: 65px;
        padding-right: 65px;
    }
    .review--s1 .review__item {
        padding-left: 150px;
    }
    .review--s1 .review__item__author-image {
        float: left;
        margin-left: -150px;
        margin-bottom: 0;
    }
    .review--s2.review--slider {
        margin-left: -webkit-calc((100% - 690px)/ 2);
        margin-left: calc((100% - 690px) / 2);
        margin-right: -5%;
    }
    .review--s3.review--slider {
        margin-right: -85%;
    }
    .review--s4.review--slider {
        margin-left: -webkit-calc((100% - 690px)/ 2);
        margin-left: calc((100% - 690px) / 2);
    }
    .review--s4 .review__item {
        padding: 30px 40px;
    }
    .section:not(.section--no-pb) .services--s2:last-child {
        margin-bottom: -150px;
    }
    .services--s6 .__item {
        padding: 50px 30px;
    }
    .steps--s2 .tab-nav {
        margin-bottom: 40px;
    }
    .steps--s2 .__item {
        padding: 30px 40px;
    }
    .steps--s3 .__item {
        padding-left: 18%;
    }
    .subscribe-block {
        padding: 80px 0;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.5rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.5rem !important;
    }
    .m-lg-2 {
        margin: 1rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 1rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 1rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 1rem !important;
    }
    .m-lg-3 {
        margin: 1.5rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1.5rem !important;
    }
    .m-lg-4 {
        margin: 2rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 2rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 2rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 2rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 2rem !important;
    }
    .m-lg-5 {
        margin: 2.5rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 2.5rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 2.5rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 2.5rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 2.5rem !important;
    }
    .m-lg-6 {
        margin: 3rem !important;
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 3rem !important;
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 3rem !important;
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 3rem !important;
    }
    .m-lg-7 {
        margin: 3.5rem !important;
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 3.5rem !important;
    }
    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 3.5rem !important;
    }
    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 3.5rem !important;
    }
    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 3.5rem !important;
    }
    .m-lg-8 {
        margin: 4rem !important;
    }
    .mt-lg-8,
    .my-lg-8 {
        margin-top: 4rem !important;
    }
    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 4rem !important;
    }
    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 4rem !important;
    }
    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 4rem !important;
    }
    .m-lg-9 {
        margin: 4.5rem !important;
    }
    .mt-lg-9,
    .my-lg-9 {
        margin-top: 4.5rem !important;
    }
    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 4.5rem !important;
    }
    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 4.5rem !important;
    }
    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 4.5rem !important;
    }
    .m-lg-10 {
        margin: 5rem !important;
    }
    .mt-lg-10,
    .my-lg-10 {
        margin-top: 5rem !important;
    }
    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 5rem !important;
    }
    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 5rem !important;
    }
    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 5rem !important;
    }
    .m-lg-11 {
        margin: 5.5rem !important;
    }
    .mt-lg-11,
    .my-lg-11 {
        margin-top: 5.5rem !important;
    }
    .mr-lg-11,
    .mx-lg-11 {
        margin-right: 5.5rem !important;
    }
    .mb-lg-11,
    .my-lg-11 {
        margin-bottom: 5.5rem !important;
    }
    .ml-lg-11,
    .mx-lg-11 {
        margin-left: 5.5rem !important;
    }
    .m-lg-12 {
        margin: 6rem !important;
    }
    .mt-lg-12,
    .my-lg-12 {
        margin-top: 6rem !important;
    }
    .mr-lg-12,
    .mx-lg-12 {
        margin-right: 6rem !important;
    }
    .mb-lg-12,
    .my-lg-12 {
        margin-bottom: 6rem !important;
    }
    .ml-lg-12,
    .mx-lg-12 {
        margin-left: 6rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.5rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.5rem !important;
    }
    .p-lg-2 {
        padding: 1rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 1rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 1rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 1rem !important;
    }
    .p-lg-3 {
        padding: 1.5rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1.5rem !important;
    }
    .p-lg-4 {
        padding: 2rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 2rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 2rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 2rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 2rem !important;
    }
    .p-lg-5 {
        padding: 2.5rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 2.5rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 2.5rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 2.5rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 2.5rem !important;
    }
    .p-lg-6 {
        padding: 3rem !important;
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 3rem !important;
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 3rem !important;
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 3rem !important;
    }
    .p-lg-7 {
        padding: 3.5rem !important;
    }
    .pt-lg-7,
    .py-lg-7 {
        padding-top: 3.5rem !important;
    }
    .pr-lg-7,
    .px-lg-7 {
        padding-right: 3.5rem !important;
    }
    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 3.5rem !important;
    }
    .pl-lg-7,
    .px-lg-7 {
        padding-left: 3.5rem !important;
    }
    .p-lg-8 {
        padding: 4rem !important;
    }
    .pt-lg-8,
    .py-lg-8 {
        padding-top: 4rem !important;
    }
    .pr-lg-8,
    .px-lg-8 {
        padding-right: 4rem !important;
    }
    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 4rem !important;
    }
    .pl-lg-8,
    .px-lg-8 {
        padding-left: 4rem !important;
    }
    .p-lg-9 {
        padding: 4.5rem !important;
    }
    .pt-lg-9,
    .py-lg-9 {
        padding-top: 4.5rem !important;
    }
    .pr-lg-9,
    .px-lg-9 {
        padding-right: 4.5rem !important;
    }
    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 4.5rem !important;
    }
    .pl-lg-9,
    .px-lg-9 {
        padding-left: 4.5rem !important;
    }
    .p-lg-10 {
        padding: 5rem !important;
    }
    .pt-lg-10,
    .py-lg-10 {
        padding-top: 5rem !important;
    }
    .pr-lg-10,
    .px-lg-10 {
        padding-right: 5rem !important;
    }
    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 5rem !important;
    }
    .pl-lg-10,
    .px-lg-10 {
        padding-left: 5rem !important;
    }
    .p-lg-11 {
        padding: 5.5rem !important;
    }
    .pt-lg-11,
    .py-lg-11 {
        padding-top: 5.5rem !important;
    }
    .pr-lg-11,
    .px-lg-11 {
        padding-right: 5.5rem !important;
    }
    .pb-lg-11,
    .py-lg-11 {
        padding-bottom: 5.5rem !important;
    }
    .pl-lg-11,
    .px-lg-11 {
        padding-left: 5.5rem !important;
    }
    .p-lg-12 {
        padding: 6rem !important;
    }
    .pt-lg-12,
    .py-lg-12 {
        padding-top: 6rem !important;
    }
    .pr-lg-12,
    .px-lg-12 {
        padding-right: 6rem !important;
    }
    .pb-lg-12,
    .py-lg-12 {
        padding-bottom: 6rem !important;
    }
    .pl-lg-12,
    .px-lg-12 {
        padding-left: 6rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
    .pull-lg-0 {
        right: auto;
    }
    .pull-lg-1 {
        right: 8.33333%;
    }
    .pull-lg-2 {
        right: 16.66667%;
    }
    .pull-lg-3 {
        right: 25%;
    }
    .pull-lg-4 {
        right: 33.33333%;
    }
    .pull-lg-5 {
        right: 41.66667%;
    }
    .pull-lg-6 {
        right: 50%;
    }
    .pull-lg-7 {
        right: 58.33333%;
    }
    .pull-lg-8 {
        right: 66.66667%;
    }
    .pull-lg-9 {
        right: 75%;
    }
    .pull-lg-10 {
        right: 83.33333%;
    }
    .pull-lg-11 {
        right: 91.66667%;
    }
    .pull-lg-12 {
        right: 100%;
    }
    .push-lg-0 {
        left: auto;
    }
    .push-lg-1 {
        left: 8.33333%;
    }
    .push-lg-2 {
        left: 16.66667%;
    }
    .push-lg-3 {
        left: 25%;
    }
    .push-lg-4 {
        left: 33.33333%;
    }
    .push-lg-5 {
        left: 41.66667%;
    }
    .push-lg-6 {
        left: 50%;
    }
    .push-lg-7 {
        left: 58.33333%;
    }
    .push-lg-8 {
        left: 66.66667%;
    }
    .push-lg-9 {
        left: 75%;
    }
    .push-lg-10 {
        left: 83.33333%;
    }
    .push-lg-11 {
        left: 91.66667%;
    }
    .push-lg-12 {
        left: 100%;
    }
    .section {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .comments-list ul {
        padding-left: 50px;
    }
    .review--s2.review--slider {
        margin-left: -webkit-calc((100% - 930px)/ 2);
        margin-left: calc((100% - 930px) / 2);
    }
    .review--s4.review--slider {
        margin-left: -webkit-calc((100% - 930px)/ 2);
        margin-left: calc((100% - 930px) / 2);
    }
    .review--s4.review--slider .slick-current + .slick-active .review__item {
        opacity: 1;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
    .section:not(.section--no-pb) .services--s2:last-child {
        margin-bottom: -200px;
    }
    .services--s2 .col:nth-of-type(even):before,
    .services--s2 [class*="col-"]:nth-of-type(even):before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 40px;
        width: 1px;
        background: #eef4f9;
    }
    .services--s2 .col:nth-of-type(even) .__item,
    .services--s2 [class*="col-"]:nth-of-type(even) .__item {
        margin-left: auto;
    }
    .services--s2 .__item {
        max-width: 430px;
    }
    .services--s2 .__ico {
        margin-bottom: 0;
    }
    .steps--s2 .tab-nav {
        margin-left: -20px;
    }
    .steps--s2 .tab-nav__item {
        margin-left: 20px;
    }
    .steps--s2 .__item {
        padding: 50px 60px;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.5rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.5rem !important;
    }
    .m-xl-2 {
        margin: 1rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 1rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 1rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 1rem !important;
    }
    .m-xl-3 {
        margin: 1.5rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1.5rem !important;
    }
    .m-xl-4 {
        margin: 2rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 2rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 2rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 2rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 2rem !important;
    }
    .m-xl-5 {
        margin: 2.5rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 2.5rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 2.5rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 2.5rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 2.5rem !important;
    }
    .m-xl-6 {
        margin: 3rem !important;
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 3rem !important;
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 3rem !important;
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 3rem !important;
    }
    .m-xl-7 {
        margin: 3.5rem !important;
    }
    .mt-xl-7,
    .my-xl-7 {
        margin-top: 3.5rem !important;
    }
    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 3.5rem !important;
    }
    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 3.5rem !important;
    }
    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 3.5rem !important;
    }
    .m-xl-8 {
        margin: 4rem !important;
    }
    .mt-xl-8,
    .my-xl-8 {
        margin-top: 4rem !important;
    }
    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 4rem !important;
    }
    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 4rem !important;
    }
    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 4rem !important;
    }
    .m-xl-9 {
        margin: 4.5rem !important;
    }
    .mt-xl-9,
    .my-xl-9 {
        margin-top: 4.5rem !important;
    }
    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 4.5rem !important;
    }
    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 4.5rem !important;
    }
    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 4.5rem !important;
    }
    .m-xl-10 {
        margin: 5rem !important;
    }
    .mt-xl-10,
    .my-xl-10 {
        margin-top: 5rem !important;
    }
    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 5rem !important;
    }
    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 5rem !important;
    }
    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 5rem !important;
    }
    .m-xl-11 {
        margin: 5.5rem !important;
    }
    .mt-xl-11,
    .my-xl-11 {
        margin-top: 5.5rem !important;
    }
    .mr-xl-11,
    .mx-xl-11 {
        margin-right: 5.5rem !important;
    }
    .mb-xl-11,
    .my-xl-11 {
        margin-bottom: 5.5rem !important;
    }
    .ml-xl-11,
    .mx-xl-11 {
        margin-left: 5.5rem !important;
    }
    .m-xl-12 {
        margin: 6rem !important;
    }
    .mt-xl-12,
    .my-xl-12 {
        margin-top: 6rem !important;
    }
    .mr-xl-12,
    .mx-xl-12 {
        margin-right: 6rem !important;
    }
    .mb-xl-12,
    .my-xl-12 {
        margin-bottom: 6rem !important;
    }
    .ml-xl-12,
    .mx-xl-12 {
        margin-left: 6rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.5rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.5rem !important;
    }
    .p-xl-2 {
        padding: 1rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 1rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 1rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 1rem !important;
    }
    .p-xl-3 {
        padding: 1.5rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1.5rem !important;
    }
    .p-xl-4 {
        padding: 2rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 2rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 2rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 2rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 2rem !important;
    }
    .p-xl-5 {
        padding: 2.5rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 2.5rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 2.5rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 2.5rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 2.5rem !important;
    }
    .p-xl-6 {
        padding: 3rem !important;
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 3rem !important;
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 3rem !important;
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 3rem !important;
    }
    .p-xl-7 {
        padding: 3.5rem !important;
    }
    .pt-xl-7,
    .py-xl-7 {
        padding-top: 3.5rem !important;
    }
    .pr-xl-7,
    .px-xl-7 {
        padding-right: 3.5rem !important;
    }
    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 3.5rem !important;
    }
    .pl-xl-7,
    .px-xl-7 {
        padding-left: 3.5rem !important;
    }
    .p-xl-8 {
        padding: 4rem !important;
    }
    .pt-xl-8,
    .py-xl-8 {
        padding-top: 4rem !important;
    }
    .pr-xl-8,
    .px-xl-8 {
        padding-right: 4rem !important;
    }
    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 4rem !important;
    }
    .pl-xl-8,
    .px-xl-8 {
        padding-left: 4rem !important;
    }
    .p-xl-9 {
        padding: 4.5rem !important;
    }
    .pt-xl-9,
    .py-xl-9 {
        padding-top: 4.5rem !important;
    }
    .pr-xl-9,
    .px-xl-9 {
        padding-right: 4.5rem !important;
    }
    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 4.5rem !important;
    }
    .pl-xl-9,
    .px-xl-9 {
        padding-left: 4.5rem !important;
    }
    .p-xl-10 {
        padding: 5rem !important;
    }
    .pt-xl-10,
    .py-xl-10 {
        padding-top: 5rem !important;
    }
    .pr-xl-10,
    .px-xl-10 {
        padding-right: 5rem !important;
    }
    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 5rem !important;
    }
    .pl-xl-10,
    .px-xl-10 {
        padding-left: 5rem !important;
    }
    .p-xl-11 {
        padding: 5.5rem !important;
    }
    .pt-xl-11,
    .py-xl-11 {
        padding-top: 5.5rem !important;
    }
    .pr-xl-11,
    .px-xl-11 {
        padding-right: 5.5rem !important;
    }
    .pb-xl-11,
    .py-xl-11 {
        padding-bottom: 5.5rem !important;
    }
    .pl-xl-11,
    .px-xl-11 {
        padding-left: 5.5rem !important;
    }
    .p-xl-12 {
        padding: 6rem !important;
    }
    .pt-xl-12,
    .py-xl-12 {
        padding-top: 6rem !important;
    }
    .pr-xl-12,
    .px-xl-12 {
        padding-right: 6rem !important;
    }
    .pb-xl-12,
    .py-xl-12 {
        padding-bottom: 6rem !important;
    }
    .pl-xl-12,
    .px-xl-12 {
        padding-left: 6rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
    .pull-xl-0 {
        right: auto;
    }
    .pull-xl-1 {
        right: 8.33333%;
    }
    .pull-xl-2 {
        right: 16.66667%;
    }
    .pull-xl-3 {
        right: 25%;
    }
    .pull-xl-4 {
        right: 33.33333%;
    }
    .pull-xl-5 {
        right: 41.66667%;
    }
    .pull-xl-6 {
        right: 50%;
    }
    .pull-xl-7 {
        right: 58.33333%;
    }
    .pull-xl-8 {
        right: 66.66667%;
    }
    .pull-xl-9 {
        right: 75%;
    }
    .pull-xl-10 {
        right: 83.33333%;
    }
    .pull-xl-11 {
        right: 91.66667%;
    }
    .pull-xl-12 {
        right: 100%;
    }
    .push-xl-0 {
        left: auto;
    }
    .push-xl-1 {
        left: 8.33333%;
    }
    .push-xl-2 {
        left: 16.66667%;
    }
    .push-xl-3 {
        left: 25%;
    }
    .push-xl-4 {
        left: 33.33333%;
    }
    .push-xl-5 {
        left: 41.66667%;
    }
    .push-xl-6 {
        left: 50%;
    }
    .push-xl-7 {
        left: 58.33333%;
    }
    .push-xl-8 {
        left: 66.66667%;
    }
    .push-xl-9 {
        left: 75%;
    }
    .push-xl-10 {
        left: 83.33333%;
    }
    .push-xl-11 {
        left: 91.66667%;
    }
    .push-xl-12 {
        left: 100%;
    }
    .comments-list ul {
        padding-left: 90px;
    }
    .review--s1.review--slider .slick-slider {
        padding-left: 85px;
        padding-right: 85px;
    }
    .review--s1 .review__item {
        padding-left: 200px;
    }
    .review--s1 .review__item__author-image {
        margin-left: -200px;
    }
    .review--s2.review--slider {
        margin-left: -webkit-calc((100% - 1140px)/ 2);
        margin-left: calc((100% - 1140px) / 2);
    }
    .review--s2 .review__item {
        padding: 45px 50px 50px;
    }
    .review--s3 .review__item {
        padding: 60px 50px;
    }
    .review--s4.review--slider {
        margin-left: -webkit-calc((100% - 1140px)/ 2);
        margin-left: calc((100% - 1140px) / 2);
    }
    .review--s4.review--slider .slick-current + .slick-active + .slick-active .review__item {
        opacity: 1;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
}
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: -webkit-calc(100% - 10px);
        max-width: calc(100% - 10px);
    }
}
@media screen and (prefers-reduced-motion: reduce) {
    .accordion-toggler i,
    .accordion-toggler i:after,
    .accordion-toggler i:before,
    .lazy[src] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .pagination .page-link,
    .share-btns a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .s-btns a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .store-btns a,
    .store-btns a svg,
    .tab-nav__item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    #btn-to-top,
    .brands-list .__image,
    .tab-content__item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .posts .__item--preview,
    .posts .__item--preview .__image img,
    .posts--s1 .__item--preview .__content {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .projects--s1 .__item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .projects--s2 .__content {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .projects--s3 .__content {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .projects--s4 .__item,
    .review--s3.review--slider .review__item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .review--s4.review--slider .review__item,
    .side-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .side-menu__button-close,
    .team .__soc-btns a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .btn-play,
    .team--s2 .__image img {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}


/* NEW CSS */

/* ================= MOBILE OPTIMIZATION ================= */

@media (max-width: 768px) {

  /* ===== SECTION SPACING ===== */
  section {
    padding: 30px 0 !important;
  }

  /* ===== TYPOGRAPHY ===== */
  h2 {
    font-size: 22px !important;
    line-height: 1.3 !important;
    text-align: center !important;
  }

  h3 {
    font-size: 16px !important;
  }

  p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    text-align: center !important;
  }

  .hero h1 {
  font-size: 28px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

.hero p {
  font-size: 15px !important;
  opacity: 0.9;
}

.hero .btn {
  margin-top: 10px !important;
}

  /* ===== CARDS ===== */
  .card,
  .plan,
  .testimonial,
  .faq-item,
  .form-box {
    padding: 16px !important;
    border-radius: 12px !important;
  }

  /* ===== BUTTONS ===== */
  .btn {
    width: 100% !important;
    text-align: center !important;
    padding: 14px !important;
    font-size: 14px !important;
  }

  /* ===== STATS ===== */
  .stats {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .stat-box {
    border-radius: 12px !important;
    padding: 12px !important;
    font-size: 13px !important;
  }

  /* ===== FAQ ===== */
  .faq-item {
    padding: 14px !important;
  }

  /* ===== IMAGES ===== */
  img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* ===== TEXT ALIGNMENT FIXES ===== */
  .text-left,
  .text-start {
    text-align: center !important;
  }

  /* ===== GRID FIX ===== */
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .col,
  [class*="col-"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* ===== REMOVE HOVER EFFECTS (mobile safe) ===== */
  .card:hover,
  .plan:hover,
  .btn:hover {
    transform: none !important;
    box-shadow: var(--shadow-soft) !important;
  }

}








.shake-btn {
	display: inline-block;
	animation: tiltShake 2s infinite ease-in-out;
}

@keyframes tiltShake {
	0% { transform: rotate(0deg); }
	25% { transform: rotate(-3deg); }
	50% { transform: rotate(3deg); }
	75% { transform: rotate(-2deg); }
	100% { transform: rotate(0deg); }
}

.hero-stats span {
	display: inline-block;
	margin: 10px 15px;
	padding: 8px 15px;
	background: #fff;
	border-radius: 20px;
	font-size: 18px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	animation: floatY 3s ease-in-out infinite;
}

.hero-stats span:nth-child(2) {
	animation-delay: 0.3s;
}

.hero-stats span:nth-child(3) {
	animation-delay: 0.6s;
}

@keyframes floatY {
	0% { transform: translateY(0px); }
	50% { transform: translateY(-10px); }
	100% { transform: translateY(0px); }
}

.hero-marquee {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	padding: 10px 0;
	margin-top: 10px;
}

.marquee-content {
	display: inline-block;
	padding-left: 100%;
	animation: marqueeMove 18s linear infinite;
	font-size: 18px;
	color: #666; /* soft text */
}

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

.start-screen {
	background: #f8f9fb; /* clean light bg */
}

.hero-form {
	box-shadow: 0 20px 50px rgba(0,0,0,0.1);
	border-radius: 10px;
}

.hero-form {
	background: #fff;
	padding: 30px;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.1);
	max-width: 420px;
	margin-left: auto;
}

.form-title {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 5px;
    text-align: center;
}

.form-subtitle {
	color: #777;
	font-size: 14px;
	margin-bottom: 20px;
}

.form-group {
	margin-bottom: 15px;
}

.form-group input {
	width: 100%;
	padding: 14px 16px;
	border-radius: 10px;
	border: 1px solid #ddd;
	font-size: 14px;
	outline: none;
	transition: all 0.3s ease;
}

.form-group input:focus {
	border-color: #ff4d5a;
	box-shadow: 0 0 0 2px rgba(255,77,90,0.1);
}

/* PHONE FIELD */
.phone-group {
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
}

.phone-group .country-code {
	padding: 0 12px;
	background: #f5f5f5;
	font-size: 14px;
}

.phone-group input {
	border: none;
	flex: 1;
}

/* BUTTON */
.form-btn {
	width: 100%;
	padding: 14px;
	border-radius: 30px;
	border: none;
	background: linear-gradient(45deg, #ff4d5a, #ff7a3d);
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	transition: 0.3s;
}

.form-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}   

@media (max-width: 768px) {

	.form-btn {
    display: block;          /* needed for margin auto to work */
    width: 200px;            /* 👈 reduce width (adjust as needed) */
    
    margin: 0 auto;          /* 👈 center align */

    padding: 16px 18px;
    font-size: 15px;

    border-radius: 32px;
    border: none;

    background: #F7941D;
    color: #fff;
    font-weight: 600;

    cursor: pointer;

    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

	/* HOVER (desktop) */
	.form-btn:hover {
		transform: translateY(-3px) scale(1.03);
		box-shadow: 0 12px 30px rgba(0,0,0,0.18);
	}

	/* TAP (mobile) */
	.form-btn:active {
		transform: scale(0.97);
		box-shadow: 0 6px 15px rgba(0,0,0,0.12);
	}

    .form-btn {
	box-shadow: 0 6px 18px rgba(255, 90, 90, 0.25);
}

.form-btn {
		animation: ctaPulse 2.5s infinite;
	}

	@keyframes ctaPulse {
		0% {
			transform: scale(1);
			box-shadow: 0 6px 18px rgba(255, 90, 90, 0.25);
		}
		50% {
			transform: scale(1.05);
			box-shadow: 0 12px 30px rgba(255, 90, 90, 0.4);
		}
		100% {
			transform: scale(1);
			box-shadow: 0 6px 18px rgba(255, 90, 90, 0.25);
		}
	}


}

/* SECTION 1 AND 2 */
@media (max-width: 768px) {

	.hero-form {
		margin: 10px auto;
		max-width: 100%;
	}

	/* BUTTON ROW FIX */
	.hero-buttons {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		flex-wrap: nowrap;
        font-weight: 800;
	}

	/* REMOVE BOOTSTRAP FULL WIDTH ISSUE */
	.hero-buttons .btn {
		width: auto !important;
	}

	/* FORCE 2 BUTTONS IN ONE ROW */
	.hero-buttons .custom-btn {
		flex: 1;                 /* equal width */
		display: block !important;
		width: auto !important;
		margin: 0 !important;
		text-align: center;
		padding: 14px 10px;     /* adjust if text wraps */
		font-size: 14px;        /* prevent overflow */
		white-space: nowrap;    /* keep text in one line */
        border-color: #ffffff;
	}

	.hero-stats span {
		width: 90%;
		padding: 14px 18px;
		font-size: 20px;
		font-weight: 600;
		border-radius: 30px;
		margin: 0;
		background: #fff;
		box-shadow: 0 8px 25px rgba(0,0,0,0.12);
	}

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

	.marquee-content {
		padding-left: 0;
		animation: marqueeMoveMobile 2s linear infinite;
	}

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

	/* PRIMARY BUTTON */
	.custom-btn--style-1:first-of-type {
		background:  #F7941D;
		color: #fff;
	}

	/* SECONDARY BUTTON */
	.custom-btn--style-1:last-of-type {
		background: #40A83A !important;
		color: #fff !important;
	}
}

/* SECTION 1 AND 2 */
@media (max-width: 768px) {

    .top-bar{
        background-color: #ffffff !important;
    }

	.hero-buttons {
		display: flex;
		gap: 10px;
		justify-content: center;
		flex-wrap: nowrap;
	}

	.hero-btn {
		flex: 1;                     /* equal width */
		text-align: center;

		font-size: 13px;
		padding: 12px 10px;          /* 🔥 reduced height */

		border-radius: 28px;
		white-space: nowrap;

		display: inline-block;
	}

	/* PRIMARY */
	.hero-btn--primary {
		background:#ffffff;
		color: #000000;
        font-weight: 800;
	}

	/* SECONDARY */
	.hero-btn--secondary {
		background:#ffffff;
		color: #000000;
        font-weight: 800;
	}

	/* override bootstrap */
	.hero-buttons .btn {
		width: auto !important;
	}

    /* FORM FIX */
    .hero-form textarea {
	width: 100%;
	padding: 14px 16px;
	border-radius: 12px;
	border: 1px solid #ddd;
	font-size: 15px;
	font-family: inherit;
	resize: none;              /* optional: removes resize handle */
	min-height: 100px;
	box-sizing: border-box;
	outline: none;
}

/* MATCH INPUT STYLE */
.hero-form input,
.hero-form textarea {
	background: #fff;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* FOCUS STATE (premium feel) */
.hero-form input:focus,
.hero-form textarea:focus {
	border-color: #ff6a00;
	box-shadow: 0 0 0 2px rgba(255,106,0,0.15);
}
.form-marquee {
    overflow: hidden;
    margin: 10px 0;
}

.form-marquee-track {
    display: flex;
    gap: 8px; /* 🔥 reduced gap */
    width: max-content;
    animation: formMarquee 18s linear infinite; /* 🔥 faster = less stretch feel */
}

/* smoother infinite loop */
@keyframes formMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* FIXED CARD SIZE */
.form-card {
    background: #fff;
    padding: 6px 12px;        /* 🔥 reduced height */
    border-radius: 20px;
    font-size: 12px;          /* 🔥 smaller text */
    font-weight: 600;
    white-space: nowrap;

    box-shadow: 0 4px 12px rgba(0,0,0,0.08);

    margin: 10px 0;

    display: inline-flex;     /* 🔥 better alignment */
    align-items: center;
}

.text-black {
    color: #000 !important;
}

}




/* SECTION 3 */
.section-benefits {
	padding: 80px 0;
	background: #fff;
}

.section-benefits h2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}

.section-benefits p {
	color: #666;
}

.benefit-card {
	background: #fff;
	padding: 25px;
	border-radius: 12px;
	border: 1px solid #eee;
	margin-bottom: 20px;
	transition: 0.3s;
	height: 100%;
}

.benefit-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.benefit-card h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.benefit-card p {
	font-size: 14px;
}
/* ================= BENEFITS SECTION MOBILE ================= */

@media (max-width: 768px) {

	/* ===== SECTION ===== */
	.section-benefits {
		padding: 30px 15px !important;
		background: #f9faf9 !important;
	}

	.section-benefits h2 {
		font-size: 24px !important;
		text-align: center !important;
		font-weight: 700 !important;
		margin-bottom: 10px !important;
	}

	.section-benefits p {
		text-align: center !important;
		margin-bottom: 22px !important;
		font-size: 14px !important;
		color: #5a6b65 !important;
	}

	/* ===== GRID ===== */
	.section-benefits .row {
		display: flex !important;
		flex-wrap: wrap !important;
		gap: 12px !important;
	}

	.section-benefits .col-md-6,
	.section-benefits .col-lg-4 {
		width: calc(50% - 6px) !important;
		padding: 0 !important;
	}

	/* ===== CARD ===== */
	.benefit-card {
		position: relative !important;
		overflow: hidden !important;

		background: #ffffff !important;
		border-radius: 14px !important;
		padding: 16px 12px !important;
		height: 100% !important;

		/* cleaner premium border (less loud than before) */
		border: 1px solid #eeeeee !important;

		box-shadow: 0 8px 22px rgba(0,0,0,0.06) !important;

		/* CENTER ALIGN */
		text-align: center !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		transition: all 0.25s ease !important;
	}

	/* ===== SUBTLE TOP ACCENT (MORE PREMIUM) ===== */
	.benefit-card::before {
		content: "" !important;
		position: absolute !important;
		top: 0;
		left: 0;
		width: 100%;
		height: 3px;
		background: linear-gradient(90deg, #40A83A,  #F7941D) !important;
	}

	/* ===== TEXT ===== */
	.benefit-card h5 {
		font-size: 16px !important;
		font-weight: 600 !important;
		margin-bottom: 6px !important;
		color: #1f2d2a !important;
	}

	.benefit-card p {
		font-size: 13px !important;
		line-height: 1.5 !important;
		color: #5a6b65 !important;
		margin-bottom: 0 !important;
	}

	/* ===== MOBILE SAFE (NO HOVER) ===== */
	.benefit-card:hover {
		transform: none !important;
		box-shadow: 0 8px 22px rgba(0,0,0,0.06) !important;
	}

    /* ===== BASE CARD ===== */
.benefit-card {
	position: relative !important;
	border-radius: 14px !important;
	z-index: 1;
	overflow: hidden !important;
}

/* ===== ANIMATED BORDER LAYER ===== */
.benefit-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 2px; /* border thickness */

	/* ONLY green light on sides + bottom */
	background: linear-gradient(
		120deg,
		transparent 0%,
		transparent 25%,
		rgba(64,168,58,0.8) 40%,
		rgba(64,168,58,1) 50%,
		rgba(64,168,58,0.8) 60%,
		transparent 75%,
		transparent 100%
	);

	background-size: 200% 200%;

	/* mask so it shows only as border */
	-webkit-mask: 
		linear-gradient(#fff 0 0) content-box, 
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;

	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

/* ===== ACTIVATE ON SCROLL ===== */
.section-benefits.in-view .benefit-card::after {
	opacity: 1;
	animation: borderFlow 3s linear infinite;
}

/* ===== ANIMATION ===== */
@keyframes borderFlow {
	0% {
		background-position: 200% 50%;
	}
	100% {
		background-position: -200% 50%;
	}
}
}

/* SECTION 4 */
.journey {
    text-align: center;
    padding: 70px 20px;
    background: #fafafa;
}

.subtitle {
    font-size: 12px;
    letter-spacing: 2px;
    color: #6b7280;
    margin-bottom: 10px;
}

.title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
}

/* TIMELINE */
.timeline {
    max-width: 420px;
    margin: auto;
    position: relative;
}

/* 🔥 PERFECT CENTER LINE */
.timeline::before {
    content: "";
    position: absolute;
    left: 28px; /* center of icon */
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: linear-gradient(to bottom, #ff6a00, #ffd1c2);
}

/* STEP */
.step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 10px;
    position: relative;
}

/* ICON */
.icon {
    width: 56px;
    height: 56px;
    background: #fff5f3;
    border-radius: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 2;
    flex-shrink: 0;

    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.icon svg {
    width: 24px;
    height: 24px;
    fill: #ff6a00;
}

/* CONTENT */
.content {
    text-align: left;
}

/* NUMBER */
.number {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 4px;
}

/* TITLE */
.content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* TEXT */
.content p {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
}

/* 🔥 MOBILE */
@media (max-width: 768px) {

    .title {
        font-size: 22px;
    }

    .timeline {
        max-width: 100%;
    }

    .content h4{
        margin-top: 7px;
    }

    .timeline::before {
        left: 38px; /* adjust for smaller icon */
          height: calc(100% - 90px);  /* 👈 adjust this */
    }

    .icon {
        margin-top: 1px;
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .icon svg {
        width: 20px;
        height: 20px;
    }

    .step {
        margin-left: 15px;
        gap: 25px;
    }

    .content h4 {
        font-size: 16px;
    }

    .content p {
        font-size: 14px;
        align-self: left;
    }

    .step:hover .icon {
    transform: translateY(-3px);
    transition: 0.3s;
}
}

/* SECTION 5 */
.section-courses {
	padding: 80px 0;
	background: #fff;
}

.course-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 15px;
	padding: 30px;
	text-align: center;
	transition: 0.3s;
	height: 100%;
}

.course-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.course-card h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 5px;
}

.course-card .level {
	font-size: 13px;
	color: #999;
	margin-bottom: 15px;
}

.course-card ul {
    list-style-type: disc;
    margin-left: 10px;
	padding: 0;
	margin-bottom: 20px;
}

.course-card ul li {
	font-size: 13px;
	margin-bottom: 5px;
	color: #555;
    align-content: flex-start;
}

/* BUTTON */
.course-btn {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 25px;
	background: #f5f5f5;
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}

.course-btn:hover {
	background: #ff4d5a;
	color: #fff;
}

/* HIGHLIGHT CARD (middle one) */
.course-card.highlight {
	border: 2px solid #ff4d5a;
	transform: scale(1.03);
}

/* SCHOLARSHIP BUTTON */
.scholarship-btn {
	display: inline-block;
	padding: 12px 30px;
	border-radius: 30px;
	background: linear-gradient(45deg, #ff4d5a, #ff7a3d);
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
}

.scholarship-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.tilt-btn {
	display: inline-block;
	animation: tiltSoft 2.5s ease-in-out infinite;
}

@keyframes tiltSoft {
	0%   { transform: rotate(0deg); }
	25%  { transform: rotate(-2deg); }
	50%  { transform: rotate(2deg); }
	75%  { transform: rotate(-1deg); }
	100% { transform: rotate(0deg); }
}


@media (max-width: 768px) {

	.section-courses {
		padding: 50px 15px;
	}

	/* SWIPER */
	.course-swiper {
		padding: 10px 10px 25px;
		overflow: hidden;
	}

	/* 🔥 KEY FIX (missing earlier) */
	.course-swiper .swiper-wrapper {
		display: flex;
		align-items: stretch;
	}

	.course-swiper .swiper-slide {
		display: flex;
		justify-content: center;
		height: auto;
	}

	/* CARD */
	.course-card {
		width: 100%;
		max-width: 320px;
		padding: 18px 16px;
		border-radius: 16px;
		background: #fff;
		box-shadow: 0 8px 25px rgba(0,0,0,0.08);

		min-height: 520px;
		height: 100%;              /* 👈 IMPORTANT */

		display: flex;
		flex-direction: column;
		box-sizing: border-box;
	}

	/* CONTENT FLOW */
	.course-card > * {
		margin-bottom: 6px;
	}

	.course-card h4 {
		font-size: 16px;
		line-height: 1.3;
	}

	.course-label {
		font-size: 10px;
		letter-spacing: 0.5px;
		color: #777;
	}

	.course-quote {
		font-size: 13px;
		line-height: 1.4;
		color: #555;
		font-style: italic;
	}

	.course-points {
		padding-left: 16px;
		margin: 0;
		flex-grow: 1; /* 👈 balances height */
	}

	.course-points li {
		font-size: 12px;
		line-height: 1.4;
		margin-bottom: 6px;
	}

	.course-tags {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
	}

	.course-tags span {
		font-size: 9px;
		padding: 4px 8px;
		border-radius: 10px;
		background: #f3f3f3;
	}

	.course-note {
		font-size: 12px;
		line-height: 1.4;
		color: #666;
	}

	/* BUTTON */
	.course-btn {
		margin-top: auto;
		display: block;
		width: 100%;
		padding: 12px;
		border-radius: 30px;
		background: #F7941D;
		color: #000000;
		text-align: center;
		font-size: 14px;
		font-weight: 600;
		text-decoration: none;
		box-sizing: border-box;
	}

	.course-btn:hover {
		opacity: 0.9;
	}

	/* HIGHLIGHT */
	.course-card.highlight {
		transform: none;
		border: 2px solid transparent;
		background-image: 
			linear-gradient(#fff, #fff), 
			linear-gradient(135deg, #F7941D, #40A83A);
		background-origin: border-box;
		background-clip: padding-box, border-box;
	}

	.course-card:active {
		transform: scale(0.98);
	}

	.scholarship-btn {
		background: #40A83A ;
        color: #000000;
	}









    .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

/* 🎀 Main ribbon */
.placed-ribbon {
    position: absolute;
    bottom: 16px;
    left: -30px;

    background: #1C9725 ;
    color: #fff;

    font-size: 12px;
    font-weight: 700;

    padding: 7px 50px;
    transform: rotate(-20deg);

    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}





.placed-ribbon {
    top: 9px;
    left: -39px;
    bottom: auto;
    transform: rotate(-35deg);
}







}

/* ================= TESTIMONIAL ================= */

.testimonial-scroll {
	overflow: hidden;
	width: 100%;
}

.testimonial-track {
	display: flex;
	gap: 20px;
	width: max-content;
	animation: scrollLeft 25s linear infinite;
}

.testimonial-card {
	min-width: 280px;
	min-height: 240px;
	background: #fff;
	padding: 20px;
	border-radius: 16px;
	box-shadow: 0 8px 25px rgba(0,0,0,0.06);

	display: flex;
	flex-direction: column;
	justify-content: space-between;

	transition: transform 0.3s ease;
}

.testimonial-card:hover {
	transform: translateY(-5px);
}

.testimonial-card p {
	font-size: 14px;
	color: #444;
	line-height: 1.6;
	margin-bottom: 15px;
}

/* USER INFO */
.user-info {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 10px;
}

.user-info img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	object-fit: cover;
}

.user-info h6 {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #202124;
}

.source {
	display: block;
	font-size: 11px;
	color: #888;
	margin-top: 2px;
}

.stars {
	font-size: 13px;
	color: #fbbc04;
	margin-top: 3px;
	letter-spacing: 1px;
}

/* ANIMATION */
@keyframes scrollLeft {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}


/* ================= VIDEO ================= */


.video-marquee {
	overflow: hidden;
	width: 100%;
	padding: 50px 0;
}

.video-track {
	display: flex;
	gap: 20px;
	width: max-content;
	animation: scrollRight 30s linear infinite;
}

.video-card {
	min-width: 260px;
	height: 210px; /* fixed clean height */
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	background: #000;
    object-fit: fill;
}

.video-card video {
    width: 100%;
    height: 100%;
    object-fit: contain;   /* ✅ FIX */
}

.video-card img {
	width: 100%;
	display: block;
	cursor: pointer;
}

/* LEFT → RIGHT */
@keyframes scrollRight {
	0% { transform: translateX(-50%); }
	100% { transform: translateX(0); }
}

.video-card iframe {
	width: 100%;
	height: 100%;
	border: none;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

	/* ===== TESTIMONIAL TRACK ===== */
	.testimonial-track {
		display: flex;
		gap: 16px;
		animation: scrollLeftMobile 10s linear infinite;
		align-items: center;
	}

	/* ===== TESTIMONIAL CARD ===== */
	.testimonial-card {
		min-width: 220px;
		max-width: 220px;
		min-height: 200px;

		padding: 16px;
		border-radius: 18px;
		background: #fff;

		display: flex;
		flex-direction: column;
		justify-content: space-between;

		box-shadow: 0 10px 25px rgba(0,0,0,0.08);
	}

	/* TEXT */
	.testimonial-card p {
		font-size: 13px;
		line-height: 1.4;
		color: #555;
		margin-bottom: 12px;

		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	/* USER INFO */
	.user-info {
		gap: 10px;
	}

	.user-info img {
		width: 36px;
		height: 36px;
	}

	.user-info h6 {
		font-size: 13px;
	}

	.source {
		font-size: 10px;
	}

	.stars {
		font-size: 12px;
	}

	/* TESTIMONIAL ANIMATION */
	@keyframes scrollLeftMobile {
		0% { transform: translateX(0); }
		100% { transform: translateX(-50%); }
	}


	/* ================= INSTAGRAM / VIDEO (UNCHANGED) ================= */


.video-marquee {
	overflow: hidden;
	width: 100%;
}

/* track */
.video-track {
	display: flex;
	width: max-content;

}

/* group */
.video-group {
	display: flex;
	gap: 20px;
}

/* card */
/* CARD */
.reel-swiper .swiper-slide {
    width: auto !important; /* prevents weird stretching */
}

.reel-swiper {
    padding: 0 10px; /* prevents edge cut */
    padding-top: 20px;
}



/* Default: allow swipe */
.video-card iframe,
.video-card .instagram-media {
    pointer-events: none;
}

/* Active slide can receive interaction */
.swiper-slide-active iframe,
.swiper-slide-active .instagram-media {
    pointer-events: auto;
}

.reel-swiper {
    cursor: grab;
}
.reel-swiper:active {
    cursor: grabbing;
}

/* .video-card {
    width: 100%;
    max-width: 240px; 
    height: 390px;
} */

.video-card {
  width: 100%;
  max-width: 240px;
  height: 390px;
  border-radius: 14px;
  overflow: hidden;   /* ✅ IMPORTANT */
  position: relative;
  background: #000;
}

.reel-swiper .swiper-wrapper {
    align-items: center; /* vertical centering */
}

.reel-swiper .swiper-slide {
    display: flex;
    justify-content: center; /* horizontal centering */
}



/* PERFECT LOOP */
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}


.video-marquee.paused .video-track {
	animation-play-state: paused !important;
} 

}



/* SECTION 7 */
.section-guarantee {
	padding: 90px 0;
	background: #ffffff;
	text-align: center;
}

.section-guarantee h2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}

.section-guarantee .sub-text {
	font-size: 16px;
	color: #666;
	margin-bottom: 5px;
}

.section-guarantee .highlight {
	font-size: 20px !important;
	color: #000000;
	font-weight: 600;
	margin-bottom: 15px;
}

.section-guarantee .desc {
	max-width: 600px;
	margin: 0 auto 30px;
	color: #555;
}

/* POINTS */
.guarantee-points {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-bottom: 25px;
}

.point {
	background: #fff;
	padding: 10px 18px;
	border-radius: 25px;
	border: 1px solid #eee;
	font-size: 14px;
}

/* CTA */
.guarantee-btn {
	display: inline-block;
	padding: 14px 30px;
	border-radius: 30px;
	background: #F7941D;
	color: #000000;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
}

.guarantee-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.point {
	background: #fff;
	padding: 10px 18px;
	border-radius: 25px;
	border: 1px solid #eee;
	font-size: 14px;

	animation: softPop 3.5s ease-in-out infinite;
	transition: 0.3s;
}

/* stagger */
.point:nth-child(2) {
	animation-delay: 0.4s;
}
.point:nth-child(3) {
	animation-delay: 0.8s;
}

@keyframes softPop {
	0%   { transform: scale(1); }
	50%  { transform: scale(1.06); }
	100% { transform: scale(1); }
}

/* hover override */
.point:hover {
	animation: none;
	transform: scale(1.1);
	background: #ff4d5a;
	color: #fff;
}

/* MOBILE STACK */
@media (max-width: 768px) {

	.guarantee-points {
		position: relative;
		height: 120px; /* 👈 controls how much of next card is visible */
		margin-top: 40px;
		overflow: hidden;
	}

	.point-card {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;

		display: flex;
		align-items: center;
		gap: 12px;

		background: #fff;
		padding: 14px 16px;
		border-radius: 16px;

		box-shadow: 0 10px 25px rgba(0,0,0,0.08);

		transition: all 0.5s ease;
		will-change: transform, opacity;
	}

	.point-card .icon {
		font-size: 18px;
		flex-shrink: 0;
	}

	.point-card .title {
		font-size: 14px;
		font-weight: 600;
		margin: 0;
	}

	.point-card .subtitle {
		font-size: 12px;
		color: #666;
		margin: 0;
	}
}

/* SECTION 8 */
.section-modes {
	padding: 80px 0;
	background: #fff;
}

.mode-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 15px;
	padding: 15px;
	text-align: center;
	transition: 0.3s;
	height: 100%;
}

.mode-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.mode-card h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.mode-card p {
	font-size: 14px;
	color: #666;
}

/* HIGHLIGHT (HYBRID) */
.mode-card.highlight {
	border: 2px solid #ff4d5a;
	transform: scale(1.03);
}


.mode-card {
	position: relative;
	border: 1px solid #eee;
}

.mode-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 15px;
	border: 2px solid transparent;
	background: linear-gradient(90deg, #ffb347, #ffd580) border-box;
	-webkit-mask: 
		linear-gradient(#fff 0 0) padding-box, 
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;

	opacity: 0;
	animation: borderGlow 4s linear infinite;
}

.mode-card:nth-child(2)::before {
	animation-delay: 1s;
}
.mode-card:nth-child(3)::before {
	animation-delay: 2s;
}

@keyframes borderGlow {
	0% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 0; }
}

@media (max-width: 768px) {

	.section-modes {
		padding: 60px 20px;   /* increased outer spacing */
	}

	.mode-swiper {
		padding: 20px 15px 35px;   /* more space around slider */
		overflow: hidden;
	}

	.mode-swiper .swiper-slide {
		display: flex;
		justify-content: center;
	}

.mode-card {
	background: #fff;
	border: 1px solid #eee;
	transition: all 0.3s ease;
    min-height: 110px; 
}

.swiper-slide-active .mode-card {
	border: 2px solid transparent;
	background-image: 
		linear-gradient(#fff, #fff), 
		linear-gradient(135deg, #F7941D, #F68C20);
	background-origin: border-box;
	background-clip: padding-box, border-box;
}

	.mode-card h4 {
		font-size: 18px;
		margin-bottom: 10px;   /* better spacing */
	}

	.mode-card p {
		font-size: 14px;
		line-height: 1.5;
	}

	/* REMOVE SCALE ISSUE */
	.mode-card.highlight {
		transform: none;
	}

	/* GRADIENT BORDER */
	.mode-card.highlight {
		border: 2px solid transparent;
		background-image: 
			linear-gradient(#fff, #fff), 
			linear-gradient(135deg, #F7941D, #F68C20);
		background-origin: border-box;
		background-clip: padding-box, border-box;
	}
}


/* SECTION 9 */
.section-pricing {
	padding: 80px 0;
	background: #fff;
}

.pricing-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 15px;
	padding: 30px;
	text-align: center;
	transition: 0.3s;
	height: 100%;
}

.pricing-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.pricing-card h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 5px;
}

.pricing-card .tag {
	font-size: 13px;
	color: #999;
	margin-bottom: 15px;
}

.pricing-card .price {
	font-size: 20px;
	color: #ff4d5a;
	margin-bottom: 15px;
}

.pricing-card ul {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

.pricing-card ul li {
	font-size: 14px;
	margin-bottom: 8px;
	color: #555;
}

/* BUTTON */
.pricing-btn {
	display: inline-block;
	padding: 12px 25px;
	border-radius: 25px;
	background: linear-gradient(45deg, #ff4d5a, #ff7a3d);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s;
}

.pricing-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* HIGHLIGHT PLAN */
.pricing-card.highlight {
	border: 2px solid #ff4d5a;
	transform: scale(1.03);
}


@media (max-width: 768px) {

	.section-pricing {
		padding: 50px 15px;
	}

	/* 🔥 FORCE 2 COLUMN GRID */
	.section-pricing .row {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2px;
	}

	/* REMOVE BOOTSTRAP COLUMN LIMIT */
	.section-pricing .col-md-6 {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	/* CARD */
	.pricing-card {
		padding: 18px 10px;
		border-radius: 16px;
		border: none;
		box-shadow: 0 8px 25px rgba(0,0,0,0.08);
		background: #fff;
        

		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.pricing-card h4 {
		font-size: 13px;
		line-height: 1.3;
	}

	.pricing-card .tag {
		font-size: 11px;
		margin-bottom: 10px;
		color: #777;
	}

	.pricing-card .price {
		font-size: 12px;
		margin-bottom: 10px;
		color: #F7941D;
	}

	.pricing-card ul {
		padding-left: 16px;
		margin-bottom: 10px;
	}

	.pricing-card ul li {
		font-size: 10px;
		line-height: 1.4;
		margin-bottom: 6px;
	}

	/* BUTTON */
	.pricing-btn {
		margin-top: auto; /* push button to bottom */
		display: block;
		width: 100%;
		padding: 10px;
		font-size: 13px;
		border-radius: 25px;
		background: #F7941D;
		color: #000000;
		text-align: center;
		text-decoration: none;
	}

	.pricing-btn:hover {
		background: #e68316;
	}

	/* HIGHLIGHT CARD */
	.pricing-card.highlight {
		transform: none;
		border: 2px solid transparent;
		background-image: 
			linear-gradient(#fff, #fff), 
			linear-gradient(135deg, #F7941D, #40A83A);
		background-origin: border-box;
		background-clip: padding-box, border-box;
	}

}

/* SECTION 10 */
.section-faq {
	padding: 100px 0;
	background: linear-gradient(180deg, #f8f9fb, #ffffff);
}

/* WRAPPER */
.faq-wrapper {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

/* CARD */
.faq-item {
	background: #fff;
	border-radius: 16px;
	padding: 5px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	transition: 0.3s;
	border: 1px solid transparent;
}

/* HOVER EFFECT */
.faq-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* QUESTION */
.faq-question {
	padding: 18px 25px;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	border-radius: 12px;
}

/* PLUS ICON */
.faq-question::after {
	content: "+";
	position: absolute;
	right: 20px;
	font-size: 20px;
	transition: 0.3s;
}

/* ACTIVE STATE */
.faq-item.active {
	background: linear-gradient(180deg, #ffffff, #fff5f6);
}

.faq-item.active .faq-question::after {
	content: "–";
	transform: rotate(180deg);
}

/* ANSWER */
.faq-answer {
	max-height: 0;
	overflow: hidden;
	padding: 0 25px;
	font-size: 14px;
	color: #666;
	transition: all 0.4s ease;
	line-height: 1.6;
}

/* EXPAND */
.faq-item.active .faq-answer {
	max-height: 200px;
	padding: 0 25px 20px;
}

@media (max-width: 768px) {

	.section-faq {
		padding: 60px 15px;
		background: linear-gradient(180deg, #f8f9fb, #ffffff);
	}

	.faq-wrapper {
		gap: 16px;
	}

	/* CARD */
	.faq-item {
		background: #fff;
		border-radius: 18px;
		padding: 6px;
		border: none;
		box-shadow: 0 10px 30px rgba(0,0,0,0.08);
		transition: 0.3s;
	}

	.faq-item:active {
		transform: scale(0.98);
	}

	/* QUESTION */
	.faq-question {
		padding: 16px 20px;
		font-size: 15px;
		font-weight: 600;
		border-radius: 14px;
		background: #ffffff;
	}

	/* PLUS ICON */
	.faq-question::after {
		content: "+";
		right: 18px;
		font-size: 18px;
		color: #F7941D; /* orange accent */
	}

	/* ACTIVE CARD (premium highlight) */
	.faq-item.active {
		background: linear-gradient(135deg, #fff, #fef3e7);
		border: 2px solid transparent;

		background-image: 
			linear-gradient(#fff, #fff), 
			linear-gradient(135deg, #F7941D, #40A83A);

		background-origin: border-box;
		background-clip: padding-box, border-box;

		box-shadow: 0 15px 40px rgba(0,0,0,0.12);
	}

	/* ACTIVE ICON */
	.faq-item.active .faq-question::after {
		content: "–";
		color: #40A83A; /* green for open state */
		transform: rotate(180deg);
	}

	/* ANSWER */
	.faq-answer {
		max-height: 0;
		overflow: hidden;
		padding: 0 20px;
		font-size: 14px;
		color: #555;
		line-height: 1.6;
		transition: all 0.35s ease;
	}

	/* EXPANDED */
	.faq-item.active .faq-answer {
		max-height: 250px;
		padding: 14px 20px 18px;
	}

}

/* SECTION 11 */
.section-visual {
	padding: 100px 0;
	background: #fff;
	position: relative;
}

/* WRAPPER */
.visual-wrapper {
	position: relative;
	width: 350px;
	height: 180px;
	margin: 40px auto;
}

/* BACK PERSON IMAGE */
.bg-person {
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 135px;
    height: 170px !important;
	z-index: 1;
	opacity: 0.9;
}

/* ROTATING CIRCLE */
.rotating-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 350px;
	z-index: 2;

	animation: rotateCircle 20s linear infinite;
}

.rotating-circle {
  max-width: none !important;   /* 🔥 THIS is the real fix */
  width: 710px !important;
}

/* ROTATION */
@keyframes rotateCircle {
	0%   { transform: translate(-50%, -50%) rotate(0deg); }
	100% { transform: translate(-50%, -50%) rotate(360deg); }
}
/* ================= VISUAL SECTION MOBILE FINAL POLISH ================= */
@media (max-width: 768px) {

	.section-visual {
  padding: 60px 15px;
  text-align: center;
}

	.section-visual h2{
padding-bottom: 50px;

}


.visual-wrapper {
  width: 320px;
  height: 320px;
  position: relative;
  margin: 30px auto;
  overflow: visible !important; /* IMPORTANT */
}

/* ===== ROTATING WRAPPER ===== */
.circle-rotate {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  animation: spin 12s linear infinite;
}

/* BIGGER CIRCLE */
.circle-img {
  width: 600px;
}

/* ===== PERSON CENTER FIXED ===== */
.person-img {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 180px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* ===== ROTATION ===== */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
}

/* SECTION 12 */

.section-final-cta {
	padding: 100px 0;
	background: linear-gradient(135deg, #ff4d5a, #ff7a3d);
	color: #fff;
}

.section-final-cta h2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
}

/* COUNTDOWN */
.countdown {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.time-box {
	background: rgba(255,255,255,0.15);
	padding: 15px 20px;
	border-radius: 10px;
	min-width: 80px;
}

.time-box span {
	font-size: 24px;
	font-weight: 700;
	display: block;
}

.time-box p {
	font-size: 12px;
	margin: 0;
}

/* TEXT */
.limited-text {
	margin-bottom: 20px;
	font-size: 14px;
	opacity: 0.9;
}

/* BUTTON */
.final-btn {
	display: inline-block;
	padding: 14px 30px;
	border-radius: 30px;
	background: #fff;
	color: #ff4d5a;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
}

.final-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {

	.section-final-cta {
		padding: 0px 0px;
		background: #F78A1E;
		text-align: center;
      
	}

    .section-final-cta .container{
        margin-top: -15px;    
        margin-bottom: -10px; 
    }


	.section-final-cta h2 {
		font-size: 24px;
		margin-bottom: 15px;
		line-height: 1.3;
	}

	/* COUNTDOWN */
	.countdown {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		gap: 10px;
	}

	/* 🔥 RECTANGLE STYLE */
	.time-box {
		min-width: 85px;          /* wider */
		padding: 8px 12px;        /* less height */
		border-radius: 10px;

		background: rgba(255,255,255,0.18);
		backdrop-filter: blur(6px);

		display: flex;            /* align text */
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.time-box span {
		font-size: 18px;
		line-height: 1;
        color: #000000;
	}

	.time-box p {
		font-size: 10px;
		margin: 0;
	}

	/* TEXT */
	.limited-text {
		font-size: 13px;
		margin-bottom: 15px;
		opacity: 0.95;
	}

	/* BUTTON */
	.final-btn {
		display: inline-block;
		padding: 14px 26px;
		font-size: 14px;
		border-radius: 30px;
		background: #fff;
		color: #000000;
		font-weight: 700;
	}

	.final-btn:hover {
		transform: translateY(-2px);
		box-shadow: 0 10px 25px rgba(0,0,0,0.2);
	}

}

/* FOOTER  */
/* ===== FOOTER CLEAN ===== */

.footer-clean {
	background: #f5f5f5 !important;
	padding: 50px 20px !important;
	color: #2d3a34 !important;
}

.footer-clean .container {
	display: flex !important;
	flex-direction: column !important;
	gap: 30px !important;
}

/* LOGO */
.footer-logo {
	width: 140px !important;
	margin-bottom: 15px !important;
}

/* BLOCKS */
.footer-block h4 {
	font-size: 18px !important;
	font-weight: 700 !important;
	margin-bottom: 12px !important;
}

.footer-block p {
	font-size: 14px !important;
	line-height: 1.6 !important;
	margin-bottom: 10px !important;
}

/* LIST */
.footer-block ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.footer-block ul li {
	font-size: 14px !important;
	margin-bottom: 8px !important;
	color: #2d3a34 !important;
}

/* ===== DESKTOP (optional if needed later) ===== */
@media (min-width: 768px) {

.footer-clean,
.footer-clean .container,
.footer-clean .footer-block,
.footer-clean * {
	text-align: center !important;
}

.footer-clean .container {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 25px;
}

.footer-block {
	width: 100% !important;
	max-width: 400px;
}

.footer-logo {
	display: block;
	margin: 0 auto 15px;
}

}



/* ===== STATS CONTAINER ===== */
.stats-box {
	display: flex;
	justify-content: space-between;
	background: #ff9800;
	border-radius: 20px;
	overflow: hidden;
	margin: 20px 0;
}

/* ===== EACH ITEM ===== */
.stat-item {
	flex: 1;
	text-align: center;
	padding: 16px 15px;
	border-right: 1px solid #ddd;
}

.stat-item:last-child {
	border-right: none;
}

/* ===== NUMBER ===== */
.stat-item h3 {
	font-size: 20px;
	font-weight: 700;
	color: #000000; /* blue tone like your image */
	margin-bottom: 4px;
}

/* ===== LABEL ===== */
.stat-item p {
	font-size: 13px;
	color: #555;
	line-height: 1.3;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
	.stats-box {
		flex-direction: row;
	}

	.stat-item h3 {
		font-size: 18px;
	}

	.stat-item p {
		font-size: 12px;
	}
}




/* ===== DESKTOP (optional if needed later) ===== */
@media (min-width: 768px) {

.footer-clean,
.footer-clean .container,
.footer-clean .footer-block,
.footer-clean * {
	text-align: center !important;
}

.footer-clean .container {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 25px;
}

.footer-block {
	width: 100% !important;
	max-width: 400px;
}

.footer-logo {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 15px;
	text-align: center !important;
}

.footer-contact-inner {
	all: unset;                 /* 🔥 wipes ALL inherited styles */
	display: block;

	text-align: left;
	font-family: inherit;
	color: inherit;
}

/* re-style elements cleanly */
.footer-contact-inner h4 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}

.footer-contact-inner p {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 6px;
}

}











/* HIRING PARTNER */

.partners-section {
  padding: 60px 20px;
  background: #f9f9f9;
}

.partners-section h2 {
  font-size: 26px;
  font-weight: 700;
}

.partners-section p {
  margin-bottom: 30px;
  color: #666;
}

/* WRAPPER */
.marquee-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  height: 300px;
  overflow: hidden;
}

/* COLUMN */
.marquee-col {
  overflow: hidden;
  position: relative;
}

/* TRACK */
.marquee-track {
  display: flex;
  flex-direction: column;
  gap: 20px;

  animation: scrollUp 12s linear infinite;
}

/* REVERSE SCROLL */
.marquee-col.reverse .marquee-track {
  animation: scrollDown 12s linear infinite;
}

/* LOGOS */
.marquee-track img {
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
  object-fit: contain;
   background: #f9f9f9;
  padding: 10px;
  border-radius: 10px;
}

/* ANIMATIONS */
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes scrollDown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}

/* MOBILE */
@media (max-width: 768px) {

  /* WRAPPER */
  .marquee-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    height: 350px;          /* 👈 tighter but clean */
    overflow: hidden;
  }

  /* COLUMN */
  .marquee-col {
    overflow: hidden;
  }

  /* TRACK */
  .marquee-track {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  /* LOGO BOX */
  .logo-box {
    width: 100%;
    height: 70px;           /* 👈 reduced for mobile */
    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;
    border-radius: 10px;
    padding: 8px;
  }

  /* LOGO IMAGE */
  .logo-box img {
    max-width: 100%;
    max-height: 40px;       /* 👈 key for balance */
    object-fit: contain;
  }

  /* REMOVE HOVER (mobile useless) */
  .logo-box:hover {
    transform: none;
    box-shadow: none;
  }

  /* SPEED VARIATION (slower = smoother on mobile) */
  .marquee-col:nth-child(1) .marquee-track { animation-duration: 18s; }
  .marquee-col:nth-child(2) .marquee-track { animation-duration: 22s; }
  .marquee-col:nth-child(3) .marquee-track { animation-duration: 20s; }
  .marquee-col:nth-child(4) .marquee-track { animation-duration: 24s; }


  .marquee-wrapper::before,
.marquee-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 2;
}

.marquee-wrapper::before {
  top: 0;
  background: linear-gradient(to bottom, #fff, transparent);
}

.marquee-wrapper::after {
  bottom: 0;

}

.logo-box {
  background: #ffffff; /* pure white */
}

.logo-box img {

  transform: scale(2.6);
}
}



@media (max-width: 768px) {

  html, body {
    overflow-x: hidden !important;
  }

  .partners-section {
    overflow: hidden;
  }

  .marquee-wrapper {
    overflow: hidden;
    width: 100%;
    background: #f9f9f9;
  }

}













/* Default (desktop) */
#start-screen h1 span {
    font-size: 48px;
    line-height: 1.2;
}

/* Laptop */
@media (max-width: 1200px) {
    #start-screen h1 span {
        font-size: 40px;
    }
}

/* Tablet */
@media (max-width: 768px) {
    #start-screen h1 span {
        font-size: 28px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    #start-screen h1 span {
        font-size: 30px;
        line-height: 1.3;
        font-weight: 600;
    }
}




/* ALUMNI PLACED SECTION */

.alumni-card {
    background: #fff;
    border-radius: 24px;
    padding: 14px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    overflow: hidden;
}

/* IMAGE */
.img-box {
    position: relative;
}

.img-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 20px;
}

/* ✅ PLACED BADGE (FIXED LIKE IMAGE) */
.placed-badge {
    position: absolute;
    top: 18px;
    left: 8px;

    display: flex;
    align-items: center;
    gap: 6px;

    background: #e9f9ee;
    color: #1c9725;

    padding: 6px 14px;
    border-radius: 50px;

    font-size: 13px;
    font-weight: 600;
}

.placed-badge::before {
    content: "✔";
    background: #1c9725;
    color: #fff;
    font-size: 10px;

    width: 12px;
    height: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
}

/* CONTENT */
.alumni-content {
    padding: 18px 10px 10px;
}

/* TOP ROW */
.top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* NAME */
.alumni-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0b1320;
    margin-bottom: 3px;
}

/* ROLE */
.role {
    font-size: 12px !important;
    color: #777;
    margin-top: 0px;
}

/* ORANGE UNDERLINE */
.role::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #f7941d;
    margin-top: 8px;
    border-radius: 2px;
}

/* COMPANY LOGO */
.company-logo img {
    width: 80px;
    height: auto;
    object-fit: contain;
}

/* ✅ META BOX (MATCH DESIGN) */
.meta-box {
    display: flex;
    justify-content: space-between;
    align-items: center;

    background: #f6efe9;
    border-radius: 16px;
    padding: 14px 16px;
    margin-top: 18px;
}

/* LEFT */
.meta-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* RIGHT */
.meta-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ICON BOX */
.icon-box {
    width: 40px;
    height: 40px;
    background: #fbe6d7;
    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 16px;
}

/* TEXT LEFT */
/* META LEFT */
.meta-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0; /* prevents overflow issues */
}

/* ICON BOX */
.icon-box {
    width: 40px;
    height: 40px;
    background: #fbe6d7;
    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* SVG COLOR FIX */
.icon-box svg {
    width: 18px;
    height: 18px;
    fill: #f7941d; /* 🔥 ORANGE ICON */
}

/* TEXT */
.company-text {
    margin: 0;
    font-size: 12px !important;
   /* 🔥 FORCE ONE LINE */
    overflow: hidden;
    text-overflow: ellipsis; /* optional safety */
}

/* COMPANY NAME */
.company-text span {
    color: #f7941d;
    font-weight: 600;
     font-size: 12px !important;
}

/* TEXT RIGHT */
.meta-right strong {
    font-size: 16px;
    color: #0b1320;
}

.meta-right small {
    font-size: 11px;
    color: #777;
}

/* ✅ CENTER CTA */
.view-story {
    display: block;
    text-align: center;
    margin-top: 18px;

    font-weight: 600;
    color: #000000;
    text-decoration: none;
}

.view-story:hover {
    text-decoration: underline;
}

.alumni-bottom {
    display: flex;
    justify-content: center;
    margin-top: 20px; /* controls distance from cards */
}

/* RESET BUTTON DEFAULT STYLES */
.placements-btn {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 12px 30px;

    border: 2px solid #f7941d;
    border-radius: 50px;

    font-size: 15px;
    font-weight: 600;
    color: #f7941d;

    transition: all 0.3s ease;
}

/* SVG */
.placements-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* HOVER */
.placements-btn:hover {
    background: #f7941d;
    color: #fff;
}


@media (max-width: 767px) {

    /* CARD */
    .alumni-card {
        padding: 10px;
        border-radius: 18px;
    }

    /* IMAGE */
    .img-box img {
        width: 100%;
        height: 210px !important;
        object-fit: cover;

        /* 🔥 THIS IS THE KEY */
        object-position: center top;
    }

    /* BADGE */
    .placed-badge {
        top: 12px;
        left: 12px;
        font-size: 11px;
        padding: 5px 10px;
    }

    .placed-badge::before {
        width: 14px;
        height: 14px;
        font-size: 9px;
    }

    /* CONTENT */
    .alumni-content {
        padding: 14px 8px 8px;
    }

    /* TOP ROW */
    .top-row {
        align-items: flex-start;
        gap: 10px;
    }

    /* NAME */
    .alumni-content h4 {
        font-size: 17px;
    }

    /* ROLE */
    .role {
        font-size: 11px !important;
    }

    .role::after {
        width: 30px;
        height: 2px;
    }

    /* COMPANY LOGO */
    .company-logo img {
        width: 55px;
    }

    /* META BOX */
    .meta-box {
        padding: 10px;
        margin-top: 12px;
        border-radius: 12px;
    }

    /* STACK FIX (IMPORTANT) */
    .meta-left,
    .meta-right {
        gap: 6px;
    }

    /* ICON */
    .icon-box {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    /* TEXT */
    .meta-left strong {
        font-size: 12px;
    }

    .meta-right strong {
        font-size: 13px;
    }

    .meta-left small,
    .meta-right small {
        font-size: 10px;
    }

    /* CTA */
    .view-story {
        margin-top: 14px;
        font-size: 14px;
    }

    /* BUTTON */
    .view-all-btn {
        padding: 10px 22px;
        font-size: 14px;
    }

    /* SPACING BELOW */
    .alumni-bottom {
        margin-top: 25px;
    }
}



/* FLOATING CSS  */

.floating-contact {
    position: fixed !important;
    right: 20px !important;
    bottom: 20px !important;

    z-index: 2147483647 !important;

    display: flex;
    flex-direction: column;
    gap: 10px;

    transform: none !important;
}

.floating-contact a {
    width: 50px;
    height: 50px;
    background: green;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


@media (max-width: 768px) {
    .floating-contact {
        left: 15px;
        bottom: 20px;
    }

    .float-btn {
        width: 48px;
        height: 48px;
    }

}






/* floating video */
.floating-video {
  position: fixed;
  top: 20px;
  left: 75%;
  transform: translateX(-50%); /* centers horizontally */
  
  width: 155px;
  height: 215px;
  border-radius: 15%;
  overflow: hidden;
  z-index: 9999;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.floating-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Buttons */
.video-btn {
  position: absolute;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Positions */
.pause-btn {
  bottom: 5px;
  left: 5px;
}

.sound-btn {
  bottom: 5px;
  right: 5px;
}

.close-btn {
  top: 5px;
  right: 5px;
}

/* Wrap buttons in a center container */
.floating-video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: top; /* 👈 KEY FIX */
}