/*!
Theme Name: RoklenFX
Author: Pixelmate
Version: 1.0.0
Author URI: https://www.pixelmate.cz
Description: Custom theme Roklen by Pixelmate
*/
.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    transition: all 0s
}

.tns-slider>.tns-item {
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery>.tns-moving {
    transition: all 0.25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    transition: opacity 0.6s;
    opacity: 0.6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: '';
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: calc(100% / 70);
    height: 10px;
    float: left
}

/* --------------
- Global
----------------- */
/* --------------
- Breakpoints
----------------- */
/* --------------
- Colors
----------------- */
/* --------------
- Typography
----------------- */
/* --------------
- Helper mixins and function
----------------- */
.h-same-height {
    display: flex;
    flex-wrap: wrap;
}

.h-vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.h-space-between {
    display: flex;
    justify-content: space-between;
}

.h-overflow-hidden {
    overflow: hidden !important;
}

.h-flex-grow-1 {
    flex-grow: 1 !important;
}

.h-height-100 {
    height: 100% !important;
}

.h-width-100 {
    width: 100% !important;
}

.h-width-auto {
    width: auto !important;
}

.h-clear-none {
    clear: none !important;
}

.h-cursor-pointer {
    cursor: pointer !important;
}

.h-text-regular {
    font-weight: 400 !important;
}

.h-text-medium {
    font-weight: 500 !important;
}

.h-text-bold {
    font-weight: 700 !important;
}

.h-text-underline {
    text-decoration: underline !important;
}

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

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

.h-text-capitalize {
    text-transform: capitalize !important;
}

.h-text-size-20 {
    font-size: 1.25rem !important;
}

.h-text-size-18 {
    font-size: 1.125rem !important;
}

.h-text-size-16 {
    font-size: 1rem !important;
}

.h-text-size-14 {
    font-size: 0.875rem !important;
}

.h-text-size-12 {
    font-size: 0.75rem !important;
}

.h-text-center {
    text-align: center !important;
}

.h-text-right {
    text-align: right !important;
}

.h-text-left {
    text-align: left !important;
}

.h-vertical-align-middle {
    vertical-align: middle !important;
}

.h-vertical-align-top {
    vertical-align: top !important;
}

.h-vertical-align-bottom {
    vertical-align: bottom !important;
}

.h-text-nowrap {
    white-space: nowrap !important;
}

.h-display-none,
.is-hidden,
.is-hidden-temp {
    display: none !important;
}

.h-display-inline-block {
    display: inline-block !important;
}

.h-display-block {
    display: block !important;
}

.h-display-flex {
    display: flex !important;
}

@media screen and (max-width: 767px) {
    .h-hide-small-only {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .h-hide-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .h-hide-medium-down {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .h-hide-medium {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .h-hide-large {
        display: none !important;
    }
}

.h-relative {
    position: relative !important;
}

.h-border-none {
    border: none !important;
}

.h-border-radius {
    border-radius: 0.3125rem !important;
}

.h-background-white {
    background-color: #fff !important;
}

.h-background-black {
    background-color: #283746 !important;
}

.h-background-primary {
    background-color: #F741B5 !important;
}

.h-background-secondary {
    background-color: #4A2E81 !important;
}

.h-background-dark-gray {
    background-color: #49647F !important;
}

.h-background-medium-gray {
    background-color: #E5E6E6 !important;
}

.h-background-light-gray {
    background-color: #F7F8F8 !important;
}

.h-background-alert {
    background-color: #F45353 !important;
}

.h-background-success {
    background-color: #00D665 !important;
}

.h-background-gradient {
    background: transparent linear-gradient(180deg, #4A2E81 0%, #843793 100%) 0% 0% no-repeat padding-box;
}

.h-background-gradient-light {
    background: transparent linear-gradient(180deg, #F7F8F8 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.h-box-shadow {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10196) !important;
}

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

.h-color-black {
    color: #283746 !important;
}

.h-color-primary {
    color: #F741B5 !important;
}

.h-color-secondary {
    color: #4A2E81 !important;
}

.h-color-light-gray {
    color: #F7F8F8 !important;
}

.h-color-medium-gray {
    color: #E5E6E6 !important;
}

.h-color-dark-gray {
    color: #49647F !important;
}

.h-color-alert {
    color: #F45353 !important;
}

.h-color-success {
    color: #00D665 !important;
}

@media screen and (min-width: 768px) {
    .h-display-flex-medium {
        display: flex;
    }
}

.h-max-width-0 {
    max-width: 0rem !important;
}

.h-max-width-05 {
    max-width: 0.5rem !important;
}

.h-max-width-1 {
    max-width: 1rem !important;
}

.h-max-width-15 {
    max-width: 1.5rem !important;
}

.h-max-width-2 {
    max-width: 2rem !important;
}

.h-max-width-25 {
    max-width: 2.5rem !important;
}

.h-max-width-3 {
    max-width: 3rem !important;
}

.h-max-width-35 {
    max-width: 3.5rem !important;
}

.h-max-width-4 {
    max-width: 4rem !important;
}

.h-max-width-45 {
    max-width: 4.5rem !important;
}

.h-max-width-5 {
    max-width: 5rem !important;
}

.h-max-width-55 {
    max-width: 5.5rem !important;
}

.h-max-width-6 {
    max-width: 6rem !important;
}

.h-max-width-65 {
    max-width: 6.5rem !important;
}

.h-max-height-0 {
    max-height: 0rem !important;
}

.h-max-height-05 {
    max-height: 0.5rem !important;
}

.h-max-height-1 {
    max-height: 1rem !important;
}

.h-max-height-15 {
    max-height: 1.5rem !important;
}

.h-max-height-2 {
    max-height: 2rem !important;
}

.h-max-height-25 {
    max-height: 2.5rem !important;
}

.h-max-height-3 {
    max-height: 3rem !important;
}

.h-max-height-35 {
    max-height: 3.5rem !important;
}

.h-max-height-4 {
    max-height: 4rem !important;
}

.h-max-height-45 {
    max-height: 4.5rem !important;
}

.h-max-height-5 {
    max-height: 5rem !important;
}

.h-max-height-55 {
    max-height: 5.5rem !important;
}

.h-max-height-6 {
    max-height: 6rem !important;
}

.h-max-height-65 {
    max-height: 6.5rem !important;
}

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

.h-mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}

.h-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.h-mt-0 {
    margin-top: 0rem !important;
}

.h-mb-0 {
    margin-bottom: 0rem !important;
}

.h-mr-0 {
    margin-right: 0rem !important;
}

.h-ml-0 {
    margin-left: 0rem !important;
}

.h-m-05 {
    margin: 0.5rem !important;
}

.h-mx-05 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.h-my-05 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.h-mt-05 {
    margin-top: 0.5rem !important;
}

.h-mb-05 {
    margin-bottom: 0.5rem !important;
}

.h-mr-05 {
    margin-right: 0.5rem !important;
}

.h-ml-05 {
    margin-left: 0.5rem !important;
}

.h-m-025 {
    margin: 0.25rem !important;
}

.h-mx-025 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.h-my-025 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.h-mt-025 {
    margin-top: 0.25rem !important;
}

.h-mb-025 {
    margin-bottom: 0.25rem !important;
}

.h-mr-025 {
    margin-right: 0.25rem !important;
}

.h-ml-025 {
    margin-left: 0.25rem !important;
}

.h-m-075 {
    margin: 0.75rem !important;
}

.h-mx-075 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}

.h-my-075 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

.h-mt-075 {
    margin-top: 0.75rem !important;
}

.h-mb-075 {
    margin-bottom: 0.75rem !important;
}

.h-mr-075 {
    margin-right: 0.75rem !important;
}

.h-ml-075 {
    margin-left: 0.75rem !important;
}

.h-m-1 {
    margin: 1rem !important;
}

.h-mx-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.h-my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.h-mt-1 {
    margin-top: 1rem !important;
}

.h-mb-1 {
    margin-bottom: 1rem !important;
}

.h-mr-1 {
    margin-right: 1rem !important;
}

.h-ml-1 {
    margin-left: 1rem !important;
}

.h-m-15 {
    margin: 1.5rem !important;
}

.h-mx-15 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.h-my-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.h-mt-15 {
    margin-top: 1.5rem !important;
}

.h-mb-15 {
    margin-bottom: 1.5rem !important;
}

.h-mr-15 {
    margin-right: 1.5rem !important;
}

.h-ml-15 {
    margin-left: 1.5rem !important;
}

.h-m-125 {
    margin: 1.25rem !important;
}

.h-mx-125 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
}

.h-my-125 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}

.h-mt-125 {
    margin-top: 1.25rem !important;
}

.h-mb-125 {
    margin-bottom: 1.25rem !important;
}

.h-mr-125 {
    margin-right: 1.25rem !important;
}

.h-ml-125 {
    margin-left: 1.25rem !important;
}

.h-m-175 {
    margin: 1.75rem !important;
}

.h-mx-175 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
}

.h-my-175 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
}

.h-mt-175 {
    margin-top: 1.75rem !important;
}

.h-mb-175 {
    margin-bottom: 1.75rem !important;
}

.h-mr-175 {
    margin-right: 1.75rem !important;
}

.h-ml-175 {
    margin-left: 1.75rem !important;
}

.h-m-2 {
    margin: 2rem !important;
}

.h-mx-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.h-my-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.h-mt-2 {
    margin-top: 2rem !important;
}

.h-mb-2 {
    margin-bottom: 2rem !important;
}

.h-mr-2 {
    margin-right: 2rem !important;
}

.h-ml-2 {
    margin-left: 2rem !important;
}

.h-m-25 {
    margin: 2.5rem !important;
}

.h-mx-25 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}

.h-my-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.h-mt-25 {
    margin-top: 2.5rem !important;
}

.h-mb-25 {
    margin-bottom: 2.5rem !important;
}

.h-mr-25 {
    margin-right: 2.5rem !important;
}

.h-ml-25 {
    margin-left: 2.5rem !important;
}

.h-m-225 {
    margin: 2.25rem !important;
}

.h-mx-225 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
}

.h-my-225 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
}

.h-mt-225 {
    margin-top: 2.25rem !important;
}

.h-mb-225 {
    margin-bottom: 2.25rem !important;
}

.h-mr-225 {
    margin-right: 2.25rem !important;
}

.h-ml-225 {
    margin-left: 2.25rem !important;
}

.h-m-275 {
    margin: 2.75rem !important;
}

.h-mx-275 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
}

.h-my-275 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
}

.h-mt-275 {
    margin-top: 2.75rem !important;
}

.h-mb-275 {
    margin-bottom: 2.75rem !important;
}

.h-mr-275 {
    margin-right: 2.75rem !important;
}

.h-ml-275 {
    margin-left: 2.75rem !important;
}

.h-m-3 {
    margin: 3rem !important;
}

.h-mx-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.h-my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.h-mt-3 {
    margin-top: 3rem !important;
}

.h-mb-3 {
    margin-bottom: 3rem !important;
}

.h-mr-3 {
    margin-right: 3rem !important;
}

.h-ml-3 {
    margin-left: 3rem !important;
}

.h-m-35 {
    margin: 3.5rem !important;
}

.h-mx-35 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
}

.h-my-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}

.h-mt-35 {
    margin-top: 3.5rem !important;
}

.h-mb-35 {
    margin-bottom: 3.5rem !important;
}

.h-mr-35 {
    margin-right: 3.5rem !important;
}

.h-ml-35 {
    margin-left: 3.5rem !important;
}

.h-m-325 {
    margin: 3.25rem !important;
}

.h-mx-325 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
}

.h-my-325 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
}

.h-mt-325 {
    margin-top: 3.25rem !important;
}

.h-mb-325 {
    margin-bottom: 3.25rem !important;
}

.h-mr-325 {
    margin-right: 3.25rem !important;
}

.h-ml-325 {
    margin-left: 3.25rem !important;
}

.h-m-375 {
    margin: 3.75rem !important;
}

.h-mx-375 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
}

.h-my-375 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
}

.h-mt-375 {
    margin-top: 3.75rem !important;
}

.h-mb-375 {
    margin-bottom: 3.75rem !important;
}

.h-mr-375 {
    margin-right: 3.75rem !important;
}

.h-ml-375 {
    margin-left: 3.75rem !important;
}

.h-m-4 {
    margin: 4rem !important;
}

.h-mx-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}

.h-my-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.h-mt-4 {
    margin-top: 4rem !important;
}

.h-mb-4 {
    margin-bottom: 4rem !important;
}

.h-mr-4 {
    margin-right: 4rem !important;
}

.h-ml-4 {
    margin-left: 4rem !important;
}

.h-m-45 {
    margin: 4.5rem !important;
}

.h-mx-45 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
}

.h-my-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
}

.h-mt-45 {
    margin-top: 4.5rem !important;
}

.h-mb-45 {
    margin-bottom: 4.5rem !important;
}

.h-mr-45 {
    margin-right: 4.5rem !important;
}

.h-ml-45 {
    margin-left: 4.5rem !important;
}

.h-m-425 {
    margin: 4.25rem !important;
}

.h-mx-425 {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important;
}

.h-my-425 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
}

.h-mt-425 {
    margin-top: 4.25rem !important;
}

.h-mb-425 {
    margin-bottom: 4.25rem !important;
}

.h-mr-425 {
    margin-right: 4.25rem !important;
}

.h-ml-425 {
    margin-left: 4.25rem !important;
}

.h-m-475 {
    margin: 4.75rem !important;
}

.h-mx-475 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
}

.h-my-475 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
}

.h-mt-475 {
    margin-top: 4.75rem !important;
}

.h-mb-475 {
    margin-bottom: 4.75rem !important;
}

.h-mr-475 {
    margin-right: 4.75rem !important;
}

.h-ml-475 {
    margin-left: 4.75rem !important;
}

.h-m-5 {
    margin: 5rem !important;
}

.h-mx-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}

.h-my-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.h-mt-5 {
    margin-top: 5rem !important;
}

.h-mb-5 {
    margin-bottom: 5rem !important;
}

.h-mr-5 {
    margin-right: 5rem !important;
}

.h-ml-5 {
    margin-left: 5rem !important;
}

.h-m-55 {
    margin: 5.5rem !important;
}

.h-mx-55 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
}

.h-my-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
}

.h-mt-55 {
    margin-top: 5.5rem !important;
}

.h-mb-55 {
    margin-bottom: 5.5rem !important;
}

.h-mr-55 {
    margin-right: 5.5rem !important;
}

.h-ml-55 {
    margin-left: 5.5rem !important;
}

.h-m-525 {
    margin: 5.25rem !important;
}

.h-mx-525 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
}

.h-my-525 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
}

.h-mt-525 {
    margin-top: 5.25rem !important;
}

.h-mb-525 {
    margin-bottom: 5.25rem !important;
}

.h-mr-525 {
    margin-right: 5.25rem !important;
}

.h-ml-525 {
    margin-left: 5.25rem !important;
}

.h-m-575 {
    margin: 5.75rem !important;
}

.h-mx-575 {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
}

.h-my-575 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
}

.h-mt-575 {
    margin-top: 5.75rem !important;
}

.h-mb-575 {
    margin-bottom: 5.75rem !important;
}

.h-mr-575 {
    margin-right: 5.75rem !important;
}

.h-ml-575 {
    margin-left: 5.75rem !important;
}

.h-m-6 {
    margin: 6rem !important;
}

.h-mx-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}

.h-my-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.h-mt-6 {
    margin-top: 6rem !important;
}

.h-mb-6 {
    margin-bottom: 6rem !important;
}

.h-mr-6 {
    margin-right: 6rem !important;
}

.h-ml-6 {
    margin-left: 6rem !important;
}

.h-m-65 {
    margin: 6.5rem !important;
}

.h-mx-65 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
}

.h-my-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
}

.h-mt-65 {
    margin-top: 6.5rem !important;
}

.h-mb-65 {
    margin-bottom: 6.5rem !important;
}

.h-mr-65 {
    margin-right: 6.5rem !important;
}

.h-ml-65 {
    margin-left: 6.5rem !important;
}

.h-m-625 {
    margin: 6.25rem !important;
}

.h-mx-625 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
}

.h-my-625 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
}

.h-mt-625 {
    margin-top: 6.25rem !important;
}

.h-mb-625 {
    margin-bottom: 6.25rem !important;
}

.h-mr-625 {
    margin-right: 6.25rem !important;
}

.h-ml-625 {
    margin-left: 6.25rem !important;
}

.h-m-675 {
    margin: 6.75rem !important;
}

.h-mx-675 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
}

.h-my-675 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
}

.h-mt-675 {
    margin-top: 6.75rem !important;
}

.h-mb-675 {
    margin-bottom: 6.75rem !important;
}

.h-mr-675 {
    margin-right: 6.75rem !important;
}

.h-ml-675 {
    margin-left: 6.75rem !important;
}

.h-m-7 {
    margin: 7rem !important;
}

.h-mx-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
}

.h-my-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}

.h-mt-7 {
    margin-top: 7rem !important;
}

.h-mb-7 {
    margin-bottom: 7rem !important;
}

.h-mr-7 {
    margin-right: 7rem !important;
}

.h-ml-7 {
    margin-left: 7rem !important;
}

.h-m-75 {
    margin: 7.5rem !important;
}

.h-mx-75 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
}

.h-my-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
}

.h-mt-75 {
    margin-top: 7.5rem !important;
}

.h-mb-75 {
    margin-bottom: 7.5rem !important;
}

.h-mr-75 {
    margin-right: 7.5rem !important;
}

.h-ml-75 {
    margin-left: 7.5rem !important;
}

.h-m-725 {
    margin: 7.25rem !important;
}

.h-mx-725 {
    margin-left: 7.25rem !important;
    margin-right: 7.25rem !important;
}

.h-my-725 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
}

.h-mt-725 {
    margin-top: 7.25rem !important;
}

.h-mb-725 {
    margin-bottom: 7.25rem !important;
}

.h-mr-725 {
    margin-right: 7.25rem !important;
}

.h-ml-725 {
    margin-left: 7.25rem !important;
}

.h-m-775 {
    margin: 7.75rem !important;
}

.h-mx-775 {
    margin-left: 7.75rem !important;
    margin-right: 7.75rem !important;
}

.h-my-775 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
}

.h-mt-775 {
    margin-top: 7.75rem !important;
}

.h-mb-775 {
    margin-bottom: 7.75rem !important;
}

.h-mr-775 {
    margin-right: 7.75rem !important;
}

.h-ml-775 {
    margin-left: 7.75rem !important;
}

.h-m-8 {
    margin: 8rem !important;
}

.h-mx-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
}

.h-my-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}

.h-mt-8 {
    margin-top: 8rem !important;
}

.h-mb-8 {
    margin-bottom: 8rem !important;
}

.h-mr-8 {
    margin-right: 8rem !important;
}

.h-ml-8 {
    margin-left: 8rem !important;
}

.h-m-85 {
    margin: 8.5rem !important;
}

.h-mx-85 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
}

.h-my-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
}

.h-mt-85 {
    margin-top: 8.5rem !important;
}

.h-mb-85 {
    margin-bottom: 8.5rem !important;
}

.h-mr-85 {
    margin-right: 8.5rem !important;
}

.h-ml-85 {
    margin-left: 8.5rem !important;
}

.h-m-825 {
    margin: 8.25rem !important;
}

.h-mx-825 {
    margin-left: 8.25rem !important;
    margin-right: 8.25rem !important;
}

.h-my-825 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
}

.h-mt-825 {
    margin-top: 8.25rem !important;
}

.h-mb-825 {
    margin-bottom: 8.25rem !important;
}

.h-mr-825 {
    margin-right: 8.25rem !important;
}

.h-ml-825 {
    margin-left: 8.25rem !important;
}

.h-m-875 {
    margin: 8.75rem !important;
}

.h-mx-875 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
}

.h-my-875 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
}

.h-mt-875 {
    margin-top: 8.75rem !important;
}

.h-mb-875 {
    margin-bottom: 8.75rem !important;
}

.h-mr-875 {
    margin-right: 8.75rem !important;
}

.h-ml-875 {
    margin-left: 8.75rem !important;
}

.h-m-9 {
    margin: 9rem !important;
}

.h-mx-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
}

.h-my-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}

.h-mt-9 {
    margin-top: 9rem !important;
}

.h-mb-9 {
    margin-bottom: 9rem !important;
}

.h-mr-9 {
    margin-right: 9rem !important;
}

.h-ml-9 {
    margin-left: 9rem !important;
}

.h-m-95 {
    margin: 9.5rem !important;
}

.h-mx-95 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
}

.h-my-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
}

.h-mt-95 {
    margin-top: 9.5rem !important;
}

.h-mb-95 {
    margin-bottom: 9.5rem !important;
}

.h-mr-95 {
    margin-right: 9.5rem !important;
}

.h-ml-95 {
    margin-left: 9.5rem !important;
}

.h-m-925 {
    margin: 9.25rem !important;
}

.h-mx-925 {
    margin-left: 9.25rem !important;
    margin-right: 9.25rem !important;
}

.h-my-925 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
}

.h-mt-925 {
    margin-top: 9.25rem !important;
}

.h-mb-925 {
    margin-bottom: 9.25rem !important;
}

.h-mr-925 {
    margin-right: 9.25rem !important;
}

.h-ml-925 {
    margin-left: 9.25rem !important;
}

.h-m-975 {
    margin: 9.75rem !important;
}

.h-mx-975 {
    margin-left: 9.75rem !important;
    margin-right: 9.75rem !important;
}

.h-my-975 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
}

.h-mt-975 {
    margin-top: 9.75rem !important;
}

.h-mb-975 {
    margin-bottom: 9.75rem !important;
}

.h-mr-975 {
    margin-right: 9.75rem !important;
}

.h-ml-975 {
    margin-left: 9.75rem !important;
}

.h-p-0 {
    padding: 0rem !important;
}

.h-px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.h-py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.h-pt-0 {
    padding-top: 0rem !important;
}

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

.h-pr-0 {
    padding-right: 0rem !important;
}

.h-pl-0 {
    padding-left: 0rem !important;
}

.h-p-05 {
    padding: 0.5rem !important;
}

.h-px-05 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.h-py-05 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.h-pt-05 {
    padding-top: 0.5rem !important;
}

.h-pb-05 {
    padding-bottom: 0.5rem !important;
}

.h-pr-05 {
    padding-right: 0.5rem !important;
}

.h-pl-05 {
    padding-left: 0.5rem !important;
}

.h-p-025 {
    padding: 0.25rem !important;
}

.h-px-025 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.h-py-025 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.h-pt-025 {
    padding-top: 0.25rem !important;
}

.h-pb-025 {
    padding-bottom: 0.25rem !important;
}

.h-pr-025 {
    padding-right: 0.25rem !important;
}

.h-pl-025 {
    padding-left: 0.25rem !important;
}

.h-p-075 {
    padding: 0.75rem !important;
}

.h-px-075 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.h-py-075 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.h-pt-075 {
    padding-top: 0.75rem !important;
}

.h-pb-075 {
    padding-bottom: 0.75rem !important;
}

.h-pr-075 {
    padding-right: 0.75rem !important;
}

.h-pl-075 {
    padding-left: 0.75rem !important;
}

.h-p-1 {
    padding: 1rem !important;
}

.h-px-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.h-py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.h-pt-1 {
    padding-top: 1rem !important;
}

.h-pb-1 {
    padding-bottom: 1rem !important;
}

.h-pr-1 {
    padding-right: 1rem !important;
}

.h-pl-1 {
    padding-left: 1rem !important;
}

.h-p-15 {
    padding: 1.5rem !important;
}

.h-px-15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.h-py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.h-pt-15 {
    padding-top: 1.5rem !important;
}

.h-pb-15 {
    padding-bottom: 1.5rem !important;
}

.h-pr-15 {
    padding-right: 1.5rem !important;
}

.h-pl-15 {
    padding-left: 1.5rem !important;
}

.h-p-125 {
    padding: 1.25rem !important;
}

.h-px-125 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

.h-py-125 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.h-pt-125 {
    padding-top: 1.25rem !important;
}

.h-pb-125 {
    padding-bottom: 1.25rem !important;
}

.h-pr-125 {
    padding-right: 1.25rem !important;
}

.h-pl-125 {
    padding-left: 1.25rem !important;
}

.h-p-175 {
    padding: 1.75rem !important;
}

.h-px-175 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
}

.h-py-175 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
}

.h-pt-175 {
    padding-top: 1.75rem !important;
}

.h-pb-175 {
    padding-bottom: 1.75rem !important;
}

.h-pr-175 {
    padding-right: 1.75rem !important;
}

.h-pl-175 {
    padding-left: 1.75rem !important;
}

.h-p-2 {
    padding: 2rem !important;
}

.h-px-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.h-py-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.h-pt-2 {
    padding-top: 2rem !important;
}

.h-pb-2 {
    padding-bottom: 2rem !important;
}

.h-pr-2 {
    padding-right: 2rem !important;
}

.h-pl-2 {
    padding-left: 2rem !important;
}

.h-p-25 {
    padding: 2.5rem !important;
}

.h-px-25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.h-py-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.h-pt-25 {
    padding-top: 2.5rem !important;
}

.h-pb-25 {
    padding-bottom: 2.5rem !important;
}

.h-pr-25 {
    padding-right: 2.5rem !important;
}

.h-pl-25 {
    padding-left: 2.5rem !important;
}

.h-p-225 {
    padding: 2.25rem !important;
}

.h-px-225 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
}

.h-py-225 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
}

.h-pt-225 {
    padding-top: 2.25rem !important;
}

.h-pb-225 {
    padding-bottom: 2.25rem !important;
}

.h-pr-225 {
    padding-right: 2.25rem !important;
}

.h-pl-225 {
    padding-left: 2.25rem !important;
}

.h-p-275 {
    padding: 2.75rem !important;
}

.h-px-275 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
}

.h-py-275 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
}

.h-pt-275 {
    padding-top: 2.75rem !important;
}

.h-pb-275 {
    padding-bottom: 2.75rem !important;
}

.h-pr-275 {
    padding-right: 2.75rem !important;
}

.h-pl-275 {
    padding-left: 2.75rem !important;
}

.h-p-3 {
    padding: 3rem !important;
}

.h-px-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.h-py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.h-pt-3 {
    padding-top: 3rem !important;
}

.h-pb-3 {
    padding-bottom: 3rem !important;
}

.h-pr-3 {
    padding-right: 3rem !important;
}

.h-pl-3 {
    padding-left: 3rem !important;
}

.h-p-35 {
    padding: 3.5rem !important;
}

.h-px-35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
}

.h-py-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

.h-pt-35 {
    padding-top: 3.5rem !important;
}

.h-pb-35 {
    padding-bottom: 3.5rem !important;
}

.h-pr-35 {
    padding-right: 3.5rem !important;
}

.h-pl-35 {
    padding-left: 3.5rem !important;
}

.h-p-325 {
    padding: 3.25rem !important;
}

.h-px-325 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
}

.h-py-325 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
}

.h-pt-325 {
    padding-top: 3.25rem !important;
}

.h-pb-325 {
    padding-bottom: 3.25rem !important;
}

.h-pr-325 {
    padding-right: 3.25rem !important;
}

.h-pl-325 {
    padding-left: 3.25rem !important;
}

.h-p-375 {
    padding: 3.75rem !important;
}

.h-px-375 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
}

.h-py-375 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
}

.h-pt-375 {
    padding-top: 3.75rem !important;
}

.h-pb-375 {
    padding-bottom: 3.75rem !important;
}

.h-pr-375 {
    padding-right: 3.75rem !important;
}

.h-pl-375 {
    padding-left: 3.75rem !important;
}

.h-p-4 {
    padding: 4rem !important;
}

.h-px-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.h-py-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.h-pt-4 {
    padding-top: 4rem !important;
}

.h-pb-4 {
    padding-bottom: 4rem !important;
}

.h-pr-4 {
    padding-right: 4rem !important;
}

.h-pl-4 {
    padding-left: 4rem !important;
}

.h-p-45 {
    padding: 4.5rem !important;
}

.h-px-45 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
}

.h-py-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.h-pt-45 {
    padding-top: 4.5rem !important;
}

.h-pb-45 {
    padding-bottom: 4.5rem !important;
}

.h-pr-45 {
    padding-right: 4.5rem !important;
}

.h-pl-45 {
    padding-left: 4.5rem !important;
}

.h-p-425 {
    padding: 4.25rem !important;
}

.h-px-425 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
}

.h-py-425 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
}

.h-pt-425 {
    padding-top: 4.25rem !important;
}

.h-pb-425 {
    padding-bottom: 4.25rem !important;
}

.h-pr-425 {
    padding-right: 4.25rem !important;
}

.h-pl-425 {
    padding-left: 4.25rem !important;
}

.h-p-475 {
    padding: 4.75rem !important;
}

.h-px-475 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
}

.h-py-475 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
}

.h-pt-475 {
    padding-top: 4.75rem !important;
}

.h-pb-475 {
    padding-bottom: 4.75rem !important;
}

.h-pr-475 {
    padding-right: 4.75rem !important;
}

.h-pl-475 {
    padding-left: 4.75rem !important;
}

.h-p-5 {
    padding: 5rem !important;
}

.h-px-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.h-py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.h-pt-5 {
    padding-top: 5rem !important;
}

.h-pb-5 {
    padding-bottom: 5rem !important;
}

.h-pr-5 {
    padding-right: 5rem !important;
}

.h-pl-5 {
    padding-left: 5rem !important;
}

.h-p-55 {
    padding: 5.5rem !important;
}

.h-px-55 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
}

.h-py-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
}

.h-pt-55 {
    padding-top: 5.5rem !important;
}

.h-pb-55 {
    padding-bottom: 5.5rem !important;
}

.h-pr-55 {
    padding-right: 5.5rem !important;
}

.h-pl-55 {
    padding-left: 5.5rem !important;
}

.h-p-525 {
    padding: 5.25rem !important;
}

.h-px-525 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
}

.h-py-525 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
}

.h-pt-525 {
    padding-top: 5.25rem !important;
}

.h-pb-525 {
    padding-bottom: 5.25rem !important;
}

.h-pr-525 {
    padding-right: 5.25rem !important;
}

.h-pl-525 {
    padding-left: 5.25rem !important;
}

.h-p-575 {
    padding: 5.75rem !important;
}

.h-px-575 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
}

.h-py-575 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
}

.h-pt-575 {
    padding-top: 5.75rem !important;
}

.h-pb-575 {
    padding-bottom: 5.75rem !important;
}

.h-pr-575 {
    padding-right: 5.75rem !important;
}

.h-pl-575 {
    padding-left: 5.75rem !important;
}

.h-p-6 {
    padding: 6rem !important;
}

.h-px-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}

.h-py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.h-pt-6 {
    padding-top: 6rem !important;
}

.h-pb-6 {
    padding-bottom: 6rem !important;
}

.h-pr-6 {
    padding-right: 6rem !important;
}

.h-pl-6 {
    padding-left: 6rem !important;
}

.h-p-65 {
    padding: 6.5rem !important;
}

.h-px-65 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
}

.h-py-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
}

.h-pt-65 {
    padding-top: 6.5rem !important;
}

.h-pb-65 {
    padding-bottom: 6.5rem !important;
}

.h-pr-65 {
    padding-right: 6.5rem !important;
}

.h-pl-65 {
    padding-left: 6.5rem !important;
}

.h-p-625 {
    padding: 6.25rem !important;
}

.h-px-625 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
}

.h-py-625 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
}

.h-pt-625 {
    padding-top: 6.25rem !important;
}

.h-pb-625 {
    padding-bottom: 6.25rem !important;
}

.h-pr-625 {
    padding-right: 6.25rem !important;
}

.h-pl-625 {
    padding-left: 6.25rem !important;
}

.h-p-675 {
    padding: 6.75rem !important;
}

.h-px-675 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
}

.h-py-675 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
}

.h-pt-675 {
    padding-top: 6.75rem !important;
}

.h-pb-675 {
    padding-bottom: 6.75rem !important;
}

.h-pr-675 {
    padding-right: 6.75rem !important;
}

.h-pl-675 {
    padding-left: 6.75rem !important;
}

.h-p-7 {
    padding: 7rem !important;
}

.h-px-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}

.h-py-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.h-pt-7 {
    padding-top: 7rem !important;
}

.h-pb-7 {
    padding-bottom: 7rem !important;
}

.h-pr-7 {
    padding-right: 7rem !important;
}

.h-pl-7 {
    padding-left: 7rem !important;
}

.h-p-75 {
    padding: 7.5rem !important;
}

.h-px-75 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
}

.h-py-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
}

.h-pt-75 {
    padding-top: 7.5rem !important;
}

.h-pb-75 {
    padding-bottom: 7.5rem !important;
}

.h-pr-75 {
    padding-right: 7.5rem !important;
}

.h-pl-75 {
    padding-left: 7.5rem !important;
}

.h-p-725 {
    padding: 7.25rem !important;
}

.h-px-725 {
    padding-left: 7.25rem !important;
    padding-right: 7.25rem !important;
}

.h-py-725 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
}

.h-pt-725 {
    padding-top: 7.25rem !important;
}

.h-pb-725 {
    padding-bottom: 7.25rem !important;
}

.h-pr-725 {
    padding-right: 7.25rem !important;
}

.h-pl-725 {
    padding-left: 7.25rem !important;
}

.h-p-775 {
    padding: 7.75rem !important;
}

.h-px-775 {
    padding-left: 7.75rem !important;
    padding-right: 7.75rem !important;
}

.h-py-775 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
}

.h-pt-775 {
    padding-top: 7.75rem !important;
}

.h-pb-775 {
    padding-bottom: 7.75rem !important;
}

.h-pr-775 {
    padding-right: 7.75rem !important;
}

.h-pl-775 {
    padding-left: 7.75rem !important;
}

.h-p-8 {
    padding: 8rem !important;
}

.h-px-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
}

.h-py-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.h-pt-8 {
    padding-top: 8rem !important;
}

.h-pb-8 {
    padding-bottom: 8rem !important;
}

.h-pr-8 {
    padding-right: 8rem !important;
}

.h-pl-8 {
    padding-left: 8rem !important;
}

.h-p-85 {
    padding: 8.5rem !important;
}

.h-px-85 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
}

.h-py-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
}

.h-pt-85 {
    padding-top: 8.5rem !important;
}

.h-pb-85 {
    padding-bottom: 8.5rem !important;
}

.h-pr-85 {
    padding-right: 8.5rem !important;
}

.h-pl-85 {
    padding-left: 8.5rem !important;
}

.h-p-825 {
    padding: 8.25rem !important;
}

.h-px-825 {
    padding-left: 8.25rem !important;
    padding-right: 8.25rem !important;
}

.h-py-825 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
}

.h-pt-825 {
    padding-top: 8.25rem !important;
}

.h-pb-825 {
    padding-bottom: 8.25rem !important;
}

.h-pr-825 {
    padding-right: 8.25rem !important;
}

.h-pl-825 {
    padding-left: 8.25rem !important;
}

.h-p-875 {
    padding: 8.75rem !important;
}

.h-px-875 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
}

.h-py-875 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
}

.h-pt-875 {
    padding-top: 8.75rem !important;
}

.h-pb-875 {
    padding-bottom: 8.75rem !important;
}

.h-pr-875 {
    padding-right: 8.75rem !important;
}

.h-pl-875 {
    padding-left: 8.75rem !important;
}

.h-p-9 {
    padding: 9rem !important;
}

.h-px-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
}

.h-py-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}

.h-pt-9 {
    padding-top: 9rem !important;
}

.h-pb-9 {
    padding-bottom: 9rem !important;
}

.h-pr-9 {
    padding-right: 9rem !important;
}

.h-pl-9 {
    padding-left: 9rem !important;
}

.h-p-95 {
    padding: 9.5rem !important;
}

.h-px-95 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
}

.h-py-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
}

.h-pt-95 {
    padding-top: 9.5rem !important;
}

.h-pb-95 {
    padding-bottom: 9.5rem !important;
}

.h-pr-95 {
    padding-right: 9.5rem !important;
}

.h-pl-95 {
    padding-left: 9.5rem !important;
}

.h-p-925 {
    padding: 9.25rem !important;
}

.h-px-925 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important;
}

.h-py-925 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
}

.h-pt-925 {
    padding-top: 9.25rem !important;
}

.h-pb-925 {
    padding-bottom: 9.25rem !important;
}

.h-pr-925 {
    padding-right: 9.25rem !important;
}

.h-pl-925 {
    padding-left: 9.25rem !important;
}

.h-p-975 {
    padding: 9.75rem !important;
}

.h-px-975 {
    padding-left: 9.75rem !important;
    padding-right: 9.75rem !important;
}

.h-py-975 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
}

.h-pt-975 {
    padding-top: 9.75rem !important;
}

.h-pb-975 {
    padding-bottom: 9.75rem !important;
}

.h-pr-975 {
    padding-right: 9.75rem !important;
}

.h-pl-975 {
    padding-left: 9.75rem !important;
}

@media screen and (max-width: 767px) {
    .h-m-sm-0 {
        margin: 0rem !important;
    }

    .h-mx-sm-0 {
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }

    .h-my-sm-0 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }

    .h-mt-sm-0 {
        margin-top: 0rem !important;
    }

    .h-mb-sm-0 {
        margin-bottom: 0rem !important;
    }

    .h-mr-sm-0 {
        margin-right: 0rem !important;
    }

    .h-ml-sm-0 {
        margin-left: 0rem !important;
    }

    .h-m-sm-05 {
        margin: 0.5rem !important;
    }

    .h-mx-sm-05 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .h-my-sm-05 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .h-mt-sm-05 {
        margin-top: 0.5rem !important;
    }

    .h-mb-sm-05 {
        margin-bottom: 0.5rem !important;
    }

    .h-mr-sm-05 {
        margin-right: 0.5rem !important;
    }

    .h-ml-sm-05 {
        margin-left: 0.5rem !important;
    }

    .h-m-sm-025 {
        margin: 0.25rem !important;
    }

    .h-mx-sm-025 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .h-my-sm-025 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .h-mt-sm-025 {
        margin-top: 0.25rem !important;
    }

    .h-mb-sm-025 {
        margin-bottom: 0.25rem !important;
    }

    .h-mr-sm-025 {
        margin-right: 0.25rem !important;
    }

    .h-ml-sm-025 {
        margin-left: 0.25rem !important;
    }

    .h-m-sm-075 {
        margin: 0.75rem !important;
    }

    .h-mx-sm-075 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .h-my-sm-075 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .h-mt-sm-075 {
        margin-top: 0.75rem !important;
    }

    .h-mb-sm-075 {
        margin-bottom: 0.75rem !important;
    }

    .h-mr-sm-075 {
        margin-right: 0.75rem !important;
    }

    .h-ml-sm-075 {
        margin-left: 0.75rem !important;
    }

    .h-m-sm-1 {
        margin: 1rem !important;
    }

    .h-mx-sm-1 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .h-my-sm-1 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .h-mt-sm-1 {
        margin-top: 1rem !important;
    }

    .h-mb-sm-1 {
        margin-bottom: 1rem !important;
    }

    .h-mr-sm-1 {
        margin-right: 1rem !important;
    }

    .h-ml-sm-1 {
        margin-left: 1rem !important;
    }

    .h-m-sm-15 {
        margin: 1.5rem !important;
    }

    .h-mx-sm-15 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .h-my-sm-15 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .h-mt-sm-15 {
        margin-top: 1.5rem !important;
    }

    .h-mb-sm-15 {
        margin-bottom: 1.5rem !important;
    }

    .h-mr-sm-15 {
        margin-right: 1.5rem !important;
    }

    .h-ml-sm-15 {
        margin-left: 1.5rem !important;
    }

    .h-m-sm-125 {
        margin: 1.25rem !important;
    }

    .h-mx-sm-125 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .h-my-sm-125 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .h-mt-sm-125 {
        margin-top: 1.25rem !important;
    }

    .h-mb-sm-125 {
        margin-bottom: 1.25rem !important;
    }

    .h-mr-sm-125 {
        margin-right: 1.25rem !important;
    }

    .h-ml-sm-125 {
        margin-left: 1.25rem !important;
    }

    .h-m-sm-175 {
        margin: 1.75rem !important;
    }

    .h-mx-sm-175 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }

    .h-my-sm-175 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .h-mt-sm-175 {
        margin-top: 1.75rem !important;
    }

    .h-mb-sm-175 {
        margin-bottom: 1.75rem !important;
    }

    .h-mr-sm-175 {
        margin-right: 1.75rem !important;
    }

    .h-ml-sm-175 {
        margin-left: 1.75rem !important;
    }

    .h-m-sm-2 {
        margin: 2rem !important;
    }

    .h-mx-sm-2 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .h-my-sm-2 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .h-mt-sm-2 {
        margin-top: 2rem !important;
    }

    .h-mb-sm-2 {
        margin-bottom: 2rem !important;
    }

    .h-mr-sm-2 {
        margin-right: 2rem !important;
    }

    .h-ml-sm-2 {
        margin-left: 2rem !important;
    }

    .h-m-sm-25 {
        margin: 2.5rem !important;
    }

    .h-mx-sm-25 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .h-my-sm-25 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .h-mt-sm-25 {
        margin-top: 2.5rem !important;
    }

    .h-mb-sm-25 {
        margin-bottom: 2.5rem !important;
    }

    .h-mr-sm-25 {
        margin-right: 2.5rem !important;
    }

    .h-ml-sm-25 {
        margin-left: 2.5rem !important;
    }

    .h-m-sm-225 {
        margin: 2.25rem !important;
    }

    .h-mx-sm-225 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    .h-my-sm-225 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    .h-mt-sm-225 {
        margin-top: 2.25rem !important;
    }

    .h-mb-sm-225 {
        margin-bottom: 2.25rem !important;
    }

    .h-mr-sm-225 {
        margin-right: 2.25rem !important;
    }

    .h-ml-sm-225 {
        margin-left: 2.25rem !important;
    }

    .h-m-sm-275 {
        margin: 2.75rem !important;
    }

    .h-mx-sm-275 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important;
    }

    .h-my-sm-275 {
        margin-top: 2.75rem !important;
        margin-bottom: 2.75rem !important;
    }

    .h-mt-sm-275 {
        margin-top: 2.75rem !important;
    }

    .h-mb-sm-275 {
        margin-bottom: 2.75rem !important;
    }

    .h-mr-sm-275 {
        margin-right: 2.75rem !important;
    }

    .h-ml-sm-275 {
        margin-left: 2.75rem !important;
    }

    .h-m-sm-3 {
        margin: 3rem !important;
    }

    .h-mx-sm-3 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .h-my-sm-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .h-mt-sm-3 {
        margin-top: 3rem !important;
    }

    .h-mb-sm-3 {
        margin-bottom: 3rem !important;
    }

    .h-mr-sm-3 {
        margin-right: 3rem !important;
    }

    .h-ml-sm-3 {
        margin-left: 3rem !important;
    }

    .h-m-sm-35 {
        margin: 3.5rem !important;
    }

    .h-mx-sm-35 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }

    .h-my-sm-35 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .h-mt-sm-35 {
        margin-top: 3.5rem !important;
    }

    .h-mb-sm-35 {
        margin-bottom: 3.5rem !important;
    }

    .h-mr-sm-35 {
        margin-right: 3.5rem !important;
    }

    .h-ml-sm-35 {
        margin-left: 3.5rem !important;
    }

    .h-m-sm-325 {
        margin: 3.25rem !important;
    }

    .h-mx-sm-325 {
        margin-left: 3.25rem !important;
        margin-right: 3.25rem !important;
    }

    .h-my-sm-325 {
        margin-top: 3.25rem !important;
        margin-bottom: 3.25rem !important;
    }

    .h-mt-sm-325 {
        margin-top: 3.25rem !important;
    }

    .h-mb-sm-325 {
        margin-bottom: 3.25rem !important;
    }

    .h-mr-sm-325 {
        margin-right: 3.25rem !important;
    }

    .h-ml-sm-325 {
        margin-left: 3.25rem !important;
    }

    .h-m-sm-375 {
        margin: 3.75rem !important;
    }

    .h-mx-sm-375 {
        margin-left: 3.75rem !important;
        margin-right: 3.75rem !important;
    }

    .h-my-sm-375 {
        margin-top: 3.75rem !important;
        margin-bottom: 3.75rem !important;
    }

    .h-mt-sm-375 {
        margin-top: 3.75rem !important;
    }

    .h-mb-sm-375 {
        margin-bottom: 3.75rem !important;
    }

    .h-mr-sm-375 {
        margin-right: 3.75rem !important;
    }

    .h-ml-sm-375 {
        margin-left: 3.75rem !important;
    }

    .h-m-sm-4 {
        margin: 4rem !important;
    }

    .h-mx-sm-4 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .h-my-sm-4 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .h-mt-sm-4 {
        margin-top: 4rem !important;
    }

    .h-mb-sm-4 {
        margin-bottom: 4rem !important;
    }

    .h-mr-sm-4 {
        margin-right: 4rem !important;
    }

    .h-ml-sm-4 {
        margin-left: 4rem !important;
    }

    .h-m-sm-45 {
        margin: 4.5rem !important;
    }

    .h-mx-sm-45 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important;
    }

    .h-my-sm-45 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

    .h-mt-sm-45 {
        margin-top: 4.5rem !important;
    }

    .h-mb-sm-45 {
        margin-bottom: 4.5rem !important;
    }

    .h-mr-sm-45 {
        margin-right: 4.5rem !important;
    }

    .h-ml-sm-45 {
        margin-left: 4.5rem !important;
    }

    .h-m-sm-425 {
        margin: 4.25rem !important;
    }

    .h-mx-sm-425 {
        margin-left: 4.25rem !important;
        margin-right: 4.25rem !important;
    }

    .h-my-sm-425 {
        margin-top: 4.25rem !important;
        margin-bottom: 4.25rem !important;
    }

    .h-mt-sm-425 {
        margin-top: 4.25rem !important;
    }

    .h-mb-sm-425 {
        margin-bottom: 4.25rem !important;
    }

    .h-mr-sm-425 {
        margin-right: 4.25rem !important;
    }

    .h-ml-sm-425 {
        margin-left: 4.25rem !important;
    }

    .h-m-sm-475 {
        margin: 4.75rem !important;
    }

    .h-mx-sm-475 {
        margin-left: 4.75rem !important;
        margin-right: 4.75rem !important;
    }

    .h-my-sm-475 {
        margin-top: 4.75rem !important;
        margin-bottom: 4.75rem !important;
    }

    .h-mt-sm-475 {
        margin-top: 4.75rem !important;
    }

    .h-mb-sm-475 {
        margin-bottom: 4.75rem !important;
    }

    .h-mr-sm-475 {
        margin-right: 4.75rem !important;
    }

    .h-ml-sm-475 {
        margin-left: 4.75rem !important;
    }

    .h-m-sm-5 {
        margin: 5rem !important;
    }

    .h-mx-sm-5 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .h-my-sm-5 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .h-mt-sm-5 {
        margin-top: 5rem !important;
    }

    .h-mb-sm-5 {
        margin-bottom: 5rem !important;
    }

    .h-mr-sm-5 {
        margin-right: 5rem !important;
    }

    .h-ml-sm-5 {
        margin-left: 5rem !important;
    }

    .h-m-sm-55 {
        margin: 5.5rem !important;
    }

    .h-mx-sm-55 {
        margin-left: 5.5rem !important;
        margin-right: 5.5rem !important;
    }

    .h-my-sm-55 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important;
    }

    .h-mt-sm-55 {
        margin-top: 5.5rem !important;
    }

    .h-mb-sm-55 {
        margin-bottom: 5.5rem !important;
    }

    .h-mr-sm-55 {
        margin-right: 5.5rem !important;
    }

    .h-ml-sm-55 {
        margin-left: 5.5rem !important;
    }

    .h-m-sm-525 {
        margin: 5.25rem !important;
    }

    .h-mx-sm-525 {
        margin-left: 5.25rem !important;
        margin-right: 5.25rem !important;
    }

    .h-my-sm-525 {
        margin-top: 5.25rem !important;
        margin-bottom: 5.25rem !important;
    }

    .h-mt-sm-525 {
        margin-top: 5.25rem !important;
    }

    .h-mb-sm-525 {
        margin-bottom: 5.25rem !important;
    }

    .h-mr-sm-525 {
        margin-right: 5.25rem !important;
    }

    .h-ml-sm-525 {
        margin-left: 5.25rem !important;
    }

    .h-m-sm-575 {
        margin: 5.75rem !important;
    }

    .h-mx-sm-575 {
        margin-left: 5.75rem !important;
        margin-right: 5.75rem !important;
    }

    .h-my-sm-575 {
        margin-top: 5.75rem !important;
        margin-bottom: 5.75rem !important;
    }

    .h-mt-sm-575 {
        margin-top: 5.75rem !important;
    }

    .h-mb-sm-575 {
        margin-bottom: 5.75rem !important;
    }

    .h-mr-sm-575 {
        margin-right: 5.75rem !important;
    }

    .h-ml-sm-575 {
        margin-left: 5.75rem !important;
    }

    .h-m-sm-6 {
        margin: 6rem !important;
    }

    .h-mx-sm-6 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .h-my-sm-6 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .h-mt-sm-6 {
        margin-top: 6rem !important;
    }

    .h-mb-sm-6 {
        margin-bottom: 6rem !important;
    }

    .h-mr-sm-6 {
        margin-right: 6rem !important;
    }

    .h-ml-sm-6 {
        margin-left: 6rem !important;
    }

    .h-m-sm-65 {
        margin: 6.5rem !important;
    }

    .h-mx-sm-65 {
        margin-left: 6.5rem !important;
        margin-right: 6.5rem !important;
    }

    .h-my-sm-65 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important;
    }

    .h-mt-sm-65 {
        margin-top: 6.5rem !important;
    }

    .h-mb-sm-65 {
        margin-bottom: 6.5rem !important;
    }

    .h-mr-sm-65 {
        margin-right: 6.5rem !important;
    }

    .h-ml-sm-65 {
        margin-left: 6.5rem !important;
    }

    .h-m-sm-625 {
        margin: 6.25rem !important;
    }

    .h-mx-sm-625 {
        margin-left: 6.25rem !important;
        margin-right: 6.25rem !important;
    }

    .h-my-sm-625 {
        margin-top: 6.25rem !important;
        margin-bottom: 6.25rem !important;
    }

    .h-mt-sm-625 {
        margin-top: 6.25rem !important;
    }

    .h-mb-sm-625 {
        margin-bottom: 6.25rem !important;
    }

    .h-mr-sm-625 {
        margin-right: 6.25rem !important;
    }

    .h-ml-sm-625 {
        margin-left: 6.25rem !important;
    }

    .h-m-sm-675 {
        margin: 6.75rem !important;
    }

    .h-mx-sm-675 {
        margin-left: 6.75rem !important;
        margin-right: 6.75rem !important;
    }

    .h-my-sm-675 {
        margin-top: 6.75rem !important;
        margin-bottom: 6.75rem !important;
    }

    .h-mt-sm-675 {
        margin-top: 6.75rem !important;
    }

    .h-mb-sm-675 {
        margin-bottom: 6.75rem !important;
    }

    .h-mr-sm-675 {
        margin-right: 6.75rem !important;
    }

    .h-ml-sm-675 {
        margin-left: 6.75rem !important;
    }

    .h-m-sm-7 {
        margin: 7rem !important;
    }

    .h-mx-sm-7 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .h-my-sm-7 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .h-mt-sm-7 {
        margin-top: 7rem !important;
    }

    .h-mb-sm-7 {
        margin-bottom: 7rem !important;
    }

    .h-mr-sm-7 {
        margin-right: 7rem !important;
    }

    .h-ml-sm-7 {
        margin-left: 7rem !important;
    }

    .h-m-sm-75 {
        margin: 7.5rem !important;
    }

    .h-mx-sm-75 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important;
    }

    .h-my-sm-75 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important;
    }

    .h-mt-sm-75 {
        margin-top: 7.5rem !important;
    }

    .h-mb-sm-75 {
        margin-bottom: 7.5rem !important;
    }

    .h-mr-sm-75 {
        margin-right: 7.5rem !important;
    }

    .h-ml-sm-75 {
        margin-left: 7.5rem !important;
    }

    .h-m-sm-725 {
        margin: 7.25rem !important;
    }

    .h-mx-sm-725 {
        margin-left: 7.25rem !important;
        margin-right: 7.25rem !important;
    }

    .h-my-sm-725 {
        margin-top: 7.25rem !important;
        margin-bottom: 7.25rem !important;
    }

    .h-mt-sm-725 {
        margin-top: 7.25rem !important;
    }

    .h-mb-sm-725 {
        margin-bottom: 7.25rem !important;
    }

    .h-mr-sm-725 {
        margin-right: 7.25rem !important;
    }

    .h-ml-sm-725 {
        margin-left: 7.25rem !important;
    }

    .h-m-sm-775 {
        margin: 7.75rem !important;
    }

    .h-mx-sm-775 {
        margin-left: 7.75rem !important;
        margin-right: 7.75rem !important;
    }

    .h-my-sm-775 {
        margin-top: 7.75rem !important;
        margin-bottom: 7.75rem !important;
    }

    .h-mt-sm-775 {
        margin-top: 7.75rem !important;
    }

    .h-mb-sm-775 {
        margin-bottom: 7.75rem !important;
    }

    .h-mr-sm-775 {
        margin-right: 7.75rem !important;
    }

    .h-ml-sm-775 {
        margin-left: 7.75rem !important;
    }

    .h-m-sm-8 {
        margin: 8rem !important;
    }

    .h-mx-sm-8 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .h-my-sm-8 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .h-mt-sm-8 {
        margin-top: 8rem !important;
    }

    .h-mb-sm-8 {
        margin-bottom: 8rem !important;
    }

    .h-mr-sm-8 {
        margin-right: 8rem !important;
    }

    .h-ml-sm-8 {
        margin-left: 8rem !important;
    }

    .h-m-sm-85 {
        margin: 8.5rem !important;
    }

    .h-mx-sm-85 {
        margin-left: 8.5rem !important;
        margin-right: 8.5rem !important;
    }

    .h-my-sm-85 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important;
    }

    .h-mt-sm-85 {
        margin-top: 8.5rem !important;
    }

    .h-mb-sm-85 {
        margin-bottom: 8.5rem !important;
    }

    .h-mr-sm-85 {
        margin-right: 8.5rem !important;
    }

    .h-ml-sm-85 {
        margin-left: 8.5rem !important;
    }

    .h-m-sm-825 {
        margin: 8.25rem !important;
    }

    .h-mx-sm-825 {
        margin-left: 8.25rem !important;
        margin-right: 8.25rem !important;
    }

    .h-my-sm-825 {
        margin-top: 8.25rem !important;
        margin-bottom: 8.25rem !important;
    }

    .h-mt-sm-825 {
        margin-top: 8.25rem !important;
    }

    .h-mb-sm-825 {
        margin-bottom: 8.25rem !important;
    }

    .h-mr-sm-825 {
        margin-right: 8.25rem !important;
    }

    .h-ml-sm-825 {
        margin-left: 8.25rem !important;
    }

    .h-m-sm-875 {
        margin: 8.75rem !important;
    }

    .h-mx-sm-875 {
        margin-left: 8.75rem !important;
        margin-right: 8.75rem !important;
    }

    .h-my-sm-875 {
        margin-top: 8.75rem !important;
        margin-bottom: 8.75rem !important;
    }

    .h-mt-sm-875 {
        margin-top: 8.75rem !important;
    }

    .h-mb-sm-875 {
        margin-bottom: 8.75rem !important;
    }

    .h-mr-sm-875 {
        margin-right: 8.75rem !important;
    }

    .h-ml-sm-875 {
        margin-left: 8.75rem !important;
    }

    .h-m-sm-9 {
        margin: 9rem !important;
    }

    .h-mx-sm-9 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .h-my-sm-9 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .h-mt-sm-9 {
        margin-top: 9rem !important;
    }

    .h-mb-sm-9 {
        margin-bottom: 9rem !important;
    }

    .h-mr-sm-9 {
        margin-right: 9rem !important;
    }

    .h-ml-sm-9 {
        margin-left: 9rem !important;
    }

    .h-m-sm-95 {
        margin: 9.5rem !important;
    }

    .h-mx-sm-95 {
        margin-left: 9.5rem !important;
        margin-right: 9.5rem !important;
    }

    .h-my-sm-95 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important;
    }

    .h-mt-sm-95 {
        margin-top: 9.5rem !important;
    }

    .h-mb-sm-95 {
        margin-bottom: 9.5rem !important;
    }

    .h-mr-sm-95 {
        margin-right: 9.5rem !important;
    }

    .h-ml-sm-95 {
        margin-left: 9.5rem !important;
    }

    .h-m-sm-925 {
        margin: 9.25rem !important;
    }

    .h-mx-sm-925 {
        margin-left: 9.25rem !important;
        margin-right: 9.25rem !important;
    }

    .h-my-sm-925 {
        margin-top: 9.25rem !important;
        margin-bottom: 9.25rem !important;
    }

    .h-mt-sm-925 {
        margin-top: 9.25rem !important;
    }

    .h-mb-sm-925 {
        margin-bottom: 9.25rem !important;
    }

    .h-mr-sm-925 {
        margin-right: 9.25rem !important;
    }

    .h-ml-sm-925 {
        margin-left: 9.25rem !important;
    }

    .h-m-sm-975 {
        margin: 9.75rem !important;
    }

    .h-mx-sm-975 {
        margin-left: 9.75rem !important;
        margin-right: 9.75rem !important;
    }

    .h-my-sm-975 {
        margin-top: 9.75rem !important;
        margin-bottom: 9.75rem !important;
    }

    .h-mt-sm-975 {
        margin-top: 9.75rem !important;
    }

    .h-mb-sm-975 {
        margin-bottom: 9.75rem !important;
    }

    .h-mr-sm-975 {
        margin-right: 9.75rem !important;
    }

    .h-ml-sm-975 {
        margin-left: 9.75rem !important;
    }

    .h-p-sm-0 {
        padding: 0rem !important;
    }

    .h-px-sm-0 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .h-py-sm-0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .h-pt-sm-0 {
        padding-top: 0rem !important;
    }

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

    .h-pr-sm-0 {
        padding-right: 0rem !important;
    }

    .h-pl-sm-0 {
        padding-left: 0rem !important;
    }

    .h-p-sm-05 {
        padding: 0.5rem !important;
    }

    .h-px-sm-05 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .h-py-sm-05 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .h-pt-sm-05 {
        padding-top: 0.5rem !important;
    }

    .h-pb-sm-05 {
        padding-bottom: 0.5rem !important;
    }

    .h-pr-sm-05 {
        padding-right: 0.5rem !important;
    }

    .h-pl-sm-05 {
        padding-left: 0.5rem !important;
    }

    .h-p-sm-025 {
        padding: 0.25rem !important;
    }

    .h-px-sm-025 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .h-py-sm-025 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .h-pt-sm-025 {
        padding-top: 0.25rem !important;
    }

    .h-pb-sm-025 {
        padding-bottom: 0.25rem !important;
    }

    .h-pr-sm-025 {
        padding-right: 0.25rem !important;
    }

    .h-pl-sm-025 {
        padding-left: 0.25rem !important;
    }

    .h-p-sm-075 {
        padding: 0.75rem !important;
    }

    .h-px-sm-075 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .h-py-sm-075 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .h-pt-sm-075 {
        padding-top: 0.75rem !important;
    }

    .h-pb-sm-075 {
        padding-bottom: 0.75rem !important;
    }

    .h-pr-sm-075 {
        padding-right: 0.75rem !important;
    }

    .h-pl-sm-075 {
        padding-left: 0.75rem !important;
    }

    .h-p-sm-1 {
        padding: 1rem !important;
    }

    .h-px-sm-1 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .h-py-sm-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .h-pt-sm-1 {
        padding-top: 1rem !important;
    }

    .h-pb-sm-1 {
        padding-bottom: 1rem !important;
    }

    .h-pr-sm-1 {
        padding-right: 1rem !important;
    }

    .h-pl-sm-1 {
        padding-left: 1rem !important;
    }

    .h-p-sm-15 {
        padding: 1.5rem !important;
    }

    .h-px-sm-15 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .h-py-sm-15 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .h-pt-sm-15 {
        padding-top: 1.5rem !important;
    }

    .h-pb-sm-15 {
        padding-bottom: 1.5rem !important;
    }

    .h-pr-sm-15 {
        padding-right: 1.5rem !important;
    }

    .h-pl-sm-15 {
        padding-left: 1.5rem !important;
    }

    .h-p-sm-125 {
        padding: 1.25rem !important;
    }

    .h-px-sm-125 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .h-py-sm-125 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .h-pt-sm-125 {
        padding-top: 1.25rem !important;
    }

    .h-pb-sm-125 {
        padding-bottom: 1.25rem !important;
    }

    .h-pr-sm-125 {
        padding-right: 1.25rem !important;
    }

    .h-pl-sm-125 {
        padding-left: 1.25rem !important;
    }

    .h-p-sm-175 {
        padding: 1.75rem !important;
    }

    .h-px-sm-175 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }

    .h-py-sm-175 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .h-pt-sm-175 {
        padding-top: 1.75rem !important;
    }

    .h-pb-sm-175 {
        padding-bottom: 1.75rem !important;
    }

    .h-pr-sm-175 {
        padding-right: 1.75rem !important;
    }

    .h-pl-sm-175 {
        padding-left: 1.75rem !important;
    }

    .h-p-sm-2 {
        padding: 2rem !important;
    }

    .h-px-sm-2 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .h-py-sm-2 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .h-pt-sm-2 {
        padding-top: 2rem !important;
    }

    .h-pb-sm-2 {
        padding-bottom: 2rem !important;
    }

    .h-pr-sm-2 {
        padding-right: 2rem !important;
    }

    .h-pl-sm-2 {
        padding-left: 2rem !important;
    }

    .h-p-sm-25 {
        padding: 2.5rem !important;
    }

    .h-px-sm-25 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .h-py-sm-25 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .h-pt-sm-25 {
        padding-top: 2.5rem !important;
    }

    .h-pb-sm-25 {
        padding-bottom: 2.5rem !important;
    }

    .h-pr-sm-25 {
        padding-right: 2.5rem !important;
    }

    .h-pl-sm-25 {
        padding-left: 2.5rem !important;
    }

    .h-p-sm-225 {
        padding: 2.25rem !important;
    }

    .h-px-sm-225 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    .h-py-sm-225 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .h-pt-sm-225 {
        padding-top: 2.25rem !important;
    }

    .h-pb-sm-225 {
        padding-bottom: 2.25rem !important;
    }

    .h-pr-sm-225 {
        padding-right: 2.25rem !important;
    }

    .h-pl-sm-225 {
        padding-left: 2.25rem !important;
    }

    .h-p-sm-275 {
        padding: 2.75rem !important;
    }

    .h-px-sm-275 {
        padding-left: 2.75rem !important;
        padding-right: 2.75rem !important;
    }

    .h-py-sm-275 {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important;
    }

    .h-pt-sm-275 {
        padding-top: 2.75rem !important;
    }

    .h-pb-sm-275 {
        padding-bottom: 2.75rem !important;
    }

    .h-pr-sm-275 {
        padding-right: 2.75rem !important;
    }

    .h-pl-sm-275 {
        padding-left: 2.75rem !important;
    }

    .h-p-sm-3 {
        padding: 3rem !important;
    }

    .h-px-sm-3 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .h-py-sm-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .h-pt-sm-3 {
        padding-top: 3rem !important;
    }

    .h-pb-sm-3 {
        padding-bottom: 3rem !important;
    }

    .h-pr-sm-3 {
        padding-right: 3rem !important;
    }

    .h-pl-sm-3 {
        padding-left: 3rem !important;
    }

    .h-p-sm-35 {
        padding: 3.5rem !important;
    }

    .h-px-sm-35 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }

    .h-py-sm-35 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .h-pt-sm-35 {
        padding-top: 3.5rem !important;
    }

    .h-pb-sm-35 {
        padding-bottom: 3.5rem !important;
    }

    .h-pr-sm-35 {
        padding-right: 3.5rem !important;
    }

    .h-pl-sm-35 {
        padding-left: 3.5rem !important;
    }

    .h-p-sm-325 {
        padding: 3.25rem !important;
    }

    .h-px-sm-325 {
        padding-left: 3.25rem !important;
        padding-right: 3.25rem !important;
    }

    .h-py-sm-325 {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }

    .h-pt-sm-325 {
        padding-top: 3.25rem !important;
    }

    .h-pb-sm-325 {
        padding-bottom: 3.25rem !important;
    }

    .h-pr-sm-325 {
        padding-right: 3.25rem !important;
    }

    .h-pl-sm-325 {
        padding-left: 3.25rem !important;
    }

    .h-p-sm-375 {
        padding: 3.75rem !important;
    }

    .h-px-sm-375 {
        padding-left: 3.75rem !important;
        padding-right: 3.75rem !important;
    }

    .h-py-sm-375 {
        padding-top: 3.75rem !important;
        padding-bottom: 3.75rem !important;
    }

    .h-pt-sm-375 {
        padding-top: 3.75rem !important;
    }

    .h-pb-sm-375 {
        padding-bottom: 3.75rem !important;
    }

    .h-pr-sm-375 {
        padding-right: 3.75rem !important;
    }

    .h-pl-sm-375 {
        padding-left: 3.75rem !important;
    }

    .h-p-sm-4 {
        padding: 4rem !important;
    }

    .h-px-sm-4 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .h-py-sm-4 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .h-pt-sm-4 {
        padding-top: 4rem !important;
    }

    .h-pb-sm-4 {
        padding-bottom: 4rem !important;
    }

    .h-pr-sm-4 {
        padding-right: 4rem !important;
    }

    .h-pl-sm-4 {
        padding-left: 4rem !important;
    }

    .h-p-sm-45 {
        padding: 4.5rem !important;
    }

    .h-px-sm-45 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }

    .h-py-sm-45 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .h-pt-sm-45 {
        padding-top: 4.5rem !important;
    }

    .h-pb-sm-45 {
        padding-bottom: 4.5rem !important;
    }

    .h-pr-sm-45 {
        padding-right: 4.5rem !important;
    }

    .h-pl-sm-45 {
        padding-left: 4.5rem !important;
    }

    .h-p-sm-425 {
        padding: 4.25rem !important;
    }

    .h-px-sm-425 {
        padding-left: 4.25rem !important;
        padding-right: 4.25rem !important;
    }

    .h-py-sm-425 {
        padding-top: 4.25rem !important;
        padding-bottom: 4.25rem !important;
    }

    .h-pt-sm-425 {
        padding-top: 4.25rem !important;
    }

    .h-pb-sm-425 {
        padding-bottom: 4.25rem !important;
    }

    .h-pr-sm-425 {
        padding-right: 4.25rem !important;
    }

    .h-pl-sm-425 {
        padding-left: 4.25rem !important;
    }

    .h-p-sm-475 {
        padding: 4.75rem !important;
    }

    .h-px-sm-475 {
        padding-left: 4.75rem !important;
        padding-right: 4.75rem !important;
    }

    .h-py-sm-475 {
        padding-top: 4.75rem !important;
        padding-bottom: 4.75rem !important;
    }

    .h-pt-sm-475 {
        padding-top: 4.75rem !important;
    }

    .h-pb-sm-475 {
        padding-bottom: 4.75rem !important;
    }

    .h-pr-sm-475 {
        padding-right: 4.75rem !important;
    }

    .h-pl-sm-475 {
        padding-left: 4.75rem !important;
    }

    .h-p-sm-5 {
        padding: 5rem !important;
    }

    .h-px-sm-5 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .h-py-sm-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .h-pt-sm-5 {
        padding-top: 5rem !important;
    }

    .h-pb-sm-5 {
        padding-bottom: 5rem !important;
    }

    .h-pr-sm-5 {
        padding-right: 5rem !important;
    }

    .h-pl-sm-5 {
        padding-left: 5rem !important;
    }

    .h-p-sm-55 {
        padding: 5.5rem !important;
    }

    .h-px-sm-55 {
        padding-left: 5.5rem !important;
        padding-right: 5.5rem !important;
    }

    .h-py-sm-55 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important;
    }

    .h-pt-sm-55 {
        padding-top: 5.5rem !important;
    }

    .h-pb-sm-55 {
        padding-bottom: 5.5rem !important;
    }

    .h-pr-sm-55 {
        padding-right: 5.5rem !important;
    }

    .h-pl-sm-55 {
        padding-left: 5.5rem !important;
    }

    .h-p-sm-525 {
        padding: 5.25rem !important;
    }

    .h-px-sm-525 {
        padding-left: 5.25rem !important;
        padding-right: 5.25rem !important;
    }

    .h-py-sm-525 {
        padding-top: 5.25rem !important;
        padding-bottom: 5.25rem !important;
    }

    .h-pt-sm-525 {
        padding-top: 5.25rem !important;
    }

    .h-pb-sm-525 {
        padding-bottom: 5.25rem !important;
    }

    .h-pr-sm-525 {
        padding-right: 5.25rem !important;
    }

    .h-pl-sm-525 {
        padding-left: 5.25rem !important;
    }

    .h-p-sm-575 {
        padding: 5.75rem !important;
    }

    .h-px-sm-575 {
        padding-left: 5.75rem !important;
        padding-right: 5.75rem !important;
    }

    .h-py-sm-575 {
        padding-top: 5.75rem !important;
        padding-bottom: 5.75rem !important;
    }

    .h-pt-sm-575 {
        padding-top: 5.75rem !important;
    }

    .h-pb-sm-575 {
        padding-bottom: 5.75rem !important;
    }

    .h-pr-sm-575 {
        padding-right: 5.75rem !important;
    }

    .h-pl-sm-575 {
        padding-left: 5.75rem !important;
    }

    .h-p-sm-6 {
        padding: 6rem !important;
    }

    .h-px-sm-6 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .h-py-sm-6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .h-pt-sm-6 {
        padding-top: 6rem !important;
    }

    .h-pb-sm-6 {
        padding-bottom: 6rem !important;
    }

    .h-pr-sm-6 {
        padding-right: 6rem !important;
    }

    .h-pl-sm-6 {
        padding-left: 6rem !important;
    }

    .h-p-sm-65 {
        padding: 6.5rem !important;
    }

    .h-px-sm-65 {
        padding-left: 6.5rem !important;
        padding-right: 6.5rem !important;
    }

    .h-py-sm-65 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }

    .h-pt-sm-65 {
        padding-top: 6.5rem !important;
    }

    .h-pb-sm-65 {
        padding-bottom: 6.5rem !important;
    }

    .h-pr-sm-65 {
        padding-right: 6.5rem !important;
    }

    .h-pl-sm-65 {
        padding-left: 6.5rem !important;
    }

    .h-p-sm-625 {
        padding: 6.25rem !important;
    }

    .h-px-sm-625 {
        padding-left: 6.25rem !important;
        padding-right: 6.25rem !important;
    }

    .h-py-sm-625 {
        padding-top: 6.25rem !important;
        padding-bottom: 6.25rem !important;
    }

    .h-pt-sm-625 {
        padding-top: 6.25rem !important;
    }

    .h-pb-sm-625 {
        padding-bottom: 6.25rem !important;
    }

    .h-pr-sm-625 {
        padding-right: 6.25rem !important;
    }

    .h-pl-sm-625 {
        padding-left: 6.25rem !important;
    }

    .h-p-sm-675 {
        padding: 6.75rem !important;
    }

    .h-px-sm-675 {
        padding-left: 6.75rem !important;
        padding-right: 6.75rem !important;
    }

    .h-py-sm-675 {
        padding-top: 6.75rem !important;
        padding-bottom: 6.75rem !important;
    }

    .h-pt-sm-675 {
        padding-top: 6.75rem !important;
    }

    .h-pb-sm-675 {
        padding-bottom: 6.75rem !important;
    }

    .h-pr-sm-675 {
        padding-right: 6.75rem !important;
    }

    .h-pl-sm-675 {
        padding-left: 6.75rem !important;
    }

    .h-p-sm-7 {
        padding: 7rem !important;
    }

    .h-px-sm-7 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }

    .h-py-sm-7 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .h-pt-sm-7 {
        padding-top: 7rem !important;
    }

    .h-pb-sm-7 {
        padding-bottom: 7rem !important;
    }

    .h-pr-sm-7 {
        padding-right: 7rem !important;
    }

    .h-pl-sm-7 {
        padding-left: 7rem !important;
    }

    .h-p-sm-75 {
        padding: 7.5rem !important;
    }

    .h-px-sm-75 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }

    .h-py-sm-75 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .h-pt-sm-75 {
        padding-top: 7.5rem !important;
    }

    .h-pb-sm-75 {
        padding-bottom: 7.5rem !important;
    }

    .h-pr-sm-75 {
        padding-right: 7.5rem !important;
    }

    .h-pl-sm-75 {
        padding-left: 7.5rem !important;
    }

    .h-p-sm-725 {
        padding: 7.25rem !important;
    }

    .h-px-sm-725 {
        padding-left: 7.25rem !important;
        padding-right: 7.25rem !important;
    }

    .h-py-sm-725 {
        padding-top: 7.25rem !important;
        padding-bottom: 7.25rem !important;
    }

    .h-pt-sm-725 {
        padding-top: 7.25rem !important;
    }

    .h-pb-sm-725 {
        padding-bottom: 7.25rem !important;
    }

    .h-pr-sm-725 {
        padding-right: 7.25rem !important;
    }

    .h-pl-sm-725 {
        padding-left: 7.25rem !important;
    }

    .h-p-sm-775 {
        padding: 7.75rem !important;
    }

    .h-px-sm-775 {
        padding-left: 7.75rem !important;
        padding-right: 7.75rem !important;
    }

    .h-py-sm-775 {
        padding-top: 7.75rem !important;
        padding-bottom: 7.75rem !important;
    }

    .h-pt-sm-775 {
        padding-top: 7.75rem !important;
    }

    .h-pb-sm-775 {
        padding-bottom: 7.75rem !important;
    }

    .h-pr-sm-775 {
        padding-right: 7.75rem !important;
    }

    .h-pl-sm-775 {
        padding-left: 7.75rem !important;
    }

    .h-p-sm-8 {
        padding: 8rem !important;
    }

    .h-px-sm-8 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }

    .h-py-sm-8 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .h-pt-sm-8 {
        padding-top: 8rem !important;
    }

    .h-pb-sm-8 {
        padding-bottom: 8rem !important;
    }

    .h-pr-sm-8 {
        padding-right: 8rem !important;
    }

    .h-pl-sm-8 {
        padding-left: 8rem !important;
    }

    .h-p-sm-85 {
        padding: 8.5rem !important;
    }

    .h-px-sm-85 {
        padding-left: 8.5rem !important;
        padding-right: 8.5rem !important;
    }

    .h-py-sm-85 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important;
    }

    .h-pt-sm-85 {
        padding-top: 8.5rem !important;
    }

    .h-pb-sm-85 {
        padding-bottom: 8.5rem !important;
    }

    .h-pr-sm-85 {
        padding-right: 8.5rem !important;
    }

    .h-pl-sm-85 {
        padding-left: 8.5rem !important;
    }

    .h-p-sm-825 {
        padding: 8.25rem !important;
    }

    .h-px-sm-825 {
        padding-left: 8.25rem !important;
        padding-right: 8.25rem !important;
    }

    .h-py-sm-825 {
        padding-top: 8.25rem !important;
        padding-bottom: 8.25rem !important;
    }

    .h-pt-sm-825 {
        padding-top: 8.25rem !important;
    }

    .h-pb-sm-825 {
        padding-bottom: 8.25rem !important;
    }

    .h-pr-sm-825 {
        padding-right: 8.25rem !important;
    }

    .h-pl-sm-825 {
        padding-left: 8.25rem !important;
    }

    .h-p-sm-875 {
        padding: 8.75rem !important;
    }

    .h-px-sm-875 {
        padding-left: 8.75rem !important;
        padding-right: 8.75rem !important;
    }

    .h-py-sm-875 {
        padding-top: 8.75rem !important;
        padding-bottom: 8.75rem !important;
    }

    .h-pt-sm-875 {
        padding-top: 8.75rem !important;
    }

    .h-pb-sm-875 {
        padding-bottom: 8.75rem !important;
    }

    .h-pr-sm-875 {
        padding-right: 8.75rem !important;
    }

    .h-pl-sm-875 {
        padding-left: 8.75rem !important;
    }

    .h-p-sm-9 {
        padding: 9rem !important;
    }

    .h-px-sm-9 {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }

    .h-py-sm-9 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .h-pt-sm-9 {
        padding-top: 9rem !important;
    }

    .h-pb-sm-9 {
        padding-bottom: 9rem !important;
    }

    .h-pr-sm-9 {
        padding-right: 9rem !important;
    }

    .h-pl-sm-9 {
        padding-left: 9rem !important;
    }

    .h-p-sm-95 {
        padding: 9.5rem !important;
    }

    .h-px-sm-95 {
        padding-left: 9.5rem !important;
        padding-right: 9.5rem !important;
    }

    .h-py-sm-95 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important;
    }

    .h-pt-sm-95 {
        padding-top: 9.5rem !important;
    }

    .h-pb-sm-95 {
        padding-bottom: 9.5rem !important;
    }

    .h-pr-sm-95 {
        padding-right: 9.5rem !important;
    }

    .h-pl-sm-95 {
        padding-left: 9.5rem !important;
    }

    .h-p-sm-925 {
        padding: 9.25rem !important;
    }

    .h-px-sm-925 {
        padding-left: 9.25rem !important;
        padding-right: 9.25rem !important;
    }

    .h-py-sm-925 {
        padding-top: 9.25rem !important;
        padding-bottom: 9.25rem !important;
    }

    .h-pt-sm-925 {
        padding-top: 9.25rem !important;
    }

    .h-pb-sm-925 {
        padding-bottom: 9.25rem !important;
    }

    .h-pr-sm-925 {
        padding-right: 9.25rem !important;
    }

    .h-pl-sm-925 {
        padding-left: 9.25rem !important;
    }

    .h-p-sm-975 {
        padding: 9.75rem !important;
    }

    .h-px-sm-975 {
        padding-left: 9.75rem !important;
        padding-right: 9.75rem !important;
    }

    .h-py-sm-975 {
        padding-top: 9.75rem !important;
        padding-bottom: 9.75rem !important;
    }

    .h-pt-sm-975 {
        padding-top: 9.75rem !important;
    }

    .h-pb-sm-975 {
        padding-bottom: 9.75rem !important;
    }

    .h-pr-sm-975 {
        padding-right: 9.75rem !important;
    }

    .h-pl-sm-975 {
        padding-left: 9.75rem !important;
    }
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.container {
    max-width: 78.75rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-right: auto;
    margin-left: auto;
}

.container.expanded {
    max-width: none;
    margin: 0;
}

.container-row {
    max-width: 78.75rem;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
}

.container-row>* {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

@media screen and (max-width: 767px) {
    .container-row>* {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.container .container-row,
.container .container,
.container-row .container-row,
.container-row .container {
    padding: 0;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}

.container-row.reverse {
    flex-direction: row-reverse;
}

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

.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
}

.col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
}

.col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}

.col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}

.col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}

.col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}

.col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}

.col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}

.col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}

.col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}

.col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
}

.col-sm-offset-0 {
    margin-left: 0;
}

.col-sm-offset-1 {
    margin-left: 8.33333333%;
}

.col-sm-offset-2 {
    margin-left: 16.66666667%;
}

.col-sm-offset-3 {
    margin-left: 25%;
}

.col-sm-offset-4 {
    margin-left: 33.33333333%;
}

.col-sm-offset-5 {
    margin-left: 41.66666667%;
}

.col-sm-offset-6 {
    margin-left: 50%;
}

.col-sm-offset-7 {
    margin-left: 58.33333333%;
}

.col-sm-offset-8 {
    margin-left: 66.66666667%;
}

.col-sm-offset-9 {
    margin-left: 75%;
}

.col-sm-offset-10 {
    margin-left: 83.33333333%;
}

.col-sm-offset-11 {
    margin-left: 91.66666667%;
}

[dir="ltr"] .start-sm {
    text-align: left
}

[dir="rtl"] .start-sm {
    text-align: right
}

.start-sm {
    justify-content: flex-start;
}

.center-sm {
    justify-content: center;
}

[dir="ltr"] .end-sm {
    text-align: right
}

[dir="rtl"] .end-sm {
    text-align: left
}

.end-sm {
    justify-content: flex-end;
}

.top-sm {
    align-items: flex-start;
}

.middle-sm {
    align-items: center;
}

.bottom-sm {
    align-items: flex-end;
}

.around-sm {
    justify-content: space-around;
}

.between-sm {
    justify-content: space-between;
}

.first-sm {
    order: -1;
}

.last-sm {
    order: 1;
}

@media screen and (max-width: 767px) {
    .container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .container .container-row,
    .container .container,
    .container-row .container-row,
    .container-row .container {
        padding: 0;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

@media screen and (min-width: 768px) {

    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
    }

    .col-md {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-md-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-md-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-md-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-md-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-md-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-md-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-md-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    [dir="ltr"] .start-md {
        text-align: left
    }

    [dir="rtl"] .start-md {
        text-align: right
    }

    .start-md {
        justify-content: flex-start;
    }

    .center-md {
        justify-content: center;
    }

    [dir="ltr"] .end-md {
        text-align: right
    }

    [dir="rtl"] .end-md {
        text-align: left
    }

    .end-md {
        justify-content: flex-end;
    }

    .top-md {
        align-items: flex-start;
    }

    .middle-md {
        align-items: center;
    }

    .bottom-md {
        align-items: flex-end;
    }

    .around-md {
        justify-content: space-around;
    }

    .between-md {
        justify-content: space-between;
    }

    .first-md {
        order: -1;
    }

    .last-md {
        order: 1;
    }
}

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

    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
    }

    .col-lg {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-lg-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-lg-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-lg-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-lg-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-lg-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-lg-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-lg-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-lg-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    [dir="ltr"] .start-lg {
        text-align: left
    }

    [dir="rtl"] .start-lg {
        text-align: right
    }

    .start-lg {
        justify-content: flex-start;
    }

    .center-lg {
        justify-content: center;
    }

    [dir="ltr"] .end-lg {
        text-align: right
    }

    [dir="rtl"] .end-lg {
        text-align: left
    }

    .end-lg {
        justify-content: flex-end;
    }

    .top-lg {
        align-items: flex-start;
    }

    .middle-lg {
        align-items: center;
    }

    .bottom-lg {
        align-items: flex-end;
    }

    .around-lg {
        justify-content: space-around;
    }

    .between-lg {
        justify-content: space-between;
    }

    .first-lg {
        order: -1;
    }

    .last-lg {
        order: 1;
    }
}

html {
    box-sizing: border-box;
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #283746;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

body.is-disabled-scroll {
    overflow: hidden;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    outline: none;
}

hr {
    border: none;
    height: 1px;
    background-color: #49647F;
    margin: 1rem 0;
}

/* --------------
- Typography
----------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #283746;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 1rem;
    text-transform: none;
}

.tagline {
    color: #F741B5;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
}

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

    h1,
    .h1 {
        font-size: 3.375rem;
    }

    h2,
    .h2 {
        font-size: 2.3625rem;
    }

    h3,
    .h3 {
        font-size: 1.8rem;
    }

    h4,
    .h4 {
        font-size: 1.35rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    h1,
    .h1 {
        font-size: 2.7rem;
    }

    h2,
    .h2 {
        font-size: 2.025rem;
    }

    h3,
    .h3 {
        font-size: 1.35rem;
    }

    h4,
    .h4 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 1.8rem;
    }

    h2,
    .h2 {
        font-size: 1.35rem;
    }

    h3,
    .h3 {
        font-size: 1.125rem;
    }

    h4,
    .h4 {
        font-size: 1.0125rem;
    }
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0;
    color: #283746;
    line-height: 1.5;
}

p a {
    color: #283746;
    text-decoration: underline;
    cursor: pointer;
}

p a:hover {
    color: #F741B5;
}

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

.check-list ul li {
    position: relative;
    padding-left: 1.375rem;
    margin-bottom: .25rem;
}

.check-list ul li::before {
    content: url("./images/icons/ic-check-pink.svg");
    position: absolute;
    top: 0;
    left: 0;
}

.check-list.is-horizontal ul li {
    display: inline-block;
}

.check-list.is-horizontal ul li:not(:last-child) {
    margin-right: 1rem;
}

.check-list.is-white>ul>li::before {
    content: url("./images/icons/ic-check-white.svg");
}

button {
    border: none;
    background-color: transparent;
    display: block;
    width: auto;
    padding: 0;
    cursor: pointer;
}

/* --------------
- Layout
----------------- */
.page-row {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media screen and (max-width: 767px) {
    .page-row {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    [data-aos-delay] {
        transition-delay: 0s !important;
    }
}

/* --------------
- Inputs
----------------- */
input[type='text'],
input[type='password'],
input[type='number'],
input[type='tel'],
input[type='email'],
textarea {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    border: none;
    border-radius: 0.3125rem;
    background-color: #fff;
    color: #283746;
    padding: 0.9375rem 1.25rem;
    margin-bottom: 1.375rem;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='email']:focus,
textarea:focus {
    box-shadow: 0 0 0 3px rgba(247, 65, 181, 0.3);
}

input[type='text'][disabled],
input[type='password'][disabled],
input[type='number'][disabled],
input[type='tel'][disabled],
input[type='email'][disabled],
textarea[disabled] {
    cursor: not-allowed;
    opacity: 0.75;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea {
    resize: vertical;
}

::-webkit-input-placeholder {
    color: rgba(73, 100, 127, 0.6);
}

::-moz-placeholder {
    color: rgba(73, 100, 127, 0.6);
}

:-ms-input-placeholder {
    color: rgba(73, 100, 127, 0.6);
}

::-ms-input-placeholder {
    color: rgba(73, 100, 127, 0.6);
}

::placeholder {
    color: rgba(73, 100, 127, 0.6);
}

/* --------------
- Table
----------------- */
table:not(.is-unstyled) {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

table:not(.is-unstyled) tr:nth-child(even) {
    background-color: #F7F8F8;
}

table:not(.is-unstyled) td {
    font-size: 1rem;
    font-weight: 400;
    padding: 1.5rem 1.75rem;
}

@media screen and (max-width: 767px) {
    table:not(.is-unstyled) td {
        padding: 1.25rem;
    }
}

[icon="hand-with-money-gradient"] {
    background-image: url("./images/icons/ic-hand-with-money-gradient.svg");
}

[icon="person-gradient"] {
    background-image: url("./images/icons/ic-person-gradient.svg");
}

[icon="shield-gradient"] {
    background-image: url("./images/icons/ic-shield-gradient.svg");
}

[icon="time-gradient"] {
    background-image: url("./images/icons/ic-time-gradient.svg");
}

[icon="phone-gradient"] {
    background-image: url("./images/icons/ic-phone-gradient.svg");
}

[icon="envelope-gradient"] {
    background-image: url("./images/icons/ic-envelope-gradient.svg");
}

[icon="pdf-primary"] {
    background-image: url("./images/icons/ic-pdf-primary.svg");
}

[icon="person-white"] {
    background-image: url("./images/icons/ic-person-white.svg");
}

[icon="person"] {
    background-image: url("./images/icons/ic-person.svg");
}

[icon="world-white"] {
    background-image: url("./images/icons/ic-world-white.svg");
}

[icon="world"] {
    background-image: url("./images/icons/ic-world.svg");
}

[icon="fb"] {
    background-image: url("./images/icons/ic-fb.svg");
}

[icon="linkedin"] {
    background-image: url("./images/icons/ic-linkedin.svg");
}

[icon="yt"] {
    background-image: url("./images/icons/ic-yt.svg");
}

[icon="twitter"] {
    background-image: url("./images/icons/ic-twitter.svg");
}

[icon="broker-gradient"] {
    background-image: url("./images/icons/ic-broker-gradient.svg");
}

[icon="online-gradient"] {
    background-image: url("./images/icons/ic-online-gradient.svg");
}

[icon="monitor-with-user-gradient"] {
    background-image: url("./images/icons/ic-monitor-with-user-gradient.svg");
}

[icon="play-button-primary"] {
    background-image: url("./images/icons/ic-play-button-primary.svg");
}

[icon="clock-gradient"] {
    background-image: url("./images/icons/ic-clock-gradient.svg");
}

[icon="loupe-gradient"] {
    background-image: url("./images/icons/ic-loupe-gradient.svg");
}

[icon="globe-with-arrows-gradient"] {
    background-image: url("./images/icons/ic-globe-with-arrows-gradient.svg");
}

[icon="monitor-and-user-bubble-gradient"] {
    background-image: url("./images/icons/ic-monitor-and-user-bubble-gradient.svg");
}

[icon="man-with-computer-gradient"] {
    background-image: url("./images/icons/ic-man-with-computer-gradient.svg");
}

[icon="time-flies-gradient"] {
    background-image: url("./images/icons/ic-time-flies-gradient.svg");
}

[icon="world-with-plus-gradient"] {
    background-image: url("./images/icons/ic-world-with-plus-gradient.svg");
}

[icon="headphones-gradient"] {
    background-image: url("./images/icons/ic-headphones-gradient.svg");
}

[icon="shield-12-gradient"] {
    background-image: url("./images/icons/ic-shield-12-gradient.svg");
}

[icon="file-in-gradient"] {
    background-image: url("./images/icons/ic-file-in-gradient.svg");
}

[icon="swipe-icon"] {
    background-image: url("./images/icons/ic-swipe-icon.svg");
}

[flag="ETB"] {
    background-image: url("./images/flags/flag-ETB.svg");
}

[flag="OMR"] {
    background-image: url("./images/flags/flag-OMR.svg");
}

[flag="TZS"] {
    background-image: url("./images/flags/flag-TZS.svg");
}

[flag="MZN"] {
    background-image: url("./images/flags/flag-MZN.svg");
}

[flag="IQD"] {
    background-image: url("./images/flags/flag-IQD.svg");
}

[flag="LBP"] {
    background-image: url("./images/flags/flag-LBP.svg");
}

[flag="UGX"] {
    background-image: url("./images/flags/flag-UGX.svg");
}

[flag="NGN"] {
    background-image: url("./images/flags/flag-NGN.svg");
}

[flag="TND"] {
    background-image: url("./images/flags/flag-TND.svg");
}

[flag="NIO"] {
    background-image: url("./images/flags/flag-NIO.svg");
}

[flag="SVC"] {
    background-image: url("./images/flags/flag-SVC.svg");
}

[flag="DOP"] {
    background-image: url("./images/flags/flag-DOP.svg");
}

[flag="QAR"] {
    background-image: url("./images/flags/flag-QAR.svg");
}

[flag="NAD"] {
    background-image: url("./images/flags/flag-NAD.svg");
}

[flag="MUR"] {
    background-image: url("./images/flags/flag-MUR.svg");
}

[flag="EUR"] {
    background-image: url("./images/flags/flag-EUR.svg");
}

[flag="JMD"] {
    background-image: url("./images/flags/flag-JMD.svg");
}

[flag="HNL"] {
    background-image: url("./images/flags/flag-HNL.svg");
}

[flag="MMK"] {
    background-image: url("./images/flags/flag-MMK.svg");
}

[flag="KES"] {
    background-image: url("./images/flags/flag-KES.svg");
}

[flag="PKR"] {
    background-image: url("./images/flags/flag-PKR.svg");
}

[flag="JPY"] {
    background-image: url("./images/flags/flag-JPY.svg");
}

[flag="KZT"] {
    background-image: url("./images/flags/flag-KZT.svg");
}

[flag="RSD"] {
    background-image: url("./images/flags/flag-RSD.svg");
}

[flag="KPW"] {
    background-image: url("./images/flags/flag-KPW.svg");
}

[flag="UYU"] {
    background-image: url("./images/flags/flag-UYU.svg");
}

[flag="SYP"] {
    background-image: url("./images/flags/flag-SYP.svg");
}

[flag="GTQ"] {
    background-image: url("./images/flags/flag-GTQ.svg");
}

[flag="ISK"] {
    background-image: url("./images/flags/flag-ISK.svg");
}

[flag="PAB"] {
    background-image: url("./images/flags/flag-PAB.svg");
}

[flag="NZD"] {
    background-image: url("./images/flags/flag-NZD.svg");
}

[flag="RON"] {
    background-image: url("./images/flags/flag-RON.svg");
}

[flag="CLP"] {
    background-image: url("./images/flags/flag-CLP.svg");
}

[flag="HUF"] {
    background-image: url("./images/flags/flag-HUF.svg");
}

[flag="KRW"] {
    background-image: url("./images/flags/flag-KRW.svg");
}

[flag="MYR"] {
    background-image: url("./images/flags/flag-MYR.svg");
}

[flag="VES"] {
    background-image: url("./images/flags/flag-VES.svg");
}

[flag="NOK"] {
    background-image: url("./images/flags/flag-NOK.svg");
}

[flag="SAR"] {
    background-image: url("./images/flags/flag-SAR.svg");
}

[flag="ILS"] {
    background-image: url("./images/flags/flag-ILS.svg");
}

[flag="CZK"] {
    background-image: url("./images/flags/flag-CZK.svg");
}

[flag="COP"] {
    background-image: url("./images/flags/flag-COP.svg");
}

[flag="IRR"] {
    background-image: url("./images/flags/flag-IRR.svg");
}

[flag="ARS"] {
    background-image: url("./images/flags/flag-ARS.svg");
}

[flag="UAH"] {
    background-image: url("./images/flags/flag-UAH.svg");
}

[flag="HKD"] {
    background-image: url("./images/flags/flag-HKD.svg");
}

[flag="AED"] {
    background-image: url("./images/flags/flag-AED.svg");
}

[flag="LAK"] {
    background-image: url("./images/flags/flag-LAK.svg");
}

[flag="DKK"] {
    background-image: url("./images/flags/flag-DKK.svg");
}

[flag="SEK"] {
    background-image: url("./images/flags/flag-SEK.svg");
}

[flag="PEN"] {
    background-image: url("./images/flags/flag-PEN.svg");
}

[flag="ZAR"] {
    background-image: url("./images/flags/flag-ZAR.svg");
}

[flag="PHP"] {
    background-image: url("./images/flags/flag-PHP.svg");
}

[flag="IRP"] {
    background-image: url("./images/flags/flag-IRP.svg");
}

[flag="EGP"] {
    background-image: url("./images/flags/flag-EGP.svg");
}

[flag="TWD"] {
    background-image: url("./images/flags/flag-TWD.svg");
}

[flag="CKD"] {
    background-image: url("./images/flags/flag-CKD.svg");
}

[flag="MAD"] {
    background-image: url("./images/flags/flag-MAD.svg");
}

[flag="KMF"] {
    background-image: url("./images/flags/flag-KMF.svg");
}

[flag="KYD"] {
    background-image: url("./images/flags/flag-KYD.svg");
}

[flag="BTN"] {
    background-image: url("./images/flags/flag-BTN.svg");
}

[flag="CVE"] {
    background-image: url("./images/flags/flag-CVE.svg");
}

[flag="CHF"] {
    background-image: url("./images/flags/flag-CHF.svg");
}

[flag="AWG"] {
    background-image: url("./images/flags/flag-AWG.svg");
}

[flag="BIF"] {
    background-image: url("./images/flags/flag-BIF.svg");
}

[flag="BND"] {
    background-image: url("./images/flags/flag-BND.svg");
}

[flag="PLN"] {
    background-image: url("./images/flags/flag-PLN.svg");
}

[flag="BYN"] {
    background-image: url("./images/flags/flag-BYN.svg");
}

[flag="BBD"] {
    background-image: url("./images/flags/flag-BBD.svg");
}

[flag="BAM"] {
    background-image: url("./images/flags/flag-BAM.svg");
}

[flag="BMD"] {
    background-image: url("./images/flags/flag-BMD.svg");
}

[flag="BZD"] {
    background-image: url("./images/flags/flag-BZD.svg");
}

[flag="BHD"] {
    background-image: url("./images/flags/flag-BHD.svg");
}

[flag="ALL"] {
    background-image: url("./images/flags/flag-ALL.svg");
}

[flag="TRY"] {
    background-image: url("./images/flags/flag-TRY.svg");
}

[flag="AMD"] {
    background-image: url("./images/flags/flag-AMD.svg");
}

[flag="AFN"] {
    background-image: url("./images/flags/flag-AFN.svg");
}

[flag="AOA"] {
    background-image: url("./images/flags/flag-AOA.svg");
}

[flag="AZN"] {
    background-image: url("./images/flags/flag-AZN.svg");
}

[flag="DZD"] {
    background-image: url("./images/flags/flag-DZD.svg");
}

[flag="BWP"] {
    background-image: url("./images/flags/flag-BWP.svg");
}

[flag="BDT"] {
    background-image: url("./images/flags/flag-BDT.svg");
}

[flag="CUP"] {
    background-image: url("./images/flags/flag-CUP.svg");
}

[flag="AUD"] {
    background-image: url("./images/flags/flag-AUD.svg");
}

[flag="CRC"] {
    background-image: url("./images/flags/flag-CRC.svg");
}

[flag="KHR"] {
    background-image: url("./images/flags/flag-KHR.svg");
}

[flag="BOB"] {
    background-image: url("./images/flags/flag-BOB.svg");
}

[flag="HRK"] {
    background-image: url("./images/flags/flag-HRK.svg");
}

[flag="BGN"] {
    background-image: url("./images/flags/flag-BGN.svg");
}

[flag="TOP"] {
    background-image: url("./images/flags/flag-TOP.svg");
}

[flag="SGD"] {
    background-image: url("./images/flags/flag-SGD.svg");
}

[flag="MOP"] {
    background-image: url("./images/flags/flag-MOP.svg");
}

[flag="FJD"] {
    background-image: url("./images/flags/flag-FJD.svg");
}

[flag="FOK"] {
    background-image: url("./images/flags/flag-FOK.svg");
}

[flag="VUV"] {
    background-image: url("./images/flags/flag-VUV.svg");
}

[flag="SLL"] {
    background-image: url("./images/flags/flag-SLL.svg");
}

[flag="SCR"] {
    background-image: url("./images/flags/flag-SCR.svg");
}

[flag="USD"] {
    background-image: url("./images/flags/flag-USD.svg");
}

[flag="GNF"] {
    background-image: url("./images/flags/flag-GNF.svg");
}

[flag="GMD"] {
    background-image: url("./images/flags/flag-GMD.svg");
}

[flag="SSP"] {
    background-image: url("./images/flags/flag-SSP.svg");
}

[flag="SLS"] {
    background-image: url("./images/flags/flag-SLS.svg");
}

[flag="SBD"] {
    background-image: url("./images/flags/flag-SBD.svg");
}

[flag="VND"] {
    background-image: url("./images/flags/flag-VND.svg");
}

[flag="JOD"] {
    background-image: url("./images/flags/flag-JOD.svg");
}

[flag="MRU"] {
    background-image: url("./images/flags/flag-MRU.svg");
}

[flag="KWD"] {
    background-image: url("./images/flags/flag-KWD.svg");
}

[flag="KID"] {
    background-image: url("./images/flags/flag-KID.svg");
}

[flag="GGP"] {
    background-image: url("./images/flags/flag-GGP.svg");
}

[flag="THB"] {
    background-image: url("./images/flags/flag-THB.svg");
}

[flag="GIP"] {
    background-image: url("./images/flags/flag-GIP.svg");
}

[flag="FKP"] {
    background-image: url("./images/flags/flag-FKP.svg");
}

[flag="TMT"] {
    background-image: url("./images/flags/flag-TMT.svg");
}

[flag="BSD"] {
    background-image: url("./images/flags/flag-BSD.svg");
}

[flag="SRD"] {
    background-image: url("./images/flags/flag-SRD.svg");
}

[flag="SOS"] {
    background-image: url("./images/flags/flag-SOS.svg");
}

[flag="CAD"] {
    background-image: url("./images/flags/flag-CAD.svg");
}

[flag="KGS"] {
    background-image: url("./images/flags/flag-KGS.svg");
}

[flag="ERN"] {
    background-image: url("./images/flags/flag-ERN.svg");
}

[flag="DJF"] {
    background-image: url("./images/flags/flag-DJF.svg");
}

[flag="INR"] {
    background-image: url("./images/flags/flag-INR.svg");
}

[flag="LRD"] {
    background-image: url("./images/flags/flag-LRD.svg");
}

[flag="YER"] {
    background-image: url("./images/flags/flag-YER.svg");
}

[flag="UZS"] {
    background-image: url("./images/flags/flag-UZS.svg");
}

[flag="SDG"] {
    background-image: url("./images/flags/flag-SDG.svg");
}

[flag="MCD"] {
    background-image: url("./images/flags/flag-MCD.svg");
}

[flag="LYD"] {
    background-image: url("./images/flags/flag-LYD.svg");
}

[flag="RUB"] {
    background-image: url("./images/flags/flag-RUB.svg");
}

[flag="PGK"] {
    background-image: url("./images/flags/flag-PGK.svg");
}

[flag="MDL"] {
    background-image: url("./images/flags/flag-MDL.svg");
}

[flag="MVR"] {
    background-image: url("./images/flags/flag-MVR.svg");
}

[flag="XPF"] {
    background-image: url("./images/flags/flag-XPF.svg");
}

[flag="TTD"] {
    background-image: url("./images/flags/flag-TTD.svg");
}

[flag="TJS"] {
    background-image: url("./images/flags/flag-TJS.svg");
}

[flag="SZL"] {
    background-image: url("./images/flags/flag-SZL.svg");
}

[flag="LKR"] {
    background-image: url("./images/flags/flag-LKR.svg");
}

[flag="MXN"] {
    background-image: url("./images/flags/flag-MXN.svg");
}

[flag="ZWB"] {
    background-image: url("./images/flags/flag-ZWB.svg");
}

[flag="RWF"] {
    background-image: url("./images/flags/flag-RWF.svg");
}

[flag="LSL"] {
    background-image: url("./images/flags/flag-LSL.svg");
}

[flag="IMP"] {
    background-image: url("./images/flags/flag-IMP.svg");
}

[flag="HTG"] {
    background-image: url("./images/flags/flag-HTG.svg");
}

[flag="WST"] {
    background-image: url("./images/flags/flag-WST.svg");
}

[flag="NPR"] {
    background-image: url("./images/flags/flag-NPR.svg");
}

[flag="BRL"] {
    background-image: url("./images/flags/flag-BRL.svg");
}

[flag="MNT"] {
    background-image: url("./images/flags/flag-MNT.svg");
}

[flag="MWK"] {
    background-image: url("./images/flags/flag-MWK.svg");
}

[flag="MGA"] {
    background-image: url("./images/flags/flag-MGA.svg");
}

[flag="JEP"] {
    background-image: url("./images/flags/flag-JEP.svg");
}

[flag="GHS"] {
    background-image: url("./images/flags/flag-GHS.svg");
}

[flag="GEL"] {
    background-image: url("./images/flags/flag-GEL.svg");
}

[flag="CDF"] {
    background-image: url("./images/flags/flag-CDF.svg");
}

[flag="CNY"] {
    background-image: url("./images/flags/flag-CNY.svg");
}

[flag="GBP"] {
    background-image: url("./images/flags/flag-GBP.svg");
}

/* roboto-regular - latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(""), url("./fonts/roboto-v20-latin-ext-regular.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext-regular.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-500 - latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local(""), url("./fonts/roboto-v20-latin-ext-500.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext-500.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local(""), url("./fonts/roboto-v20-latin-ext-700.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext-700.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    padding-top: 7.3125rem;
}

@media screen and (max-width: 1023px) {
    body {
        padding-top: 4.5rem;
    }
}

.button {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #F741B5;
    padding: .75rem 1.625rem;
    cursor: pointer;
    transition: background-color .3s, border-color .3s, color .3s, padding .3s;
}

.button.is-white {
    background-color: #fff;
    color: #F741B5;
}

.button.is-expanded {
    display: block;
}

.button.is-outline {
    background-color: transparent;
    border: 1px solid #283746;
    color: #283746;
    padding: calc(.875rem - 1px) 1.75rem;
}

.button.is-outline.is-white {
    border-color: #fff;
    color: #fff;
}

.button.is-outline:hover {
    background-color: #F741B5;
    border-color: #F741B5;
    color: #fff;
}

.button:hover {
    background-color: #4a2e81;
    text-decoration: none !important;
}

.button.is-loading {
    position: relative;
    cursor: progress;
}

.button.is-loading::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #F741B5;
    z-index: 1;
}

.button.is-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    border: 4px solid #fff;
    border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) #fff;
    -webkit-animation: makeItRolling 750ms linear infinite;
    animation: makeItRolling 750ms linear infinite;
    z-index: 2;
}

.icon-link {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    padding: .25rem 0 .125rem 2rem;
    line-height: 1;
    background-size: 1.375rem 1.375rem;
    background-position: 0 center;
    background-repeat: no-repeat;
    transition: opacity .3s;
}

.icon-link:hover {
    opacity: .5;
}

.icon-card-wrapper {
    margin-bottom: 2rem;
    height: calc(100% - 2rem);
}

.icon-card {
    background-color: #fff;
    padding: 2.25rem 2.75rem;
    height: 100%;
    margin-bottom: .5rem;
    box-shadow: 0px 16px 36px rgba(0, 0, 0, 0.03137);
}

.icon-card p {
    margin-bottom: 0;
}

.icon-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.icon-card-icon {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    flex-shrink: 0;
    margin-left: .75rem;
    background-size: 60% 60%;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-card-header-text {
    margin-top: 1rem;
}

.icon-card.is-large .icon-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
}

.icon-card.is-large .icon-card-icon {
    margin-left: 0;
    margin-right: 1.5rem;
    min-width: 7.5rem;
    height: 7.5rem;
}

@media screen and (max-width: 767px) {
    .icon-card {
        padding: 1.75rem;
    }

    .icon-card-header {
        flex-wrap: wrap-reverse;
    }

    .icon-card-header-text {
        width: 100%;
    }

    .icon-card-icon {
        display: none;
        margin-left: 0;
        margin-bottom: .5rem;
    }

    .icon-card.is-large .icon-card-header {
        flex-wrap: wrap;
    }
}

.contact-row {
    position: relative;
    background-color: #F7F8F8;
    padding: 5.5rem 0;
}

.contact-row h2 {
    margin-bottom: 0.5rem;
}

.contact-row-text {
    margin-bottom: 2rem;
}

.contact-row-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.contact-row-image img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact-row-image::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(90deg, #F7F8F8 0%, rgba(255, 255, 255, 0) 30%);
}

.contact-row-item {
    display: inline-flex;
    align-items: center;
}

.contact-row-item i {
    display: inline-block;
    min-width: 2.625rem;
    height: 2.625rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 1rem;
}

@media screen and (max-width: 767px) {
    .contact-row-item i {
        min-width: 2rem;
        height: 2rem;
    }
}

.contact-row-item a {
    display: inline-block;
    margin-top: 0.125rem;
    font-size: 1.25rem;
    font-weight: 700;
    transition: color 0.3s;
}

.contact-row-item a:hover {
    color: #4A2E81;
    text-decoration: underline;
}

.contact-row-item:not(:last-child) {
    margin-bottom: 2rem;
}

.contact-row-items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
    .contact-row-image {
        opacity: .15;
    }
}

.newsletter-form-container {
    background-color: #49647F;
    padding: 3rem 2rem;
    background-image: url("./images/backgrounds/img-circles.svg");
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
}

.newsletter-form-text h3,
.newsletter-form-text p {
    color: #fff;
}

.newsletter-form-wrapper p,
.newsletter-form-wrapper a {
    color: #fff;
}

.newsletter-form {
    margin-bottom: .5rem;
    background-color: #fff;
    padding: .5rem;
}

.newsletter-form input {
    flex-grow: 1;
    font-size: 1rem;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none !important;
}

@media screen and (max-width: 767px) {
    .newsletter-form .button {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .newsletter-form-container {
        display: flex;
        align-self: flex-start;
        justify-content: space-between;
        padding: 3.75rem 3rem;
    }

    .newsletter-form-text {
        max-width: 40%;
    }

    .newsletter-form-wrapper {
        max-width: 450px;
        margin-left: 2rem;
    }

    .newsletter-form {
        display: flex;
    }
}

@media screen and (min-width: 1024px) {
    .newsletter-form-container {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

.page-title {
    text-align: center;
    padding: 3rem 0 5rem 0;
}

.page-title h1 {
    margin-bottom: 0;
}

.page-title p {
    font-size: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

.page-title-subtitle {
    color: #F741B5;
    text-transform: uppercase;
    font-size: 1.125rem;
    margin-bottom: .5rem;
}

@media screen and (max-width: 767px) {
    .page-title {
        padding: 4rem 0;
    }

    .page-title-subtitle {
        margin-bottom: 1rem;
    }
}

.cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-shadow: 0px 16px 36px rgba(0, 0, 0, 0.16078);
    padding: 3.5rem 5rem;
}

.cta-box .button {
    white-space: nowrap;
}

.cta-box>* {
    position: relative;
    z-index: 1;
}

.cta-box::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url("./images/backgrounds/img-circles.svg");
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 0;
}

.cta-box-content>* {
    color: #fff;
}

.cta-box-content p {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .cta-box-content {
        display: inline-block;
        margin-right: 3rem;
        max-width: 40rem;
    }
}

@media screen and (max-width: 767px) {
    .cta-box {
        flex-wrap: wrap;
        padding: 3rem 2rem;
    }

    .cta-box .button {
        margin-top: 2rem;
    }
}

.accordion-wrapper {
    background-color: #fff;
    box-shadow: 0px 16px 36px rgba(0, 0, 0, 0.03137);
    margin-bottom: 1.5rem;
}

.accordion-wrapper.is-open .accordion-toggle {
    background-color: #F741B5;
    background-image: url("./images/icons/ic-arrow-down-white.svg");
    transform: rotate(180deg);
}

.accordion-wrapper.is-open .accordion-content {
    opacity: 1;
    transform: translateY(0);
}

.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.875rem;
    cursor: pointer;
}

.accordion-title:hover .accordion-toggle {
    background-color: #F741B5;
    background-image: url("./images/icons/ic-arrow-down-white.svg");
}

.accordion-title-text {
    font-weight: 700;
    font-size: 1.25rem;
    margin-right: 2rem;
}

.accordion-toggle {
    display: inline-block;
    min-width: 3rem;
    height: 3rem;
    background-color: #F7F8F8;
    background-image: url("./images/icons/ic-arrow-down-grey.svg");
    background-size: 35% 35%;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-color 0.3s, transform .3s;
}

.accordion-content-wrapper {
    overflow: hidden;
    height: 0;
    transition: height 0.3s;
}

.accordion-content {
    padding: 0 1.875rem;
    padding-bottom: 1.25rem;
    opacity: 0;
    transform: translateY(-1rem);
    transition: opacity 0.3s, transform 0.3s;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.timeline-item:not(:last-child):not(.is-simple)::after {
    content: '';
    position: absolute;
    left: 1.8125rem;
    top: 4rem;
    bottom: calc(100% - 4rem);
    width: 2px;
    background-color: #E5E6E6;
    transition: bottom 2s linear;
}

.timeline-item.is-active:not(:last-child):not(.is-simple)::after {
    bottom: 2px;
}

.timeline-item.is-active .timeline-item-counter {
    color: #fff;
    box-shadow: 1px 4px 14px rgba(74, 46, 129, 0.30196);
}

.timeline-item.is-active .timeline-item-counter::after {
    opacity: 1;
    transform: scale(1);
}

.timeline-item.is-highlighted .timeline-item-counter::after {
    background-color: #F741B5;
}

.timeline-item.is-light .timeline-item-content>* {
    color: rgba(73, 100, 127, 0.75);
}

.timeline-item.is-simple .timeline-item-counter {
    color: #283746;
    margin-right: .5rem;
    box-shadow: none;
}

.timeline-item-content {
    margin-top: 1.125rem;
}

.timeline-item-counter {
    position: relative;
    display: inline-block;
    min-width: 3.75rem;
    height: 3.75rem;
    text-align: center;
    line-height: 3.75rem;
    font-size: 2rem;
    font-weight: 700;
    color: #4A2E81;
    margin-right: 1.5rem;
    z-index: 1;
    text-transform: color .3s;
}

.timeline-item-counter::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.5);
    background-color: #4A2E81;
    z-index: -1;
    transition: transform .3s, opacity .3s;
}

@media screen and (min-width: 1024px) {
    .timeline.is-horizontal {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .timeline.is-horizontal .timeline-item {
        display: block;
        margin: 0 1rem;
        flex-basis: 0;
        flex-grow: 1;
    }

    .timeline.is-horizontal .timeline-item::after,
    .timeline.is-horizontal .timeline-item::before {
        content: '';
        position: absolute;
        top: 2rem;
        height: 1px;
        width: calc(50% - 2rem);
        background-color: #E5E6E6;
    }

    .timeline.is-horizontal .timeline-item::before {
        left: -1rem;
        right: auto;
    }

    .timeline.is-horizontal .timeline-item::after {
        right: -1rem;
        left: auto;
    }

    .timeline.is-horizontal .timeline-item:first-of-type::before {
        content: none;
    }

    .timeline.is-horizontal .timeline-item:last-of-type::after {
        content: none;
    }

    .timeline.is-horizontal .timeline-item-counter {
        margin: 0;
        margin-bottom: 2rem;
    }
}

blockquote {
    position: relative;
    display: block;
    font-size: 1.5rem !important;
    font-weight: 700;
    color: #283746;
    padding: 1.75rem 1rem;
    line-height: 1.35;
    border: none;
    margin: 0;
}

blockquote p {
    font-size: 1.5rem !important;
    font-weight: 700;
    color: #283746;
    line-height: 1.35;
    margin-bottom: 0 !important;
}

blockquote::before,
blockquote::after {
    content: '';
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    background-image: url("./images/icons/ic-quotes-gray.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

blockquote::before {
    top: 0;
    left: 0;
}

blockquote::after {
    bottom: 0;
    right: 0;
}

@media screen and (min-width: 768px) {
    blockquote {
        font-size: 1.75rem !important;
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }

    blockquote p {
        font-size: 1.75rem !important;
    }
}

.bordered-box {
    background-color: rgba(247, 65, 181, 0.075);
    border: 1px solid #F741B5;
    color: #F741B5;
    padding: 1.5rem 2rem;
}

.bordered-box p {
    color: inherit;
    margin-bottom: 0;
}

.bordered-box.is-white {
    background-color: #fff;
    color: #283746;
    border: none;
    box-shadow: 0px 16px 36px rgba(0, 0, 0, 0.03137);
}

.top-currency-wrapper {
    background-color: #fff;
    padding: .5rem;
}

.top-currency-wrapper>.container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.top-currency {
    position: relative;
    font-size: 1.125rem;
    padding-right: 1rem;
    margin: .5rem;
}

.top-currency::after {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 0;
    transform: translateY(-50%);
}

.top-currency[data-movement="up"]::after {
    content: url("./images/icons/arrow-up-green.svg");
}

.top-currency[data-movement="down"]::after {
    content: url("./images/icons/arrow-down-red.svg");
}

.top-currency[data-movement="neutral"]::after {
    content: '';
    width: 0.75rem;
    height: 0.25rem;
    background-color: #E5E6E6;
    border-radius: 2px;
    right: -0.25rem;
}

@media screen and (max-width: 767px) {
    .top-currency-wrapper {
        padding: 0.5rem 0;
    }

    .top-currency {
        font-size: 1.0625rem;
        margin: 0.5rem 0.25rem;
    }
}

.icon-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.icon-slider>div {
    max-width: 120px;
    margin-left: 3.5rem;
    margin-right: 3.5rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .icon-slider>div {
        max-width: 105px;
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
}

.slider-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2rem;
    text-align: center;
}

.slider-dots>li {
    display: inline-block;
}

.slider-dots>li:not(:last-child) {
    margin-right: 0.5rem;
}

.slider-dots li {
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background-color: #283746;
    opacity: .1;
    transition: opacity .3s;
    cursor: pointer;
}

.slider-dots li.tns-nav-active {
    opacity: 1;
}

.slider-dots li:hover {
    opacity: .5;
}

.video-popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: visibility ease .3s;
    z-index: 11;
}

.video-popup-wrapper.is-open {
    visibility: visible;
}

.video-popup-wrapper.is-open .video-popup-backdrop {
    opacity: 1;
}

.video-popup-wrapper.is-open video,
.video-popup-wrapper.is-open .video {
    transform: scale(1) translateY(-50%) translateX(-50%);
}

.video-popup-backdrop {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: opacity ease .3s;
}

.video-popup-backdrop video {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: scale(0.5) translateY(-50%) translateX(-50%);
    transition: transform ease .3s;
    outline: none;
}

.video-popup-backdrop .video {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: scale(0.5) translateY(-50%) translateX(-50%);
    transition: transform ease 0.3s;
    outline: none;
}

.video-popup-backdrop .video::after {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}

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

.video-popup-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 2rem;
    height: 2rem;
    font-size: 0;
    background-image: url("./images/icons/close-white.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.video-popup-close:hover {
    opacity: .8;
}

@media screen and (min-width: 768px) {

    .video-popup-backdrop video,
    .video-popup-backdrop .video {
        width: 75%;
    }
}

.swipe-icon {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    margin-top: -1rem;
    background-image: url("./images/icons/ic-swipe-icon.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: swipe 1s ease-in infinite;
    animation: swipe 1s ease-in infinite;
    z-index: 8;
}

@-webkit-keyframes swipe {
    0% {
        transform: translateX(-1.5rem) rotate(-15deg);
    }

    65% {
        transform: translateX(1.5rem) rotate(15deg);
    }

    100% {
        transform: translateX(-1.5rem) rotate(-15deg);
    }
}

@keyframes swipe {
    0% {
        transform: translateX(-1.5rem) rotate(-15deg);
    }

    65% {
        transform: translateX(1.5rem) rotate(15deg);
    }

    100% {
        transform: translateX(-1.5rem) rotate(-15deg);
    }
}

.calculator-wrapper {
    background-color: rgba(40, 55, 70, 0.8);
    padding: 1.5rem 2.5rem 3rem;
}

.calculator-error {
    border: 1px solid #F45353;
    background-color: #fde3e3;
    color: #F45353;
    padding: .75rem 1rem;
    margin: -2rem -1px 2rem -1px;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
}

.calculator {
    display: flex;
    flex-direction: column;
    background-color: #F7F8F8;
    margin-bottom: 2rem;
    position: relative;
}

.calculator::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 1.75rem;
    right: 1.75rem;
    height: 1px;
    background-color: rgba(73, 100, 127, 0.2);
}

.calculator.is-switched .calculator-item.is-up::before {
    content: '-';
    color: #F45353;
}

.calculator.is-switched .calculator-item.is-down::before {
    content: '+';
    color: #00D665;
}

.calculator-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 1.375rem 0;
    margin: 0 1.75rem;
}

.calculator-item::before {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .calculator-item::before {
        top: calc(50% - 2px);
    }
}

.calculator-item.is-up::before {
    content: '+';
    color: #00D665;
}

.calculator-item.is-down::before {
    content: '-';
    color: #F45353;
}

.calculator-label {
    font-size: 0.9375rem;
    color: #49647F;
}

input.calculator-value,
.calculator-value {
    color: #283746;
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 1.2;
    background-color: transparent;
    padding: 0.125rem 0;
    margin: 0;
    margin-left: 1.0625rem;
}

input.calculator-value:focus,
.calculator-value:focus {
    box-shadow: none;
}

.calculator-value {
    color: #49647F;
}

.calculator-switcher {
    display: inline-block;
    position: absolute;
    left: calc(50% - 1.5625rem);
    top: calc(50% - 1.5625rem);
    width: 3.125rem;
    height: 3.125rem;
    background: transparent linear-gradient(180deg, #4A2E81 0%, #843793 100%) 0% 0% no-repeat padding-box;
    font-size: 0;
    cursor: pointer;
    transition: transform 0.3s;
    z-index: 1;
}

.calculator-switcher.is-rotated {
    transform: rotate(180deg);
}

.calculator-switcher::after {
    content: url("./images/icons/ic-switch.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.calculator-switcher.is-loading::after {
    content: none;
}

.calculator-switcher.is-loading::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    left: 25%;
    top: 25%;
    border-radius: 50px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    -webkit-animation: spinner 1s infinite;
    animation: spinner 1s infinite;
}

.calculator-info {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.calculator-info-item {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    color: #fff;
    padding: 0 0.5rem;
}

.calculator-info-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.calculator-info-item-label {
    font-size: 1.0625rem;
}

.calculator-info-item-value {
    font-weight: 700;
    font-size: 1.875rem;
}

.calculator-select {
    position: relative;
}

.calculator-select.is-open .calculator-select-value::after {
    transform: rotate(180deg);
}

.calculator-select.is-open .calculator-select-options {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.calculator-select-value {
    display: inline-block;
    position: relative;
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1;
    padding: 0.5rem 1.5rem 0.5rem 2.75rem;
    background-size: 2rem 1.625rem;
    background-position: 4px center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.calculator-select-value::after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    height: 6px;
    width: 0.625rem;
    background-image: url("./images/icons/ic-arrow-down-pink.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s;
}

.calculator-select-options {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    list-style: none;
    padding: 0.25rem;
    max-height: 250px;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0px 16px 36px rgba(0, 0, 0, 0.10196);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-1rem);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    z-index: 1;
}

.calculator-select-options li {
    text-transform: uppercase;
    font-size: 1.25rem;
    padding: 0.375rem 1rem 0.375rem 3rem;
    background-size: 2rem 1.625rem;
    background-position: 0.625rem center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.calculator-select-options li.is-selected {
    color: #fff;
    background-color: #283746;
}

.calculator-select-options li:not(.is-selected):hover {
    background-color: #F7F8F8;
}

input.calculator-select-filter {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    max-height: 100px;
    transition: max-height 0.3s, padding 0.3s;
}

input.calculator-select-filter:focus {
    box-shadow: none;
}

input.calculator-select-filter:placeholder-shown {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .calculator-wrapper {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@-webkit-keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader {
    cursor: progress;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 5px solid #F741B5;
    border-color: rgba(247, 65, 181, 0.2) rgba(247, 65, 181, 0.2) rgba(247, 65, 181, 0.2) #F741B5;
    -webkit-animation: makeItRolling 750ms linear infinite;
    animation: makeItRolling 750ms linear infinite;
    z-index: 2;
}

@-webkit-keyframes makeItRolling {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes makeItRolling {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.avatar-badge {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
}

.avatar-badge .avatar-badge-image {
    width: 3.125rem;
    height: 3.125rem;
    flex-shrink: 0;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: .75rem;
}

.avatar-badge .avatar-badge-name {
    font-size: 1.25rem;
    color: #283746;
    font-weight: 700;
    text-decoration: none;
    transition: color .3s;
}

.avatar-badge .avatar-badge-name:hover {
    color: #f629ab;
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: padding 0.3s, background-color 0.3s;
    z-index: 10;
}

.topbar.is-scrolled {
    background-color: #ececec;
    box-shadow: 0 0 1rem rgba(40, 55, 70, 0.05);
}

.topbar.is-scrolled.is-dark {
    background-color: #283746;
}

.topbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar-logo {
    display: inline-block;
}

.topbar-logo img {
    width: 7.5rem;
    height: 1.375rem;
}

@media screen and (max-width: 1023px) {
    .topbar {
        padding: 1rem 0;
    }

    .topbar.is-scrolled {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .topbar.is-open .topbar-hamburger div {
        transform: rotate(45deg);
    }

    .topbar.is-open .topbar-hamburger div::before {
        transform: rotate(-90deg) translateX(-7px);
    }

    .topbar.is-open .topbar-hamburger div::after {
        width: 0;
    }

    .topbar.is-open .topbar-backdrop {
        bottom: 0;
        opacity: 1;
    }

    .topbar.is-open .topbar-nav-wrapper {
        transform: translateX(0);
    }

    .topbar.is-dark .topbar-hamburger div {
        background-color: #fff;
    }

    .topbar.is-dark .topbar-hamburger div::before,
    .topbar.is-dark .topbar-hamburger div::after {
        background-color: #fff;
    }

    .topbar.is-dark .topbar-nav-wrapper {
        background-color: #49647F;
    }

    .topbar.is-dark .topbar-nav a {
        color: #fff;
    }

    .topbar.is-dark .icon-link {
        color: #fff;
    }

    .topbar.is-dark .lang-switcher-menu a {
        color: #fff;
    }

    .topbar-nav-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        width: 18.75rem;
        padding: 0rem 1rem;
        padding-top: 5rem;
        text-align: right;
        background-color: #fff;
        transform: translateX(100%);
        transition: transform 0.3s;
        z-index: 1;
    }

    .topbar-nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .topbar-nav a {
        display: inline-block;
        font-size: 1.25rem;
        font-weight: 500;
        margin-bottom: 1rem;
    }

    .topbar-nav a.is-active {
        color: #F741B5;
    }

    .lang-switcher-current {
        text-transform: uppercase;
        display: none;
    }

    .lang-switcher-menu {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: .75rem;
        margin-bottom: 1rem;
    }

    .lang-switcher-menu>li {
        display: inline-block;
    }

    .lang-switcher-menu>li:not(:last-child) {
        margin-right: 1rem;
    }

    .lang-switcher-menu a {
        font-size: 1.25rem;
        font-weight: 500;
        text-transform: uppercase;
    }

    .topbar-controls>* {
        margin-bottom: 1.5rem;
    }

    .topbar-controls .button {
        padding: .5rem 1.125rem;
        margin-left: 1.5rem;
    }

    .topbar-hamburger {
        display: inline-block;
        position: relative;
        text-align: center;
        height: 2.5rem;
        width: 2.5rem;
        border-radius: 0.3125rem;
        border: none;
        background-color: transparent;
        z-index: 1;
    }

    .topbar-hamburger div {
        position: absolute;
        top: calc(50% - 1.5px);
        left: calc(50% - 0.75rem);
        display: inline-block;
        height: 2px;
        width: 1.5rem;
        background-color: #283746;
        transition: transform 0.3s;
    }

    .topbar-hamburger div::before,
    .topbar-hamburger div::after {
        content: '';
        position: absolute;
        left: calc(50% - 0.75rem);
        width: 1.5rem;
        height: 2px;
        background-color: #283746;
    }

    .topbar-hamburger div::before {
        top: -0.4375rem;
        transition: transform 0.3s;
    }

    .topbar-hamburger div::after {
        bottom: -0.4375rem;
        transition: width 0.3s;
    }

    .topbar-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(40, 55, 70, 0.85);
        transition: opacity 0.3s;
    }
}

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

    .topbar-backdrop,
    .topbar-hamburger {
        display: none;
    }

    .topbar {
        padding: 2rem 0;
    }

    .topbar>.container {
        max-width: 93.75rem;
    }

    .topbar.is-dark .topbar-nav a {
        color: #fff;
    }

    .topbar.is-dark .topbar-nav::after {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .topbar.is-dark .icon-link {
        color: #fff;
    }

    .topbar.is-dark .lang-switcher-current::after {
        background-image: url("./images/icons/ic-arrow-down-white.svg");
    }

    .topbar.is-scrolled {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .topbar.is-scrolled .button {
        padding: .5rem 1.25rem;
    }

    .topbar-nav-wrapper {
        display: flex;
        align-items: center;
    }

    .topbar-nav {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-right: 3.5rem;
    }

    .topbar-nav>li {
        display: inline-block;
    }

    .topbar-nav>li:not(:last-child) {
        margin-right: 1.75rem;
    }

    .topbar-nav::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -1.75rem;
        width: 1px;
        background-color: rgba(73, 100, 127, 0.3);
    }

    .topbar-nav a {
        position: relative;
        font-size: 1rem;
        font-weight: 500;
        padding: 0.5rem 0;
        transition: color 0.3s;
    }

    .topbar-nav a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        background-color: #F741B5;
        width: 0;
        transition: width 0.3s;
    }

    .topbar-nav a.is-active::after {
        width: 0.75rem;
    }

    .topbar-nav a:hover {
        color: #F741B5;
    }

    .topbar-nav a:hover::after {
        width: 0.75rem;
    }

    .topbar-controls {
        display: flex;
        align-items: center;
    }

    .topbar-controls>*:not(:last-child) {
        margin-right: 1.75rem;
    }

    .lang-switcher {
        position: relative;
    }

    .lang-switcher:hover .lang-switcher-current::after {
        transform: rotate(180deg);
    }

    .lang-switcher:hover .lang-switcher-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .lang-switcher-current {
        position: relative;
        text-transform: uppercase;
        padding-right: 1rem;
        opacity: 1 !important;
        cursor: default;
    }

    .lang-switcher-current::after {
        content: '';
        position: absolute;
        top: calc(50% - 0.1875rem);
        right: 0;
        width: 0.625rem;
        height: 0.375rem;
        background-image: url("./images/icons/ic-arrow-down-grey.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transition: transform 0.3s;
    }

    .lang-switcher-menu {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        list-style: none;
        padding: 0.5rem 0;
        box-shadow: 0px 16px 36px rgba(0, 0, 0, 0.10196);
        background-color: #fff;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-1rem);
        transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
    }

    .lang-switcher-menu li {
        text-align: center;
    }

    .lang-switcher-menu li a {
        padding: 0.25rem 0.5rem;
        font-weight: 500;
        display: block;
        text-transform: uppercase;
        transition: background-color 0.3s;
    }

    .lang-switcher-menu li a:hover {
        background-color: #F7F8F8;
    }
}

.footer {
    background-color: #283746;
    padding: 3.75rem 0;
}

.footer .newsletter-form-container {
    margin-bottom: 3rem;
}

.footer-title {
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 1.375rem;
}

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

.footer-menu a {
    display: inline-block;
    color: #E5E6E6;
    margin-bottom: .5rem;
}

.footer-menu a:hover {
    color: #fff;
}

.footer-table {
    border-collapse: separate;
    border-spacing: 0 .25rem;
}

.footer-table th {
    color: #E5E6E6;
    text-align: left;
    vertical-align: top;
    font-weight: 400;
}

.footer-table th:first-child {
    padding-right: .5rem;
}

.footer-table th:last-child {
    color: #fff;
}

.footer-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.footer-bottom p {
    color: #E5E6E6;
    font-size: .875rem;
    margin-bottom: .25rem;
}

.footer-bottom p a {
    color: #fff;
}

.footer-content {
    max-width: 31.25rem;
}

.footer-rights {
    text-align: right;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 2rem;
}

.footer-icon {
    display: inline-block;
    margin-right: .75rem;
    width: 1.5rem;
    height: 1.375rem;
    font-size: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-icon:hover {
    opacity: .7;
}

@media screen and (max-width: 1023px) {
    .footer .container-row>div {
        text-align: center;
    }

    .footer .container-row>div:not(:last-child) {
        margin-bottom: 3rem;
    }

    .footer-table {
        margin: 0 auto;
    }

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

    .footer-content {
        margin: 0 auto;
        margin-bottom: 2rem;
    }

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

.hero {
    position: relative;
    display: flex;
    min-height: calc(100vh - 3.875rem - 5rem);
    background-color: black;
    margin-top: -7.3125rem;
    padding-top: 10rem;
}

@media screen and (max-width: 1023px) {
    .hero {
        margin-top: -4.5rem;
    }
}

@media screen and (max-width: 767px) {
    .hero {
        background-image: url("./images/backgrounds/hero-poster.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.hero video {
    width: 100vw;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 767px) {
    .hero video {
        display: none;
    }
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.hero .container-row {
    position: relative;
    z-index: 1;
}

.hero-content {
    text-shadow: 0 0 10px rgba(40, 55, 70, 0.5);
}

.hero-content .tagline {
    font-size: 1.125rem;
    color: #fff;
}

.hero-text {
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 4rem;
}

.hero-text p {
    color: #fff;
    font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
    .hero {
        padding-top: 6rem;
    }

    .hero-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .hero-container>* {
        flex: 1;
    }
}

.homepage-numbers-wrapper {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .homepage-numbers-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .homepage-numbers-wrapper>* {
        flex-grow: 1;
        flex-basis: 0;
        margin: 0 0.5rem;
    }
}

@media screen and (max-width: 767px) {
    .homepage-numbers-wrapper>div {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 768px) {
    .homepage-sufix {
        font-size: 1.125rem;
    }
}

.homepage-number {
    font-weight: 700;
    font-size: 1.25rem;
    white-space: nowrap;
    line-height: 1;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
}

@media screen and (min-width: 768px) {
    .homepage-number {
        font-size: 2.75rem;
    }
}

@media screen and (min-width: 1024px) {
    .homepage-number {
        font-size: 3.75rem;
    }
}

.homepage-number-title {
    margin-bottom: 1rem;
    white-space: nowrap;
}

.homepage-numbers-text {
    background-color: #fff;
    box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.10196);
    padding: 3.5rem;
}

.homepage-numbers-text img {
    max-height: 4rem;
    max-width: 10rem;
    margin-right: 4rem;
}

.homepage-numbers-text p {
    text-align: left;
    margin-bottom: 0;
    font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
    .homepage-numbers-text {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .homepage-numbers-text {
        padding: 3rem 1.5rem;
    }

    .homepage-numbers-text img {
        margin: 0 1rem;
        margin-bottom: 2rem;
        max-width: 35%;
    }
}

.homepage-quote-image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    max-width: 550px;
}

.homepage-quote-image::after {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}

.homepage-quote-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
    width: 4.5rem;
    height: 4.5rem;
    box-shadow: 1px 4px 14px rgba(95, 37, 159, 0.30196);
    cursor: pointer;
}

.homepage-quote-play::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15.5px 0 15.5px 22px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
}

.homepage-quote {
    color: #fff;
    font-style: italic;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.84px;
}

@media screen and (min-width: 768px) {
    .homepage-quote {
        font-size: 1.75rem;
    }
}

@media screen and (min-width: 1024px) {
    .homepage-quote {
        font-size: 2.25rem;
    }
}

.faq-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: -webkit-sticky;
    position: sticky;
    top: 6rem;
}

@media screen and (max-width: 767px) {
    .faq-menu {
        display: none;
    }
}

.faq-menu-item {
    display: block;
    color: #49647F;
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 1rem;
    transition: color .3s, background-color .3s;
    cursor: pointer;
}

.faq-menu-item.is-active {
    color: #F741B5;
    background-color: rgba(247, 65, 181, 0.1);
}

.faq-menu-item:hover {
    color: #F741B5;
}

.faq-item:not(:last-child) {
    margin-bottom: 5rem;
}

.pricing {
    position: relative;
}

.pricing::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4.375rem;
    background-color: #fff;
}

@media screen and (max-width: 1023px) {
    .pricing-wrapper {
        padding: 0;
    }
}

.pricing-container {
    display: flex;
    overflow: auto;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1023px) {
    .pricing-container {
        padding-left: calc(1.875rem / 2);
        padding-right: calc(1.875rem / 2);
    }
}

.pricing-table-container {
    display: flex;
}

.pricing-scroll-hint {
    height: 4.375rem;
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #49647F;
    opacity: 0;
    cursor: default;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .pricing-scroll-hint {
        opacity: 1;
    }
}

.pricing-labels-wrapper {
    flex-grow: 1;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .pricing-labels-wrapper {
        min-width: 21.25rem;
    }
}

.pricing-table-wrapper {
    padding-left: 1.875rem;
    flex-basis: 0;
}

.pricing-table {
    min-width: 20rem;
}

.pricing-table-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 16px 36px rgba(0, 0, 0, 0.10196);
    margin-bottom: 0.5rem;
}

.pricing-table-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.375rem;
    font-size: 1.25rem;
    font-weight: 700;
}

.pricing-table-list li:nth-child(odd) {
    background-color: #F7F8F8;
}

.pricing-table-title {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .pricing-labels {
        display: flex;
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .pricing-labels {
        margin-bottom: 1.5rem;
        text-align: center;
    }
}

.pricing-labels:not(:last-child) {
    border-bottom: 1px solid rgba(73, 100, 127, 0.3);
}

.pricing-labels-title {
    flex-shrink: 0;
    padding: 0.75rem 0 .25rem 0;
    font-size: 1.25rem;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .pricing-labels-title {
        width: 6.25rem;
        padding: 1.0625rem 0;
    }
}

.pricing-labels-list {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-grow: 1;
}

@media screen and (min-width: 768px) {
    .pricing-labels-list li {
        display: flex;
        align-items: center;
        height: 4.375rem;
    }
}

@media screen and (max-width: 767px) {
    .pricing-labels-list li {
        padding: 0.5rem;
    }
}

.pricing-labels-list li:not(:last-child) {
    border-bottom: 1px solid rgba(73, 100, 127, 0.3);
}

.pricing-labels-list-value {
    margin-top: .5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #F741B5;
}

.blog-main {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid rgba(73, 100, 127, 0.15);
}

@media screen and (min-width: 768px) {
    .blog-main {
        display: flex;
        align-items: flex-start;
    }
}

.blog-main-image {
    display: block;
    flex-shrink: 0;
    background-color: #E5E6E6;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog-main-image::after {
    content: '';
    display: block;
    padding-bottom: 55%;
}

@media screen and (min-width: 768px) {
    .blog-main-image {
        width: 55%;
        margin-right: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .blog-main-image {
        margin-bottom: 1.5rem;
    }
}

.blog-main-content a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .blog-main-content {
        margin-top: 1.25rem;
    }
}

.blog-item {
    margin-bottom: 2.5rem;
}

.blog-item a:hover {
    text-decoration: underline;
}

.blog-item-image {
    display: block;
    margin-bottom: 1.5rem;
    background-color: #E5E6E6;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog-item-image::after {
    content: '';
    display: block;
    padding-bottom: 55%;
}

.article-meta-date {
    font-size: 1.125rem;
    font-weight: 500;
    color: #49647F;
    text-transform: uppercase;
}

.article-media {
    margin-bottom: 1.5rem;
}

.article-media figcaption {
    margin-top: .25rem;
    font-size: .875rem;
    font-style: italic;
    color: #49647F;
}

.article-title {
    margin-bottom: 1.5rem;
}

.article-meta {
    margin-bottom: 1.75rem;
}

.article-image {
    padding-bottom: 60%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.article-content {
    margin-bottom: 2rem;
}

.article-content p,
.article-content ul {
    font-size: 1.25rem;
}

.article-content p,
.article-content ul,
.article-content blockquote,
.article-content figure {
    margin-bottom: 2rem;
}

.article-content figure {
    max-width: 100% !important;
}

.article-content figcaption {
    margin-top: .25rem;
    font-size: .875rem;
    font-style: italic;
    color: #49647F;
}

.article-footer {
    margin-bottom: 5rem;
}

.article-share {
    margin-top: 2rem;
}

.article-share .at-style-responsive .at-share-btn {
    padding: .625rem;
}

.article-share .at-share-btn:not(:last-child) {
    margin-right: .75rem;
}

@media screen and (min-width: 768px) {
    .article-meta {
        display: flex;
        align-items: center;
    }

    .article-meta-date {
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin-left: 3rem;
        line-height: 1;
        margin-top: .125rem;
    }

    .article-meta-date::before {
        content: '';
        position: absolute;
        top: 0;
        left: -1.5rem;
        height: 100%;
        width: 1px;
        background-color: #bec1c1;
    }
}

@media screen and (max-width: 767px) {
    .article-meta-date {
        margin-top: 1rem;
    }
}

.companies-nav {
    padding: .75rem 0;
    text-align: center;
}

.companies-nav .button {
    margin: .5rem;
}

.companies-nav .button.is-outline {
    border-color: #d8dada;
}

.auto-1-hero {
    background-image: url("./images/backgrounds/auto-1-hero.jpg");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.auto-1-stepper {
    background-color: #283746;
    color: #fff;
    text-align: center;
}

.auto-1-stepper img {
    margin-bottom: 1rem;
}

.auto-1-stepper h3 {
    color: inherit;
}

@media screen and (min-width: 768px) {
    .auto-1-stepper>.container-row {
        position: relative;
    }

    .auto-1-stepper>.container-row::after {
        content: '';
        position: absolute;
        top: 9rem;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #fff;
    }

    .auto-1-stepper img {
        margin-bottom: 6rem;
        position: relative;
    }

    .auto-1-stepper h3 {
        position: relative;
    }

    .auto-1-stepper h3::after {
        content: '';
        position: absolute;
        top: -3.70rem;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        width: 1rem;
        height: 1rem;
        border: 1px solid #fff;
        border-width: 2px 2px 0 0;
    }
}

/*# sourceMappingURL=style.css.map */

/**************
* Front Page
***************/
.homepage-numbers-text img {
    max-height: 100%;
    max-width: 200px;
    margin-right: 4rem;
}

.grecaptcha-badge {
    visibility: hidden !important;
}