@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-display: swap;
    src: url("../fonts/inter.ttf");
    text-rendering: optimizeLegibility;
    unicode-range: U+000-5FF
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Oswald.ttf");
    text-rendering: optimizeLegibility;
    unicode-range: U+000-5FF
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

body {
    margin: 0
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

p {
    margin: 0.67em 0
}


figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    border-style: solid;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

.selected {
    color: #80c45a !important;
}

.hoverdable {
    hover: #80c45a !important;
}

.step-it
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bold;
    font-weight: 600
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

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

figure {
    margin: 0
}

img {
    border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
    /* input {
        overflow: visible
    } */

button,
select {
    text-transform: none
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

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

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

button,
.c-button {
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 1.5rem;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 1.2em;
    padding-right: 1.2em;
    position: relative;
    text-decoration: none;
    transition: 0.25s cubic-bezier(0.17, 0.635, 0.54, 1.435);
    transition-property: background, box-shadow, color, transform;
    will-change: background, box-shadow, color, transform;
    font-weight: 500
}

button.c-button--link,
.c-button.c-button--link {
    background-color: transparent;
    font-weight: 500;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 600px) {

    button.c-button--link,
    .c-button.c-button--link {
        line-height: 1.2;
        white-space: normal
    }
}

button.c-button--link .c-button__text,
.c-button.c-button--link .c-button__text {
    position: relative;
    overflow: hidden
}

button.c-button--link .c-button__text::before,
.c-button.c-button--link .c-button__text::before {
    content: "";
    position: absolute;
    top: 22px;
    left: -2px;
    width: 100%;
    height: 5px;
    z-index: -1;
    transition: 1s cubic-bezier(0.17, 0.635, 0.54, 1.435)
}

@media screen and (max-width: 600px) {

    button.c-button--link .c-button__text:before,
    .c-button.c-button--link .c-button__text:before {
        display: none
    }
}

button.c-button--link:hover .c-button__text::before,
.c-button.c-button--link:hover .c-button__text::before {
    width: 0;
    opacity: .01
}

button__icon,
.c-button__icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
    align-self: center;
    padding-right: 8px
}

button__icon svg,
.c-button__icon svg {
    transition: all 0.5s cubic-bezier(0.17, 0.635, 0.54, 1.435)
}

button__icon svg path,
.c-button__icon svg path {
    transition: stroke 0.5s cubic-bezier(0.17, 0.635, 0.54, 1.435)
}

button__icon svg circle,
.c-button__icon svg circle {
    transition: fill-opacity 0.5s cubic-bezier(0.17, 0.635, 0.54, 1.435)
}

button--primary,
.c-button--primary {
    background-color: #2a2a2a;
    color: white;
    will-change: transform, box-shadow;
    transition: ease-in-out 0.3s all
}

button--primary:hover,
.c-button--primary:hover {
    background-color: #80C45A;
    transform: translate(0, -1px);
    box-shadow: 0 6px 2px -6px rgba(42, 134, 68, 0.6)
}

button--primary:disabled,
.c-button--primary:disabled {
    background-color: #48c46b;
    pointer-events: none;
    cursor: not-allowed
}

button--primary:disabled .u-loader-icon,
.c-button--primary:disabled .u-loader-icon {
    opacity: 1
}

button--primary:disabled .button__text,
.c-button--primary:disabled .button__text {
    opacity: 0
}

button--primary.c-button--link,
.c-button--primary.c-button--link {
    color: #2a2a2a
}

button--primary.c-button--link .c-button__text::before,
.c-button--primary.c-button--link .c-button__text::before {
    background: #eaf8ee
}

button--primary.c-button--link:hover,
.c-button--primary.c-button--link:hover {
    background: none;
    transform: translate(0);
    box-shadow: none;
    box-shadow: none;
    transform: none;
    color: #3dbf62
}

button--primary.c-button--link:hover .c-button__icon svg path,
.c-button--primary.c-button--link:hover .c-button__icon svg path {
    stroke: white
}

button--primary.c-button--link:hover .c-button__icon svg circle,
.c-button--primary.c-button--link:hover .c-button__icon svg circle {
    fill-opacity: 1
}

.custom-fsection--blue button--primary.c-button--link,
.custom-fsection--blue .c-button--primary.c-button--link {
    color: #2E3946
}

.custom-fsection--blue button--primary.c-button--link .c-button__text::before,
.custom-fsection--blue .c-button--primary.c-button--link .c-button__text::before {
    display: none
}

.custom-fsection--blue button--primary.c-button--link:hover,
.custom-fsection--blue .c-button--primary.c-button--link:hover {
    color: #01203d
}

.c-form--success button--primary.c-button--link,
.c-form--success .c-button--primary.c-button--link {
    color: #2a2a2a
}

.c-form--success button--primary.c-button--link .c-button__text::before,
.c-form--success .c-button--primary.c-button--link .c-button__text::before {
    background: #eaf8ee;
    display: unset
}

.c-form--success button--primary.c-button--link:hover,
.c-form--success .c-button--primary.c-button--link:hover {
    background: none;
    transform: translate(0);
    box-shadow: none;
    box-shadow: none;
    transform: none;
    color: #3dbf62
}

.c-form--success button--primary.c-button--link:hover .c-button__icon svg path,
.c-form--success .c-button--primary.c-button--link:hover .c-button__icon svg path {
    stroke: white
}

.c-form--success button--primary.c-button--link:hover .c-button__icon svg circle,
.c-form--success .c-button--primary.c-button--link:hover .c-button__icon svg circle {
    fill-opacity: 1
}

button--primary .u-loader-icon svg path,
button--primary .u-loader-icon svg rect,
.c-button--primary .u-loader-icon svg path,
.c-button--primary .u-loader-icon svg rect {
    fill: white
}

button--secondary.c-button--link,
.c-button--secondary.c-button--link {
    color: #0ba4db
}

button--secondary.c-button--link .c-button__icon svg path,
.c-button--secondary.c-button--link .c-button__icon svg path {
    stroke: #0ba4db
}

button--secondary.c-button--link .c-button__icon svg circle,
.c-button--secondary.c-button--link .c-button__icon svg circle {
    stroke: #0ba4db;
    fill: #0ba4db
}

button--secondary.c-button--link .c-button__text::before,
.c-button--secondary.c-button--link .c-button__text::before {
    background: #e6f3fb
}

button--secondary.c-button--link:hover,
.c-button--secondary.c-button--link:hover {
    box-shadow: none;
    transform: none;
    color: #0babe5
}

button--secondary.c-button--link:hover .c-button__icon svg path,
.c-button--secondary.c-button--link:hover .c-button__icon svg path {
    stroke: white
}

button--secondary.c-button--link:hover .c-button__icon svg circle,
.c-button--secondary.c-button--link:hover .c-button__icon svg circle {
    fill-opacity: 1
}

button--upload,
.c-button--upload {
    background-color: #EEF2F5;
    color: #285056
}

button--lg,
.c-button--lg {
    height: 50px;
    line-height: 50px;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 1.6rem
}

button--reset,
.c-button--reset {
    padding: 0;
    outline: 0;
    height: auto;
    background: none;
    -webkit-appearance: none;
    line-height: 1;
    color: #0ba4db
}

button--close,
.c-button--close {
    position: relative;
    width: 24px;
    height: 24px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.75;
    transition: opacity linear 0.3s;
    background-color: transparent
}

button--close:hover,
.c-button--close:hover {
    opacity: 0.9
}

button--close::before,
button--close::after,
.c-button--close::before,
.c-button--close::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 1px;
    display: block;
    background-color: white;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1)
}

button--close::before,
.c-button--close::before {
    transform: rotate(-45deg)
}

button--close::after,
.c-button--close::after {
    transform: rotate(45deg)
}

button--is-loading .u-loader-icon,
.c-button--is-loading .u-loader-icon {
    opacity: 1
}

button--is-loading .c-button__text,
.c-button--is-loading .c-button__text {
    opacity: 0
}

button--error,
.c-button--error {
    animation: shake 0.3s 1 linear;
    -webkit-animation: shake 0.3s 1 linear
}

button--full-width,
.c-button--full-width {
    width: 100%
}

button--disabled,
.c-button--disabled {
    cursor: not-allowed
}

.u-has-dropdown {
    position: relative;
    perspective: 120px
}

.u-has-dropdown--two-sides {
    perspective: 200px
}

.u-has-dropdown:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: -6px;
    height: calc(100% + 50px);
    width: calc(100% + 50px);
    z-index: -1
}

.c-dropdown {
    position: absolute;
    top: 100%;
    left: -5px;
    padding: 20px;
    background-color: #fff;
    min-width: 150px;
    z-index: 120;
    border: solid 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 8px 16px 0 rgba(3, 49, 86, 0.08);
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.u-has-dropdown:hover .c-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: visible
}

.c-dropdown--flip {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0.1s;
    transform: translateY(10px)
}

.u-has-dropdown:hover .c-dropdown--flip {
    transform: translateY(0)
}

.c-dropdown--has-two-sides {
    width: 550px;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

@media screen and (max-width: 600px) {
    .c-dropdown--has-two-sides {
        width: 100%
    }
}

.c-dropdown--md {
    width: 400px;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

@media screen and (max-width: 600px) {
    .c-dropdown--md {
        width: 100%
    }
}

.c-dropdown--sm {
    min-width: 120px
}

.c-dropdown--reversed {
    text-align: right;
    right: -5px;
    left: auto
}

.u-has-dropdown:hover .c-dropdown--reversed {
    transform: translateY(3px)
}

.c-dropdown--transparent-bg {
    background: transparent
}

.c-dropdown__side {
    padding: 35px 30px;
    min-width: 180px
}

.c-dropdown__side:last-child {
    padding-right: 45px
}

.c-dropdown__side--flex {
    -ms-flex: 1;
    flex: 1
}

.c-dropdown__side--darker {
    border-right: solid 1px rgba(0, 0, 0, 0.03)
}

.c-dropdown__side--light-grey {
    background-color: #ebf5ef
}

.c-dropdown__side--md {
    width: 360px
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }
}

@keyframes slideUp {
    from {
        transform: translateY(50%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes glideUp {
    0% {
        transform: translateY(50%);
        opacity: 0
    }

    40% {
        transform: translateY(20%);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes glideDown {
    0% {
        transform: translateY(-50%);
        opacity: 0
    }

    40% {
        transform: translateY(-20%);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes glideUp--sm {
    0% {
        transform: translateY(5%);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes zoom {
    from {
        transform: scale(0.9)
    }

    to {
        transform: scale(1)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-20%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(20%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.fade-out {
    animation: fadeOut 0.35s linear forwards;
    -webkit-animation: fadeOut 0.35s linear forwards
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translate3d(0, -10%, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -30%, 0)
    }
}

[js-animate-in-view] {
    opacity: 0
}

.custom-animejs {
    animation-duration: .4s;
    animation-fill-mode: both
}

.custom-animejs--infinite {
    animation-iteration-count: infinite
}

.custom-animejs--spin {
    animation-name: spin
}

.custom-animejs--slideUp {
    overflow: hidden
}

.custom-animejs--slideUp > * {
    animation-duration: .4s;
    animation-fill-mode: both;
    animation-name: slideUp
}

.custom-animejs--zoom > * {
    animation-duration: .4s;
    animation-fill-mode: both;
    animation-name: zoom
}

.custom-animejs--fade-in {
    animation-name: fadeIn
}

.custom-animejs--glide-up {
    animation-name: glideUp
}

.custom-animejs--glide-down {
    animation-name: glideDown
}

.custom-animejs--glide-up-sm {
    animation-name: glideUp--sm
}

.custom-animejs--slide-in-left {
    animation-name: slideInLeft
}

.custom-animejs--slide-in-right {
    animation-name: slideInRight
}

.custom-animejs__delay--150 {
    animation-delay: .15s
}

.custom-animejs__delay--200 {
    animation-delay: .2s
}

.custom-animejs__delay--300 {
    animation-delay: .3s
}

.custom-animejs__delay--350 {
    animation-delay: .35s
}

.custom-animejs__delay--400 {
    animation-delay: .4s
}

.custom-animejs__delay--450 {
    animation-delay: .45s
}

.custom-animejs__delay--500 {
    animation-delay: .5s
}

.custom-animejs__delay--600 {
    animation-delay: .6s
}

.custom-animejs__delay--700 {
    animation-delay: .7s
}

.custom-animejs__delay--800 {
    animation-delay: .8s
}

.custom-animejs__delay--900 {
    animation-delay: .9s
}

.custom-animejs__delay--950 {
    animation-delay: .95s
}

.custom-animejs__delay--1000 {
    animation-delay: 1s
}

.custom-animejs__delay--1100 {
    animation-delay: 1.1s
}

.custom-animejs__delay--1200 {
    animation-delay: 1.2s
}

.custom-animejs__duration--150 {
    animation-duration: 0.15s
}

.custom-animejs__duration--200 {
    animation-duration: 0.2s
}

.custom-animejs__duration--300 {
    animation-duration: 0.3s
}

.custom-animejs__duration--500 {
    animation-duration: 0.5s
}

.custom-animejs__duration--600 {
    animation-duration: 0.6s
}

.custom-animejs__duration--700 {
    animation-duration: 0.7s
}

.custom-animejs__duration--1000 {
    animation-duration: 1s
}

.custom-animejs__duration--1200 {
    animation-duration: 1.2s
}

.custom-animejs__duration--1500 {
    animation-duration: 1.5s
}

.custom-animejs__ease {
    animation-timing-function: linear
}

.custom-animejs__ease--custom-1 {
    animation-timing-function: cubic-bezier(0.5, 0, 0.1, 1)
}

.custom-animejs__ease--custom-2 {
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.custom-animejs__ease--custom-3 {
    animation-timing-function: cubic-bezier(0.25, 0.01, 0.46, 0.97)
}

.u-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.u-flex {
    display: -ms-flexbox;
    display: flex
}

.u-flex-reverse {
    -ms-flex-order: 2;
    order: 2
}

.u-flex-child {
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px
}

.u-flex-child:last-child {
    margin-right: 0
}

@media screen and (max-width: 600px) {
    .u-flex-child {
        margin-right: 0
    }
}

.u-flex-child--static {
    -ms-flex: none;
    flex: none
}

.u-flex-child--w-33 {
    -ms-flex: 0 1 calc(33.3% - 20px);
    flex: 0 1 calc(33.3% - 20px)
}

@media screen and (max-width: 600px) {
    .u-flex-child--w-33 {
        width: 100%
    }
}


.u-flex--m-b {
    margin-bottom: 30px
}

.u-flex--m-b-sm {
    margin-bottom: 15px
}

.u-flex-center {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 600px) {
    .u-flex {
        display: block
    }
}

.u-hidden {
    display: none
}

@media screen and (max-width: 600px) {
    .u-hidden--mobile {
        display: none
    }
}

.u-trapped {
    overflow: hidden
}

.u-mobile-only {
    display: none
}

@media screen and (max-width: 600px) {
    .u-mobile-only {
        display: block
    }
}

.u-background--transparent {
    background: transparent
}

.u-width--100 {
    width: 100%
}

.u-flag-icon__background,
.u-flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.u-flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333em;
    line-height: 1em
}

.u-flag-icon:before {
    content: '\00a0'
}

.u-icon-check {
    width: 10px;
    height: 10px;
    background: url("../img/icon/check.svg");
    background-size: 100% 100%;
    vertical-align: middle;
    float: right
}

.u-icon-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #2E3946 transparent transparent transparent;
    display: inline-block;
    vertical-align: middle
}

.u-icon-arrow--up {
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #2E3946 transparent
}

.u-icon-arrow--left {
    border-width: 4px 4px 4px 0;
    border-color: transparent #2E3946 transparent transparent
}

.u-icon-arrow--right {
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #2E3946
}

.u-loader-icon {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .3s;
    height: 100%;
    width: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.u-author__image {
    border-radius: 50%;
    background-color: #0ba4db;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden
}

.u-author__image img {
    -o-object-fit: contain;
    object-fit: contain
}

.u-author__image--sm {
    width: 48px;
    height: 48px
}

.u-author__image--xs {
    width: 32px;
    height: 32px
}

.u-overlay {
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 10000;
    perspective: 600px;
    transition: background-color 0.1s;
    background-color: rgba(0, 0, 0, 0.75)
}

.u-overlay--is-entering,
.u-overlay--is-visible {
    display: -ms-flexbox;
    display: flex
}

.u-margin-top--xxs {
    margin-top: 3px
}

.u-margin-top--xs {
    margin-bottom: 5px
}

.u-margin-top--sm {
    margin-bottom: 10px
}

.u-margin-top--md {
    margin-bottom: 15px
}

.u-margin-bottom--xs {
    margin-bottom: 5px
}

.u-margin-bottom--sm {
    margin-bottom: 10px
}

.u-margin-bottom--md {
    margin-bottom: 15px
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease
}

html {
    font-size: 62.5%
}

@media screen and (max-width: 600px) {
    html {
        font-size: 58%
    }
}

body {
    color: #2E3946;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.6rem;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5 {
    color: #2E3946;
    margin: 0 0 10px
}

h1,
h2,
h3 {
    font-family: "Boing", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.2;
    font-weight: 800
}

h1 {
    font-size: 6rem;
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 3.6rem
    }
}

h2 {
    font-size: 4.5rem
}

@media screen and (max-width: 600px) {
    h2 {
        font-size: 3.6rem
    }
}

h3 {
    font-size: 3.6rem
}

@media screen and (max-width: 600px) {
    h3 {
        font-size: 2.8rem
    }
}

h4 {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 500
}

@media screen and (max-width: 600px) {
    h4 {
        font-size: 2rem
    }
}

h4.u-h4-bolder {
    font-family: "Boing", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600
}

h5 {
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-weight: 500
}

p {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6
}

p.u-text-summary {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
    margin: 0;
}

@media screen and (max-width: 600px) {
    p.u-text-summary {
        font-size: 1.8rem
    }
}

ins {
    text-decoration: none
}

ul {
    margin: 0
}

ul li {
    margin-bottom: 5px;
    position: relative
}

ul.u-list {
    max-width: 90%;
    position: relative;
    z-index: 2
}

ul.u-list li {
    font-weight: 500;
    padding: 5px 0 5px 20px
}

ul.u-list li a {
    text-decoration: underline;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

ul.u-list li a:hover {
    text-decoration: none
}

ul.u-list li:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    height: 35px;
    width: 40px;
    border-radius: 6px;
    z-index: -1
}

ul.u-list li:after {
    content: '';
    background-size: cover;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 2px;
    top: 10px
}

ul.u-list--green li:before {
    content: '';
}

ul.u-list--green li:after {
    content: '';
    background-image: url(/static/images/icon/check.svg)
}

ul.u-list--blue li:before {
    background: #e6f3fb
}

ul.u-list--blue li:after {
    background-image: url(/static/images/icon/check-blue.svg)
}

ul.u-list--has-two-rows li {
    width: 50%;
    float: left
}

ul.u-list--centered {
    margin: 0 auto
}

.u-font--thin {
    font-weight: 100
}

.u-font--normal {
    font-weight: normal
}

.u-font--medium {
    font-weight: 500
}

.u-font--bold {
    font-weight: 500
}

.u-text--centered {
    text-align: center
}

.u-text--no-transform {
    text-transform: none
}

.u-text--uppercase {
    text-transform: uppercase
}

@media screen and (max-width: 600px) {
    .u-text--centered-s {
        text-align: center
    }
}

.u-text--left {
    text-align: left
}

.u-text--right {
    text-align: right
}

.u-text--underline {
    text-decoration: underline
}

.u-text--2x {
    font-size: 120%
}

.u-text--sm {
    font-size: 87.5%
}

.u-text--muted {
    color: #3d5e69
}

.u-text--grey {
    color: #74848A
}

.u-text-color--dark-blue {
    color: #2E3946;
    fill: #2E3946
}

.u-text-color--white {
    color: #ffffff;
    fill: #ffffff
}

.u-text-color--light-blue {
    color: #0ba4db;
    fill: #0ba4db
}

.u-text-color--light-grey {
    color: #3d5e69;
    fill: #3d5e69
}

.u-text-color--green {
    color: #2a2a2a;
    fill: #2a2a2a
}

.u-text--weight-normal {
    font-weight: normal
}

.u-text--weight-bold {
    font-weight: 500
}

.u-text--weight-bolder {
    font-weight: 600
}

.u-text--weight-800 {
    font-weight: 800
}

.u-text-leading--1-3 {
    line-height: 1.3
}

.u-font-family--boing {
    font-family: "Boing", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600
}

.u-font-family--inter {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

.u-text--no-wrap {
    white-space: nowrap
}

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

.l-clear {
    clear: both
}

.sr-only {
    display: none
}

.l-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1040px;
    padding: 0 16px;
    position: relative
}

.l-container--xs {
    max-width: 660px
}

.l-container--sm {
    max-width: 760px
}

.l-container--md {
    max-width: 960px
}

.l-container--lg {
    max-width: 1240px
}

.l-container--xl {
    max-width: none;
    padding: 0 48px
}

@media screen and (min-width: 1680px) {
    .l-container--xl {
        max-width: 1680px
    }
}

@media screen and (max-width: 980px) {
    .l-container {
        padding: 16px
    }
    .no-xs-padding {
      padding: 0px !important;
    }
}

.l-grid {
    display: inline-block;
    position: relative;
    width: 100%
}

.l-grid--flex {
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 600px) {
    .l-grid--flex {
        display: block
    }
}

.l-grid--has-gutters {
    margin-left: -8px;
    width: calc(100% + 16px)
}

.l-grid:after {
    content: "";
    display: table;
    clear: both
}

.l-grid__column {
    float: left
}

.l-grid__column--12 {
    width: 100%
}

.l-grid__column--11 {
    width: 91.66667%
}

.l-grid__column--10 {
    width: 83.33333%
}

.l-grid__column--9 {
    width: 75%
}

.l-grid__column--8 {
    width: 66.66667%
}

.l-grid__column--7 {
    width: 58.33333%
}

.l-grid__column--6 {
    width: 50%
}

.l-grid__column--5 {
    width: 41.66667%
}

.l-grid__column--4 {
    width: 33.33333%
}

.l-grid__column--3 {
    width: 25%
}

.l-grid__column--20 {
    width: 20%
}

.l-grid__column--2 {
    width: 16.66667%
}

.l-grid__column--1 {
    width: 8.33333%
}

.l-grid__column--relative {
    position: relative
}

.l-grid__column--centered {
    float: none;
    margin: 0 auto
}

.l-grid--has-gutters .l-grid__column {
    padding-left: 8px;
    padding-right: 8px
}

.l-grid--flex .l-grid__column {
    display: -ms-flexbox;
    display: flex
}

.l-grid--flex .l-grid__column--no-flex {
    display: block
}

.l-grid__column--offset-3 {
    margin-left: 25%
}

.l-grid__column--offset-1 {
    margin-left: 8.33333%
}

@media screen and (max-width: 600px) {
    .l-grid__column--offset-1 {
        margin-left: 0
    }
}

@media screen and (max-width: 600px) {
    .l-grid__column--space-s {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 600px) {
    .l-grid__column {
        width: 100%
    }

    .l-grid__column--5-s {
        width: 41.66667%
    }

    .l-grid__column--6-s {
        width: 50%
    }

    .l-grid__column--7-s {
        width: 58.33333%
    }
}

.custom-fsection {
    position: relative
}

@media screen and (max-width: 600px) {
    .custom-fsection {
        overflow: hidden
    }
}

.custom-fsection--ptop {
    padding-top: 150px
}

@media screen and (min-width: 600px) and (max-width: 980px) {
    .custom-fsection--ptop {
        padding-top: 100px
    }
}

@media screen and (max-width: 600px) {
    .custom-fsection--ptop {
        padding-top: 50px
    }
}

.custom-fsection--ptop-md {
    padding-top: 100px
}

.custom-fsection--pbottom {
    padding-bottom: 150px
}

@media screen and (min-width: 600px) and (max-width: 980px) {
    .custom-fsection--pbottom {
        padding-bottom: 100px
    }
}

@media screen and (max-width: 600px) {
    .custom-fsection--pbottom {
        padding-bottom: 50px
    }
}

.custom-fsection--padded-xs {
    padding-top: 50px;
    padding-bottom: 150px
}

@media screen and (max-width: 600px) {
    .custom-fsection--padded-xs {
        padding-top: 100px
    }
}

.custom-fsection--padded-md {
    padding-top: 100px;
    padding-bottom: 100px
}

.custom-fsection:last-of-type {
    margin-bottom: 0
}

.custom-fsection--offwhite {
    background: #F9FBFC
}

.custom-fsection--blue {
    background: #a0a8b1
}

.custom-fsection--dark-blue {
    background: #fff;
    color: white
}

.custom-fsection--green {
    background: #ECF9EF
}

.custom-fsection--grey {
    background-color: #F3F3F3
}

.custom-fsection--light {
    background-color: #ffffff
}


.custom-fsection--press .c-section-pattern--circular {
    top: -60%
}

.custom-fsection--press .c-section-pattern--curved {
    top: 8%
}

.custom-fsection--press .c-section-pattern--curved::before {
    background-position: 0%
}

@media screen and (max-width: 600px) {
    .custom-fsection--manage-subscription {
        padding-top: 60px
    }
}

@media screen and (max-width: 600px) {
    .custom-fsection--has-overflow {
        overflow: initial
    }
}


/* ==========================================================================
   My Own Style
   ========================================================================== */

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.pretty-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 1.2rem 4.8rem;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    transition: background linear 0.1s
}

@media screen and (max-width: 1240px) {
    .pretty-nav {
        padding: 1.2rem
    }
}

@media screen and (max-width: 1020px) {
    .pretty-nav {
        display: none
    }
}

.pretty-nav__logo {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 24px;
    position: relative;
    z-index: 200
}

.pretty-nav__logo svg {
    height: 22px
}

.pretty-nav--mobile {
    position: absolute
}

.pretty-nav--left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1240px;
    margin: auto;
    width: 100%;
    justify-content: space-between;
}

.pretty-nav--right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.pretty-nav--center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pretty-nav--blue {
    background: #fff
}

.pretty-nav--green {
    background: rgba(241, 254, 244, 1)
}

.pretty-nav--white {
    background: rgba(255, 255, 255, 1)
}

.pretty-nav--offwhite {
    background: rgba(249, 251, 252, 1)
}

.pretty-nav--grey {
    background: rgba(249, 250, 252, 1)
}

.pretty-nav--light {
    background: rgba(255, 255, 255, 1)
}


.pretty-nav--dark-blue {
    background: rgba(46, 57, 70, 1);
}

.pretty-nav--dark-blue .pretty-nav--left > .pretty-nav-menu > .pretty-nav-menu__item > a,
.pretty-nav--dark-blue .pretty-nav--right > .pretty-nav-menu > .pretty-nav-menu__item > a {
    color: white
}

.pretty-nav--dark-blue .pretty-nav--left > .pretty-nav-menu > .pretty-nav-menu__item > a:hover,
.pretty-nav--dark-blue .pretty-nav--right > .pretty-nav-menu > .pretty-nav-menu__item > a:hover {
    color: #80C45A
}


/*.pretty-nav--dark-blue .pretty-nav--left>.pretty-nav-menu>.pretty-nav-menu__item>a .u-icon-arrow,
.pretty-nav--dark-blue .pretty-nav--right>.pretty-nav-menu>.pretty-nav-menu__item>a .u-icon-arrow {
    border-color: #80C45A transparent transparent transparent
}

.pretty-nav--dark-blue .pretty-nav__logo svg path[fill="#011B33"] {
    fill: white
} */

@media screen and (max-width: 600px) {
    .pretty-nav {
        padding: 16px 0
    }
}

.pretty-nav-menu > li {
    margin-bottom: 0
}

.pretty-nav-menu--horizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.pretty-nav-menu--vertical ~ .pretty-nav-menu--vertical {
    margin-top: 35px
}

.pretty-nav-menu__label {
    font-size: 1rem;
    color: #80c45a;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    letter-spacing: 0.5px;
    line-height: 1.2;
    font-weight: 500
}

.pretty-nav-menu__item a {
    font-size: 1.5rem;
    font-weight: 500;
    color: #2E3946;
    line-height: 1.3;
    vertical-align: middle;
    letter-spacing: -0.01em
}

.pretty-nav-menu__item a .u-icon-arrow {
    margin-left: 4px;
    color: #2E3946;
    transition: border linear 0.1s
}

.pretty-nav--dark-blue .pretty-nav-menu__item a .u-icon-arrow {
    margin-left: 4px;
    color: #fff;
    transition: border linear 0.1s
}

.pretty-nav-menu__item a:hover {
    color: #80c45a
}

.pretty-nav-menu__item a:hover .u-icon-arrow {
    border-color: #80c45a transparent transparent transparent
}

.pretty-nav-menu__item[href="#"] .pretty-nav-menu__item a:hover {
    color: rgba(1, 27, 51, 0.5)
}

.pretty-nav-menu--horizontal > .pretty-nav-menu__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 20px;
    height: 40px
}

.pretty-nav-menu--horizontal > .pretty-nav-menu__item:last-child {
    margin-right: 0
}

.pretty-nav-menu--horizontal > .pretty-nav-menu__item--countries {
    cursor: pointer;
    margin-left: 16px;
    position: relative;
    padding: 5px
}

.pretty-nav-menu--horizontal > .pretty-nav-menu__item--countries span:not(.u-flag-icon) {
    color: rgba(1, 27, 51, 0.7)
}

.pretty-nav-menu--horizontal > .pretty-nav-menu__item--countries .u-flag-icon {
    border-radius: 50%;
    width: 20px;
    border-radius: 4px;
    width: 16px
}

.pretty-nav-menu--horizontal > .pretty-nav-menu__item--countries .pretty-nav-menu__item .u-flag-icon {
    display: inline-block;
    margin-right: 10px
}

.pretty-nav-menu--horizontal > .pretty-nav-menu__item--countries li.pretty-nav-menu__item {
    margin-bottom: 5px
}

.pretty-nav-menu--vertical > .pretty-nav-menu__item {
    margin-bottom: 5px;
    width: 100%
}

.pretty-nav-menu--vertical > .pretty-nav-menu__item:last-child {
    margin-bottom: 0
}

.pretty-nav-menu__item--has-icon {
    margin-bottom: 15px
}

.pretty-nav-menu__item--has-icon a {
    display: -ms-flexbox;
    display: flex
}

.pretty-nav-menu__item--has-icon .pretty-nav-menu__icon {
    margin-right: 20px
}

.pretty-nav-menu__item--has-icon .pretty-nav-menu__text {
    -ms-flex: 1;
    flex: 1
}

.pretty-nav-menu--horizontal .pretty-nav-menu__item--has-icon,
.pretty-nav-menu--vertical .pretty-nav-menu__item--has-icon {
    margin-bottom: 20px
}

.pretty-nav-menu--horizontal .pretty-nav-menu__item--has-icon:last-child,
.pretty-nav-menu--vertical .pretty-nav-menu__item--has-icon:last-child {
    margin-bottom: 0
}

.pretty-nav-menu__icon {
    width: 60px;
    height: 60px;
    background: whitesmoke;
    border-radius: 50%;
    overflow: hidden
}

.pretty-nav-menu__icon--md {
    width: 50px;
    height: 50px
}

.pretty-nav-menu__icon img {
    width: 100%;
    transition: transform .3s
}

.pretty-nav-menu__item--has-icon:hover .pretty-nav-menu__icon img {
    transform: scale(1.2)
}

.pretty-nav-menu__text h4 {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 0 5px
}

.pretty-nav-menu__item--has-icon:hover .pretty-nav-menu__text h4 {
    color: #80c45a
}

.pretty-nav-menu__text p {
    font-size: 1.4rem;
    margin: 0;
    letter-spacing: 0;
    line-height: 1.5
}

.pretty-nav-menu__item--has-icon:hover .pretty-nav-menu__text p {
    color: #2E3946
}

.pretty-nav.pretty-nav--mobile-only {
    display: none;
    padding: 0
}

@media screen and (max-width: 1020px) {
    .pretty-nav.pretty-nav--mobile-only {
        display: block;
        overflow-x: hidden
    }
}

.pretty-nav.pretty-nav--mobile-only.pretty-nav--dark-blue .pretty-nav__trigger span {
    background-color: #fff
}

.pretty-nav.pretty-nav--mobile-only.pretty-nav--dark-blue .pretty-nav__header {
    border-bottom-color: rgba(234, 246, 252, 0.1)
}

.pretty-nav.pretty-nav--mobile-only.pretty-nav--dark-blue .pretty-nav-menu__item a {
    color: #fff
}

.pretty-nav.pretty-nav--mobile-only.pretty-nav--dark-blue .pretty-nav-menu__item--cta .u-text--secondary {
    color: #2E3946
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav__body--parent {
    overflow-x: hidden;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    display: none
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav__body .c-header {
    margin-bottom: 10px
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav__body .c-header .c-button {
    opacity: 0.7;
    transform: translateY(-8px)
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav__body .c-header .c-button__text {
    color: #80c45a
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav__body .c-header .c-button__icon svg path {
    fill: #55717b
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav__body .c-header .c-button__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pretty-nav.pretty-nav--mobile-only.pretty-nav--is-opened .pretty-nav__body--parent {
    display: block
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav__mask {
    width: 200%;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1)
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav__mask > div {
    width: 50%;
    float: left;
    padding: 16px
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav__body--is-opened .pretty-nav__mask {
    transform: translateX(-50%)
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav__header {
    padding: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid rgba(240, 242, 243, 0.6);
    position: relative;
    z-index: 999
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav__header .pretty-nav--right .c-button {
    display: none
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav__trigger {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 10px 5px;
    z-index: 20;
    margin-left: 15px
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav__trigger--is-active span:nth-child(2) {
    opacity: 0
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav__trigger--is-active span:first-child {
    top: 0.438em;
    transform: rotate(45deg)
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav__trigger--is-active span:last-child {
    top: -0.313em;
    transform: rotate(-45deg)
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav__trigger span {
    background-color: rgba(1, 27, 51, 0.95);
    display: block;
    height: 0.133em;
    margin-bottom: .250em;
    position: relative;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 1.25em
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav__trigger span:last-child {
    margin-bottom: 0
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav-menu__group {
    margin-bottom: 30px
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav-menu__group:last-child {
    margin-bottom: 0
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav-menu__item {
    margin-bottom: 16px;
    position: relative;
    transition: .3s all
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav-menu__item:last-child {
    margin-bottom: 0;
    margin-top: 20px
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav-menu__item:only-child {
    margin: 8px 0
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav-menu__item a[href="#"]:before {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    border-style: solid;
    border-width: 3px 0 3px 5.2px;
    border-color: transparent transparent transparent #5c6a6e;
    transition: ease-in-out 0.1s transform
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav-menu__item:hover {
    color: #000
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav-menu__item--cta::before {
    content: none
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav-menu__item--cta .u-text--secondary {
    color: #2a2a2a
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav-menu__item--cta .c-button {
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: white
}

.pretty-nav.pretty-nav--mobile-only .pretty-nav-menu__group .pretty-nav-menu__item:last-child {
    margin-top: 0
}


.c-homepage-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.c-homepage-animation__curve {
    position: absolute;
    top: calc(50% - 200px);
    left: 0;
    width: 100%;
    height: 400px;
    background-size: auto 350px;
    display: none
}

.c-homepage-animation--play .c-homepage-animation__curve {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    animation: moveCurve 4s;
    animation-iteration-count: 1
}

.c-homepage-animation__curve:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-size: inherit;
    background-image: url("assets/img/patterns/curved-pattern.png");
    background-repeat: repeat-x
}

@keyframes moveCurve {
    0% {
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
    }

    50% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }

    100% {
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
    }
}

.c-homepage-animation__worldmap {
    position: absolute;
    top: 0;
    left: 45%;
    height: 100%;
    width: 55%;
    overflow: hidden;
    transition: .3s ease-in;
    z-index: 2
}

@media all and (max-width: 800px) {
    .c-homepage-animation__worldmap {
        left: 0;
        top: -50%;
        width: 100%
    }
}

.c-homepage-animation--play .c-homepage-animation__worldmap {
    opacity: 1
}

.c-homepage-animation__worldmap svg {
    position: absolute;
    transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
    left: -30%;
    top: 0;
    height: 100%
}

@media all and (max-width: 800px) {
    .c-homepage-animation__worldmap svg {
        left: -600px;
        top: 100px
    }
}

.c-homepage-animation--americas .c-homepage-animation__worldmap svg {
    top: 10%;
    left: 0
}

.c-homepage-animation--africa .c-homepage-animation__worldmap svg {
    left: -35%;
    top: 5%
}

.c-homepage-animation--europe .c-homepage-animation__worldmap svg {
    left: -50%;
    top: 15%
}

.c-homepage-animation__worldmap svg .map-pointer {
    opacity: 0;
    transform: scale(0.5);
    transition: .2s ease-in;
    pointer-events: none
}

.c-homepage-animation__worldmap svg .map-pointer#united-states {
    transform-origin: 159px 212px
}

.c-homepage-animation__worldmap svg .map-pointer#canada {
    transform-origin: 229px 82px
}

.c-homepage-animation__worldmap svg .map-pointer#brazil {
    transform-origin: 375px 432px
}

.c-homepage-animation__worldmap svg .map-pointer#benin {
    transform-origin: 658px 334px
}

.c-homepage-animation__worldmap svg .map-pointer#egypt {
    transform-origin: 773px 260px
}

.c-homepage-animation__worldmap svg .map-pointer#south-africa {
    transform-origin: 744px 531px
}

.c-homepage-animation__worldmap svg .map-pointer#uk {
    transform-origin: 674px 161px
}

.c-homepage-animation__worldmap svg .map-pointer#china {
    transform-origin: 1084px 201px
}

.c-homepage-animation__worldmap svg .map-pointer#india {
    transform-origin: 1014px 271px
}

.c-homepage-animation__worldmap svg .map-pointer#norway {
    transform-origin: 754px 41px
}

.c-homepage-animation--europe .c-homepage-animation__worldmap svg .map-pointer#norway,
.c-homepage-animation--europe .c-homepage-animation__worldmap svg .map-pointer#china,
.c-homepage-animation--europe .c-homepage-animation__worldmap svg .map-pointer#uk,
.c-homepage-animation--europe .c-homepage-animation__worldmap svg .map-pointer#india {
    opacity: 1;
    transform: scale(1)
}

.c-homepage-animation--europe .c-homepage-animation__worldmap svg .map-pointer#uk {
    transition-delay: .6s
}

.c-homepage-animation--europe .c-homepage-animation__worldmap svg .map-pointer#norway {
    transition-delay: 1s
}

.c-homepage-animation--europe .c-homepage-animation__worldmap svg .map-pointer#india {
    transition-delay: 1.5s
}

.c-homepage-animation--europe .c-homepage-animation__worldmap svg .map-pointer#china {
    transition-delay: 2.1s
}

.c-homepage-animation--americas .c-homepage-animation__worldmap svg .map-pointer#canada,
.c-homepage-animation--americas .c-homepage-animation__worldmap svg .map-pointer#united-states,
.c-homepage-animation--americas .c-homepage-animation__worldmap svg .map-pointer#brazil {
    opacity: 1;
    transform: scale(1)
}

.c-homepage-animation--americas .c-homepage-animation__worldmap svg .map-pointer#canada {
    transition-delay: .6s
}

.c-homepage-animation--americas .c-homepage-animation__worldmap svg .map-pointer#united-states {
    transition-delay: 1s
}

.c-homepage-animation--americas .c-homepage-animation__worldmap svg .map-pointer#brazil {
    transition-delay: 1.5s
}

.c-homepage-animation--africa .c-homepage-animation__worldmap svg .map-pointer {
    cursor: e-resize;
    pointer-events: all
}

.c-homepage-animation--africa .c-homepage-animation__worldmap svg .map-pointer#brazil,
.c-homepage-animation--africa .c-homepage-animation__worldmap svg .map-pointer#benin,
.c-homepage-animation--africa .c-homepage-animation__worldmap svg .map-pointer#south-africa,
.c-homepage-animation--africa .c-homepage-animation__worldmap svg .map-pointer#egypt,
.c-homepage-animation--africa .c-homepage-animation__worldmap svg .map-pointer#norway {
    opacity: 1;
    transform: scale(1) rotate(0)
}

.c-homepage-animation--africa .c-homepage-animation__worldmap svg .map-pointer#norway {
    transition-delay: .6s
}

.c-homepage-animation--africa .c-homepage-animation__worldmap svg .map-pointer#egypt {
    transition-delay: 1s
}

.c-homepage-animation--africa .c-homepage-animation__worldmap svg .map-pointer#south-africa {
    transition-delay: 1.5s
}

.c-homepage-animation--africa .c-homepage-animation__worldmap svg .map-pointer#benin {
    transition-delay: 2s
}

.c-homepage-animation--africa .c-homepage-animation__worldmap svg .map-pointer:hover {
    transform: scale(1.1)
}

.c-homepage-animation--africa .c-homepage-animation__worldmap svg .map-pointer--left {
    cursor: w-resize
}

.c-homepage-animation__tooltip {
    position: absolute;
    z-index: 20;
    background: #f1fdf4;
    max-width: 180px;
    transition: transform .3s, opacity .3s;
    opacity: 0;
    transform: translateY(-10px) rotate(-2deg)
}

.c-homepage-animation__tooltip--on-left {
    transform: translateY(-10px) rotate(2deg);
    text-align: right
}

.c-homepage-animation__tooltip--is-visible {
    opacity: 1;
    transform: translateY(0) rotate(0)
}

.c-homepage-animation__tooltip h5 {
    font-size: 1.2rem;
    line-height: 1;
    margin: 0
}

.c-homepage-animation__tooltip h5 b {
    color: #2a2a2a
}

.c-homepage-animation__tooltip p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 5px 0
}


.c-hero-video {
    width: 90%;
    max-width: 1024px;
    position: relative;
    z-index: 1000;
    transition: all .3s linear;
    opacity: 0
}

@media screen and (max-width: 600px) {
    .c-hero-video {
        width: 100%
    }
}

@keyframes video-in {
    to {
        opacity: 1
    }
}

@keyframes video-out {
    to {
        opacity: 0
    }
}

.c-logo-row {
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 750px) {
    .c-logo-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 600px) {
    .c-logo-row {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.c-logo-row--has-grid {
    margin-bottom: 5px
}

.c-logo-row--has-grid:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 600px) {
    .c-logo-row--has-grid {
        display: -ms-flexbox;
        display: flex
    }

    .c-logo-row--has-grid ~ .c-logo-row--has-grid {
        display: none
    }
}

.c-logo-row--has-grid .c-logo {
    width: 100%;
    max-width: 150px;
    line-height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative
}

.c-logo-row--has-grid .c-logo:first-child {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-logo-row--has-grid .c-logo:last-child {
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width: 600px) {
    .c-logo-row--has-grid .c-logo:last-child {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.c-logo {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 28px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c-logo:first-child {
    padding-left: 0
}

.c-logo:last-child {
    padding-right: 0
}

@media screen and (max-width: 750px) {
    .c-logo {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }

    .c-logo:first-child {
        padding-left: 35px
    }

    .c-logo:last-child {
        padding-right: 35px
    }
}

@media screen and (max-width: 600px) {
    .c-logo {
        margin: 15px 0;
        height: 18px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .c-logo:first-child {
        padding-left: 0
    }

    .c-logo:last-child {
        padding-right: 0
    }
}

.c-logo > img {
    max-height: 100%
}

@media screen and (max-width: 600px) {
    .c-logo.u-hidden--mobile {
        display: none
    }
}


.js-scaling-overlay {
    position: fixed;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    transform: scale(0.1);
    margin: -100px 0 0 -100px;
    z-index: 100;
    opacity: 0;
    background-color: #0ba4db;
    pointer-events: none;
    transition: transform .6s ease-in-out, background-color .6s ease-in-out
}

.js-scaling-overlay--expanded {
    transform: scale(32);
    background-color: rgba(0, 0, 0, 0.75)
}

.c-hero {
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media screen and (max-width: 600px) {
    .c-hero {
        display: block
    }
}

.c-hero__body {
    max-width: 64rem;
    width: 100%;
    opacity: 1;
    transition: opacity ease-in-out 0.3s
}

.custom-fsection--dark-blue .c-hero__body h1,
.custom-fsection--dark-blue .c-hero__body p {
    color: white
}

.custom-fsection--dark-blue .c-hero__body .c-hero__label {
    color: rgba(234, 246, 252, 0.9)
}

.c-hero__side {
    -ms-flex: 1;
    flex: 1
}

.c-hero__cta {
    margin-top: 28px
}

.c-hero__cta .c-button {
    margin-right: 20px
}

.c-hero__cta .c-button:last-child {
    margin-right: 0
}

@keyframes promptContinue {

    0%,
    70%,
    90% {
        transform: translateY(0)
    }

    80% {
        transform: translateY(12px)
    }
}

.c-hero__continue {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 50px auto;
    text-align: center;
    color: #2E3946;
    animation: promptContinue infinite ease-in-out 3s;
    font-family: sans-serif;
    z-index: 2
}

.c-hero--404 h1 {
    font-size: 16rem
}

.c-hero--404 .c-hero__heading {
    margin-bottom: 30px
}

.c-hero--maintenance h1 {
    font-size: 10rem;
    line-height: 0.96
}

@media screen and (max-width: 600px) {
    .c-hero--maintenance h1 {
        font-size: 6rem
    }
}

.c-hero--maintenance .c-hero__heading {
    margin-bottom: 30px
}

.c-hero--maintenance p.u-text-summary {
    margin-left: auto;
    margin-right: auto;
    max-width: 40ch
}

.c-hero--central {
    text-align: center
}

.c-hero--central .c-hero__body {
    padding: 200px 0 150px
}

@media screen and (max-width: 600px) {
    .c-hero--central .c-hero__body {
        padding-bottom: 100px
    }
}

.c-hero--central-no-float:before {
    content: none
}

.c-hero--has-overflow:before {
    content: '';
    position: absolute;
    left: -48px;
    right: -48px;
    bottom: -80px;
    height: 120px;
    border-radius: 6px 6px 0 0;
    background: white;
    box-shadow: 2px 0px 1px rgba(0, 0, 0, 0.02), -2px -2px 1px rgba(0, 0, 0, 0.02);
    z-index: 1
}

.c-hero--central,
.c-hero--pricing,
.c-hero--form {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.c-hero--central .c-hero__body,
.c-hero--pricing .c-hero__body,
.c-hero--form .c-hero__body {
    margin: 0 auto
}

.c-hero--has-video .c-hero__body {
    transition-delay: 0.3s
}

.c-hero--has-video + .u-overlay {
    background-color: transparent
}

.c-hero--pricing {
    display: block;
    padding-bottom: 0
}

.c-hero--pricing .c-hero__body {
    margin: 0 auto;
    padding: 200px 0 0;
    max-width: none
}

.c-hero--pricing .c-hero__heading {
    max-width: 64rem;
    margin: 0 auto;
    text-align: center
}

.c-hero--pricing .c-pricing-cards {
    margin: 0 auto;
    transform: translateY(80px)
}

.c-hero__pricing-switch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.c-hero__pricing-switch--select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 3px 6px;
    padding-right: 16px;
    margin-left: 3px;
    font-family: inherit;
    color: inherit;
    background-color: #E9FCED;
    border-color: #E4F6E7;
    font-weight: 500;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 7 4'%3E%3Cdefs/%3E%3Cpath fill='%23011B33' d='M3.5 4L.5.2h6L3.5 4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: right 6px center
}

.c-hero__pricing-switch--select:focus,
.c-hero__pricing-switch--select:hover {
    outline: none;
    border-color: #2a2a2a
}

.c-hero__pricing-switch--select-is-blue {
    background-color: #e2f3fa;
    border-color: #d8eaf5
}

.c-hero__pricing-switch--select-is-blue:focus,
.c-hero__pricing-switch--select-is-blue:hover {
    outline: none;
    border-color: #80c45a
}

.c-hero--demo {
    display: block;
    padding-bottom: 0;
    margin-bottom: 50px
}

.c-hero--demo .c-hero__body {
    margin: 0 auto;
    padding: 200px 0 0;
    max-width: none
}

.c-hero--demo .c-hero__heading {
    max-width: 64rem;
    margin: 0 auto;
    text-align: center
}

.c-hero--demo .c-hero__body {
    margin-bottom: 60px
}

.c-hero--integrations {
    display: block;
    padding-bottom: 0
}

.c-hero--integrations .c-hero__body {
    margin: 0 auto;
    padding: 10px 0 0;
    max-width: none;
    box-shadow: #eef2f5 0px -1px 50px 50px
}

.c-hero--integrations .c-hero__image {
    width: 100%;
    overflow-x: hidden;
    padding-top: 5rem
}

.c-hero--integrations .c-hero__image img {
    width: 100%;
    max-width: 1200px;
    max-height: calc(100vh - 550px);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.c-hero--integrations .c-hero__heading {
    max-width: 64rem;
    margin: 0 auto;
    text-align: center
}

.c-hero--integrations .u-text-summary {
    margin: 0 auto;
    max-width: 33ch;
    margin-top: 2.4rem
}

.c-hero--integrations .c-form__control--input {
    position: relative;
    z-index: 2;
    margin-top: 2rem;
    transform: translateY(48%);
    background-color: #fff;
    text-align: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 15'%3E%3Cdefs/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M1.5 6.75a5.25 5.25 0 1110.5 0 5.25 5.25 0 01-10.5 0zm9.46 5.27a6.75 6.75 0 111.06-1.06l2.76 2.76a.75.75 0 11-1.06 1.06l-2.76-2.76z' clip-rule='evenodd' opacity='.2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 2rem 48%;
    padding-left: 5rem
}

.c-hero--integrations .c-form__control--input:active,
.c-hero--integrations .c-form__control--input:focus {
    text-align: left
}

.c-hero--contact {
    margin-bottom: 100px
}

.c-hero--contact .c-hero__body {
    margin: 0 auto;
    padding: 200px 0 0;
    max-width: none
}

.c-hero--contact .c-hero__heading {
    max-width: 64rem;
    margin: 0 auto;
    text-align: center
}

.c-hero--contact .c-contact-cards {
    margin: 0 auto;
    transform: translateY(80px)
}

.c-hero--double-sided {
    min-height: 690px;
    padding-bottom: 80px
}

@media screen and (max-width: 600px) {
    .c-hero--double-sided {
        padding-bottom: 0
    }
}

.c-hero--double-sided .c-hero__heading {
    text-align: left
}

.c-hero--double-sided .c-hero__side:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.c-hero--double-sided .c-hero__body {
    padding: 240px 0 180px;
    max-width: 56rem;
    position: relative;
    z-index: 4
}

@media screen and (max-width: 600px) {
    .c-hero--double-sided .c-hero__body {
        padding: 160px 0 100px
    }
}

.c-hero--central-video {
    display: block;
    padding-bottom: 0;
    z-index: 10
}

.c-hero--central-video .c-hero__body {
    margin: 0 auto;
    padding: 150px 0 0;
    max-width: none
}

.c-hero--central-video .c-hero__heading {
    max-width: 64rem;
    margin: 0 auto;
    text-align: center
}

.c-hero--central-video .c-hero-video {
    margin: 0 auto;
    transform: translateY(80px);
    opacity: 1;
    width: 100%
}

@media screen and (max-width: 600px) {
    .c-hero--central-video .c-hero-video {
        transform: translateY(40px)
    }
}

.c-hero--form {
    display: block;
    padding-bottom: 0
}

.c-hero--form .c-hero__body {
    margin: 0 auto;
    max-width: none
}

.c-hero--form .c-hero__heading {
    max-width: 64rem;
    padding: 200px 0 70px;
    margin: 0 auto;
    text-align: center
}

.c-hero--form .c-card--form {
    margin-bottom: 150px
}

@media screen and (max-width: 600px) {
    .c-hero--form .c-card--form {
        margin-bottom: 100px
    }
}

.c-hero--support {
    display: block;
    padding-bottom: 0;
    z-index: 10
}

.c-hero--support .c-hero__body {
    margin: 0 auto;
    padding: 200px 0 150px;
    max-width: none
}

@media screen and (max-width: 600px) {
    .c-hero--support .c-hero__body {
        padding-bottom: 100px
    }
}

.c-hero--support .c-hero__heading {
    max-width: 64rem;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px
}

.c-hero__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 48px;
    transition: 0.6s ease-in;
    z-index: 3
}

.c-hero__footer--blue {
    background-color: #80C45A
}

.c-hero__footer--offwhite {
    background: #F9FBFC
}

.c-hero__footer--green {
    background-color: #F1FEF4
}

@media screen and (max-width: 600px) {
    .c-hero__footer {
        display: block;
        position: relative
    }

    .c-hero__footer .l-container {
        display: block
    }
}

.c-hero__video-summary {
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    width: 450px;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.5s ease-in
}

@media screen and (max-width: 600px) {
    .c-hero__video-summary {
        opacity: 1;
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        padding-top: 30px;
        margin-top: 30px;
        display: block;
        text-align: left
    }
}

.c-hero__video-summary:hover .c-button {
    transform: scale(1.1);
    box-shadow: -2px 1px 5px 0px rgba(0, 0, 0, 0.05), -1px 2px 2px rgba(0, 0, 0, 0.08)
}

.c-hero__video-summary p {
    font-weight: 500;
    margin: 0
}

.c-hero__video-summary .c-button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #0ba4db;
    margin: 0 0 0 10px;
    padding: 0;
    -webkit-appearance: none;
    transition: all 0.25s cubic-bezier(0.17, 0.635, 0.54, 1.435);
    will-change: box-shadow;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none
}

.c-hero__video-summary .c-button svg {
    padding-left: 0.6px;
    pointer-events: none
}

.c-hero__video-summary .u-mobile-only .c-button--reset {
    padding: 0;
    outline: 0;
    height: auto;
    background: none;
    -webkit-appearance: none;
    line-height: 1;
    color: #0ba4db;
    margin-top: 10px;
    font-size: 1.6rem
}

.c-hero__video-summary .u-mobile-only .c-button--reset svg > path {
    fill: #0ba4db
}

@media screen and (max-width: 600px) {
    .c-hero__video-summary .u-mobile-only .c-button--reset {
        padding: 10px 0
    }
}

.c-hero__video-summary svg > path {
    fill: white
}

.c-hero__logos {
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width: 600px) {
    .c-hero__logos {
        display: inline-block;
        width: 100%
    }
}

.c-hero__logos p {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 0 12px
}

.c-hero__logos .c-logo {
    width: auto;
    margin: 0 24px 0 0;
    float: left
}

@media screen and (max-width: 600px) {
    .c-hero__logos .c-logo {
        margin-right: 15px
    }
}

.c-hero__media {
    width: 100%;
    height: 80%;
    transform: translateX(50px) translateY(150px);
    border-radius: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform ease-in-out 0.5s;
    position: relative;
    z-index: 2
}

.c-hero__media:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: dashed 2px rgba(0, 0, 0, 0.1)
}

.c-hero__label {
    display: inline-block;
    display: inline-block;
    border-radius: 4px;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.5
}

.custom-fsection--green .c-hero__label {
    color: rgba(1, 27, 51, 0.9)
}

.custom-fsection--blue .c-hero__label {
    color: rgba(1, 27, 51, 0.9)
}


.c-section-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-section-pattern:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-repeat: no-repeat
}

.c-hero--blue .c-section-pattern {
    opacity: 0.2
}

.c-hero--blue .c-section-pattern:before {
    -webkit-filter: hue-rotate(900deg) invert(0.5);
    filter: hue-rotate(900deg) invert(0.5)
}

.c-section-pattern--straight:before {
    background-image: url("assets/img/patterns/straight-pattern.png");
    background-size: auto 200px;
    background-repeat: repeat-x
}

.c-section-pattern--curved {
    height: 400px;
    background-size: auto 350px
}

.c-section-pattern--curved:before {
    background-size: inherit;
    background-position: 0 50px;
    background-repeat: repeat-x
}

.custom-fsection--hero .c-section-pattern--curved {
    top: 25%
}

.c-section-pattern--curved.custom-animejs--play {
    animation: moveCurve linear 3s
}

@media screen and (max-width: 600px) {
    .c-section-pattern--curved.custom-animejs--play {
        animation: moveCurve linear 1s
    }
}

@keyframes moveCurve {

    0%,
    20% {
        -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%)
    }

    50% {
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
    }

    51%,
    60% {
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
    }

    100% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
    }
}

.c-section-pattern--circular:before {
    background-image: url("assets/img/patterns/circular-pattern.png");
    background-size: 600px 600px;
    background-position: -300px 0
}

.custom-fsection--blue .c-section-pattern--circular:before {
    background-image: url("assets/img/patterns/circular-pattern-blue.png")
}

.custom-fsection--white .c-section-pattern--circular:before,
.custom-fsection--offwhite .c-section-pattern--circular:before {
    -webkit-filter: hue-rotate(800deg) invert(0.4);
    filter: hue-rotate(800deg) invert(0.4);
    opacity: 0.1
}

.c-section-pattern--circular-right:before {
    top: -100px;
    background-size: 700px 700px;
    background-position: calc(100% + 200px)
}

.c-section-pattern--circular-bottom:before {
    background-size: 600px 600px;
    background-position: 50% calc(100% + 480px)
}

.custom-fsection--blue .c-section-pattern--checked {
    opacity: 0.3
}

.c-section-pattern--checked:before {
    background-image: url("assets/img/patterns/checked-pattern-blue.png");
    background-size: 100% 100%;
    background-repeat: no-repeat
}

@media screen and (max-width: 600px) {
    .c-section-pattern--checked:before {
        background-size: auto;
        background-repeat: repeat-y
    }
}


.c-section-header {
    position: relative;
    margin-bottom: 50px
}

.c-section-header--spaced-top {
    margin-top: 100px
}

@media screen and (max-width: 600px) {
    .c-section-header--spaced-top {
        margin-top: 50px
    }
}

.c-section-header--spaced-bottom {
    margin-bottom: 100px
}

@media screen and (max-width: 600px) {
    .c-section-header--spaced-bottom {
        margin-bottom: 50px
    }
}

@media screen and (max-width: 980px) {
    .c-section-header {
        display: block
    }
}

@media screen and (max-width: 600px) {
    .c-section-header {
        margin-bottom: 50px;
        display: block
    }
}

.c-section-header__body {
    max-width: 64rem;
    width: 60%
}

@media screen and (max-width: 600px) {
    .c-section-header__body {
        width: 100%
    }
}

.c-section-header--center .c-section-header__body {
    margin: 0 auto;
    text-align: center
}

.c-section-header--right .c-section-header__body {
    margin-left: auto;
    text-align: right
}

.c-section-header__cta {
    margin-top: 24px
}

.c-section-header--caption {
    margin: 0 100px 0 0
}

@media screen and (max-width: 600px) {
    .c-section-header--caption {
        margin-right: 0
    }
}


.row_two_column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 150px
}

@media screen and (max-width: 600px) {
    .row_two_column {
        display: block;
        margin-bottom: 50px
    }
}

.row_two_column:last-child {
    margin-bottom: 0
}

.row_two_column__left,
.row_two_column__right {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 600px) {

    .row_two_column__left,
    .row_two_column__right {
        display: block;
        width: 100%;
        margin-top: 50px
    }
}

.row_two_column__left {
    margin-right: 50px;
    -ms-flex-align: center;
    align-items: center
}

.row_two_column--reversed .row_two_column__left {
    -ms-flex-order: 2;
    order: 2;
    margin-left: 50px;
    margin-right: 0
}

@media screen and (max-width: 600px) {
    .row_two_column--reversed .row_two_column__left {
        margin: 0
    }
}

.row_two_column__right {
    -ms-flex-align: center;
    align-items: center
}

.row_two_column--reversed .row_two_column__right {
    -ms-flex-align: center;
    align-items: center
}

.row_two_column__body {
    width: 100%;
    max-width: 500px
}

.row_two_column__text {
    margin-bottom: 10px
}

.row_two_column__text p {
    font-size: 1.9rem;
    line-height: 1.5;
    letter-spacing: -0.01em
}

@media screen and (max-width: 600px) {
    .row_two_column__text p {
        font-size: 1.7rem
    }
}

.row_two_column__benefits {
    margin: 30px 0
}

.row_two_column__entry {
    margin-bottom: 50px
}

.row_two_column__entry:last-of-type {
    margin-bottom: 0
}

.row_two_column__media {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease
}

.row_two_column__media--small .row_two_column__image,
.row_two_column__media--small .row_two_column__video {
    transform: scale(0.4)
}

.row_two_column__media--medium .row_two_column__image,
.row_two_column__media--medium .row_two_column__video {
    transform: scale(0.8)
}

.row_two_column__media figcaption {
    position: absolute;
    width: 100%
}

.row_two_column__image,
.row_two_column__video {
    position: relative
}

.row_two_column__image figcaption,
.row_two_column__video figcaption {
    padding: 12px;
    padding-left: 2px;
    font-size: 1.2rem;
    color: rgba(87, 111, 127, 0.8);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: rgba(87, 111, 127, 0.95)
}

.row_two_column--reversed .row_two_column__image figcaption,
.row_two_column--reversed .row_two_column__video figcaption {
    text-align: left
}

.row_two_column__image img,
.row_two_column__image video,
.row_two_column__video img,
.row_two_column__video video {
    max-width: 100%;
    vertical-align: middle
}

.row_two_column__image img,
.row_two_column__video img {
    border-radius: 4px;
    transition: all 0.5s
}

@media screen and (max-width: 600px) {

    .row_two_column__image video,
    .row_two_column__video video {
        display: none
    }
}

.row_two_column__image--small-radius img,
.row_two_column__video--small-radius img {
    border-radius: 6px
}

.row_two_column__image--dash:after,
.row_two_column__video--dash:after {
    content: "";
    position: absolute;
    left: 24px;
    top: 24px;
    height: 100%;
    border-radius: 6px;
    width: 100%;
    border: 1.2px dashed rgba(59, 183, 94, 0.5)
}

.row_two_column__image--dash__group,
.row_two_column__video--dash__group {
    transform: translateX(24px) translateY(24px)
}

.row_two_column__image--dash__group.custom-animejs-in-view--play,
.row_two_column__video--dash__group.custom-animejs-in-view--play {
    transform: translateX(0) translateY(0)
}

.row_two_column--reversed .row_two_column__image--dash__group.custom-animejs-in-view--play,
.row_two_column--reversed .row_two_column__video--dash__group.custom-animejs-in-view--play {
    transform: translateX(48px) translateY(0)
}

.row_two_column__image--ring:after,
.row_two_column__video--ring:after {
    content: "";
    position: absolute;
    left: 50px;
    top: -50px;
    width: 250px;
    height: 250px;
    background-image: url("assets/img/patterns/ring-xs.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0.1
}

.row_two_column--reversed .row_two_column__image--ring::after,
.row_two_column--reversed .row_two_column__video--ring::after {
    left: auto;
    right: -50px
}

.row_two_column__subscript {
    font-size: 2.8rem;
    font-weight: 700;
    font-family: "Boing", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: rgba(1, 27, 51, 0.2);
    margin-bottom: 10px;
    letter-spacing: 1px
}

.row_two_column__cta {
    margin-bottom: 24px
}

.row_two_column__cta .c-button--link {
    font-size: 1.6rem
}

.row_two_column-testimonial {
    margin-top: 15px
}

.row_two_column-testimonial__message {
    padding: 6px 20px;
    background-color: #F9FBFC;
    border-radius: 4px;
    border: 1px solid rgba(1, 27, 51, 0.06);
    box-shadow: 0px 1px 2px rgba(1, 27, 51, 0.02);
    position: relative;
    margin-bottom: 24px;
    max-width: 450px
}

.row_two_column-testimonial__message::before,
.row_two_column-testimonial__message::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0
}

.row_two_column-testimonial__message::before {
    bottom: -17px;
    left: 21px;
    border-top-color: rgba(1, 27, 51, 0.06);
    border-width: 16px
}

.row_two_column-testimonial__message::after {
    bottom: -15px;
    left: 22px;
    border-top-color: #F9FBFC;
    border-width: 15px
}

.custom-fsection--offwhite .row_two_column-testimonial__message {
    background-color: white
}

.custom-fsection--offwhite .row_two_column-testimonial__message::after {
    border-top-color: white
}

.row_two_column-testimonial__author {
    padding-left: 10px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.row_two_column-testimonial__author-name {
    font-family: "Boing", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.1;
    margin-bottom: 2px;
    font-size: 1.8rem
}

.row_two_column-testimonial__author-role {
    font-size: 1.2rem
}

.row_two_column-testimonial__author-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #F4F7F9;
    margin-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex
}

.row_two_column-testimonial__author-image > img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%
}

.row_two_column-testimonial__author-image--sm {
    width: 48px;
    height: 48px
}

.row_two_column-testimonial__meta {
    font-size: 1.4rem
}


.custom-fsection--blue .c-testimonial,
.custom-fsection--green .c-testimonial {
    background: rgba(255, 255, 255, 0.85)
}

.c-testimonial .c-card__header {
    height: 16px;
    margin: 0 0 12px
}

.c-testimonial .c-card__body {
    margin: 0 0 12px;
    margin: 0;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-testimonial__company {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    display: flex
}

.c-testimonial__company .c-logo {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-testimonial__text {
    margin: 32px 0 16px;
    margin: 32px 0
}

.c-testimonial__author {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.c-testimonial__author-name {
    font-family: "Boing", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.1;
    margin-bottom: 4px;
    font-size: 1.8rem
}

.c-testimonial__author-role {
    font-size: 1.3rem
}

.c-testimonial__author-image {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #80C45A;
    margin-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex
}

.c-testimonial__author-image > img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%
}

.c-testimonial__author-image--sm {
    width: 50px;
    height: 50px
}

.c-testimonial__meta {
    font-weight: normal;
    font-size: 1.4rem;
    color: #3d5e69
}

.c-testimonial__footnote {
    font-size: 1.4rem;
    color: #74848A;
    line-height: 1.5
}

.c-testimonial-block {
    margin-bottom: 30px
}


.c-card {
    overflow: hidden;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #f0f2f3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 48px 32px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.02);
    background: white;
    position: relative;
    z-index: 2
}

.c-card:hover {
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.05)
}

@media screen and (max-width: 600px) {
    .c-card {
        padding: 32px 24px
    }

    .c-card:not(last-child) {
        margin-bottom: 20px
    }
}

.c-card--integrations {
    cursor: pointer;
    transition: box-shadow 0.2s ease
}

.c-card--integrations:hover {
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.07)
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translate3d(4rem, 1rem, 0) scale(0.8)
    }
}

.c-card--integrations.active {
    animation: slideIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) backwards;
    animation-delay: calc(var(--delay-index) * 35ms)
}

.c-card--integrations .c-logo-wrap {
    display: -ms-flexbox;
    display: flex;
    max-width: 20rem;
    width: 100%;
    height: 32px;
    margin-bottom: 2.4rem
}

.c-card--integrations svg {
    margin-right: auto;
    height: auto;
    max-height: 100%;
    width: unset
}

.c-card--integrations h4 {
    font-size: 2rem;
    margin-bottom: .8rem
}

.c-card--integrations p {
    margin: 0;
    opacity: .5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.c-card--padded {
    padding: 72px 32px
}

.c-card--centered {
    text-align: center
}

.c-card__icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    height: 80px;
    margin-top: -10px;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 30px;
    position: relative;
    transition: 0.3s all;
    width: 100%;
    width: -moz-available;
    width: -webkit-stretch;
    width: -webkit-fill-available;
    width: stretch
}

.c-card__icon > img {
    max-height: 100%
}

.c-card__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 20px;
    transform: translateY(24px)
}

.c-card__link {
    font-size: 1.6rem;
    font-weight: 500;
    color: #2a2a2a;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.c-card__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-card--article .c-card__body > p {
    margin-top: 0;
    margin-bottom: auto
}

.c-card--article.c-card--engineering {
    padding: 32px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06)
}

.c-card--article.c-card--engineering .c-card__author {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
    border-top: 1px solid rgba(189, 222, 244, 0.2);
    padding-top: 24px
}

.c-card--article.c-card--engineering .c-card__author-name {
    font-family: "Boing", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.1;
    margin-bottom: 2px;
    font-size: 1.8rem
}

.c-card--article.c-card--engineering .c-card__author-role {
    font-size: 1.3rem
}

.c-card--article.c-card--engineering .c-card__author-image {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #80C45A;
    margin-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex
}

.c-card--article.c-card--engineering .c-card__author-image > img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%
}

.c-card--article.c-card--engineering .c-card__author-image--sm {
    width: 48px;
    height: 48px
}

.c-card--s {
    max-width: 700px;
    margin: 0 auto
}

.c-card--sm {
    max-width: 540px;
    margin: 0 auto;
    padding: 35 30
}

.c-card--sm header {
    margin-bottom: 3rem
}

.c-card--sm header h1 {
    font-size: 2.6rem;
    line-height: 3rem;
    margin-bottom: 0
}

.c-card--sm header p {
    margin-top: 10px;
    line-height: 2.4rem
}

.c-card-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden
}

.c-card-pattern:before,
.c-card-pattern:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-repeat: no-repeat
}

.c-card-pattern--straight {
    height: 400px
}

.c-card-pattern--straight:before,
.c-card-pattern--straight:after {
    background-image: url("assets/img/patterns/straight-pattern.png");
    -webkit-filter: hue-rotate(900deg) invert(0.5);
    filter: hue-rotate(900deg) invert(0.5)
}

.c-card-pattern--curved {
    height: 800px
}

@media screen and (max-width: 600px) {
    .c-card-pattern--curved {
        height: 400px
    }
}

.c-card-pattern--curved:before,
.c-card-pattern--curved:after {
    background-size: 90% auto;
    background-image: url("assets/img/patterns/curved-pattern.png");
    background-position: 0 -50%;
    animation-duration: 1000s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-filter: hue-rotate(40deg) invert(0.2);
    filter: hue-rotate(40deg) invert(0.2)
}

.c-card-pattern--curved:before {
    animation-name: curved-pattern-animation-before;
    left: -100%
}

.c-card-pattern--curved:after {
    animation-name: curved-pattern-animation-after
}

@media screen and (max-width: 600px) {

    .c-card-pattern--curved:before,
    .c-card-pattern--curved:after {
        animation: none
    }
}

.c-card-pattern--circle {
    width: 600px;
    height: 600px;
    opacity: 0.2;
    left: -50%;
    top: -150%
}

.c-card-pattern--circle:before {
    background-image: url("assets/img/patterns/circular-pattern.png");
    background-size: 100% auto;
    background-position: 0 100%;
    -webkit-filter: hue-rotate(900deg) invert(0.5);
    filter: hue-rotate(900deg) invert(0.5);
    animation: spin 300s infinite
}


.c-signup {
    display: -ms-flexbox;
    display: flex;
    padding: 100px 0 0
}

@media screen and (max-width: 600px) {
    .c-signup {
        display: block;
        padding: 0
    }
}

.c-signup__left {
    width: 100%;
    max-width: 600px
}

@media screen and (max-width: 600px) {
    .c-signup__left {
        text-align: center;
        margin-bottom: 50px
    }
}

.c-signup__left > p {
    margin-bottom: 20px
}

.c-signup__right {
    -ms-flex: 1;
    flex: 1;
    width: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 600px) {
    .c-signup__right {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center
    }
}


.c-footer__row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px
}

@media screen and (max-width: 750px) {
    .c-footer__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 24px
    }
}

.c-footer__row--no-padder {
    padding: 0
}

.c-footer__row:last-child {
    padding-top: 48px;
    margin-bottom: 0;
    border-top: 1px solid rgba(240, 242, 243, 0.85)
}

@media screen and (max-width: 600px) {
    .c-footer__row:last-child {
        padding-top: 24px
    }

    .c-footer__row:last-child .c-footer-menu__group {
        display: block
    }

    .c-footer__row:last-child .c-footer__column {
        margin-bottom: 30px
    }

    .c-footer__row:last-child .c-footer__column:last-child {
        margin-bottom: 0
    }
}

.c-footer__column {
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    padding: 0 16px;
    transition: 0.4s
}

@media screen and (max-width: 750px) {
    .c-footer__column:last-of-type {
        margin-bottom: 24px
    }
}

@media screen and (max-width: 600px) {
    .c-footer__column {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }

    .c-footer__column:last-of-type {
        margin-bottom: 0
    }
}

.c-footer__column .c-country + .c-country {
    margin-top: 48px
}

@media screen and (max-width: 600px) {
    .c-footer__column .c-country + .c-country {
        margin-top: 30px
    }
}

.c-footer__group {
    margin-bottom: 20px
}

@media screen and (max-width: 600px) {
    .c-footer__group {
        margin-bottom: 0
    }

    .c-footer__group .c-footer__header:before {
        display: block
    }

    .c-footer__group .c-footer-list {
        max-height: 0
    }
}

.c-footer__header {
    position: relative;
    color: #2E3946;
    display: inline-block;
    font-size: 1.8rem
}

.c-footer__header--muted {
    color: #3d5e69;
    font-weight: 500
}

.c-footer__header:before {
    display: none;
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    border-style: solid;
    border-width: 3px 0 3px 5.2px;
    border-color: transparent transparent transparent #2E3946;
    transition: ease-in-out 0.1s transform
}

@media screen and (max-width: 600px) {
    .c-footer__header {
        margin-bottom: 16px;
        display: block
    }

    .c-footer__header--active:before {
        transform: translateY(-50%) rotate(90deg)
    }
}

.c-footer-list {
    margin-bottom: 48px
}

@media screen and (max-width: 600px) {
    .c-footer-list {
        overflow: hidden;
        padding-right: 16px;
        margin-bottom: 8px;
        transition: max-height 0.2s ease-out
    }
}

.c-footer-list:last-of-type {
    margin-bottom: 0
}

.c-footer-list__item {
    color: rgba(1, 27, 51, 0.9);
    margin-bottom: 6px;
    line-height: 1.6;
    text-transform: capitalize
}

@media screen and (max-width: 600px) {
    .c-footer-list__item {
        margin-bottom: 8px
    }

    .c-footer-list__item:last-child {
        margin-bottom: 16px
    }
}

.c-footer-list__item a:hover {
    color: #0ba4db
}

.c-footer-list__item--link {
    color: #0ba4db;
    text-transform: none
}

.c-footer-list__item--link a:hover {
    color: #80c45a
}

.c-footer-list__item--lowercase {
    text-transform: lowercase
}

.c-footer-list--social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.c-footer-list--social .c-footer-list__item {
    padding-right: 20px;
    margin-bottom: 0
}

.c-footer-list--social .c-footer-list__item svg {
    max-width: 20px;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.87;
    transition: 0.25s ease-in-out opacity
}

.c-footer-list--social .c-footer-list__item svg:hover {
    opacity: 1
}

.c-footer-list--social .c-footer-list__item:last-child {
    padding-right: 0
}

.c-footer-footnote {
    display: -ms-flexbox;
    display: flex;
    padding: 24px 16px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.3rem;
    color: #3d5e69;
    box-shadow: inset 0 1px 1px rgba(240, 242, 243, 0.05)
}

.c-footer-footnote__item {
    position: relative
}

.c-footer-footnote__item select {
    font-size: 1.2rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    height: 48px;
    background-color: transparent;
    border: 0;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    color: #3d5e69;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    width: 100%;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    font-weight: 500;
    outline: none
}

.c-footer-footnote__item--countries {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.c-footer-footnote__item--countries .u-flag-icon {
    margin-right: 8px;
    border-radius: 2px
}

/*
    Needed

 */

a:hover {
    color: #fff;
    text-decoration: none;
}

.greenhover a:hover {
    color: #80c45a;
}

a {
    text-decoration: none;
}

.footer-dec {
    width: 100%;
    margin-top: 160px;
}

footer {
    margin-top: -50px;
    z-index: 2;
    position: relative;
}

footer .footer-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 20px;
}

footer .about .logo img {
    width: 150px;
    margin-bottom: 30px;
}

footer .about a {
    color: #fff;
    font-weight: 300;
}

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

footer .about ul li {
    display: inline-block !important;
    margin-right: 5px;
}

footer .about ul li a {
    width: 32px;
    height: 32px;
    background-color: #2E3946;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    font-size: 15px;
}

footer .about ul li a:hover {
    background-color: #80C45A;
}

footer .footer-item ul li {
    display: block;
    margin-bottom: 12px;
}

footer .footer-item ul li:last-child {
    margin-bottom: 0px;
}

footer .footer-item ul li a {
    font-size: 15px;
    color: #fff;
    transition: all .3s;
}

footer .footer-item ul li a:hover {
    color: #80C45A;
}

footer .footer-item p {
    font-size: 15px;
    color: #fff;
    margin-top: -5px;
}

footer .footer-item form {
    background-color: #2E3946;
    height: 46px;
    border-radius: 23px;
    position: relative;
    margin-top: 15px;
}

footer .footer-item form input {
    line-height: 46px;
    background-color: transparent;
    border: none;
    font-size: 14px;
    padding: 0px 20px;
    outline: none;
}

footer .footer-item form input::placeholder {
    color: #fff;
}

footer .footer-item form button {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    background-color: transparent;
    border: none;
    outline: none;
}

footer .copyright p {
    text-align: center;
    border-top: 1px solid #eee;
    color: #fff;
    margin-top: 50px;
    padding: 20px 0px;
    font-weight: 300;
}

footer .copyright p a {
    color: #80C45A;
}


/* Contact form */
#contact-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
}

#contact-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#name-container {
    display: flex;
    flex-wrap: nowrap;
}

#mail-input {
    width: 93%;
}

#subject-input {
    width: 93%;
}

form input, form textarea {
    padding: 1em;
    margin: 1em;
    border: 0px;
    border-radius: 0.5em;
    border: 0.1em solid black;
}

form input:focus, form textarea:focus {
    outline: none;
    background: #EBEBEB;
    border-color: var(--secondary-colour);
}

#subject-input {
    resize: vertical;
    min-height: 3em;
}

#submit-button {
    cursor: pointer;
    width: fit-content;
    padding: 1em;
    padding-left: 2em;
    padding-right: 2em;
    background-color: cadetblue;
    border-radius: 5em;
    color: rgb(228, 69, 69);
    font-size: 1em;
    border: 0.1em solid var(--secondary-colour);
}

#traditional-contact {
    margin: 1em;
    padding: 1em;
    border-left: 0.2em solid var(--secondary-colour);
    text-align: left;
}

#traditional-contact h2 {
    font-size: 1.5em;
    font-weight: 400;
}

@media (hover: hover) {
    #submit-button:hover {
        background-color: var(--transparent);
        color: var(--secondary-colour);
    }

    .fa:hover {
        background-color: var(--secondary-colour);
        color: #1d1e22;
    }

    #contact-link:hover {
        border-bottom: 0.1em dashed var(--secondary-colour);
        border-top: 0.1em dashed var(--secondary-colour);
    }
}

@media (hover: none) {
    #submit-button {
        background-color: var(--transparent);
        color: var(--secondary-colour);
    }

    #contact-link {
        border-bottom: 0.1em dashed var(--secondary-colour);
    }
}

@media only screen and (max-width: 768px) {
    #traditional-contact {
        border-top: 0.2em solid var(--secondary-colour);
        border-left: 0.2em solid var(--transparent);
    }
}


/*

  Section Bg

*/

.section-bg {
    padding: 120px 0;
    color: #fff;
}

.section-bg:before {
    content: "";
    background: #1b1b1b;
    position: absolute;
    bottom: 60px;
    top: 60px;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
}

.section-bg--green {
    padding: 120px 0;
    color: #000;
}

.section-bg--green:before {
    content: "";
    background: #ECF9EF;
    position: absolute;
    bottom: 60px;
    top: 60px;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
}

.section-bg--dark-blue {
    padding: 120px 0;
    color: #fff;
}

.section-bg--dark-blue:before {
    content: "";
    background: #2E3946;
    position: absolute;
    bottom: 60px;
    top: -100px;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
}

/* Map */
/* .maps path {fill: lightgray; stroke: white;} */
.maps path:hover {
    fill: grey;
}


/* b-icons */
.b-icons {
    display: inline-block;
    height: 100%;
    max-width: 300px;
    position: absolute;
    vertical-align: top;
}

.b-icon-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 5px 40px 0 rgba(23, 28, 33, 0.13),
    0 20px 13px 0 rgba(23, 28, 33, 0.05);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition: margin 1s cubic-bezier(0.2, 0.6, 0.3, 1), opacity 2s ease;
    transition: margin 1s cubic-bezier(0.2, 0.6, 0.3, 1), opacity 2s ease;
    animation-duration: 4s;
    height: 144px;
    margin-left: 76px;
    margin-top: -25px;
    position: absolute;
    width: 144px;
}

@keyframes floating {
    0% {
        -webkit-transform: translateY(8px) rotate3d(0, 0, 1, 3deg);
        transform: translateY(8px) rotate3d(0, 0, 1, 3deg);
    }

    100% {
        -webkit-transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.b-icon {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


.padme {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    height: 75px;
    margin-left: 76px;
    margin-top: 20px;
    padding: 10px;
    position: absolute;
    width: 75px;
}

.pebco {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    height: 75px;
    margin-left: 330px;
    margin-top: 140px;
    position: absolute;
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
    width: 75px;
}

.bitbucket {
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    height: 61px;
    margin-left: 225px;
    margin-top: 89px;
    position: absolute;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    width: 61px;
}

.postetg {
    -webkit-animation-delay: -2.9s;
    animation-delay: -2.9s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    height: 75px;
    margin-left: 108px;
    margin-top: 157px;
    position: absolute;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    width: 75px;
}

.ubuntu {
    -webkit-animation-delay: -1.8s;
    animation-delay: -1.8s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    height: 50px;
    margin-left: 357px;
    margin-top: 38px;
    position: absolute;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    width: 50px;
}

.nginx {
    -webkit-animation-delay: -2.9s;
    animation-delay: -2.9s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    height: 50px;
    margin-left: 38px;
    margin-top: 115px;
    position: absolute;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    width: 50px;
}

.github {
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    height: 40px;
    margin-left: 251px;
    margin-top: 209px;
    position: absolute;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    width: 40px;
}

.facebook {
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    height: 40px;
    margin-left: 41px;
    margin-top: 242px;
    position: absolute;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    width: 40px;
}

.postebj {
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    height: 80px;
    margin-left: 161px;
    margin-top: 262px;
    position: absolute;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    width: 80px;
}

.cloudflare {
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    height: 60px;
    margin-left: 311px;
    margin-top: 285px;
    position: absolute;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    width: 60px;
}

.instagram {
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    height: 30px;
    margin-left: 207px;
    margin-top: 25px;
    position: absolute;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    width: 30px;
}

.twitter {
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    height: 30px;
    margin-left: 207px;
    margin-top: 25px;
    position: absolute;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    width: 30px;
}

.linkedin {
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    height: 30px;
    margin-left: 395px;
    margin-top: 250px;
    position: absolute;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    width: 30px;
}

.twitter {
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    height: 30px;
    margin-left: 245px;
    margin-top: 360px;
    position: absolute;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    width: 30px;
}


/* Logo Slider */
@keyframes slide {
    from {
        left: 0
    }
    to {
        left: -380px
    }
}

.logo-slider {
    overflow: hidden;
}

.logo-slide-container {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    animation-name: slide;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.logo-slide-container div {
    padding: 20px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    height: 100px;
    width: 100px;
}

.logo-slide-container div img {
    height: auto;
    width: 100%;
}

/* Stick Slider */

.slick-slide {
    margin: 0px;
}

.slick-slide img {
    width: 100%;
}

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

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

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

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

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

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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

/* Logo */
.bubble-wrap {
    overflow: hidden;
    height: 600px;
}

.bubbles {
    position: relative;
    background: salmon;
}

.bubble {
    position: absolute;
    width: 152px;
    height: 152px;
    border-radius: 50%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
    0 3px 10px rgba(0, 0, 0, 0.1);
    background-image: url(https://res.cloudinary.com/dfng74ru6/image/upload/v1668505349/logo-animation-slider_1_awg6vk.png);
    background-size: 1076px 1076px;
}

.logo1 {
    background-position: 0 0;
}

.logo2 {
    background-position: -154px 0;
}

.logo3 {
    background-position: -308px 0;
}

.logo4 {
    background-position: -462px 0;
}

.logo5 {
    background-position: -616px 0;
}

.logo6 {
    background-position: -770px 0;
}

.logo7 {
    background-position: -924px 0;
}

.logo8 {
    background-position: 0 -154px;
}

.logo9 {
    background-position: -154px -154px;
}

.logo10 {
    background-position: -308px -154px;
}

.logo11 {
    background-position: -462px -154px;
}

.logo12 {
    background-position: -616px -154px;
}

.logo13 {
    background-position: -770px -154px;
}

.logo14 {
    background-position: -924px -154px;
}

.logo15 {
    background-position: 0 -308px;
}

.logo16 {
    background-position: -154px -308px;
}

.logo17 {
    background-position: -308px -308px;
}

.logo18 {
    background-position: -462px -308px;
}

.logo19 {
    background-position: -616px -308px;
}

.logo20 {
    background-position: -770px -308px;
}

.logo21 {
    background-position: -924px -308px;
}

.logo22 {
    background-position: 0 -462px;
}

.logo23 {
    background-position: -154px -462px;
}

.logo24 {
    background-position: -308px -462px;
}

.logo25 {
    background-position: -462px -462px;
}

.logo26 {
    background-position: -616px -462px;
}

.logo27 {
    background-position: -770px -462px;
}

.logo28 {
    background-position: -924px -462px;
}

.logo29 {
    background-position: 0 -616px;
}

.logo30 {
    background-position: -154px -616px;
}

.logo31 {
    background-position: -308px -616px;
}

.logo32 {
    background-position: -462px -616px;
}

.logo33 {
    background-position: -616px -616px;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.member {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

.member .member-img {
    position: relative;
    overflow: hidden;
}

.member .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
}

.member .social a {
    transition: color 0.3s;
    color: #124265;
    margin: 0 10px;
    padding-top: 8px;
    display: inline-block;
}

.member .social a:hover {
    color: #2487ce;
}

.member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.member .member-info {
    padding: 25px 15px;
}

.member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #124265;
}

.member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}

.member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}

.member:hover .social {
    opacity: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #fff;
    font-size: 14px;
    background: #2E3946;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #2E3946;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
    color: #e03a3c;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #80c45a;
    bottom: 0;
    left: 0;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links a:hover {
    color: #80c45a;
}

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

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: white;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #303030;
    color: #fff;
    text-decoration: none;
}

.prev-arrow, .next-arrow {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px; /* Ajustez la largeur si nécessaire */
    height: 50px; /* Ajustez la hauteur si nécessaire */
    /* Autres styles de bouton personnalisés */
}

.prev-arrow {
    left: -30px; /* Ajustez la position horizontale si nécessaire */
}

.next-arrow {
    right: -30px; /* Ajustez la position horizontale si nécessaire */
}

.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.slick-dots li {
    margin: 0 5px; /* Marge entre les cercles */
}

.slick-dots button {
    position: relative;
    border: none;
    background-color: transparent;
    width: 12px; /* Ajustez la taille du cercle si nécessaire */
    height: 12px; /* Ajustez la taille du cercle si nécessaire */
    border-radius: 50%; /* Pour rendre le cercle arrondi */
    cursor: pointer;
    padding: 0;
    font-size: 0; /* Masque le texte du bouton */
    line-height: 0; /* Masque le texte du bouton */
}

.slick-dots button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #D9D9D9;
    border-radius: 50%; /* Pour rendre le cercle arrondi */
}

.slick-dots .slick-active button:before {
    background-color: #80C45A; /* Couleur du cercle actif */
}

.black-and-white {
    filter: grayscale(100%);
}

.black-and-white:hover {
    filter: grayscale(0%);
}

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