@charset "UTF-8";

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    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-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

html ::-webkit-scrollbar {
    width: 10px;
    height: 5px
}

html ::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px
}

html ::-webkit-scrollbar-thumb {
    background-color: #1e2a54
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    overflow-x: hidden;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    display: flex
}

body.no-overflow {
    overflow: hidden
}

body .site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%
}

body .site:not(.site-lite) .site-main {
    margin-top: 120px
}

@media only all and (max-width:1000px) {
    body .site:not(.site-lite) .site-main {
        margin-top: 80px
    }
}

body .site-main {
    background-color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    transition: opacity 1s
}

body .site-footer {
    transition: opacity 1s
}

.centered-wrapper {
    max-width: 144rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 70px
}

@media only all and (min-width:2000px) {
    .centered-wrapper {
        max-width: 1800px
    }
}

@media only all and (max-width:74em) {
    .centered-wrapper {
        padding: 0 40px
    }
}

@media only all and (max-width:61em) {
    .centered-wrapper {
        padding: 0 30px
    }
}

@media only all and (max-width:47em) {
    .centered-wrapper {
        padding: 0 20px
    }
}

iframe {
    border: none
}

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

.image__caption {
    font-size: 1.5rem;
    text-align: right;
    padding: 0 40px;
    display: none
}

.post__full .image__caption {
    display: block
}

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

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

.blur-up {
    filter: blur(3px);
    transition: .25s;
    opacity: .1
}

.blur-up.lazyloaded {
    filter: blur(0);
    opacity: 1
}

.b-link.b-link__arrow {
    color: #d90011;
    display: inline-block;
    position: relative;
    margin: 10px 0;
    padding-right: 110px;
    transition: color .4s;
    border: none;
    text-decoration: none;
    background-color: transparent
}

.b-link.b-link__arrow:before {
    content: "";
    position: absolute;
    right: 50px;
    height: 1px;
    width: 40px;
    background-color: #d90011;
    top: 60%;
    transform: translateY(-50%);
    transition: .4s
}

.b-link.b-link__arrow:after {
    content: "\f125";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 1px solid #d90011;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%;
    color: #d90011;
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    transition: .4s
}

@media only all and (max-width:47em) {
    .b-link.b-link__arrow:not(.btn-cta-high) {
        background-color: #d90011;
        color: #fff;
        padding: 15px 35px;
        margin: 20px auto 0;
        text-align: center
    }

    .b-link.b-link__arrow:not(.btn-cta-high):after,
    .b-link.b-link__arrow:not(.btn-cta-high):before {
        display: none
    }
}

.b-link.b-link__arrow:hover {
    font-weight: 500
}

.b-link.b-link__arrow:hover:after {
    background-color: #d90011;
    color: #fff
}

.b-link.b-link__high {
    display: inline-block;
    position: relative;
    margin: 30px 0;
    padding: 12px 60px;
    border-radius: 14px;
    font-family: Nunito;
    transition: color .4s;
    text-decoration: none;
    background-color: #d90011;
    color: #fff;
    font-size: 1.9rem;
    letter-spacing: .5px;
    font-weight: 900;
    transition: .3s
}

.b-link.b-link__high:hover {
    transform: scale(1.05)
}

.b-link.btn-download:after {
    content: "\f41f";
    font-size: 21px
}

.object-fit__wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.object-fit__wrapper.custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center
}

.object-fit__wrapper.custom-object-fit img {
    opacity: 0
}

.error404 .site-main {
    overflow: hidden
}

.error404 .site-main .error404__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.error404 .centered-wrapper {
    position: relative
}

.error404 .error404__wrapper {
    position: relative;
    overflow: hidden
}

.error404 .error404__content {
    text-align: center;
    margin: 12vh 0
}

.error404 .error404__content img {
    max-width: 150px;
    margin-bottom: 20px
}

.error404 .error404__content h3 {
    margin: 0;
    color: #d90011;
    font-size: 5rem
}

.error404 .error404__content h1 {
    font-family: "PT Sans";
    font-size: 3.8rem;
    margin: 0
}

.error404 .error404__content p {
    max-width: 600px;
    margin: 0 auto
}

.error404 .error404__content a {
    margin-top: 40px
}

.scrollTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: transparent;
    padding: 0;
    margin-right: 0;
    border: none;
    color: #1e2a54;
    font-weight: 700;
    transition: .3s;
    transform: translateY(60px)
}

.scrollTop.active {
    transform: translateY(0)
}

@media only all and (max-width:61em) {
    .scrollTop {
        display: none
    }
}

.scrollTop:hover i {
    transform: translateY(-5px);
    color: #d90011
}

.scrollTop i {
    transition: .3s;
    display: block;
    color: #1e2a54
}

button {
    cursor: pointer
}

div:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty,
p:empty,
span:empty {
    display: none
}

.btn {
    border-radius: 14px;
    padding: 9px 42px;
    font-size: 1.4rem;
    font-weight: 900;
    text-align: center;
    font-family: Nunito;
    display: inline-block;
    transition: .4s;
    border: none;
    cursor: pointer;
    line-height: 1.2;
    color: #1e2a54;
    background-color: #f3f7ff;
    border: 1px solid transparent
}

.btn.btn__solid {
    background-color: #d90011;
    color: #fff;
    border: 1px solid #d90011
}

.btn.btn__solid.btn__alt {
    border: 1px solid #1e2a54;
    background-color: #1e2a54;
    color: #fff
}

.btn.btn__border {
    border: 1px solid #d90011;
    color: #d90011;
    background-color: transparent
}

.btn.btn__border:hover {
    color: #fff;
    background-color: #d90011
}

.btn.btn__border.btn__alt {
    border: 1px solid #1e2a54;
    color: #1e2a54
}

.btn.btn__border.btn__alt:hover {
    color: #fff;
    background-color: #1e2a54
}

.btn.btn__extra {
    padding: 18px 48px;
    font-size: 2rem;
    border-radius: 14px
}

.btn:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .09), 0 2px 2px rgba(0, 0, 0, .09), 0 4px 4px rgba(0, 0, 0, .09), 0 8px 8px rgba(0, 0, 0, .09), 0 16px 16px rgba(0, 0, 0, .09)
}

:focus {
    outline-width: 1px;
    outline-color: #1e2a54;
    outline: 0
}

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

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.g__switch {
    margin-top: 30px;
    border: none;
    background-color: transparent;
    color: #1e2a54
}

@media only all and (max-width:1000px) {
    .g__switch {
        width: 100%
    }
}

.g__switch:not(.active) .a2 {
    display: none
}

.g__switch.active .a1 {
    display: none
}

.g__switch.active .b {
    background-color: #08c53c
}

.g__switch.active .b:after {
    transform: translateX(50px)
}

.g__switch.active+.form-response__ivanotice {
    display: block !important
}

.g__switch .b {
    transition: .3s;
    transform: translateY(8px);
    margin-left: 10px;
    background-color: #d90011;
    display: inline-block;
    width: 75px;
    height: 25px;
    border-radius: 14px;
    position: relative
}

.g__switch .b::after {
    transition: .4s;
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    width: 25px;
    content: "";
    background-color: #1e2a54;
    border-radius: 50%;
    transform: translateX(0)
}

@font-face {
    font-family: Ionicons;
    src: url(../font/ionicons.eot?v=2.0.1);
    src: url(../font/ionicons.eot?v=2.0.1#iefix) format("embedded-opentype"), url(../font/ionicons.ttf?v=2.0.1) format("truetype"), url(../font/ionicons.woff?v=2.0.1) format("woff"), url(../font/ionicons.svg?v=2.0.1#Ionicons) format("svg")
}

.ion,
.ion-alert-circled:before,
.ion-alert:before,
.ion-android-add-circle:before,
.ion-android-add:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-cloud:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done-all:before,
.ion-android-done:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite-outline:before,
.ion-android-favorite:before,
.ion-android-film:before,
.ion-android-folder-open:before,
.ion-android-folder:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone-off:before,
.ion-android-microphone:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-notifications:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person-add:before,
.ion-android-person:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove-circle:before,
.ion-android-remove:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share-alt:before,
.ion-android-share:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-star:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace-outline:before,
.ion-backspace:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox-working:before,
.ion-chatbox:before,
.ion-chatboxes:before,
.ion-chatbubble-working:before,
.ion-chatbubble:before,
.ion-chatbubbles:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-checkmark:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-close:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-code:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document-text:before,
.ion-document:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email-unread:before,
.ion-email:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-erlenmeyer-flask:before,
.ion-eye-disabled:before,
.ion-eye:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash-off:before,
.ion-flash:before,
.ion-folder:before,
.ion-fork-repo:before,
.ion-fork:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy-outline:before,
.ion-happy:before,
.ion-headphone:before,
.ion-heart-broken:before,
.ion-heart:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-help:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information-circled:before,
.ion-information:before,
.ion-ionic:before,
.ion-ios-alarm-outline:before,
.ion-ios-alarm:before,
.ion-ios-albums-outline:before,
.ion-ios-albums:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-analytics-outline:before,
.ion-ios-analytics:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at-outline:before,
.ion-ios-at:before,
.ion-ios-barcode-outline:before,
.ion-ios-barcode:before,
.ion-ios-baseball-outline:before,
.ion-ios-baseball:before,
.ion-ios-basketball-outline:before,
.ion-ios-basketball:before,
.ion-ios-bell-outline:before,
.ion-ios-bell:before,
.ion-ios-body-outline:before,
.ion-ios-body:before,
.ion-ios-bolt-outline:before,
.ion-ios-bolt:before,
.ion-ios-book-outline:before,
.ion-ios-book:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-box-outline:before,
.ion-ios-box:before,
.ion-ios-briefcase-outline:before,
.ion-ios-briefcase:before,
.ion-ios-browsers-outline:before,
.ion-ios-browsers:before,
.ion-ios-calculator-outline:before,
.ion-ios-calculator:before,
.ion-ios-calendar-outline:before,
.ion-ios-calendar:before,
.ion-ios-camera-outline:before,
.ion-ios-camera:before,
.ion-ios-cart-outline:before,
.ion-ios-cart:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-checkmark:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock-outline:before,
.ion-ios-clock:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-close:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cog-outline:before,
.ion-ios-cog:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-wand-outline:before,
.ion-ios-color-wand:before,
.ion-ios-compose-outline:before,
.ion-ios-compose:before,
.ion-ios-contact-outline:before,
.ion-ios-contact:before,
.ion-ios-copy-outline:before,
.ion-ios-copy:before,
.ion-ios-crop-strong:before,
.ion-ios-crop:before,
.ion-ios-download-outline:before,
.ion-ios-download:before,
.ion-ios-drag:before,
.ion-ios-email-outline:before,
.ion-ios-email:before,
.ion-ios-eye-outline:before,
.ion-ios-eye:before,
.ion-ios-fastforward-outline:before,
.ion-ios-fastforward:before,
.ion-ios-filing-outline:before,
.ion-ios-filing:before,
.ion-ios-film-outline:before,
.ion-ios-film:before,
.ion-ios-flag-outline:before,
.ion-ios-flag:before,
.ion-ios-flame-outline:before,
.ion-ios-flame:before,
.ion-ios-flask-outline:before,
.ion-ios-flask:before,
.ion-ios-flower-outline:before,
.ion-ios-flower:before,
.ion-ios-folder-outline:before,
.ion-ios-folder:before,
.ion-ios-football-outline:before,
.ion-ios-football:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-gear-outline:before,
.ion-ios-gear:before,
.ion-ios-glasses-outline:before,
.ion-ios-glasses:before,
.ion-ios-grid-view-outline:before,
.ion-ios-grid-view:before,
.ion-ios-heart-outline:before,
.ion-ios-heart:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-help:before,
.ion-ios-home-outline:before,
.ion-ios-home:before,
.ion-ios-infinite-outline:before,
.ion-ios-infinite:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-information:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad-outline:before,
.ion-ios-keypad:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-list-outline:before,
.ion-ios-list:before,
.ion-ios-location-outline:before,
.ion-ios-location:before,
.ion-ios-locked-outline:before,
.ion-ios-locked:before,
.ion-ios-loop-strong:before,
.ion-ios-loop:before,
.ion-ios-medical-outline:before,
.ion-ios-medical:before,
.ion-ios-medkit-outline:before,
.ion-ios-medkit:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-mic:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-minus:before,
.ion-ios-monitor-outline:before,
.ion-ios-monitor:before,
.ion-ios-moon-outline:before,
.ion-ios-moon:before,
.ion-ios-more-outline:before,
.ion-ios-more:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate-outline:before,
.ion-ios-navigate:before,
.ion-ios-nutrition-outline:before,
.ion-ios-nutrition:before,
.ion-ios-paper-outline:before,
.ion-ios-paper:before,
.ion-ios-paperplane-outline:before,
.ion-ios-paperplane:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-pause-outline:before,
.ion-ios-pause:before,
.ion-ios-paw-outline:before,
.ion-ios-paw:before,
.ion-ios-people-outline:before,
.ion-ios-people:before,
.ion-ios-person-outline:before,
.ion-ios-person:before,
.ion-ios-personadd-outline:before,
.ion-ios-personadd:before,
.ion-ios-photos-outline:before,
.ion-ios-photos:before,
.ion-ios-pie-outline:before,
.ion-ios-pie:before,
.ion-ios-pint-outline:before,
.ion-ios-pint:before,
.ion-ios-play-outline:before,
.ion-ios-play:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-plus:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetags-outline:before,
.ion-ios-pricetags:before,
.ion-ios-printer-outline:before,
.ion-ios-printer:before,
.ion-ios-pulse-strong:before,
.ion-ios-pulse:before,
.ion-ios-rainy-outline:before,
.ion-ios-rainy:before,
.ion-ios-recording-outline:before,
.ion-ios-recording:before,
.ion-ios-redo-outline:before,
.ion-ios-redo:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-refresh:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-reverse-camera:before,
.ion-ios-rewind-outline:before,
.ion-ios-rewind:before,
.ion-ios-rose-outline:before,
.ion-ios-rose:before,
.ion-ios-search-strong:before,
.ion-ios-search:before,
.ion-ios-settings-strong:before,
.ion-ios-settings:before,
.ion-ios-shuffle-strong:before,
.ion-ios-shuffle:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipbackward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-snowy:before,
.ion-ios-speedometer-outline:before,
.ion-ios-speedometer:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-star:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-sunny-outline:before,
.ion-ios-sunny:before,
.ion-ios-telephone-outline:before,
.ion-ios-telephone:before,
.ion-ios-tennisball-outline:before,
.ion-ios-tennisball:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-time-outline:before,
.ion-ios-time:before,
.ion-ios-timer-outline:before,
.ion-ios-timer:before,
.ion-ios-toggle-outline:before,
.ion-ios-toggle:before,
.ion-ios-trash-outline:before,
.ion-ios-trash:before,
.ion-ios-undo-outline:before,
.ion-ios-undo:before,
.ion-ios-unlocked-outline:before,
.ion-ios-unlocked:before,
.ion-ios-upload-outline:before,
.ion-ios-upload:before,
.ion-ios-videocam-outline:before,
.ion-ios-videocam:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass-outline:before,
.ion-ios-wineglass:before,
.ion-ios-world-outline:before,
.ion-ios-world:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-minus:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon-round:before,
.ion-navicon:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-person:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-plus:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply-all:before,
.ion-reply:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad-outline:before,
.ion-sad:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android-outline:before,
.ion-social-android:before,
.ion-social-angular-outline:before,
.ion-social-angular:before,
.ion-social-apple-outline:before,
.ion-social-apple:before,
.ion-social-bitcoin-outline:before,
.ion-social-bitcoin:before,
.ion-social-buffer-outline:before,
.ion-social-buffer:before,
.ion-social-chrome-outline:before,
.ion-social-chrome:before,
.ion-social-codepen-outline:before,
.ion-social-codepen:before,
.ion-social-css3-outline:before,
.ion-social-css3:before,
.ion-social-designernews-outline:before,
.ion-social-designernews:before,
.ion-social-dribbble-outline:before,
.ion-social-dribbble:before,
.ion-social-dropbox-outline:before,
.ion-social-dropbox:before,
.ion-social-euro-outline:before,
.ion-social-euro:before,
.ion-social-facebook-outline:before,
.ion-social-facebook:before,
.ion-social-foursquare-outline:before,
.ion-social-foursquare:before,
.ion-social-freebsd-devil:before,
.ion-social-github-outline:before,
.ion-social-github:before,
.ion-social-google-outline:before,
.ion-social-google:before,
.ion-social-googleplus-outline:before,
.ion-social-googleplus:before,
.ion-social-hackernews-outline:before,
.ion-social-hackernews:before,
.ion-social-html5-outline:before,
.ion-social-html5:before,
.ion-social-instagram-outline:before,
.ion-social-instagram:before,
.ion-social-javascript-outline:before,
.ion-social-javascript:before,
.ion-social-linkedin-outline:before,
.ion-social-linkedin:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest-outline:before,
.ion-social-pinterest:before,
.ion-social-python:before,
.ion-social-reddit-outline:before,
.ion-social-reddit:before,
.ion-social-rss-outline:before,
.ion-social-rss:before,
.ion-social-sass:before,
.ion-social-skype-outline:before,
.ion-social-skype:before,
.ion-social-snapchat-outline:before,
.ion-social-snapchat:before,
.ion-social-tumblr-outline:before,
.ion-social-tumblr:before,
.ion-social-tux:before,
.ion-social-twitch-outline:before,
.ion-social-twitch:before,
.ion-social-twitter-outline:before,
.ion-social-twitter:before,
.ion-social-usd-outline:before,
.ion-social-usd:before,
.ion-social-vimeo-outline:before,
.ion-social-vimeo:before,
.ion-social-whatsapp-outline:before,
.ion-social-whatsapp:before,
.ion-social-windows-outline:before,
.ion-social-windows:before,
.ion-social-wordpress-outline:before,
.ion-social-wordpress:before,
.ion-social-yahoo-outline:before,
.ion-social-yahoo:before,
.ion-social-yen-outline:before,
.ion-social-yen:before,
.ion-social-youtube-outline:before,
.ion-social-youtube:before,
.ion-soup-can-outline:before,
.ion-soup-can:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle-filled:before,
.ion-toggle:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt-outline:before,
.ion-tshirt:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before,
.ionicons {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ion-alert:before {
    content: "\f101"
}

.ion-alert-circled:before {
    content: "\f100"
}

.ion-android-add:before {
    content: "\f2c7"
}

.ion-android-add-circle:before {
    content: "\f359"
}

.ion-android-alarm-clock:before {
    content: "\f35a"
}

.ion-android-alert:before {
    content: "\f35b"
}

.ion-android-apps:before {
    content: "\f35c"
}

.ion-android-archive:before {
    content: "\f2c9"
}

.ion-android-arrow-back:before {
    content: "\f2ca"
}

.ion-android-arrow-down:before {
    content: "\f35d"
}

.ion-android-arrow-dropdown:before {
    content: "\f35f"
}

.ion-android-arrow-dropdown-circle:before {
    content: "\f35e"
}

.ion-android-arrow-dropleft:before {
    content: "\f361"
}

.ion-android-arrow-dropleft-circle:before {
    content: "\f360"
}

.ion-android-arrow-dropright:before {
    content: "\f363"
}

.ion-android-arrow-dropright-circle:before {
    content: "\f362"
}

.ion-android-arrow-dropup:before {
    content: "\f365"
}

.ion-android-arrow-dropup-circle:before {
    content: "\f364"
}

.ion-android-arrow-forward:before {
    content: "\f30f"
}

.ion-android-arrow-up:before {
    content: "\f366"
}

.ion-android-attach:before {
    content: "\f367"
}

.ion-android-bar:before {
    content: "\f368"
}

.ion-android-bicycle:before {
    content: "\f369"
}

.ion-android-boat:before {
    content: "\f36a"
}

.ion-android-bookmark:before {
    content: "\f36b"
}

.ion-android-bulb:before {
    content: "\f36c"
}

.ion-android-bus:before {
    content: "\f36d"
}

.ion-android-calendar:before {
    content: "\f2d1"
}

.ion-android-call:before {
    content: "\f2d2"
}

.ion-android-camera:before {
    content: "\f2d3"
}

.ion-android-cancel:before {
    content: "\f36e"
}

.ion-android-car:before {
    content: "\f36f"
}

.ion-android-cart:before {
    content: "\f370"
}

.ion-android-chat:before {
    content: "\f2d4"
}

.ion-android-checkbox:before {
    content: "\f374"
}

.ion-android-checkbox-blank:before {
    content: "\f371"
}

.ion-android-checkbox-outline:before {
    content: "\f373"
}

.ion-android-checkbox-outline-blank:before {
    content: "\f372"
}

.ion-android-checkmark-circle:before {
    content: "\f375"
}

.ion-android-clipboard:before {
    content: "\f376"
}

.ion-android-close:before {
    content: "\f2d7"
}

.ion-android-cloud:before {
    content: "\f37a"
}

.ion-android-cloud-circle:before {
    content: "\f377"
}

.ion-android-cloud-done:before {
    content: "\f378"
}

.ion-android-cloud-outline:before {
    content: "\f379"
}

.ion-android-color-palette:before {
    content: "\f37b"
}

.ion-android-compass:before {
    content: "\f37c"
}

.ion-android-contact:before {
    content: "\f2d8"
}

.ion-android-contacts:before {
    content: "\f2d9"
}

.ion-android-contract:before {
    content: "\f37d"
}

.ion-android-create:before {
    content: "\f37e"
}

.ion-android-delete:before {
    content: "\f37f"
}

.ion-android-desktop:before {
    content: "\f380"
}

.ion-android-document:before {
    content: "\f381"
}

.ion-android-done:before {
    content: "\f383"
}

.ion-android-done-all:before {
    content: "\f382"
}

.ion-android-download:before {
    content: "\f2dd"
}

.ion-android-drafts:before {
    content: "\f384"
}

.ion-android-exit:before {
    content: "\f385"
}

.ion-android-expand:before {
    content: "\f386"
}

.ion-android-favorite:before {
    content: "\f388"
}

.ion-android-favorite-outline:before {
    content: "\f387"
}

.ion-android-film:before {
    content: "\f389"
}

.ion-android-folder:before {
    content: "\f2e0"
}

.ion-android-folder-open:before {
    content: "\f38a"
}

.ion-android-funnel:before {
    content: "\f38b"
}

.ion-android-globe:before {
    content: "\f38c"
}

.ion-android-hand:before {
    content: "\f2e3"
}

.ion-android-hangout:before {
    content: "\f38d"
}

.ion-android-happy:before {
    content: "\f38e"
}

.ion-android-home:before {
    content: "\f38f"
}

.ion-android-image:before {
    content: "\f2e4"
}

.ion-android-laptop:before {
    content: "\f390"
}

.ion-android-list:before {
    content: "\f391"
}

.ion-android-locate:before {
    content: "\f2e9"
}

.ion-android-lock:before {
    content: "\f392"
}

.ion-android-mail:before {
    content: "\f2eb"
}

.ion-android-map:before {
    content: "\f393"
}

.ion-android-menu:before {
    content: "\f394"
}

.ion-android-microphone:before {
    content: "\f2ec"
}

.ion-android-microphone-off:before {
    content: "\f395"
}

.ion-android-more-horizontal:before {
    content: "\f396"
}

.ion-android-more-vertical:before {
    content: "\f397"
}

.ion-android-navigate:before {
    content: "\f398"
}

.ion-android-notifications:before {
    content: "\f39b"
}

.ion-android-notifications-none:before {
    content: "\f399"
}

.ion-android-notifications-off:before {
    content: "\f39a"
}

.ion-android-open:before {
    content: "\f39c"
}

.ion-android-options:before {
    content: "\f39d"
}

.ion-android-people:before {
    content: "\f39e"
}

.ion-android-person:before {
    content: "\f3a0"
}

.ion-android-person-add:before {
    content: "\f39f"
}

.ion-android-phone-landscape:before {
    content: "\f3a1"
}

.ion-android-phone-portrait:before {
    content: "\f3a2"
}

.ion-android-pin:before {
    content: "\f3a3"
}

.ion-android-plane:before {
    content: "\f3a4"
}

.ion-android-playstore:before {
    content: "\f2f0"
}

.ion-android-print:before {
    content: "\f3a5"
}

.ion-android-radio-button-off:before {
    content: "\f3a6"
}

.ion-android-radio-button-on:before {
    content: "\f3a7"
}

.ion-android-refresh:before {
    content: "\f3a8"
}

.ion-android-remove:before {
    content: "\f2f4"
}

.ion-android-remove-circle:before {
    content: "\f3a9"
}

.ion-android-restaurant:before {
    content: "\f3aa"
}

.ion-android-sad:before {
    content: "\f3ab"
}

.ion-android-search:before {
    content: "\f2f5"
}

.ion-android-send:before {
    content: "\f2f6"
}

.ion-android-settings:before {
    content: "\f2f7"
}

.ion-android-share:before {
    content: "\f2f8"
}

.ion-android-share-alt:before {
    content: "\f3ac"
}

.ion-android-star:before {
    content: "\f2fc"
}

.ion-android-star-half:before {
    content: "\f3ad"
}

.ion-android-star-outline:before {
    content: "\f3ae"
}

.ion-android-stopwatch:before {
    content: "\f2fd"
}

.ion-android-subway:before {
    content: "\f3af"
}

.ion-android-sunny:before {
    content: "\f3b0"
}

.ion-android-sync:before {
    content: "\f3b1"
}

.ion-android-textsms:before {
    content: "\f3b2"
}

.ion-android-time:before {
    content: "\f3b3"
}

.ion-android-train:before {
    content: "\f3b4"
}

.ion-android-unlock:before {
    content: "\f3b5"
}

.ion-android-upload:before {
    content: "\f3b6"
}

.ion-android-volume-down:before {
    content: "\f3b7"
}

.ion-android-volume-mute:before {
    content: "\f3b8"
}

.ion-android-volume-off:before {
    content: "\f3b9"
}

.ion-android-volume-up:before {
    content: "\f3ba"
}

.ion-android-walk:before {
    content: "\f3bb"
}

.ion-android-warning:before {
    content: "\f3bc"
}

.ion-android-watch:before {
    content: "\f3bd"
}

.ion-android-wifi:before {
    content: "\f305"
}

.ion-aperture:before {
    content: "\f313"
}

.ion-archive:before {
    content: "\f102"
}

.ion-arrow-down-a:before {
    content: "\f103"
}

.ion-arrow-down-b:before {
    content: "\f104"
}

.ion-arrow-down-c:before {
    content: "\f105"
}

.ion-arrow-expand:before {
    content: "\f25e"
}

.ion-arrow-graph-down-left:before {
    content: "\f25f"
}

.ion-arrow-graph-down-right:before {
    content: "\f260"
}

.ion-arrow-graph-up-left:before {
    content: "\f261"
}

.ion-arrow-graph-up-right:before {
    content: "\f262"
}

.ion-arrow-left-a:before {
    content: "\f106"
}

.ion-arrow-left-b:before {
    content: "\f107"
}

.ion-arrow-left-c:before {
    content: "\f108"
}

.ion-arrow-move:before {
    content: "\f263"
}

.ion-arrow-resize:before {
    content: "\f264"
}

.ion-arrow-return-left:before {
    content: "\f265"
}

.ion-arrow-return-right:before {
    content: "\f266"
}

.ion-arrow-right-a:before {
    content: "\f109"
}

.ion-arrow-right-b:before {
    content: "\f10a"
}

.ion-arrow-right-c:before {
    content: "\f10b"
}

.ion-arrow-shrink:before {
    content: "\f267"
}

.ion-arrow-swap:before {
    content: "\f268"
}

.ion-arrow-up-a:before {
    content: "\f10c"
}

.ion-arrow-up-b:before {
    content: "\f10d"
}

.ion-arrow-up-c:before {
    content: "\f10e"
}

.ion-asterisk:before {
    content: "\f314"
}

.ion-at:before {
    content: "\f10f"
}

.ion-backspace:before {
    content: "\f3bf"
}

.ion-backspace-outline:before {
    content: "\f3be"
}

.ion-bag:before {
    content: "\f110"
}

.ion-battery-charging:before {
    content: "\f111"
}

.ion-battery-empty:before {
    content: "\f112"
}

.ion-battery-full:before {
    content: "\f113"
}

.ion-battery-half:before {
    content: "\f114"
}

.ion-battery-low:before {
    content: "\f115"
}

.ion-beaker:before {
    content: "\f269"
}

.ion-beer:before {
    content: "\f26a"
}

.ion-bluetooth:before {
    content: "\f116"
}

.ion-bonfire:before {
    content: "\f315"
}

.ion-bookmark:before {
    content: "\f26b"
}

.ion-bowtie:before {
    content: "\f3c0"
}

.ion-briefcase:before {
    content: "\f26c"
}

.ion-bug:before {
    content: "\f2be"
}

.ion-calculator:before {
    content: "\f26d"
}

.ion-calendar:before {
    content: "\f117"
}

.ion-camera:before {
    content: "\f118"
}

.ion-card:before {
    content: "\f119"
}

.ion-cash:before {
    content: "\f316"
}

.ion-chatbox:before {
    content: "\f11b"
}

.ion-chatbox-working:before {
    content: "\f11a"
}

.ion-chatboxes:before {
    content: "\f11c"
}

.ion-chatbubble:before {
    content: "\f11e"
}

.ion-chatbubble-working:before {
    content: "\f11d"
}

.ion-chatbubbles:before {
    content: "\f11f"
}

.ion-checkmark:before {
    content: "\f122"
}

.ion-checkmark-circled:before {
    content: "\f120"
}

.ion-checkmark-round:before {
    content: "\f121"
}

.ion-chevron-down:before {
    content: "\f123"
}

.ion-chevron-left:before {
    content: "\f124"
}

.ion-chevron-right:before {
    content: "\f125"
}

.ion-chevron-up:before {
    content: "\f126"
}

.ion-clipboard:before {
    content: "\f127"
}

.ion-clock:before {
    content: "\f26e"
}

.ion-close:before {
    content: "\f12a"
}

.ion-close-circled:before {
    content: "\f128"
}

.ion-close-round:before {
    content: "\f129"
}

.ion-closed-captioning:before {
    content: "\f317"
}

.ion-cloud:before {
    content: "\f12b"
}

.ion-code:before {
    content: "\f271"
}

.ion-code-download:before {
    content: "\f26f"
}

.ion-code-working:before {
    content: "\f270"
}

.ion-coffee:before {
    content: "\f272"
}

.ion-compass:before {
    content: "\f273"
}

.ion-compose:before {
    content: "\f12c"
}

.ion-connection-bars:before {
    content: "\f274"
}

.ion-contrast:before {
    content: "\f275"
}

.ion-crop:before {
    content: "\f3c1"
}

.ion-cube:before {
    content: "\f318"
}

.ion-disc:before {
    content: "\f12d"
}

.ion-document:before {
    content: "\f12f"
}

.ion-document-text:before {
    content: "\f12e"
}

.ion-drag:before {
    content: "\f130"
}

.ion-earth:before {
    content: "\f276"
}

.ion-easel:before {
    content: "\f3c2"
}

.ion-edit:before {
    content: "\f2bf"
}

.ion-egg:before {
    content: "\f277"
}

.ion-eject:before {
    content: "\f131"
}

.ion-email:before {
    content: "\f132"
}

.ion-email-unread:before {
    content: "\f3c3"
}

.ion-erlenmeyer-flask:before {
    content: "\f3c5"
}

.ion-erlenmeyer-flask-bubbles:before {
    content: "\f3c4"
}

.ion-eye:before {
    content: "\f133"
}

.ion-eye-disabled:before {
    content: "\f306"
}

.ion-female:before {
    content: "\f278"
}

.ion-filing:before {
    content: "\f134"
}

.ion-film-marker:before {
    content: "\f135"
}

.ion-fireball:before {
    content: "\f319"
}

.ion-flag:before {
    content: "\f279"
}

.ion-flame:before {
    content: "\f31a"
}

.ion-flash:before {
    content: "\f137"
}

.ion-flash-off:before {
    content: "\f136"
}

.ion-folder:before {
    content: "\f139"
}

.ion-fork:before {
    content: "\f27a"
}

.ion-fork-repo:before {
    content: "\f2c0"
}

.ion-forward:before {
    content: "\f13a"
}

.ion-funnel:before {
    content: "\f31b"
}

.ion-gear-a:before {
    content: "\f13d"
}

.ion-gear-b:before {
    content: "\f13e"
}

.ion-grid:before {
    content: "\f13f"
}

.ion-hammer:before {
    content: "\f27b"
}

.ion-happy:before {
    content: "\f31c"
}

.ion-happy-outline:before {
    content: "\f3c6"
}

.ion-headphone:before {
    content: "\f140"
}

.ion-heart:before {
    content: "\f141"
}

.ion-heart-broken:before {
    content: "\f31d"
}

.ion-help:before {
    content: "\f143"
}

.ion-help-buoy:before {
    content: "\f27c"
}

.ion-help-circled:before {
    content: "\f142"
}

.ion-home:before {
    content: "\f144"
}

.ion-icecream:before {
    content: "\f27d"
}

.ion-image:before {
    content: "\f147"
}

.ion-images:before {
    content: "\f148"
}

.ion-information:before {
    content: "\f14a"
}

.ion-information-circled:before {
    content: "\f149"
}

.ion-ionic:before {
    content: "\f14b"
}

.ion-ios-alarm:before {
    content: "\f3c8"
}

.ion-ios-alarm-outline:before {
    content: "\f3c7"
}

.ion-ios-albums:before {
    content: "\f3ca"
}

.ion-ios-albums-outline:before {
    content: "\f3c9"
}

.ion-ios-americanfootball:before {
    content: "\f3cc"
}

.ion-ios-americanfootball-outline:before {
    content: "\f3cb"
}

.ion-ios-analytics:before {
    content: "\f3ce"
}

.ion-ios-analytics-outline:before {
    content: "\f3cd"
}

.ion-ios-arrow-back:before {
    content: "\f3cf"
}

.ion-ios-arrow-down:before {
    content: "\f3d0"
}

.ion-ios-arrow-forward:before {
    content: "\f3d1"
}

.ion-ios-arrow-left:before {
    content: "\f3d2"
}

.ion-ios-arrow-right:before {
    content: "\f3d3"
}

.ion-ios-arrow-thin-down:before {
    content: "\f3d4"
}

.ion-ios-arrow-thin-left:before {
    content: "\f3d5"
}

.ion-ios-arrow-thin-right:before {
    content: "\f3d6"
}

.ion-ios-arrow-thin-up:before {
    content: "\f3d7"
}

.ion-ios-arrow-up:before {
    content: "\f3d8"
}

.ion-ios-at:before {
    content: "\f3da"
}

.ion-ios-at-outline:before {
    content: "\f3d9"
}

.ion-ios-barcode:before {
    content: "\f3dc"
}

.ion-ios-barcode-outline:before {
    content: "\f3db"
}

.ion-ios-baseball:before {
    content: "\f3de"
}

.ion-ios-baseball-outline:before {
    content: "\f3dd"
}

.ion-ios-basketball:before {
    content: "\f3e0"
}

.ion-ios-basketball-outline:before {
    content: "\f3df"
}

.ion-ios-bell:before {
    content: "\f3e2"
}

.ion-ios-bell-outline:before {
    content: "\f3e1"
}

.ion-ios-body:before {
    content: "\f3e4"
}

.ion-ios-body-outline:before {
    content: "\f3e3"
}

.ion-ios-bolt:before {
    content: "\f3e6"
}

.ion-ios-bolt-outline:before {
    content: "\f3e5"
}

.ion-ios-book:before {
    content: "\f3e8"
}

.ion-ios-book-outline:before {
    content: "\f3e7"
}

.ion-ios-bookmarks:before {
    content: "\f3ea"
}

.ion-ios-bookmarks-outline:before {
    content: "\f3e9"
}

.ion-ios-box:before {
    content: "\f3ec"
}

.ion-ios-box-outline:before {
    content: "\f3eb"
}

.ion-ios-briefcase:before {
    content: "\f3ee"
}

.ion-ios-briefcase-outline:before {
    content: "\f3ed"
}

.ion-ios-browsers:before {
    content: "\f3f0"
}

.ion-ios-browsers-outline:before {
    content: "\f3ef"
}

.ion-ios-calculator:before {
    content: "\f3f2"
}

.ion-ios-calculator-outline:before {
    content: "\f3f1"
}

.ion-ios-calendar:before {
    content: "\f3f4"
}

.ion-ios-calendar-outline:before {
    content: "\f3f3"
}

.ion-ios-camera:before {
    content: "\f3f6"
}

.ion-ios-camera-outline:before {
    content: "\f3f5"
}

.ion-ios-cart:before {
    content: "\f3f8"
}

.ion-ios-cart-outline:before {
    content: "\f3f7"
}

.ion-ios-chatboxes:before {
    content: "\f3fa"
}

.ion-ios-chatboxes-outline:before {
    content: "\f3f9"
}

.ion-ios-chatbubble:before {
    content: "\f3fc"
}

.ion-ios-chatbubble-outline:before {
    content: "\f3fb"
}

.ion-ios-checkmark:before {
    content: "\f3ff"
}

.ion-ios-checkmark-empty:before {
    content: "\f3fd"
}

.ion-ios-checkmark-outline:before {
    content: "\f3fe"
}

.ion-ios-circle-filled:before {
    content: "\f400"
}

.ion-ios-circle-outline:before {
    content: "\f401"
}

.ion-ios-clock:before {
    content: "\f403"
}

.ion-ios-clock-outline:before {
    content: "\f402"
}

.ion-ios-close:before {
    content: "\f406"
}

.ion-ios-close-empty:before {
    content: "\f404"
}

.ion-ios-close-outline:before {
    content: "\f405"
}

.ion-ios-cloud:before {
    content: "\f40c"
}

.ion-ios-cloud-download:before {
    content: "\f408"
}

.ion-ios-cloud-download-outline:before {
    content: "\f407"
}

.ion-ios-cloud-outline:before {
    content: "\f409"
}

.ion-ios-cloud-upload:before {
    content: "\f40b"
}

.ion-ios-cloud-upload-outline:before {
    content: "\f40a"
}

.ion-ios-cloudy:before {
    content: "\f410"
}

.ion-ios-cloudy-night:before {
    content: "\f40e"
}

.ion-ios-cloudy-night-outline:before {
    content: "\f40d"
}

.ion-ios-cloudy-outline:before {
    content: "\f40f"
}

.ion-ios-cog:before {
    content: "\f412"
}

.ion-ios-cog-outline:before {
    content: "\f411"
}

.ion-ios-color-filter:before {
    content: "\f414"
}

.ion-ios-color-filter-outline:before {
    content: "\f413"
}

.ion-ios-color-wand:before {
    content: "\f416"
}

.ion-ios-color-wand-outline:before {
    content: "\f415"
}

.ion-ios-compose:before {
    content: "\f418"
}

.ion-ios-compose-outline:before {
    content: "\f417"
}

.ion-ios-contact:before {
    content: "\f41a"
}

.ion-ios-contact-outline:before {
    content: "\f419"
}

.ion-ios-copy:before {
    content: "\f41c"
}

.ion-ios-copy-outline:before {
    content: "\f41b"
}

.ion-ios-crop:before {
    content: "\f41e"
}

.ion-ios-crop-strong:before {
    content: "\f41d"
}

.ion-ios-download:before {
    content: "\f420"
}

.ion-ios-download-outline:before {
    content: "\f41f"
}

.ion-ios-drag:before {
    content: "\f421"
}

.ion-ios-email:before {
    content: "\f423"
}

.ion-ios-email-outline:before {
    content: "\f422"
}

.ion-ios-eye:before {
    content: "\f425"
}

.ion-ios-eye-outline:before {
    content: "\f424"
}

.ion-ios-fastforward:before {
    content: "\f427"
}

.ion-ios-fastforward-outline:before {
    content: "\f426"
}

.ion-ios-filing:before {
    content: "\f429"
}

.ion-ios-filing-outline:before {
    content: "\f428"
}

.ion-ios-film:before {
    content: "\f42b"
}

.ion-ios-film-outline:before {
    content: "\f42a"
}

.ion-ios-flag:before {
    content: "\f42d"
}

.ion-ios-flag-outline:before {
    content: "\f42c"
}

.ion-ios-flame:before {
    content: "\f42f"
}

.ion-ios-flame-outline:before {
    content: "\f42e"
}

.ion-ios-flask:before {
    content: "\f431"
}

.ion-ios-flask-outline:before {
    content: "\f430"
}

.ion-ios-flower:before {
    content: "\f433"
}

.ion-ios-flower-outline:before {
    content: "\f432"
}

.ion-ios-folder:before {
    content: "\f435"
}

.ion-ios-folder-outline:before {
    content: "\f434"
}

.ion-ios-football:before {
    content: "\f437"
}

.ion-ios-football-outline:before {
    content: "\f436"
}

.ion-ios-game-controller-a:before {
    content: "\f439"
}

.ion-ios-game-controller-a-outline:before {
    content: "\f438"
}

.ion-ios-game-controller-b:before {
    content: "\f43b"
}

.ion-ios-game-controller-b-outline:before {
    content: "\f43a"
}

.ion-ios-gear:before {
    content: "\f43d"
}

.ion-ios-gear-outline:before {
    content: "\f43c"
}

.ion-ios-glasses:before {
    content: "\f43f"
}

.ion-ios-glasses-outline:before {
    content: "\f43e"
}

.ion-ios-grid-view:before {
    content: "\f441"
}

.ion-ios-grid-view-outline:before {
    content: "\f440"
}

.ion-ios-heart:before {
    content: "\f443"
}

.ion-ios-heart-outline:before {
    content: "\f442"
}

.ion-ios-help:before {
    content: "\f446"
}

.ion-ios-help-empty:before {
    content: "\f444"
}

.ion-ios-help-outline:before {
    content: "\f445"
}

.ion-ios-home:before {
    content: "\f448"
}

.ion-ios-home-outline:before {
    content: "\f447"
}

.ion-ios-infinite:before {
    content: "\f44a"
}

.ion-ios-infinite-outline:before {
    content: "\f449"
}

.ion-ios-information:before {
    content: "\f44d"
}

.ion-ios-information-empty:before {
    content: "\f44b"
}

.ion-ios-information-outline:before {
    content: "\f44c"
}

.ion-ios-ionic-outline:before {
    content: "\f44e"
}

.ion-ios-keypad:before {
    content: "\f450"
}

.ion-ios-keypad-outline:before {
    content: "\f44f"
}

.ion-ios-lightbulb:before {
    content: "\f452"
}

.ion-ios-lightbulb-outline:before {
    content: "\f451"
}

.ion-ios-list:before {
    content: "\f454"
}

.ion-ios-list-outline:before {
    content: "\f453"
}

.ion-ios-location:before {
    content: "\f456"
}

.ion-ios-location-outline:before {
    content: "\f455"
}

.ion-ios-locked:before {
    content: "\f458"
}

.ion-ios-locked-outline:before {
    content: "\f457"
}

.ion-ios-loop:before {
    content: "\f45a"
}

.ion-ios-loop-strong:before {
    content: "\f459"
}

.ion-ios-medical:before {
    content: "\f45c"
}

.ion-ios-medical-outline:before {
    content: "\f45b"
}

.ion-ios-medkit:before {
    content: "\f45e"
}

.ion-ios-medkit-outline:before {
    content: "\f45d"
}

.ion-ios-mic:before {
    content: "\f461"
}

.ion-ios-mic-off:before {
    content: "\f45f"
}

.ion-ios-mic-outline:before {
    content: "\f460"
}

.ion-ios-minus:before {
    content: "\f464"
}

.ion-ios-minus-empty:before {
    content: "\f462"
}

.ion-ios-minus-outline:before {
    content: "\f463"
}

.ion-ios-monitor:before {
    content: "\f466"
}

.ion-ios-monitor-outline:before {
    content: "\f465"
}

.ion-ios-moon:before {
    content: "\f468"
}

.ion-ios-moon-outline:before {
    content: "\f467"
}

.ion-ios-more:before {
    content: "\f46a"
}

.ion-ios-more-outline:before {
    content: "\f469"
}

.ion-ios-musical-note:before {
    content: "\f46b"
}

.ion-ios-musical-notes:before {
    content: "\f46c"
}

.ion-ios-navigate:before {
    content: "\f46e"
}

.ion-ios-navigate-outline:before {
    content: "\f46d"
}

.ion-ios-nutrition:before {
    content: "\f470"
}

.ion-ios-nutrition-outline:before {
    content: "\f46f"
}

.ion-ios-paper:before {
    content: "\f472"
}

.ion-ios-paper-outline:before {
    content: "\f471"
}

.ion-ios-paperplane:before {
    content: "\f474"
}

.ion-ios-paperplane-outline:before {
    content: "\f473"
}

.ion-ios-partlysunny:before {
    content: "\f476"
}

.ion-ios-partlysunny-outline:before {
    content: "\f475"
}

.ion-ios-pause:before {
    content: "\f478"
}

.ion-ios-pause-outline:before {
    content: "\f477"
}

.ion-ios-paw:before {
    content: "\f47a"
}

.ion-ios-paw-outline:before {
    content: "\f479"
}

.ion-ios-people:before {
    content: "\f47c"
}

.ion-ios-people-outline:before {
    content: "\f47b"
}

.ion-ios-person:before {
    content: "\f47e"
}

.ion-ios-person-outline:before {
    content: "\f47d"
}

.ion-ios-personadd:before {
    content: "\f480"
}

.ion-ios-personadd-outline:before {
    content: "\f47f"
}

.ion-ios-photos:before {
    content: "\f482"
}

.ion-ios-photos-outline:before {
    content: "\f481"
}

.ion-ios-pie:before {
    content: "\f484"
}

.ion-ios-pie-outline:before {
    content: "\f483"
}

.ion-ios-pint:before {
    content: "\f486"
}

.ion-ios-pint-outline:before {
    content: "\f485"
}

.ion-ios-play:before {
    content: "\f488"
}

.ion-ios-play-outline:before {
    content: "\f487"
}

.ion-ios-plus:before {
    content: "\f48b"
}

.ion-ios-plus-empty:before {
    content: "\f489"
}

.ion-ios-plus-outline:before {
    content: "\f48a"
}

.ion-ios-pricetag:before {
    content: "\f48d"
}

.ion-ios-pricetag-outline:before {
    content: "\f48c"
}

.ion-ios-pricetags:before {
    content: "\f48f"
}

.ion-ios-pricetags-outline:before {
    content: "\f48e"
}

.ion-ios-printer:before {
    content: "\f491"
}

.ion-ios-printer-outline:before {
    content: "\f490"
}

.ion-ios-pulse:before {
    content: "\f493"
}

.ion-ios-pulse-strong:before {
    content: "\f492"
}

.ion-ios-rainy:before {
    content: "\f495"
}

.ion-ios-rainy-outline:before {
    content: "\f494"
}

.ion-ios-recording:before {
    content: "\f497"
}

.ion-ios-recording-outline:before {
    content: "\f496"
}

.ion-ios-redo:before {
    content: "\f499"
}

.ion-ios-redo-outline:before {
    content: "\f498"
}

.ion-ios-refresh:before {
    content: "\f49c"
}

.ion-ios-refresh-empty:before {
    content: "\f49a"
}

.ion-ios-refresh-outline:before {
    content: "\f49b"
}

.ion-ios-reload:before {
    content: "\f49d"
}

.ion-ios-reverse-camera:before {
    content: "\f49f"
}

.ion-ios-reverse-camera-outline:before {
    content: "\f49e"
}

.ion-ios-rewind:before {
    content: "\f4a1"
}

.ion-ios-rewind-outline:before {
    content: "\f4a0"
}

.ion-ios-rose:before {
    content: "\f4a3"
}

.ion-ios-rose-outline:before {
    content: "\f4a2"
}

.ion-ios-search:before {
    content: "\f4a5"
}

.ion-ios-search-strong:before {
    content: "\f4a4"
}

.ion-ios-settings:before {
    content: "\f4a7"
}

.ion-ios-settings-strong:before {
    content: "\f4a6"
}

.ion-ios-shuffle:before {
    content: "\f4a9"
}

.ion-ios-shuffle-strong:before {
    content: "\f4a8"
}

.ion-ios-skipbackward:before {
    content: "\f4ab"
}

.ion-ios-skipbackward-outline:before {
    content: "\f4aa"
}

.ion-ios-skipforward:before {
    content: "\f4ad"
}

.ion-ios-skipforward-outline:before {
    content: "\f4ac"
}

.ion-ios-snowy:before {
    content: "\f4ae"
}

.ion-ios-speedometer:before {
    content: "\f4b0"
}

.ion-ios-speedometer-outline:before {
    content: "\f4af"
}

.ion-ios-star:before {
    content: "\f4b3"
}

.ion-ios-star-half:before {
    content: "\f4b1"
}

.ion-ios-star-outline:before {
    content: "\f4b2"
}

.ion-ios-stopwatch:before {
    content: "\f4b5"
}

.ion-ios-stopwatch-outline:before {
    content: "\f4b4"
}

.ion-ios-sunny:before {
    content: "\f4b7"
}

.ion-ios-sunny-outline:before {
    content: "\f4b6"
}

.ion-ios-telephone:before {
    content: "\f4b9"
}

.ion-ios-telephone-outline:before {
    content: "\f4b8"
}

.ion-ios-tennisball:before {
    content: "\f4bb"
}

.ion-ios-tennisball-outline:before {
    content: "\f4ba"
}

.ion-ios-thunderstorm:before {
    content: "\f4bd"
}

.ion-ios-thunderstorm-outline:before {
    content: "\f4bc"
}

.ion-ios-time:before {
    content: "\f4bf"
}

.ion-ios-time-outline:before {
    content: "\f4be"
}

.ion-ios-timer:before {
    content: "\f4c1"
}

.ion-ios-timer-outline:before {
    content: "\f4c0"
}

.ion-ios-toggle:before {
    content: "\f4c3"
}

.ion-ios-toggle-outline:before {
    content: "\f4c2"
}

.ion-ios-trash:before {
    content: "\f4c5"
}

.ion-ios-trash-outline:before {
    content: "\f4c4"
}

.ion-ios-undo:before {
    content: "\f4c7"
}

.ion-ios-undo-outline:before {
    content: "\f4c6"
}

.ion-ios-unlocked:before {
    content: "\f4c9"
}

.ion-ios-unlocked-outline:before {
    content: "\f4c8"
}

.ion-ios-upload:before {
    content: "\f4cb"
}

.ion-ios-upload-outline:before {
    content: "\f4ca"
}

.ion-ios-videocam:before {
    content: "\f4cd"
}

.ion-ios-videocam-outline:before {
    content: "\f4cc"
}

.ion-ios-volume-high:before {
    content: "\f4ce"
}

.ion-ios-volume-low:before {
    content: "\f4cf"
}

.ion-ios-wineglass:before {
    content: "\f4d1"
}

.ion-ios-wineglass-outline:before {
    content: "\f4d0"
}

.ion-ios-world:before {
    content: "\f4d3"
}

.ion-ios-world-outline:before {
    content: "\f4d2"
}

.ion-ipad:before {
    content: "\f1f9"
}

.ion-iphone:before {
    content: "\f1fa"
}

.ion-ipod:before {
    content: "\f1fb"
}

.ion-jet:before {
    content: "\f295"
}

.ion-key:before {
    content: "\f296"
}

.ion-knife:before {
    content: "\f297"
}

.ion-laptop:before {
    content: "\f1fc"
}

.ion-leaf:before {
    content: "\f1fd"
}

.ion-levels:before {
    content: "\f298"
}

.ion-lightbulb:before {
    content: "\f299"
}

.ion-link:before {
    content: "\f1fe"
}

.ion-load-a:before {
    content: "\f29a"
}

.ion-load-b:before {
    content: "\f29b"
}

.ion-load-c:before {
    content: "\f29c"
}

.ion-load-d:before {
    content: "\f29d"
}

.ion-location:before {
    content: "\f1ff"
}

.ion-lock-combination:before {
    content: "\f4d4"
}

.ion-locked:before {
    content: "\f200"
}

.ion-log-in:before {
    content: "\f29e"
}

.ion-log-out:before {
    content: "\f29f"
}

.ion-loop:before {
    content: "\f201"
}

.ion-magnet:before {
    content: "\f2a0"
}

.ion-male:before {
    content: "\f2a1"
}

.ion-man:before {
    content: "\f202"
}

.ion-map:before {
    content: "\f203"
}

.ion-medkit:before {
    content: "\f2a2"
}

.ion-merge:before {
    content: "\f33f"
}

.ion-mic-a:before {
    content: "\f204"
}

.ion-mic-b:before {
    content: "\f205"
}

.ion-mic-c:before {
    content: "\f206"
}

.ion-minus:before {
    content: "\f209"
}

.ion-minus-circled:before {
    content: "\f207"
}

.ion-minus-round:before {
    content: "\f208"
}

.ion-model-s:before {
    content: "\f2c1"
}

.ion-monitor:before {
    content: "\f20a"
}

.ion-more:before {
    content: "\f20b"
}

.ion-mouse:before {
    content: "\f340"
}

.ion-music-note:before {
    content: "\f20c"
}

.ion-navicon:before {
    content: "\f20e"
}

.ion-navicon-round:before {
    content: "\f20d"
}

.ion-navigate:before {
    content: "\f2a3"
}

.ion-network:before {
    content: "\f341"
}

.ion-no-smoking:before {
    content: "\f2c2"
}

.ion-nuclear:before {
    content: "\f2a4"
}

.ion-outlet:before {
    content: "\f342"
}

.ion-paintbrush:before {
    content: "\f4d5"
}

.ion-paintbucket:before {
    content: "\f4d6"
}

.ion-paper-airplane:before {
    content: "\f2c3"
}

.ion-paperclip:before {
    content: "\f20f"
}

.ion-pause:before {
    content: "\f210"
}

.ion-person:before {
    content: "\f213"
}

.ion-person-add:before {
    content: "\f211"
}

.ion-person-stalker:before {
    content: "\f212"
}

.ion-pie-graph:before {
    content: "\f2a5"
}

.ion-pin:before {
    content: "\f2a6"
}

.ion-pinpoint:before {
    content: "\f2a7"
}

.ion-pizza:before {
    content: "\f2a8"
}

.ion-plane:before {
    content: "\f214"
}

.ion-planet:before {
    content: "\f343"
}

.ion-play:before {
    content: "\f215"
}

.ion-playstation:before {
    content: "\f30a"
}

.ion-plus:before {
    content: "\f218"
}

.ion-plus-circled:before {
    content: "\f216"
}

.ion-plus-round:before {
    content: "\f217"
}

.ion-podium:before {
    content: "\f344"
}

.ion-pound:before {
    content: "\f219"
}

.ion-power:before {
    content: "\f2a9"
}

.ion-pricetag:before {
    content: "\f2aa"
}

.ion-pricetags:before {
    content: "\f2ab"
}

.ion-printer:before {
    content: "\f21a"
}

.ion-pull-request:before {
    content: "\f345"
}

.ion-qr-scanner:before {
    content: "\f346"
}

.ion-quote:before {
    content: "\f347"
}

.ion-radio-waves:before {
    content: "\f2ac"
}

.ion-record:before {
    content: "\f21b"
}

.ion-refresh:before {
    content: "\f21c"
}

.ion-reply:before {
    content: "\f21e"
}

.ion-reply-all:before {
    content: "\f21d"
}

.ion-ribbon-a:before {
    content: "\f348"
}

.ion-ribbon-b:before {
    content: "\f349"
}

.ion-sad:before {
    content: "\f34a"
}

.ion-sad-outline:before {
    content: "\f4d7"
}

.ion-scissors:before {
    content: "\f34b"
}

.ion-search:before {
    content: "\f21f"
}

.ion-settings:before {
    content: "\f2ad"
}

.ion-share:before {
    content: "\f220"
}

.ion-shuffle:before {
    content: "\f221"
}

.ion-skip-backward:before {
    content: "\f222"
}

.ion-skip-forward:before {
    content: "\f223"
}

.ion-social-android:before {
    content: "\f225"
}

.ion-social-android-outline:before {
    content: "\f224"
}

.ion-social-angular:before {
    content: "\f4d9"
}

.ion-social-angular-outline:before {
    content: "\f4d8"
}

.ion-social-apple:before {
    content: "\f227"
}

.ion-social-apple-outline:before {
    content: "\f226"
}

.ion-social-bitcoin:before {
    content: "\f2af"
}

.ion-social-bitcoin-outline:before {
    content: "\f2ae"
}

.ion-social-buffer:before {
    content: "\f229"
}

.ion-social-buffer-outline:before {
    content: "\f228"
}

.ion-social-chrome:before {
    content: "\f4db"
}

.ion-social-chrome-outline:before {
    content: "\f4da"
}

.ion-social-codepen:before {
    content: "\f4dd"
}

.ion-social-codepen-outline:before {
    content: "\f4dc"
}

.ion-social-css3:before {
    content: "\f4df"
}

.ion-social-css3-outline:before {
    content: "\f4de"
}

.ion-social-designernews:before {
    content: "\f22b"
}

.ion-social-designernews-outline:before {
    content: "\f22a"
}

.ion-social-dribbble:before {
    content: "\f22d"
}

.ion-social-dribbble-outline:before {
    content: "\f22c"
}

.ion-social-dropbox:before {
    content: "\f22f"
}

.ion-social-dropbox-outline:before {
    content: "\f22e"
}

.ion-social-euro:before {
    content: "\f4e1"
}

.ion-social-euro-outline:before {
    content: "\f4e0"
}

.ion-social-facebook:before {
    content: "\f231"
}

.ion-social-facebook-outline:before {
    content: "\f230"
}

.ion-social-foursquare:before {
    content: "\f34d"
}

.ion-social-foursquare-outline:before {
    content: "\f34c"
}

.ion-social-freebsd-devil:before {
    content: "\f2c4"
}

.ion-social-github:before {
    content: "\f233"
}

.ion-social-github-outline:before {
    content: "\f232"
}

.ion-social-google:before {
    content: "\f34f"
}

.ion-social-google-outline:before {
    content: "\f34e"
}

.ion-social-googleplus:before {
    content: "\f235"
}

.ion-social-googleplus-outline:before {
    content: "\f234"
}

.ion-social-hackernews:before {
    content: "\f237"
}

.ion-social-hackernews-outline:before {
    content: "\f236"
}

.ion-social-html5:before {
    content: "\f4e3"
}

.ion-social-html5-outline:before {
    content: "\f4e2"
}

.ion-social-instagram:before {
    content: "\f351"
}

.ion-social-instagram-outline:before {
    content: "\f350"
}

.ion-social-javascript:before {
    content: "\f4e5"
}

.ion-social-javascript-outline:before {
    content: "\f4e4"
}

.ion-social-linkedin:before {
    content: "\f239"
}

.ion-social-linkedin-outline:before {
    content: "\f238"
}

.ion-social-markdown:before {
    content: "\f4e6"
}

.ion-social-nodejs:before {
    content: "\f4e7"
}

.ion-social-octocat:before {
    content: "\f4e8"
}

.ion-social-pinterest:before {
    content: "\f2b1"
}

.ion-social-pinterest-outline:before {
    content: "\f2b0"
}

.ion-social-python:before {
    content: "\f4e9"
}

.ion-social-reddit:before {
    content: "\f23b"
}

.ion-social-reddit-outline:before {
    content: "\f23a"
}

.ion-social-rss:before {
    content: "\f23d"
}

.ion-social-rss-outline:before {
    content: "\f23c"
}

.ion-social-sass:before {
    content: "\f4ea"
}

.ion-social-skype:before {
    content: "\f23f"
}

.ion-social-skype-outline:before {
    content: "\f23e"
}

.ion-social-snapchat:before {
    content: "\f4ec"
}

.ion-social-snapchat-outline:before {
    content: "\f4eb"
}

.ion-social-tumblr:before {
    content: "\f241"
}

.ion-social-tumblr-outline:before {
    content: "\f240"
}

.ion-social-tux:before {
    content: "\f2c5"
}

.ion-social-twitch:before {
    content: "\f4ee"
}

.ion-social-twitch-outline:before {
    content: "\f4ed"
}

.ion-social-twitter:before {
    content: "\f243"
}

.ion-social-twitter-outline:before {
    content: "\f242"
}

.ion-social-usd:before {
    content: "\f353"
}

.ion-social-usd-outline:before {
    content: "\f352"
}

.ion-social-vimeo:before {
    content: "\f245"
}

.ion-social-vimeo-outline:before {
    content: "\f244"
}

.ion-social-whatsapp:before {
    content: "\f4f0"
}

.ion-social-whatsapp-outline:before {
    content: "\f4ef"
}

.ion-social-windows:before {
    content: "\f247"
}

.ion-social-windows-outline:before {
    content: "\f246"
}

.ion-social-wordpress:before {
    content: "\f249"
}

.ion-social-wordpress-outline:before {
    content: "\f248"
}

.ion-social-yahoo:before {
    content: "\f24b"
}

.ion-social-yahoo-outline:before {
    content: "\f24a"
}

.ion-social-yen:before {
    content: "\f4f2"
}

.ion-social-yen-outline:before {
    content: "\f4f1"
}

.ion-social-youtube:before {
    content: "\f24d"
}

.ion-social-youtube-outline:before {
    content: "\f24c"
}

.ion-soup-can:before {
    content: "\f4f4"
}

.ion-soup-can-outline:before {
    content: "\f4f3"
}

.ion-speakerphone:before {
    content: "\f2b2"
}

.ion-speedometer:before {
    content: "\f2b3"
}

.ion-spoon:before {
    content: "\f2b4"
}

.ion-star:before {
    content: "\f24e"
}

.ion-stats-bars:before {
    content: "\f2b5"
}

.ion-steam:before {
    content: "\f30b"
}

.ion-stop:before {
    content: "\f24f"
}

.ion-thermometer:before {
    content: "\f2b6"
}

.ion-thumbsdown:before {
    content: "\f250"
}

.ion-thumbsup:before {
    content: "\f251"
}

.ion-toggle:before {
    content: "\f355"
}

.ion-toggle-filled:before {
    content: "\f354"
}

.ion-transgender:before {
    content: "\f4f5"
}

.ion-trash-a:before {
    content: "\f252"
}

.ion-trash-b:before {
    content: "\f253"
}

.ion-trophy:before {
    content: "\f356"
}

.ion-tshirt:before {
    content: "\f4f7"
}

.ion-tshirt-outline:before {
    content: "\f4f6"
}

.ion-umbrella:before {
    content: "\f2b7"
}

.ion-university:before {
    content: "\f357"
}

.ion-unlocked:before {
    content: "\f254"
}

.ion-upload:before {
    content: "\f255"
}

.ion-usb:before {
    content: "\f2b8"
}

.ion-videocamera:before {
    content: "\f256"
}

.ion-volume-high:before {
    content: "\f257"
}

.ion-volume-low:before {
    content: "\f258"
}

.ion-volume-medium:before {
    content: "\f259"
}

.ion-volume-mute:before {
    content: "\f25a"
}

.ion-wand:before {
    content: "\f358"
}

.ion-waterdrop:before {
    content: "\f25b"
}

.ion-wifi:before {
    content: "\f25c"
}

.ion-wineglass:before {
    content: "\f2b9"
}

.ion-woman:before {
    content: "\f25d"
}

.ion-wrench:before {
    content: "\f2ba"
}

.ion-xbox:before {
    content: "\f30c"
}

button,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Nunito, sans-serif;
    font-weight: 900
}

p {
    font-family: "PT Sans", serif;
    margin-bottom: 36px;
    line-height: 1.4;
    font-weight: 400;
    font-size: 1.6rem;
    color: #767676
}

@media only all and (max-width:500px) {
    p {
        font-size: 1.65rem
    }
}

a {
    text-decoration: none;
    color: #767676
}

button {
    font-size: 16px;
    font-size: 1.6rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e2a54
}

.font__h1,
h1 {
    font-size: 47px;
    font-size: 4.7rem;
    letter-spacing: -.7px;
    line-height: 1.5
}

@media only all and (max-width:47em) {

    .font__h1,
    h1 {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.4
    }
}

.font__h2,
h2 {
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: -.2px;
    line-height: 1.3
}

@media only all and (max-width:47em) {

    .font__h2,
    h2 {
        line-height: 1.3;
        font-size: 29px;
        font-size: 2.9rem
    }
}

.font__h3,
h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3
}

.font__h4,
h4 {
    font-size: 20px;
    font-size: 2rem
}

.font__h5,
h5 {
    font-size: 18px;
    font-size: 1.8rem
}

.font__h6,
h6 {
    font-size: 16px;
    font-size: 1.6rem
}

.wysing {
    width: 100%
}

.wysing p {
    margin-top: 0
}

.wysing p:last-child {
    margin-bottom: 0
}

.wysing ol,
.wysing ul {
    margin-top: 0;
    margin-bottom: 36px;
    padding: 0 20px 0 30px
}

.wysing li {
    margin-bottom: 10px
}

.wysing h1,
.wysing h2,
.wysing h3,
.wysing h4,
.wysing h5,
.wysing h6 {
    margin-bottom: 36px;
    margin-top: 70px
}

.wysing>:first-child {
    margin-top: 0
}

.wysing a,
.wysing div,
.wysing li,
.wysing ol,
.wysing p,
.wysing span,
.wysing table,
.wysing ul {
    color: #767676;
    font-size: 1.6rem;
    line-height: 1.45
}

.wysing b,
.wysing i,
.wysing strong {
    color: #1e2a54
}

.wysing b,
.wysing strong {
    font-weight: 900
}

.wysing a strong {
    color: #d90011
}

.wysing strong a {
    color: #d90011
}

.wysing table {
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 40px auto;
    position: relative
}

.wysing table * {
    position: relative
}

.wysing table thead tr {
    height: 60px;
    background: #36304a
}

.wysing table th {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset
}

.wysing table tbody tr {
    font-size: 15px;
    color: gray;
    line-height: 1.2;
    font-weight: unset
}

.wysing table tbody tr td {
    padding: 10px 5px
}

.wysing table tr:nth-child(even) {
    background-color: #f5f5f5
}

.wysing img {
    height: auto;
    width: 120%;
    max-width: 120%;
    display: block;
    margin-right: -10%;
    margin-left: -10%;
    margin-top: 70px
}

@media only all and (max-width:1100px) {
    .wysing img {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 35px
    }
}

@media only all and (max-width:900px) {
    .wysing img {
        display: block !important;
        width: 100% !important
    }
}

.wysing img.alignleft {
    float: left;
    margin: 30px 30px 30px 0;
    width: auto;
    max-width: 100%
}

.wysing img.alignright {
    float: right;
    margin: 30px 0 30px 30px;
    width: auto;
    max-width: 100%
}

.wysing img.aligncenter {
    display: block;
    margin: 40px auto;
    width: auto;
    max-width: 100%
}

.wysing .font_small,
.wysing small {
    font-size: .707em
}

.wysing .wp-caption {
    margin: 0;
    max-width: 100%
}

.wysing .wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 10px
}

.wysing blockquote {
    padding: 50px;
    margin: 50px -10%;
    border-left: 2px solid #d90011;
    background-color: rgba(51, 51, 51, .03);
    box-shadow: 0 0 20px rgba(193, 193, 193, .7)
}

@media only all and (max-width:1100px) {
    .wysing blockquote {
        margin: 50px 0;
        padding: 40px
    }
}

@media only all and (max-width:47em) {
    .wysing blockquote {
        padding: 30px;
        border-left: 15px solid var(--color-primary, #333)
    }
}

.wysing blockquote * {
    margin: 0;
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: .5px
}

@media only all and (max-width:1100px) {
    .wysing blockquote * {
        font-size: 2rem
    }
}

@media only all and (max-width:47em) {
    .wysing blockquote * {
        font-size: 1.8rem
    }
}

.wysing hr {
    margin: 20px 0;
    opacity: .2
}

.wysing a {
    text-decoration: underline
}

.logged-in .site {
    min-height: calc(100vh - 32px)
}

@media only all and (max-width:1000px) {
    .logged-in .site {
        min-height: calc(100vh - 46px)
    }
}

.logged-in .search__wrapper .search__header,
.logged-in .site-header {
    top: 32px
}

@media only all and (max-width:782px) {

    .logged-in .search__wrapper .search__header,
    .logged-in .site-header {
        top: 46px
    }
}

@media only all and (max-width:1000px) {
    .logged-in .header .header__right {
        top: 152px;
        height: calc(100vh - 120px - 32px)
    }
}

@media only all and (max-width:1000px) and (max-width:1000px) {
    .logged-in .header .header__right {
        top: 112px;
        height: calc(100vh - 80px - 32px)
    }
}

@media only all and (max-width:1000px) and (max-width:47em) {
    .logged-in .header .header__right {
        top: 126px;
        height: calc(100vh - 80px - 46px)
    }
}

.logged-in .b-posts .b-posts__filters {
    top: 152px
}

@media only all and (max-width:1000px) {
    .logged-in .b-posts .b-posts__filters {
        top: 110px
    }
}

@media only all and (max-width:782px) {
    .logged-in .b-posts .b-posts__filters {
        top: 126px
    }
}

.logged-in .b-subnav {
    top: 152px
}

@media only all and (max-width:1000px) {
    .logged-in .b-subnav {
        top: 110px
    }
}

@media only all and (max-width:782px) {
    .logged-in .b-subnav {
        top: 126px
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    transition: opacity 1s;
    box-shadow: 0 0 19px 0 rgba(30, 42, 84, .34);
    height: 120px
}

@media only all and (max-width:1000px) {
    .header {
        height: 80px
    }
}

.header .centered-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

.header .header__logo {
    display: block;
    max-width: 180px;
    min-width: 180px;
    font-weight: 800;
    height: 100%;
    letter-spacing: 1px;
    font-size: 1.8rem;
    margin-right: 20px
}

@media only all and (max-width:1100px) {
    .header .header__logo {
        max-width: 100px;
        min-width: 100px
    }
}

.header .header__logo img {
    display: block;
    height: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.header .header__nav-trigger {
    display: none
}

@media only all and (min-width:1000px) {

    .header .header__nav__search__rs,
    .header .header__right__premenu {
        display: none
    }

    .header .header__right {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 6px 0
    }

    .header .header__right .header__right__top {
        display: flex;
        justify-content: flex-end;
        align-items: center
    }

    .header .header__right .header__right__top .header__social a {
        color: #1e2a54;
        padding: 0 8px;
        font-size: 2.2rem;
        position: relative;
        top: 2px
    }

    .header .header__right .header__right__top>.btn {
        margin-left: 24px
    }

    .header .header__right .header__right__top .header__social a {
        transition: .3s
    }

    .header .header__right .header__right__top .header__social a:hover {
        opacity: .7
    }

    .header .header__right .header__right__bottom {
        flex: 1;
        margin-top: 10px
    }

    .header .header__nav {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end
    }

    .header .header__nav .sub-menu {
        display: none
    }

    .header .header__nav .menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
        margin: 0;
        padding: 0
    }

    .header .header__nav .menu>li {
        display: flex;
        align-items: center;
        height: 100%;
        position: relative
    }

    .header .header__nav .menu>li a {
        color: #767676;
        transition: .3s;
        font-size: 1.4rem;
        padding: 0 12px
    }

    .header .header__nav .menu>li a:hover {
        text-shadow: 0 0 1px #1e2a54;
        color: #1e2a54
    }
}

@media only all and (min-width:1000px) and (max-width:1100px) {
    .header .header__nav .menu>li a {
        padding: 0 7px
    }
}

@media only all and (min-width:1000px) {
    .header .header__nav .header__search {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0;
        font: inherit;
        cursor: pointer;
        font-weight: 700;
        color: #1e2a54;
        font-size: 2rem;
        position: relative;
        top: 7px;
        margin-left: 10px;
        height: 100%
    }

    .header .header__nav .header__search:hover {
        transform: scale(1.1)
    }

    .header .header__lang {
        position: relative;
        margin-left: 24px;
        border-radius: 14px
    }

    .header .header__lang ul {
        margin: 0
    }

    .header .header__lang.header__lang__rs {
        display: none
    }

    .header .header__lang .btn {
        padding-left: 16px;
        padding-right: 16px;
        border: 1px solid #1e2a54;
        text-transform: uppercase;
        font-weight: 700;
        transition: .4s;
        line-height: 1;
        padding-top: 11px;
        padding-bottom: 9px
    }

    .header .header__lang .btn i {
        position: relative;
        top: 1px;
        margin-left: 6px;
        display: inline-block
    }

    .header .header__lang:hover .btn {
        background-color: #1e2a54;
        color: #fff
    }

    .header .header__lang.focus i {
        color: #fff
    }

    .header .header__lang.focus .btn {
        transition: 0s;
        background-color: #1e2a54;
        color: #fff
    }

    .header .header__lang.focus .btn i {
        transform: rotateX(180deg);
        top: -1px
    }

    .header .header__lang.focus .header__lang__content {
        display: block
    }

    .header .header__lang .header__lang__content {
        position: absolute;
        display: none;
        transition: .4s;
        margin-top: 0;
        right: 0;
        left: 0;
        z-index: 1;
        border: 1px solid #1e2a54;
        border-top: none;
        border-radius: 0 0 14px 14px;
        top: 100%;
        padding: 0;
        transform: translateY(-12px);
        background-color: #1e2a54;
        padding: 5px 0
    }

    .header .header__lang .header__lang__content li {
        width: 100%;
        display: block;
        border-radius: 14px;
        padding: 4px 16px;
        margin: 0;
        list-style-type: none
    }

    .header .header__lang .header__lang__content li a {
        transition: .4s;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        display: block;
        font-size: 1.4rem;
        font-family: Nunito
    }

    .header .current-menu-ancestor a,
    .header .current-menu-item a {
        color: #1e2a54 !important;
        font-weight: 700;
        position: relative
    }

    .header .current-menu-ancestor a:after,
    .header .current-menu-item a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -22px;
        right: 0;
        height: 4px;
        background-color: #1e2a54
    }

    .header .header__admin {
        border-radius: 14px;
        padding: 9px 42px;
        font-size: 1.4rem;
        font-weight: 900;
        text-align: center;
        font-family: Nunito;
        display: inline-block;
        transition: .4s;
        border: none;
        cursor: pointer;
        background-color: #1e2a54;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-left: 24px
    }

    .header .header__admin.__alt {
        background-color: #d90011
    }

    .header .header__admin.__alt .offset {
        background-color: #d90011
    }

    .header .header__admin .offset {
        transition: .4s;
        visibility: hidden;
        position: absolute;
        text-align: right;
        min-width: 110%;
        right: 0;
        bottom: 0;
        background-color: #1e2a54;
        padding: 20px;
        z-index: 1;
        opacity: 0;
        border-radius: 14px 0 14px 14px;
        transform: translateY(90%)
    }

    .header .header__admin .offset a {
        color: #fff;
        white-space: nowrap;
        margin-bottom: 12px;
        display: block
    }

    .header .header__admin .offset a:last-child {
        margin-bottom: 0
    }

    .header .header__admin:hover {
        border-radius: 14px 14px 0 0
    }

    .header .header__admin:hover .offset {
        opacity: 1;
        visibility: visible;
        transform: translateY(100%)
    }
}

@media only all and (max-width:1000px) {
    .header .header__right__premenu {
        margin-top: 30px
    }

    .header .header__right__premenu .header__admin {
        border-top: 1px solid #1e2a54
    }

    .header .header__right__premenu .header__admin span {
        display: flex;
        justify-content: space-between;
        padding: 20px;
        font-weight: 700;
        color: #d90011;
        background-color: #f1f6fe;
        cursor: pointer
    }

    .header .header__right__premenu .header__admin span::after {
        content: "\f123";
        display: inline-block;
        font-family: Ionicons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 2rem;
        transform: translateY(0);
        color: #d90011
    }

    .header .header__right__premenu .header__admin span.active {
        background-color: #fff
    }

    .header .header__right__premenu .header__admin span.active::after {
        content: "\f126" !important
    }

    .header .header__right__premenu .header__admin span.active+.offset {
        display: block
    }

    .header .header__right__premenu .header__admin .offset {
        display: none;
        padding: 30px 20px;
        background-color: #f1f6fe
    }

    .header .header__right__premenu .header__admin .offset a {
        display: block;
        font-size: 14px;
        color: #1e2a54;
        padding-bottom: 16px
    }

    .header .header__right__premenu .header__admin .offset a:last-child {
        padding-bottom: 0
    }

    .header .header__nav__search__rs {
        padding: 0 30px
    }
}

@media only all and (max-width:1000px) and (max-width:47em) {
    .header .header__nav__search__rs {
        padding: 0 20px
    }
}

@media only all and (max-width:1000px) {
    .header .header__logo {
        margin-right: 0
    }

    .header .header__lang {
        display: none
    }

    .header .header__search {
        display: none
    }

    .header .header__lang__rs {
        display: block;
        position: relative;
        margin-left: 0;
        border-radius: 14px;
        max-width: 110px
    }

    .header .header__lang__rs ul {
        margin: 0
    }

    .header .header__lang__rs .btn {
        text-align: left;
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        border: 1px solid transparent;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1;
        font-size: 1.8rem;
        transform: translateX(-16px);
        cursor: pointer;
        transition: .4s
    }

    .header .header__lang__rs .btn i {
        margin-left: 6px;
        display: inline-block
    }

    .header .header__lang__rs.focus .btn {
        border: 1px solid #1e2a54;
        transition: 0s;
        background-color: #1e2a54;
        color: #fff
    }

    .header .header__lang__rs.focus .btn i {
        color: #fff;
        position: relative;
        transform: rotateX(180deg);
        top: -1px
    }

    .header .header__lang__rs.focus .header__lang__content {
        display: block
    }

    .header .header__lang__rs .header__lang__content {
        position: absolute;
        display: none;
        transition: .4s;
        margin-top: 0;
        right: 0;
        left: 0;
        z-index: 1;
        border: 1px solid #1e2a54;
        border-top: none;
        border-radius: 0 0 14px 14px;
        top: 100%;
        padding: 0;
        transform: translateY(-12px) translateX(-16px);
        background-color: #1e2a54;
        padding: 5px 0
    }

    .header .header__lang__rs .header__lang__content li {
        width: 100%;
        display: block;
        border-radius: 14px;
        padding: 7px 16px;
        margin: 0;
        list-style-type: none
    }

    .header .header__lang__rs .header__lang__content li a {
        transition: .4s;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        display: block;
        font-size: 1.8rem;
        font-family: Nunito
    }

    .header .header__right {
        display: flex;
        flex-direction: column;
        transform: translateX(100%);
        position: fixed;
        left: 0;
        right: 0;
        z-index: 999;
        background-color: #fff;
        pointer-events: none;
        overflow-y: auto;
        transition: opacity .6s, transform .8s cubic-bezier(.77, 0, .175, 1);
        padding-bottom: 0;
        top: 120px;
        height: calc(100vh - 120px)
    }
}

@media only all and (max-width:1000px) and (max-width:1000px) {
    .header .header__right {
        top: 80px;
        height: calc(100vh - 80px)
    }
}

@media only all and (max-width:1000px) {
    .header .header__right .header__right__top {
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

@media only all and (max-width:1000px) and (max-width:47em) {
    .header .header__right .header__right__top {
        padding-bottom: 80px
    }
}

@media only all and (max-width:1000px) {
    .header .header__right .header__right__top .btn {
        min-width: 200px;
        margin-bottom: 20px
    }

    .header .header__right .header__right__top .header__social {
        order: 2;
        text-align: center
    }

    .header .header__right .header__right__top .header__social a {
        color: #1e2a54;
        padding: 20px;
        font-size: 3rem;
        display: inline-block
    }

    .header .header__right .header__right__top .header__admin {
        display: none
    }

    .header .header__right .header__nav {
        order: 1;
        margin-bottom: 0
    }

    .header .header__right .header__nav>ul {
        list-style-type: none;
        padding: 0;
        margin: 0 0 30px
    }

    .header .header__right .header__nav>ul>li {
        margin: 0
    }

    .header .header__right .header__nav>ul>li.menu-item-has-children>a {
        display: flex;
        justify-content: space-between
    }

    .header .header__right .header__nav>ul>li.menu-item-has-children>a::after {
        content: "\f123";
        display: inline-block;
        font-family: Ionicons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 2rem;
        transform: translateY(0);
        color: #d90011
    }

    .header .header__right .header__nav>ul>li:last-child a {
        border-bottom: 1px solid #1e2a54
    }

    .header .header__right .header__nav>ul>li>a {
        display: block;
        padding: 20px 30px;
        font-weight: 700;
        color: #1e2a54;
        border-top: 1px solid #1e2a54
    }
}

@media only all and (max-width:1000px) and (max-width:47em) {
    .header .header__right .header__nav>ul>li>a {
        padding: 20px
    }
}

@media only all and (max-width:1000px) {
    .header .header__right .header__nav>ul>li>a.sub-menu__visible+.sub-menu {
        display: block
    }

    .header .header__right .header__nav>ul>li>a.sub-menu__visible:after {
        content: "\f126" !important
    }

    .header .header__right .header__nav .sub-menu {
        display: none;
        margin: 0;
        padding: 30px;
        background-color: #f3f7ff;
        list-style-type: none
    }
}

@media only all and (max-width:1000px) and (max-width:47em) {
    .header .header__right .header__nav .sub-menu {
        padding: 30px 20px
    }
}

@media only all and (max-width:1000px) {
    .header .header__right .header__nav .sub-menu li:last-child a {
        padding-bottom: 0
    }

    .header .header__right .header__nav .sub-menu a {
        display: block;
        font-size: 14px;
        color: #1e2a54;
        padding-bottom: 16px
    }

    .header .header__nav-trigger {
        border: none;
        background: 0 0;
        position: relative;
        display: block;
        order: 3;
        color: #fff;
        min-width: 80px;
        height: 35px;
        margin-left: 0;
        min-width: 75px;
        padding: 0
    }

    .header .header__nav-trigger span {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 22px;
        color: #d90011;
        font-size: 32px;
        line-height: 32px;
        display: inline-block;
        transform: scaleX(0);
        transition: .3s
    }

    .header .header__nav-trigger span:nth-child(1) {
        transform: scaleX(1)
    }

    .header .header__nav-trigger span:nth-child(2) {
        transform: scaleX(0);
        font-size: 28px;
        margin-bottom: 0;
        color: #000 !important
    }

    .header.active .header__right {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto
    }

    .header.active .header__nav-trigger span {
        color: #d90011
    }

    .header.active .header__nav-trigger span:nth-child(1) {
        pointer-events: none;
        transform: scalex(0);
        opacity: 0
    }

    .header.active .header__nav-trigger span:nth-child(2) {
        pointer-events: auto;
        transform: scalex(1);
        opacity: 1
    }

    .header .current-menu-ancestor .current-menu-item a {
        font-weight: 700
    }
}

.grecaptcha-badge {
    display: none !important
}

.header__nav__search__rs .search__box {
    text-align: center;
    position: relative
}

.header__nav__search__rs .search__box input[type=search] {
    padding: 20px 50px 20px 20px;
    margin-bottom: 10px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d90011;
    outline: 0
}

@media only all and (max-width:1000px) {
    .header__nav__search__rs .search__box input[type=search] {
        margin-bottom: 0;
        padding: 10px 50px 10px 20px
    }
}

.header__nav__search__rs .search__box .se_btn {
    cursor: pointer;
    position: absolute;
    border: none;
    height: 100%;
    outline: 0;
    background-color: transparent;
    font-size: 24px;
    transition: .3s;
    top: 0;
    color: #1e2a54;
    transform: scale(1) translateX(-40px) translateY(3px)
}

.header__nav__search__rs .search__box .se_btn:hover {
    transform: translateY(3px) translateX(-40px) scale(1.1)
}

.page-template-default .page__title {
    max-width: 96rem;
    margin: 75px auto 30px;
    position: relative
}

.page-template-default .page__title h1:before {
    background-color: var(--color-primary, #d90011);
    margin-right: 20px;
    height: 10px;
    width: 60px;
    display: inline-block
}

@media only all and (max-width:47em) {
    .page-template-default .page__title {
        margin: 40px auto
    }
}

.page-template-default .page__thumbnail img {
    display: block;
    width: 100%
}

.page-template-default .page__content {
    max-width: 96rem;
    margin: 75px auto
}

.page-template-default .page__content:empty {
    display: none
}

@media only all and (max-width:47em) {
    .page-template-default .page__content {
        margin: 40px 0
    }
}

.page-template-default .page__title+.page__content {
    margin-top: 0
}

.page-template-sitemap .sitemap {
    margin: 50px 0;
    max-width: 1100px
}

.page-template-sitemap .sitemap h2 {
    margin-top: 90px;
    margin-bottom: 50px
}

.page-template-sitemap .sitemap .menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
}

.page-template-sitemap .sitemap .menu>li {
    list-style-type: none;
    flex: 0 0 33.33%;
    padding: 0 30px 0 0;
    margin-bottom: 50px;
    font-weight: 700
}

@media only all and (max-width:47em) {
    .page-template-sitemap .sitemap .menu>li {
        flex: 0 0 50%
    }
}

@media only all and (max-width:450px) {
    .page-template-sitemap .sitemap .menu>li {
        flex: 0 0 100%
    }
}

.page-template-sitemap .sitemap .menu>li>a {
    color: #1e2a54;
    margin-bottom: 30px;
    display: block;
    font-family: Nunito;
    font-weight: 900
}

.page-template-sitemap .sitemap .menu>li>ul {
    margin: 0;
    padding: 0
}

.page-template-sitemap .sitemap .menu>li>ul li {
    list-style-type: none;
    margin: 0;
    font-weight: 400;
    padding: 0
}

.page-template-sitemap .sitemap .menu>li>ul li a {
    margin-bottom: 6px;
    display: block
}

.b-elm {
    margin: 75px 0;
    width: 100%
}

.b-elm .centered-wrapper {
    opacity: 0;
    transition: .4s;
    will-change: opacity
}

@media only all and (max-width:47em) {
    .b-elm {
        margin: 50px 0
    }
}

.b-elm.b-elm__nmt {
    margin-top: 0
}

.b-elm.b-elm__nmb {
    margin-bottom: 0
}

.b-elm.b-elm__pt {
    padding-top: 100px
}

@media only all and (max-width:47em) {
    .b-elm.b-elm__pt {
        padding-top: 75px
    }
}

.b-elm.b-elm__pb {
    padding-bottom: 100px
}

@media only all and (max-width:47em) {
    .b-elm.b-elm__pb {
        padding-bottom: 75px
    }
}

.b-elm.b-elm__medium-width .centered-wrapper {
    max-width: 144rem
}

.b-elm.b-elm__full-width .centered-wrapper {
    max-width: 100%
}

.b-elm.b-elm__text-width .centered-wrapper {
    max-width: 96rem
}

.b-elm.b-elm__nofx>.centered-wrapper,
.b-elm.b-elm__view-complete>.centered-wrapper {
    opacity: 1
}

.b-breadcrumbs {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0
}

.b-breadcrumbs .crumbs {
    display: flex;
    flex-wrap: wrap
}

.b-breadcrumbs .centered-wrapper {
    font-size: 1.4rem;
    color: #767676
}

.b-breadcrumbs .centered-wrapper i {
    padding: 0 12px;
    position: relative;
    top: 1px;
    line-height: 2;
    text-align: center;
    display: inline-block
}

.b-breadcrumbs .centered-wrapper .current {
    color: #1e2a54;
    line-height: 2
}

.b-breadcrumbs .centered-wrapper a {
    line-height: 2
}

.b-breadcrumbs+.b-elm.b-elm__nmt>.centered-wrapper {
    padding-top: 20px
}

.b-breadcrumbs+.b-elm.b-elm__pt>.centered-wrapper {
    padding-top: 0
}

.b-subnav {
    margin-top: 25px !important;
    padding-bottom: 00px;
    margin-bottom: 20px !important;
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    z-index: 1;
    top: 120px
}

@media only all and (max-width:1000px) {
    .b-subnav {
        top: 80px
    }
}

.b-subnav .centered-wrapper .offset {
    display: flex;
    padding-top: 12px;
    border-bottom: 1px solid #1e2a54
}

.b-subnav .centered-wrapper .offset .b-subnav__title {
    margin: 0 20px 0 0;
    font-size: 2rem;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 24px;
    flex: 1
}

.b-subnav .centered-wrapper .offset .b-subnav__links {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden
}

.b-subnav .centered-wrapper .offset .b-subnav__links a {
    font-family: Nunito;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    color: #767676;
    margin-left: 24px;
    transition: .3s;
    padding-bottom: 14px;
    padding-top: 10px;
    white-space: nowrap;
    display: inline-block
}

.b-subnav .centered-wrapper .offset .b-subnav__links a:hover {
    color: #1e2a54
}

.b-subnav .centered-wrapper .offset .b-subnav__links a.selected {
    font-weight: 700;
    position: relative;
    color: #1e2a54
}

.b-subnav .centered-wrapper .offset .b-subnav__links a.selected:after {
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1e2a54
}

.b-subnav .centered-wrapper .offset i {
    display: none
}

.b-subnav .centered-wrapper .offset.rs {
    flex-direction: column
}

.b-subnav .centered-wrapper .offset.rs i {
    display: block
}

.b-subnav .centered-wrapper .offset.rs .b-subnav__title {
    display: flex;
    margin-right: 0;
    justify-content: space-between
}

.b-subnav .centered-wrapper .offset.rs.active nav {
    display: flex
}

.b-subnav .centered-wrapper .offset.rs.active i {
    color: #d90011;
    display: block
}

.b-subnav .centered-wrapper .offset.rs.active i::before {
    content: "\f126"
}

.b-subnav .centered-wrapper .offset.rs nav {
    background-color: #f3f7ff;
    padding: 20px;
    display: none;
    flex-direction: column
}

.b-subnav .centered-wrapper .offset.rs nav a {
    margin-left: 0;
    padding: 6px 0
}

.b-subnav .centered-wrapper .offset.rs nav a:last-child {
    padding-bottom: 0
}

.b-subnav .centered-wrapper .offset.rs nav a:after {
    display: none
}

.b-subnav+.b-elm:not(.b-elm__pt) .centered-wrapper {
    padding-top: 40px
}

.b-subnav+.b-breadcrumbs {
    padding-top: 0
}

.b-subnav+.b-breadcrumbs .centered-wrapper {
    padding-top: 0 !important
}

.b-cta {
    position: relative;
    overflow: hidden
}

.b-cta .centered-wrapper {
    position: relative
}

.b-cta .b-cta__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.b-cta .b-cta__bg:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #0f2027;
    opacity: .85;
    background: linear-gradient(30deg, #000, #000, #d90011, #d90011)
}

@media only all and (max-width:47em) {
    .b-cta .b-cta__bg:after {
        background: linear-gradient(30deg, #000, #000, #d90011)
    }
}

.b-cta .b-cta__slides {
    opacity: 0;
    transition: 1s;
    transform: translateX(10px)
}

.b-cta .b-cta__slides .b-cta__slide {
    padding: 12vh 0;
    position: relative
}

.b-cta .b-cta__slides .b-cta__slide .centered-wrapper {
    opacity: 0;
    transform: translateY(20px);
    transition: .6s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start
}

.b-cta .b-cta__slides .b-cta__slide .b-cta__slide__subtitle {
    max-width: 700px;
    font-size: 1.8rem;
    color: #fff;
    margin: 0
}

@media only all and (max-width:47em) {
    .b-cta .b-cta__slides .b-cta__slide .b-cta__slide__subtitle {
        font-size: 1.6rem;
        max-width: 85%
    }
}

.b-cta .b-cta__slides .b-cta__slide .b-cta__slide__subtitle b {
    font-weight: 900;
    font-size: 2.4rem
}

.b-cta .b-cta__slides .b-cta__slide .b-cta__slide__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.b-cta .b-cta__slides .b-cta__slide .b-cta__slide__title {
    margin-bottom: 0;
    margin-top: 0;
    max-width: 900px
}

@media only all and (max-width:47em) {
    .b-cta .b-cta__slides .b-cta__slide .b-cta__slide__title {
        max-width: 85%
    }

    .b-cta .b-cta__slides .b-cta__slide .b-cta__slide__title br {
        display: none
    }
}

@media only all and (max-width:500px) {
    .b-cta .b-cta__slides .b-cta__slide .b-cta__slide__title {
        font-size: 2.4rem
    }
}

.b-cta .b-cta__slides .b-cta__slide .b-cta__slide__title+.b-cta__slide__subtitle {
    margin-top: 14px
}

.b-cta .b-cta__slides .b-cta__slide .b-cta__slide__title+.btn {
    margin-top: 20px
}

.b-cta .b-cta__slides .b-cta__slide .b-cta__slide__subtitle+.btn {
    margin-top: 30px
}

.b-cta .b-cta__slides .b-cta__slide.b-cta__slide__center {
    text-align: center
}

.b-cta .b-cta__slides .b-cta__slide.b-cta__slide__center .centered-wrapper {
    align-items: center
}

.b-cta .b-cta__slides .b-cta__slide.b-cta__slide__center .b-cta__slide__subtitle,
.b-cta .b-cta__slides .b-cta__slide.b-cta__slide__center .b-cta__slide__title {
    margin-left: auto;
    margin-right: auto
}

.b-cta .b-cta__slides .b-cta__slide:not(:nth-child(1)) {
    display: none
}

.b-cta .b-cta__slides.slick-initialized .slick-slide.slick-active .b-cta__slide .centered-wrapper {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s
}

.b-cta .b-cta__form {
    max-width: 1200px;
    margin: -140px auto 0;
    z-index: 1;
    margin-bottom: 20px;
    transform: translateY(20px);
    opacity: 0;
    transition: .6s
}

.b-cta .b-cta__form .form {
    max-width: 850px;
    margin: 0 auto
}

.b-cta .b-cta__form .b-cta__form__wrapper {
    margin: 0 30px;
    box-shadow: 0 0 19px 0 rgba(30, 42, 84, .34);
    position: relative;
    border-radius: 14px;
    padding: 36px 0 0;
    background-color: #fff
}

.b-cta .b-cta__form .b-cta__form__wrapper h3 {
    margin: 0 0 26px;
    font-family: "PT Sans";
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 0 20px;
    letter-spacing: -.4px
}

.b-cta .b-cta__form .b-cta__form__wrapper .wpcf7 {
    overflow: initial;
    max-width: 100%;
    padding: 0;
    position: initial
}

.b-cta .b-cta__form .b-cta__form__wrapper label {
    top: 24px;
    font-size: 1.4rem !important
}

@media only all and (max-width:47em) {
    .b-cta .b-cta__form .btn {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.b-cta .b-cta__form .form__horizonal {
    padding: 0 20px
}

.b-cta .b-cta__form .form__horizonal .form__item {
    flex: 1;
    max-width: 47%
}

.b-cta .b-cta__form .form__horizonal .form__item.acceptance {
    margin: 10px 0 0;
    min-width: 100%
}

.b-cta .b-cta__form .form__horizonal .form__item.acceptance a,
.b-cta .b-cta__form .form__horizonal .form__item.acceptance span {
    font-size: 1.4rem
}

.b-cta .b-cta__form .form__horizonal .form__legal__requireds {
    padding-bottom: 30px
}

.b-cta .b-cta__form .wpcf7-response-output {
    width: 100%;
    margin-top: 0 !important;
    border: none;
    font-size: 1.5rem;
    padding: 12px;
    color: #1e2a54
}

.b-cta .b-cta__form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #1e2a54
}

.b-cta .b-cta__form .wpcf7-response-output::after {
    border-radius: 0 0 14px 14px;
    background-color: #f3f7ff !important
}

@media only all and (max-width:47em) {
    .b-cta .b-cta__form {
        display: none
    }
}

.b-cta .form {
    padding-bottom: 40px
}

.b-cta .form form {
    display: flex !important;
    flex-wrap: wrap;
    min-height: 65px
}

.b-cta .form .bee-row-content {
    max-width: 100% !important;
    margin: 0 40px !important
}

.b-cta .form .newsletter__a__consent {
    text-align: center
}

.b-cta .form .newsletter__a__consent label {
    display: inline-block;
    text-align: center;
    margin: 30px 0 0;
    font-size: 1.5rem;
    font-weight: 400;
    color: #333
}

.b-cta .form .newsletter__a__consent label input {
    margin-right: 6px
}

.b-cta .form .newsletter__a__consent label a {
    font-size: 1.5rem;
    font-weight: 400;
    color: #333;
    text-decoration: underline
}

.b-cta .form .newsletter__a__consent.hide {
    display: none
}

.b-cta .form .newsletter__a__form {
    min-height: 65px
}

.b-cta .form .newsletter__a__form .succes-alert-form-acm {
    border: none;
    text-align: center;
    font-weight: 700;
    background-color: transparent !important;
    border-radius: 0 !important;
    color: #1e2a54;
    font-family: "PT Sans", serif !important;
    font-size: 1.6rem !important;
    padding: 16px;
    max-width: 500px;
    margin: 0 auto
}

.b-cta .form .newsletter__a__form .succes-alert-form-acm:before {
    display: none
}

.b-cta .form .newsletter__a__form .bee-row-1,
.b-cta .form .newsletter__a__form .bee-row-content {
    background-color: transparent !important
}

.b-cta .form .newsletter__a__form .bee-block,
.b-cta .form .newsletter__a__form .bee-col {
    padding: 0 !important
}

.b-cta .form .newsletter__a__form .bee-form-row {
    display: flex;
    flex-direction: column-reverse;
    position: relative
}

.b-cta .form .newsletter__a__form .bee-form-row>.bee-field {
    height: 100%;
    padding: 0 !important
}

.b-cta .form .newsletter__a__form .bee-form-row .error-alert-form-acm {
    position: absolute;
    bottom: 0;
    margin-top: 10px;
    font-family: "PT Sans", serif;
    padding: 6px 16px 0;
    font-size: 1.5rem;
    border-radius: 0;
    transform: translateY(120%);
    background-color: transparent;
    color: #d90011;
    border: none
}

.b-cta .form .newsletter__a__form .bee-form-row .error-alert-form-acm:before {
    display: none
}

.b-cta .form .newsletter__a__form form .bee-form-row:nth-child(1) {
    flex: 1
}

.b-cta .form .newsletter__a__form form .bee-form-row:nth-child(1) label {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute
}

.b-cta .form .newsletter__a__form form .bee-form-row:nth-child(1) input {
    background-color: #fff;
    padding: 14px !important;
    width: 100%;
    transition: .3s;
    color: #1e2a54;
    border: 2px solid #1e2a54 !important;
    font-size: 1.8rem;
    height: 100%
}

.b-cta .form .newsletter__a__form form .bee-form-row:nth-child(1) input::-moz-placeholder {
    opacity: .5
}

.b-cta .form .newsletter__a__form form .bee-form-row:nth-child(1) input:-ms-input-placeholder {
    opacity: .5
}

.b-cta .form .newsletter__a__form form .bee-form-row:nth-child(1) input::placeholder {
    opacity: .5
}

.b-cta .form .newsletter__a__form form .bee-button-container {
    height: 100%
}

.b-cta .form .newsletter__a__form form button[type=submit] {
    min-width: 220px;
    margin-top: 0 !important;
    background-color: #1e2a54 !important;
    border-color: #1e2a54 !important;
    border-style: solid !important;
    border-radius: 0;
    height: 100%;
    padding: 14px !important;
    pointer-events: none;
    opacity: .5;
    color: #fff
}

.b-cta .form .newsletter__a__form.consent-ok form button[type=submit] {
    pointer-events: auto;
    opacity: 1
}

.b-cta.b-elm__view-complete .b-cta__slides {
    opacity: 1;
    transform: translateX(0)
}

.b-cta.b-elm__view-complete .b-cta__form {
    opacity: 1;
    transform: translateY(0)
}

.b-cta.b-elm__pt {
    padding-top: 0
}

.b-cta.b-elm__pt .b-cta__slide {
    padding-top: 18vh
}

.b-cta.b-elm__pb {
    padding-bottom: 0
}

.b-cta.b-elm__pb .b-cta__slide {
    padding-bottom: 18vh
}

.b-cta.with-form .b-cta__slide {
    padding-bottom: 240px
}

.b-cta.with-form .slick-dots {
    bottom: 170px
}

@media only all and (max-width:47em) {
    .b-cta.special-rs .slick-track .slick-slide div {
        height: auto !important
    }

    .b-cta.special-rs .slick-track .slick-slide div .b-cta__slide__bg {
        height: 240px !important;
        position: relative
    }

    .b-cta.special-rs .slick-track .slick-slide div .b-cta__slide {
        padding: 0
    }

    .b-cta.special-rs .slick-track .slick-slide div .centered-wrapper {
        padding-top: 20px;
        padding-bottom: 70px
    }

    .b-cta.special-rs .slick-track .slick-slide>div {
        height: 100% !important
    }

    .b-cta.special-rs .slick-track .slick-slide>div>div {
        height: 100% !important
    }

    .b-cta.special-rs .slick-dots {
        bottom: 0 !important;
        left: 20px;
        transform: none
    }

    .b-cta.special-rs .slick-dots button {
        box-shadow: none
    }
}

.b-toggles {
    width: 100%;
    transition: .3s
}

@media only all and (max-width:47em) {
    .b-toggles {
        margin: 20px 0 50px
    }
}

.b-toggles .centered-wrapper {
    max-width: 1000px !important;
    margin: 0 auto;
    transition: .3s
}

.b-toggles .b-toggles__item:nth-of-type(1) .b-toggles__content {
    display: block
}

.b-toggles .b-toggles__item:last-child .b-toggles__content {
    padding-bottom: 0
}

.b-toggles .b-toggles__title {
    padding: 20px;
    display: flex;
    transition: .4s;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #1e2a54;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    width: 100%;
    border-radius: 14px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 2rem;
    color: #1e2a54;
    text-align: left
}

@media only all and (max-width:47em) {
    .b-toggles .b-toggles__title {
        padding: 14px;
        font-size: 1.6rem
    }
}

.b-toggles .b-toggles__title p {
    margin: 0
}

.b-toggles .b-toggles__title:hover i:before,
.b-toggles .b-toggles__title:hover p {
    color: #1e2a54
}

.b-toggles .b-toggles__title i {
    margin-left: 16px
}

.b-toggles .b-toggles__title i:before {
    transform: translateY(1px);
    font-size: 32px;
    display: inline-block;
    color: #1e2a54;
    transition: .3s
}

@media only all and (max-width:47em) {
    .b-toggles .b-toggles__title i:before {
        font-size: 24px
    }
}

.b-toggles .b-toggles__title.active i:before {
    color: #d90011;
    content: "\f2d7"
}

.b-toggles .b-toggles__content {
    display: none;
    padding: 0 20px 70px;
    margin-bottom: 0
}

.b-toggles .b-toggles__content .b-toggles-text {
    flex: 1
}

.b-toggles .b-toggles__content .b-toggles-text p:last-child {
    margin: 0
}

.b-toggles.is-animating {
    opacity: .06;
    pointer-events: none
}

.b-title .b-title__content {
    margin: 0;
    display: block
}

.b-title .b-title__content:empty {
    display: none
}

.b-title .b-title__pre {
    margin: 0 0 6px;
    max-width: 900px;
    color: #767676;
    font-size: 1.8rem
}

.b-title .b-title__pre:empty {
    display: none
}

.b-title .b-title__post {
    display: block;
    margin: 10px 0 0;
    max-width: 900px;
    color: #767676;
    font-size: 1.8rem
}

.b-title .b-title__post:empty {
    display: none
}

.b-title.b-title__align-center {
    text-align: center
}

.b-title.b-title__align-center .b-title__pre {
    margin: 0 auto 6px
}

.b-title.b-title__align-center .b-title__post {
    margin: 10px auto 0
}

.b-title+.b-elm.b-elm__nmt>.centered-wrapper {
    padding-top: 50px
}

.b-title+.b-elm.b-elm__pt>.centered-wrapper {
    padding-top: 0
}

.b-title+.b-elm.b-form>.centered-wrapper {
    padding-top: 0
}

.b-image img {
    display: block !important;
    width: 100%
}

.b-image.b-elm__full-width .centered-wrapper {
    padding: 0
}

.b-image.b-image__grid-three .centered-wrapper,
.b-image.b-image__grid-two .centered-wrapper {
    display: flex
}

@media only all and (max-width:47em) {

    .b-image.b-image__grid-three .centered-wrapper,
    .b-image.b-image__grid-two .centered-wrapper {
        flex-direction: column
    }
}

.b-image.b-image__grid-three .centered-wrapper .b-image__center,
.b-image.b-image__grid-three .centered-wrapper .b-image__left,
.b-image.b-image__grid-three .centered-wrapper .b-image__right,
.b-image.b-image__grid-two .centered-wrapper .b-image__center,
.b-image.b-image__grid-two .centered-wrapper .b-image__left,
.b-image.b-image__grid-two .centered-wrapper .b-image__right {
    flex: 1
}

.b-image.b-image__grid-three .centered-wrapper .b-image__center img,
.b-image.b-image__grid-three .centered-wrapper .b-image__left img,
.b-image.b-image__grid-three .centered-wrapper .b-image__right img,
.b-image.b-image__grid-two .centered-wrapper .b-image__center img,
.b-image.b-image__grid-two .centered-wrapper .b-image__left img,
.b-image.b-image__grid-two .centered-wrapper .b-image__right img {
    margin-bottom: 40px;
    transition: .3s;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.b-image.b-image__grid-three .centered-wrapper .b-image__center img:hover,
.b-image.b-image__grid-three .centered-wrapper .b-image__left img:hover,
.b-image.b-image__grid-three .centered-wrapper .b-image__right img:hover,
.b-image.b-image__grid-two .centered-wrapper .b-image__center img:hover,
.b-image.b-image__grid-two .centered-wrapper .b-image__left img:hover,
.b-image.b-image__grid-two .centered-wrapper .b-image__right img:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
}

.b-image.b-image__grid-three .centered-wrapper .b-image__center img:last-child,
.b-image.b-image__grid-three .centered-wrapper .b-image__left img:last-child,
.b-image.b-image__grid-three .centered-wrapper .b-image__right img:last-child,
.b-image.b-image__grid-two .centered-wrapper .b-image__center img:last-child,
.b-image.b-image__grid-two .centered-wrapper .b-image__left img:last-child,
.b-image.b-image__grid-two .centered-wrapper .b-image__right img:last-child {
    margin-bottom: 0
}

@media only all and (max-width:47em) {

    .b-image.b-image__grid-three .centered-wrapper .b-image__center img,
    .b-image.b-image__grid-three .centered-wrapper .b-image__left img,
    .b-image.b-image__grid-three .centered-wrapper .b-image__right img,
    .b-image.b-image__grid-two .centered-wrapper .b-image__center img,
    .b-image.b-image__grid-two .centered-wrapper .b-image__left img,
    .b-image.b-image__grid-two .centered-wrapper .b-image__right img {
        margin-bottom: 20px
    }
}

.b-image.b-image__grid-three .centered-wrapper .b-image__left,
.b-image.b-image__grid-two .centered-wrapper .b-image__left {
    margin-right: 20px
}

@media only all and (max-width:47em) {

    .b-image.b-image__grid-three .centered-wrapper .b-image__left,
    .b-image.b-image__grid-two .centered-wrapper .b-image__left {
        margin-right: 0
    }
}

.b-image.b-image__grid-three .centered-wrapper .b-image__right,
.b-image.b-image__grid-two .centered-wrapper .b-image__right {
    margin-left: 20px
}

@media only all and (max-width:47em) {

    .b-image.b-image__grid-three .centered-wrapper .b-image__right,
    .b-image.b-image__grid-two .centered-wrapper .b-image__right {
        margin-left: 0
    }
}

.b-image.b-image__full-width img {
    display: block;
    margin-bottom: 30px
}

.b-image.b-image__logo {
    text-align: center;
    margin: 20px 0
}

.b-image.b-image__logo img {
    width: auto;
    max-width: 170px;
    display: inline-block !important
}

@media only all and (max-width:47em) {
    .b-image.b-image__logo img {
        max-width: 110px
    }
}

.b-text .wysing {
    margin: 0 auto
}

.b-text .wysing img {
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.b-text .wysing img:first-of-type {
    margin-top: 0
}

.b-text .b-text__second-text {
    display: none
}

.b-text .centered-wrapper {
    display: flex
}

@media only all and (max-width:900px) {
    .b-text .centered-wrapper {
        flex-direction: column
    }
}

.b-text .centered-wrapper .wysing {
    flex: 1
}

.b-text.b-elm__full-width .wysing blockquote,
.b-text.b-elm__full-width .wysing img,
.b-text.b-elm__medium-width .wysing blockquote,
.b-text.b-elm__medium-width .wysing img {
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.b-text.b-text__two-columns .b-text__first-text {
    margin-right: 30px
}

@media only all and (max-width:900px) {
    .b-text.b-text__two-columns .b-text__first-text {
        margin-right: 0
    }
}

.b-text.b-text__two-columns .b-text__second-text {
    display: block;
    margin-left: 30px
}

@media only all and (max-width:900px) {
    .b-text.b-text__two-columns .b-text__second-text {
        margin-left: 0
    }
}

.b-text+.b-text:not(.b-elm__pt) {
    padding-top: 36px
}

.b-posts {
    z-index: 1;
    position: relative
}

.b-posts .centered-wrapper {
    z-index: 1;
    padding-top: 80px
}

.b-posts .dc-alm__items {
    display: flex;
    flex-wrap: wrap;
    width: 103%;
    margin-right: -1.5%;
    margin-left: -1.5%;
    margin-bottom: -60px
}

.b-posts .b-posts__filters {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    left: 0;
    right: 0;
    padding: 0;
    background-color: #1e2a54;
    position: fixed;
    top: 120px;
    z-index: 1
}

@media only all and (max-width:1000px) {
    .b-posts .b-posts__filters {
        top: 80px
    }
}

.b-posts .b-posts__filters .dc-alm__filter__btn {
    overflow-y: auto;
    display: flex
}

.b-posts .b-posts__filters .dc-alm__filter__btn_rs {
    display: none
}

.b-posts .b-posts__filters:not(.rs) .b-posts__btn {
    padding: 30px 20px;
    background-color: #1e2a54;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 1.9rem;
    font-weight: 700;
    font-family: Nunito;
    cursor: pointer
}

.b-posts .b-posts__filters:not(.rs) .b-posts__btn.selected {
    color: #1e2a54;
    background-color: #fff
}

@media only all and (max-width:47em) {
    .b-posts .b-posts__filters:not(.rs) .b-posts__btn {
        font-size: 1.7rem;
        padding: 24px 12px
    }
}

.b-posts .b-posts__filters.rs {
    flex-wrap: wrap
}

.b-posts .b-posts__filters.rs .dc-alm__filter__btn_rs {
    text-align: center;
    display: block;
    width: 100%;
    color: #fff;
    padding: 30px 20px
}

@media only all and (max-width:47em) {
    .b-posts .b-posts__filters.rs .dc-alm__filter__btn_rs {
        padding: 20px 0
    }
}

.b-posts .b-posts__filters.rs .dc-alm__filter__btn_rs span {
    font-weight: 700
}

.b-posts .b-posts__filters.rs .dc-alm__filter__btn_rs i {
    margin-left: 12px;
    color: #d90011
}

.b-posts .b-posts__filters.rs .dc-alm__filter__btn {
    display: none;
    width: 100%;
    background-color: #f3f7ff;
    padding: 20px 0
}

.b-posts .b-posts__filters.rs .dc-alm__filter__btn .b-posts__btn {
    display: block;
    border: none;
    width: 100%;
    background-color: transparent;
    padding: 12px 0;
    font-weight: 500
}

.b-posts .b-posts__filters.rs .dc-alm__filter__btn .b-posts__btn.selected {
    font-weight: 800;
    color: #1e2a54
}

.b-posts .b-posts__filters.rs.active .dc-alm__filter__btn {
    display: block;
    background-color: #f3f7ff
}

.b-posts .b-posts__filters.rs.active i::before {
    content: "\f126"
}

.b-posts .b-breadcrumbs {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.b-posts .b-breadcrumbs .centered-wrapper {
    padding: 0
}

.b-posts .dc-alm__wrapper {
    margin-bottom: 70px
}

.b-news .centered-wrapper {
    max-width: 1200px !important
}

.b-news .b-news__filters {
    display: flex;
    align-items: center;
    margin-bottom: 60px
}

@media only all and (max-width:47em) {
    .b-news .b-news__filters {
        flex-direction: column;
        align-items: flex-start
    }
}

.b-news .b-news__filters .dc-custom-select {
    margin-right: 60px
}

@media only all and (max-width:47em) {
    .b-news .b-news__filters .dc-custom-select {
        margin-bottom: 20px
    }
}

.b-news .b-filter__counter {
    flex: 1;
    text-align: right;
    color: #1e2a54;
    margin: 0
}

.b-services {
    min-height: 100vh;
    display: flex;
    justify-content: center
}

.b-services .centered-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    max-width: initial;
    overflow: hidden
}

.b-services .centered-wrapper .pre {
    margin-left: 50vw
}

.b-services .centered-wrapper .pre .boxes-wrapper {
    display: flex;
    align-items: center
}

.b-services .centered-wrapper .pre .boxes-wrapper .box-wrapper {
    padding: 40px
}

.b-services .centered-wrapper .pre .boxes-wrapper .box-wrapper:first-of-type {
    padding-left: 0
}

.b-services .centered-wrapper .pre .boxes-wrapper .box-wrapper:last-of-type {
    padding-right: 0
}

.b-services .centered-wrapper .pre .boxes-wrapper .box-wrapper .box-inner {
    width: 500px;
    height: 20vh;
    background-color: #d90011;
    transition: .3s;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.b-services .centered-wrapper .pre .boxes-wrapper .box-wrapper .box-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
}

.b-boxes .centered-wrapper__offset {
    display: flex;
    flex-wrap: wrap;
    width: 106%;
    margin-right: -3%;
    margin-left: -3%;
    margin-bottom: -35px
}

.b-boxes .b-boxes__item {
    padding: 0 3% 55px;
    width: 100%;
    max-width: 100%;
    transform: translateY(30px);
    transition: .8s;
    opacity: 0
}

@media only all and (max-width:47em) {
    .b-boxes .b-boxes__item {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 50px 50px !important
    }
}

.b-boxes .b-boxes__item:nth-child(1) {
    transition-delay: .1s
}

.b-boxes .b-boxes__item:nth-child(2) {
    transition-delay: .2s
}

.b-boxes .b-boxes__item:nth-child(3) {
    transition-delay: .3s
}

.b-boxes .b-boxes__item:nth-child(4) {
    transition-delay: .4s
}

.b-boxes .b-boxes__item:nth-child(5) {
    transition-delay: .5s
}

.b-boxes .b-boxes__item:nth-child(6) {
    transition-delay: .6s
}

.b-boxes .b-boxes__item:nth-child(7) {
    transition-delay: .7s
}

.b-boxes .b-boxes__item:nth-child(8) {
    transition-delay: .8s
}

.b-boxes .b-boxes__item:nth-child(9) {
    transition-delay: .9s
}

.b-boxes .b-boxes__item:nth-child(10) {
    transition-delay: 1s
}

.b-boxes .b-boxes__item img {
    display: block;
    width: 100%;
    height: auto
}

.b-boxes .b-boxes__item .b-boxes__title {
    margin-bottom: 12px;
    transition: .4s;
    margin-top: 30px;
    font-weight: 800
}

.b-boxes .b-boxes__item .b-boxes__text {
    transition: .4s
}

.b-boxes .b-boxes__item .b-boxes__text * {
    font-family: "PT Sans";
    font-weight: 400;
    font-size: 1.6rem;
    color: #767676
}

.b-boxes .b-boxes__item a {
    transition: .3s;
    display: block;
    height: 100%;
    position: relative
}

.b-boxes .b-boxes__item a i {
    display: none;
    transform: translateY(20px);
    position: absolute;
    bottom: -50px;
    font-size: 3rem;
    color: #d90011;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    transition: .4s
}

.b-boxes .b-boxes__item a:hover i {
    opacity: 1;
    transform: translateY(0)
}

.b-boxes .b-boxes__item:hover img {
    transform: translateY(-4px)
}

.b-boxes .b-boxes__item:hover .b-boxes__text,
.b-boxes .b-boxes__item:hover .b-boxes__title {
    transform: translateY(4px)
}

.b-boxes.b-boxes__max__four .b-boxes__item {
    width: 100%;
    max-width: 25%;
    padding-left: 20px;
    padding-right: 20px
}

@media only all and (max-width:900px) {
    .b-boxes.b-boxes__max__four .b-boxes__item {
        max-width: 50%
    }
}

@media only all and (max-width:600px) {
    .b-boxes.b-boxes__max__four .b-boxes__item {
        max-width: 100%
    }
}

.b-boxes.b-boxes__max__three .b-boxes__item {
    width: 100%;
    max-width: 33.33%
}

@media only all and (max-width:850px) {
    .b-boxes.b-boxes__max__three .b-boxes__item {
        max-width: 50%
    }
}

@media only all and (max-width:600px) {
    .b-boxes.b-boxes__max__three .b-boxes__item {
        max-width: 100%
    }
}

.b-boxes.b-boxes__max__two .b-boxes__item {
    width: 100%;
    max-width: 50%
}

@media only all and (max-width:600px) {
    .b-boxes.b-boxes__max__two .b-boxes__item {
        max-width: 100%
    }
}

.b-boxes.b-boxes__center .centered-wrapper__offset {
    justify-content: center
}

.b-boxes.b-boxes__center .b-boxes__text,
.b-boxes.b-boxes__center .b-boxes__title,
.b-boxes.b-boxes__center i {
    text-align: center
}

.b-boxes.b-boxes__center .b-boxes__text {
    max-width: 500px;
    margin: 0 auto
}

.b-boxes.b-boxes__center img {
    margin: 0 auto
}

.b-boxes.b-elm__text-width .b-boxes__item {
    padding: 0 25px 55px
}

.b-boxes.b-boxes__icons .b-boxes__item img {
    max-width: 120px
}

@media only all and (max-width:47em) {
    .b-boxes.b-boxes__shadow .centered-wrapper__offset {
        padding: 0 16px;
        margin-bottom: 0
    }
}

.b-boxes.b-boxes__shadow .b-boxes__item .b-boxes__title {
    color: #d90011
}

.b-boxes.b-boxes__shadow .b-boxes__item img {
    border-radius: 20px;
    transition: .4s;
    margin-bottom: 30px;
    padding: 35px 40px;
    box-shadow: 0 0 14px rgba(193, 193, 193, .7)
}

.b-boxes.b-boxes__shadow .b-boxes__item:hover img {
    box-shadow: 0 0 20px 10px rgba(193, 193, 193, .7)
}

@media only all and (max-width:47em) {
    .b-boxes.b-boxes__shadow .b-boxes__item {
        max-width: 100%;
        padding: 18px !important;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 14px rgba(193, 193, 193, .7);
        border-radius: 14px
    }

    .b-boxes.b-boxes__shadow .b-boxes__item .b-boxes__text {
        display: none
    }

    .b-boxes.b-boxes__shadow .b-boxes__item a {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .b-boxes.b-boxes__shadow .b-boxes__item img {
        border-radius: 0;
        margin: 0 20px 0 0 !important;
        padding: 0 !important;
        width: 40px !important;
        height: 40px !important;
        box-shadow: none !important;
        transform: none !important
    }

    .b-boxes.b-boxes__shadow .b-boxes__item h3 {
        margin: 0;
        transform: none !important
    }
}

.b-boxes.b-boxes__icons.b-boxes__shadow img {
    max-width: 170px
}

.b-boxes.b-elm__view-complete .b-boxes__item {
    opacity: 1;
    transform: translateY(0)
}

.b-boxes2 .b-boxes2__item {
    padding: 0;
    margin-bottom: 75px;
    width: 100%;
    transform: translateY(30px);
    transition: .8s;
    opacity: 0;
    display: flex
}

@media only all and (max-width:850px) {
    .b-boxes2 .b-boxes2__item {
        flex-direction: column
    }
}

.b-boxes2 .b-boxes2__item:nth-child(1) {
    transition-delay: .1s
}

.b-boxes2 .b-boxes2__item:nth-child(2) {
    transition-delay: .2s
}

.b-boxes2 .b-boxes2__item:nth-child(3) {
    transition-delay: .3s
}

.b-boxes2 .b-boxes2__item:nth-child(4) {
    transition-delay: .4s
}

.b-boxes2 .b-boxes2__item:nth-child(5) {
    transition-delay: .5s
}

.b-boxes2 .b-boxes2__item:nth-child(6) {
    transition-delay: .6s
}

.b-boxes2 .b-boxes2__item:nth-child(7) {
    transition-delay: .7s
}

.b-boxes2 .b-boxes2__item:nth-child(8) {
    transition-delay: .8s
}

.b-boxes2 .b-boxes2__item:nth-child(9) {
    transition-delay: .9s
}

.b-boxes2 .b-boxes2__item:nth-child(10) {
    transition-delay: 1s
}

.b-boxes2 .b-boxes2__item .b-boxes2__content {
    flex: 1;
    margin-left: 50px;
    margin-top: 70px;
    margin-bottom: 70px
}

@media only all and (max-width:1100px) {
    .b-boxes2 .b-boxes2__item .b-boxes2__content {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

@media only all and (max-width:850px) {
    .b-boxes2 .b-boxes2__item .b-boxes2__content {
        margin: 40px 20px !important
    }
}

.b-boxes2 .b-boxes2__item .b-boxes2__content p {
    margin-bottom: 20px
}

.b-boxes2 .b-boxes2__item .b-boxes2__img {
    min-width: 55%;
    position: relative
}

@media only all and (max-width:1100px) {
    .b-boxes2 .b-boxes2__item .b-boxes2__img {
        min-width: 40%
    }
}

@media only all and (max-width:850px) {
    .b-boxes2 .b-boxes2__item .b-boxes2__img {
        min-width: 100%;
        padding-top: 56.6%
    }
}

.b-boxes2 .b-boxes2__item .b-boxes2__img:empty {
    display: none
}

.b-boxes2 .b-boxes2__item .b-boxes2__img:empty+.b-boxes2__content {
    margin-top: 0
}

.b-boxes2 .b-boxes2__item .b-boxes2__img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 14px
}

.b-boxes2 .b-boxes2__item .b-boxes2__title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 30px;
    transition: .4s;
    margin-top: 0
}

.b-boxes2 .b-boxes2__item .b-boxes2__text {
    transition: .4s
}

.b-boxes2 .b-boxes2__item .b-boxes2__text h1,
.b-boxes2 .b-boxes2__item .b-boxes2__text h2,
.b-boxes2 .b-boxes2__item .b-boxes2__text h3,
.b-boxes2 .b-boxes2__item .b-boxes2__text h4,
.b-boxes2 .b-boxes2__item .b-boxes2__text h5,
.b-boxes2 .b-boxes2__item .b-boxes2__text h6 {
    color: #d90011
}

.b-boxes2 .b-boxes2__item .b-boxes2__text a,
.b-boxes2 .b-boxes2__item .b-boxes2__text li,
.b-boxes2 .b-boxes2__item .b-boxes2__text p,
.b-boxes2 .b-boxes2__item .b-boxes2__text span {
    font-size: 1.6rem
}

.b-boxes2 .b-boxes2__item .b-boxes2__text strong {
    color: #1e2a54;
    font-weight: 700
}

.b-boxes2 .b-boxes2__item .b-boxes2__text strong a {
    color: #d90011
}

.b-boxes2 .b-boxes2__item .b-boxes2__text a {
    color: #d90011;
    text-decoration: underline;
    font-weight: 700
}

.b-boxes2 .b-boxes2__item .b-boxes2__text a strong {
    color: #d90011
}

.b-boxes2 .b-boxes2__item .b-boxes2__text p:last-child {
    margin-bottom: 0
}

.b-boxes2 .b-boxes2__item .b-boxes2__cta {
    margin-top: 30px
}

.b-boxes2 .b-boxes2__item:last-child {
    margin-bottom: 0
}

.b-boxes2 .b-boxes2__item:nth-child(odd) .b-boxes2__img {
    order: 2
}

@media only all and (max-width:850px) {
    .b-boxes2 .b-boxes2__item:nth-child(odd) .b-boxes2__img {
        order: 1
    }
}

.b-boxes2 .b-boxes2__item:nth-child(odd) .b-boxes2__content {
    margin-left: 0;
    margin-right: 50px
}

@media only all and (max-width:850px) {
    .b-boxes2 .b-boxes2__item:nth-child(odd) .b-boxes2__content {
        order: 2
    }
}

.b-boxes2.b-elm__view-complete .b-boxes2__item {
    opacity: 1;
    transform: translateY(0)
}

.b-links .centered-wrapper__offset {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 102%;
    margin-right: -1%;
    margin-left: -1%;
    margin-bottom: -45px
}

.b-links .b-links__title {
    width: 100%;
    margin-top: 0;
    margin-bottom: 75px;
    text-align: center
}

.b-links .b-links__pretitle {
    width: 100%;
    margin: 0 0 6px;
    text-align: center
}

.b-links .b-links__item {
    padding: 0;
    min-width: 31.33%;
    max-width: 31.33%;
    position: relative;
    margin: 0 1% 45px;
    transform: translateY(20px);
    transition: .6s;
    opacity: 0
}

@media only all and (max-width:950px) {
    .b-links .b-links__item {
        min-width: 48%;
        max-width: 48%
    }
}

@media only all and (max-width:520px) {
    .b-links .b-links__item {
        min-width: 100%;
        max-width: 100%
    }
}

.b-links .b-links__item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 14px;
    z-index: -1;
    transition: .3s
}

.b-links .b-links__item .object-fit__wrapper {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 14px
}

.b-links .b-links__item .b-links__title {
    padding: 110% 30px 30px;
    font-size: 2rem;
    margin: 0;
    transition: .4s;
    color: #fff;
    text-align: center;
    z-index: 1
}

@media only all and (max-width:47em) {
    .b-links .b-links__item .b-links__title {
        padding-top: 50%
    }
}

.b-links .b-links__item .b-links__text {
    transition: .4s
}

.b-links .b-links__item .b-links__text * {
    font-family: "PT Sans";
    font-weight: 400;
    font-size: 1.6rem;
    color: #767676
}

.b-links .b-links__item a,
.b-links .b-links__item div {
    position: relative;
    transition: .3s;
    display: block;
    height: 100%
}

.b-links .b-links__item:hover .object-fit__wrapper {
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateY(-6px);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .12), 0 4px 4px rgba(0, 0, 0, .12), 0 8px 8px rgba(0, 0, 0, .12), 0 16px 16px rgba(0, 0, 0, .12)
}

.b-links.b-elm__text-width .b-links__item {
    padding: 0 25px 35px
}

.b-links.b-elm__view-complete .b-links__item {
    opacity: 1;
    transform: translateY(0)
}

.b-links2 .centered-wrapper {
    padding-top: 75px !important;
    padding-bottom: 75px !important
}

.b-links2 .centered-wrapper__offset {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 103%;
    margin-right: -1.5%;
    margin-left: -1.5%;
    margin-bottom: -45px
}

.b-links2 .b-links__title {
    width: 100%;
    margin-top: 0;
    margin-bottom: 75px;
    padding: 0 30px;
    text-align: center
}

.b-links2 .b-links__pretitle {
    width: 100%;
    margin: 0 0 6px
}

.b-links2 .b-links__item {
    padding: 0 1.5% 55px;
    width: 100%;
    max-width: 450px;
    position: relative;
    transform: translateY(20px);
    transition: .6s;
    opacity: 0
}

.b-links2 .b-links__item:nth-child(1) {
    transition-delay: .1s
}

.b-links2 .b-links__item:nth-child(2) {
    transition-delay: .2s
}

.b-links2 .b-links__item:nth-child(3) {
    transition-delay: .3s
}

.b-links2 .b-links__item:nth-child(4) {
    transition-delay: .4s
}

.b-links2 .b-links__item:nth-child(5) {
    transition-delay: .5s
}

.b-links2 .b-links__item:nth-child(6) {
    transition-delay: .6s
}

.b-links2 .b-links__item:nth-child(7) {
    transition-delay: .7s
}

.b-links2 .b-links__item:nth-child(8) {
    transition-delay: .8s
}

.b-links2 .b-links__item:nth-child(9) {
    transition-delay: .9s
}

.b-links2 .b-links__item:nth-child(10) {
    transition-delay: 1s
}

.b-links2 .b-links__item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
    border-radius: 14px;
    z-index: -1;
    transition: .3s;
    margin-bottom: 30px
}

.b-links2 .b-links__item h3 {
    padding: 0;
    font-size: 2rem;
    margin: 0;
    transition: .4s;
    color: #1e2a54;
    margin-bottom: 20px
}

.b-links2 .b-links__item p {
    font-family: "PT Sans";
    font-weight: 400;
    font-size: 1.6rem;
    color: #767676;
    padding: 20px 0;
    margin: 0;
    border-top: 1px solid #1e2a54;
    border-bottom: 1px solid #1e2a54
}

.b-links2 .b-links__item .btn {
    width: 100%;
    margin-top: 24px;
    background-color: transparent !important
}

.b-links2 a.b-links__item:hover {
    transform: translateY(-6px) !important
}

.b-links2 a.b-links__item:hover .btn {
    border-color: #1e2a54 !important;
    background-color: #1e2a54 !important;
    color: #fff
}

.b-links2.b-links__max__four .b-links__item {
    width: 100%;
    max-width: 25%;
    padding-left: 20px;
    padding-right: 20px
}

@media only all and (max-width:900px) {
    .b-links2.b-links__max__four .b-links__item {
        max-width: 50%
    }
}

@media only all and (max-width:600px) {
    .b-links2.b-links__max__four .b-links__item {
        max-width: 100%
    }
}

.b-links2.b-links__max__three .b-links__item {
    width: 100%;
    max-width: 33.33%
}

@media only all and (max-width:850px) {
    .b-links2.b-links__max__three .b-links__item {
        max-width: 50%
    }
}

@media only all and (max-width:600px) {
    .b-links2.b-links__max__three .b-links__item {
        max-width: 100%
    }
}

.b-links2.b-links__max__two .b-links__item {
    width: 100%;
    max-width: 50%
}

@media only all and (max-width:600px) {
    .b-links2.b-links__max__two .b-links__item {
        max-width: 100%
    }
}

.b-links2.b-elm__text-width .b-links__item {
    padding: 0 25px 35px
}

.b-links2.b-elm__view-complete .b-links__item {
    opacity: 1;
    transition-delay: 0s !important;
    transform: translateY(0);
    transition: .3s
}

.b-line hr {
    background-color: #1e2a54;
    height: 1px;
    margin: 0;
    border: none;
    display: block;
    width: 100%;
    margin: 0 auto
}

.b-cite {
    background-color: #fafafa;
    margin: 70px auto !important;
    text-align: center;
    position: relative;
    color: #1e2a54;
    padding: 70px 50px
}

.b-cite .b-cite__bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.b-cite .b-cite__name {
    color: #1e2a54;
    font-family: "PT Sans";
    font-weight: 700;
    margin: 0;
    margin-top: 24px
}

.b-cite .b-cite__position {
    color: #1e2a54;
    font-family: "PT Sans";
    font-weight: 400;
    margin: 0;
    font-size: 1.5rem
}

.b-cite .wysing * {
    font-family: Nunito !important;
    font-weight: 900 !important;
    color: inherit !important
}

.b-btn .centered-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px
}

.b-btn .b-btn__wrapper {
    padding: 0 20px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px
}

.b-btn .b-btn__wrapper:last-child {
    margin-right: 0
}

.b-btn .b-btn__wrapper h2 {
    margin: 0 0 12px 0
}

.b-btn .b-btn__wrapper p {
    max-width: 320px;
    margin: 0 auto 20px
}

.b-btn .btn {
    margin: 0 12px 20px
}

.b-btn.b-btn__center .centered-wrapper {
    justify-content: center
}

@media only all and (max-width:47em) {
    .b-newsletter {
        display: none
    }
}

.b-newsletter form {
    max-width: 750px;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap
}

.b-newsletter .b-newsletter__content,
.b-newsletter .b-newsletter__pre {
    text-align: center;
    margin-bottom: 0
}

.b-newsletter .b-newsletter__content:empty,
.b-newsletter .b-newsletter__pre:empty {
    display: none
}

.b-newsletter .b-newsletter__pre {
    margin-top: 0;
    font-size: 1.8rem;
    margin-bottom: 6px
}

.b-newsletter .b-newsletter__content {
    margin-top: 0;
    margin-bottom: 60px
}

.b-newsletter .wpcf7-response-output {
    width: 100%;
    border: none !important
}

.b-newsletter .form__item.dynamic-label {
    flex: 1
}

.b-newsletter input[type=submit] {
    margin-top: 0 !important;
    background-color: #1e2a54 !important;
    border-color: #1e2a54 !important;
    border-radius: 0
}

.b-newsletter .newsletter-form {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.b-newsletter .newsletter-form .form__item.acceptance {
    width: 100%;
    margin-top: 0
}

.b-newsletter .newsletter-form input {
    border-right: none !important
}

.b-newsletter .newsletter__a__consent {
    text-align: center
}

.b-newsletter .newsletter__a__consent label {
    display: inline-block;
    text-align: center;
    margin: 30px 0 0;
    font-size: 1.5rem;
    font-weight: 400;
    color: #333
}

.b-newsletter .newsletter__a__consent label input {
    margin-right: 6px
}

.b-newsletter .newsletter__a__consent label a {
    font-size: 1.5rem;
    font-weight: 400;
    color: #333;
    text-decoration: underline
}

.b-newsletter .newsletter__a__consent.hide {
    display: none
}

.b-newsletter .newsletter__a__form .succes-alert-form-acm {
    border: 1px solid #1e2a54 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    color: #1e2a54;
    font-family: "PT Sans", serif !important;
    font-size: 1.5rem !important;
    padding: 16px
}

.b-newsletter .newsletter__a__form .succes-alert-form-acm:before {
    display: none
}

.b-newsletter .newsletter__a__form .bee-row-1,
.b-newsletter .newsletter__a__form .bee-row-content {
    background-color: transparent !important
}

.b-newsletter .newsletter__a__form .bee-block,
.b-newsletter .newsletter__a__form .bee-col {
    padding: 0 !important
}

.b-newsletter .newsletter__a__form .bee-form-row {
    display: flex;
    flex-direction: column-reverse;
    position: relative
}

.b-newsletter .newsletter__a__form .bee-form-row>.bee-field {
    height: 100%;
    padding: 0 !important
}

.b-newsletter .newsletter__a__form .bee-form-row .error-alert-form-acm {
    position: absolute;
    bottom: 0;
    margin-top: 10px;
    font-family: "PT Sans", serif;
    padding: 6px 16px 0;
    font-size: 1.5rem;
    border-radius: 0;
    transform: translateY(120%);
    background-color: transparent;
    color: #d90011;
    border: none
}

.b-newsletter .newsletter__a__form .bee-form-row .error-alert-form-acm:before {
    display: none
}

.b-newsletter .newsletter__a__form form .bee-form-row:nth-child(1) {
    flex: 1
}

.b-newsletter .newsletter__a__form form .bee-form-row:nth-child(1) label {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute
}

.b-newsletter .newsletter__a__form form .bee-form-row:nth-child(1) input {
    background-color: #fff;
    padding: 14px !important;
    width: 100%;
    transition: .3s;
    color: #1e2a54;
    border: 2px solid #1e2a54 !important;
    font-size: 1.8rem;
    height: 100%
}

.b-newsletter .newsletter__a__form form .bee-button-container {
    height: 100%
}

.b-newsletter .newsletter__a__form form button[type=submit] {
    min-width: 220px;
    margin-top: 0 !important;
    background-color: #1e2a54 !important;
    border-color: #1e2a54 !important;
    border-style: solid !important;
    border-radius: 0;
    height: 100%;
    padding: 14px !important;
    pointer-events: none;
    opacity: .5;
    color: #fff
}

.b-newsletter .newsletter__a__form.consent-ok form button[type=submit] {
    pointer-events: auto;
    opacity: 1
}

.b-form.b-elm__text-width .centered-wrapper {
    max-width: 1200px !important
}

.b-form .centered-wrapper {
    display: flex;
    margin-top: 0;
    align-items: flex-start;
    padding-top: 0
}

@media only all and (max-width:850px) {
    .b-form .centered-wrapper {
        flex-direction: column
    }
}

.b-form .centered-wrapper .b-form__left {
    flex: 1;
    padding-top: 0;
    padding-right: 30px
}

@media only all and (max-width:850px) {
    .b-form .centered-wrapper .b-form__left {
        padding-right: 0;
        margin-bottom: 40px;
        padding-top: 0;
        width: 100%
    }
}

.b-form .centered-wrapper .b-form__left.my-account {
    max-width: 300px;
    position: -webkit-sticky;
    position: sticky;
    top: 200px
}

@media only all and (max-width:1000px) {
    .b-form .centered-wrapper .b-form__left.my-account {
        max-width: 250px
    }
}

@media only all and (max-width:850px) {
    .b-form .centered-wrapper .b-form__left.my-account {
        position: relative;
        top: initial
    }
}

.b-form .centered-wrapper .b-form__left.my-account+.b-form__right {
    padding-bottom: 50px
}

.b-form .centered-wrapper .b-form__left.my-account+.b-form__right .wpcf7 {
    max-width: 840px
}

.b-form .centered-wrapper .b-form__left.my-account+.b-form__right .wpcf7 .type-icons {
    padding: 0 30px
}

@media only all and (max-width:47em) {
    .b-form .centered-wrapper .b-form__left.my-account+.b-form__right .wpcf7 .type-icons .wpcf7-list-item-label {
        opacity: .8
    }
}

.b-form .centered-wrapper .b-form__left img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 14px
}

.b-form .centered-wrapper .b-form__left strong {
    color: #1e2a54;
    font-weight: 700
}

.b-form .centered-wrapper .b-form__left strong a {
    color: #d90011
}

.b-form .centered-wrapper .b-form__left a {
    color: #d90011;
    text-decoration: underline;
    font-weight: 700
}

.b-form .centered-wrapper .b-form__left a strong {
    color: #d90011
}

.b-form .centered-wrapper .b-form__left+.b-form__right .wpcf7 {
    padding: 0 30px;
    max-width: 100%;
    transform: translateX(30px)
}

@media only all and (max-width:850px) {
    .b-form .centered-wrapper .b-form__left+.b-form__right .wpcf7 {
        transform: none;
        padding: 0
    }
}

.b-form .centered-wrapper .b-form__left .my-contract-info p {
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 1.5rem
}

.b-form .centered-wrapper .b-form__left .my-contract-info p:last-child {
    color: #1e2a54;
    font-weight: 700
}

.b-form .centered-wrapper .b-form__right {
    min-width: 450px;
    flex: 1;
    padding: 0;
    position: relative;
    width: 100%
}

@media only all and (max-width:47em) {
    .b-form .centered-wrapper .b-form__right {
        min-width: 100%
    }
}

.b-form .centered-wrapper .b-form__right .wpcf7 {
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
    padding-top: 30px
}

@media only all and (max-width:47em) {
    .b-form .centered-wrapper .b-form__right .wpcf7 {
        margin-left: 0;
        max-width: 100%;
        width: 100%
    }
}

.b-form .type-icons .wpcf7-list-item {
    opacity: 0;
    transform: translateY(15px);
    transition: .4s
}

.b-form.b-elm__view-complete .type-icons .wpcf7-list-item {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s
}

.b-form.b-elm__view-complete .type-icons .wpcf7-list-item:nth-child(1) {
    transition-delay: .1s
}

.b-form.b-elm__view-complete .type-icons .wpcf7-list-item:nth-child(2) {
    transition-delay: .2s
}

.b-form.b-elm__view-complete .type-icons .wpcf7-list-item:nth-child(3) {
    transition-delay: .3s
}

.b-form.b-elm__view-complete .type-icons .wpcf7-list-item:nth-child(4) {
    transition-delay: .4s
}

.b-form.b-elm__view-complete .type-icons .wpcf7-list-item:nth-child(5) {
    transition-delay: .5s
}

.b-form.b-elm__view-complete .type-icons .wpcf7-list-item:nth-child(6) {
    transition-delay: .6s
}

.b-form.b-elm__view-complete .type-icons .wpcf7-list-item:nth-child(7) {
    transition-delay: .7s
}

.b-form.b-elm__view-complete .type-icons .wpcf7-list-item:nth-child(8) {
    transition-delay: .8s
}

.b-form.b-elm__view-complete .type-icons .wpcf7-list-item:nth-child(9) {
    transition-delay: .9s
}

.b-form.b-elm__view-complete .type-icons .wpcf7-list-item:nth-child(10) {
    transition-delay: 1s
}

@media only all and (max-width:850px) {
    .b-form.b__form_invert .b-form__left {
        order: 2;
        margin-bottom: 0;
        margin-top: 70px
    }

    .b-form.b__form_invert .b-form__right {
        order: 1
    }
}

.b-faq .centered-wrapper__offset {
    display: flex;
    flex-wrap: wrap;
    width: 103%;
    margin-right: -1.5%;
    margin-left: -1.5%;
    margin-bottom: -40px
}

.b-faq .b-faq__h__items {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 70px;
    padding-top: 20px;
    width: 100%
}

.b-faq .b-faq__h__items .b-faq__h__item {
    flex: 1;
    text-align: center;
    padding: 0 1.5% 0;
    margin-bottom: 40px;
    min-width: 300px
}

@media only all and (max-width:47em) {
    .b-faq .b-faq__h__items .b-faq__h__item {
        min-width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

.b-faq .b-faq__h__items .b-faq__h__item .b-faq__h__title {
    margin-top: 0;
    color: #d90011;
    font-weight: 800
}

.b-faq .b-faq__h__items .b-faq__h__item .b-faq__h__text p {
    font-size: 1.6rem;
    line-height: 1.3
}

.b-faq .b-faq__h__items .b-faq__h__item .b-faq__h__text * {
    color: #767676 !important
}

.b-faq .b-faq__h__items .b-faq__h__item .b-faq__h__link {
    color: #1e2a54;
    font-weight: 700;
    margin-top: 20px;
    display: block;
    transition: .3s
}

.b-faq .b-faq__h__items .b-faq__h__item .b-faq__h__link:hover {
    opacity: .5
}

.b-faq .b-line .centered-wrapper {
    padding: 0
}

.b-faq .b-tabs {
    margin-bottom: 20px;
    margin-top: 0
}

.b-faq .b-tabs [role=tablist] {
    border-bottom: 1px solid #1e2a54;
    text-align: center;
    margin: 0;
    overflow: visible;
    background-color: #fff;
    z-index: 100
}

.b-faq .b-tabs [role=tablist] button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 3px solid #fff
}

.b-faq .b-tabs [role=tab] {
    position: relative;
    margin: 0;
    overflow: visible;
    font-weight: 400;
    padding: 18px 16px 12px;
    color: #1e2a54;
    border-bottom: 3px solid #d90011;
    transition: .3s
}

.b-faq .b-tabs [role=tab][aria-selected=true] {
    border-radius: 0;
    border-bottom: 3px solid #1e2a54;
    text-shadow: 0 0 1px #1e2a54, 0 0 .65px #1e2a54
}

.b-faq .b-tabs [role=tab][aria-selected=true]::after {
    position: absolute;
    z-index: 3;
    bottom: -1px;
    right: 0;
    left: 0;
    height: .3em;
    box-shadow: none
}

.b-faq .b-tabs [role=tab]:focus::before,
.b-faq .b-tabs [role=tab]:hover::before {
    opacity: .6
}

.b-faq .b-tabs [role=tabpanel] {
    position: relative;
    z-index: 2;
    padding: 50px 0 0;
    border: none
}

.b-faq .b-tabs [role=tabpanel] p {
    font-size: 1.6rem
}

.b-faq .b-tabs [role=tabpanel] p b,
.b-faq .b-tabs [role=tabpanel] p strong {
    font-size: 1.6rem
}

.b-faq .b-tabs [role=tabpanel]:focus {
    outline: 0
}

.b-faq .b-tabs [role=tabpanel]:focus::after {
    position: absolute;
    bottom: 0;
    right: -1px;
    left: -1px
}

.b-faq .b-tabs [role=tabpanel] p {
    margin: 0
}

.b-faq .b-tabs [role=tabpanel] *+p {
    margin-top: 1em
}

.b-faq .b-toggles {
    max-width: 1000px;
    margin: 0 auto
}

.search__wrapper .search__questions {
    display: flex;
    margin: 0 auto;
    max-width: 1300px;
    padding: 24px;
    flex-wrap: wrap
}

.search__wrapper .search__questions .search__question {
    flex: 1;
    width: 30.33%;
    margin: 0 1.5% 60px;
    min-width: 300px;
    text-align: center
}

@media only all and (max-width:500px) {
    .search__wrapper .search__questions .search__question {
        width: 100%;
        min-width: 100%
    }
}

.search__wrapper .search__questions .search__question .search__question__title {
    font-size: 2rem
}

.search__wrapper .search__questions .search__question .search__question__text {
    font-size: 1.6rem;
    margin-bottom: 16px
}

.search__wrapper .search__questions .search__question .search__question__link {
    font-weight: 700;
    color: #1e2a54
}

.search__wrapper .search__questions .search__title {
    width: 100%;
    text-align: center
}

.search__wrapper .search__questions .no-result {
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #1e2a54;
    margin-top: 30px;
    font-size: 2rem
}

.search__wrapper .search__header {
    box-shadow: 0 0 19px 0 rgba(30, 42, 84, .34);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000000;
    background-color: #fff;
    height: 120px;
    transition: .4s
}

@media only all and (max-width:1000px) {
    .search__wrapper .search__header {
        height: 80px
    }
}

.search__wrapper .search__header .centered-wrapper {
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    height: 100%;
    align-items: center
}

.search__wrapper .search__header .search__logo {
    display: block;
    max-width: 180px;
    min-width: 180px;
    font-weight: 800;
    height: 100%;
    letter-spacing: 1px;
    font-size: 1.8rem;
    margin-right: 20px
}

@media only all and (max-width:1100px) {
    .search__wrapper .search__header .search__logo {
        max-width: 100px;
        min-width: 100px
    }
}

.search__wrapper .search__header .search__logo img {
    display: block;
    height: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.search__wrapper .search__header .search__box {
    flex: 1;
    text-align: center
}

.search__wrapper .search__header .search__box form {
    position: relative
}

.search__wrapper .search__header .search__box input[type=search] {
    padding: 20px 50px 20px 20px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 400px;
    border: none;
    border-bottom: 1px solid #d90011;
    outline: 0
}

@media only all and (max-width:1000px) {
    .search__wrapper .search__header .search__box input[type=search] {
        margin-bottom: 0;
        padding: 10px 50px 10px 20px
    }
}

.search__wrapper .search__header .search__box .se_btn {
    cursor: pointer;
    position: absolute;
    border: none;
    height: calc(100% - 20px);
    outline: 0;
    background-color: transparent;
    font-size: 24px;
    transition: .3s;
    top: 0;
    color: #1e2a54;
    transform: scale(1) translateX(-40px) translateY(3px)
}

.search__wrapper .search__header .search__box .se_btn:hover {
    transform: translateY(3px) translateX(-40px) scale(1.1)
}

.search__wrapper .search__header .modal__close,
.search__wrapper .search__header .modal__close__false {
    cursor: pointer;
    max-width: 180px;
    min-width: 180px;
    height: 100%;
    margin-left: 20px;
    background: 0 0;
    border: 0;
    text-align: right
}

@media only all and (max-width:1100px) {

    .search__wrapper .search__header .modal__close,
    .search__wrapper .search__header .modal__close__false {
        max-width: 100px;
        min-width: 100px
    }
}

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

    .search__wrapper .search__header .modal__close,
    .search__wrapper .search__header .modal__close__false {
        max-width: 50px;
        min-width: 50px
    }
}

.search__wrapper .search__header .modal__close:before,
.search__wrapper .search__header .modal__close__false:before {
    color: #d90011;
    font-size: 32px;
    content: "\2715"
}

.search__wrapper .search__header.hide {
    transform: translateY(-100%)
}

.search__wrapper .search__questions {
    margin-top: 40px;
    transition: .3s;
    padding-bottom: 0
}

.search__wrapper .search__questions.hide {
    transform: translateY(-20px);
    opacity: 0
}

.search__wrapper .search__questions .no-result {
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #1e2a54;
    margin-top: 30px;
    font-size: 2rem;
    margin-bottom: 0
}

.search__wrapper .search__questions .search__item {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 12px;
    align-items: flex-start;
    display: flex
}

.search__wrapper .search__questions .search__item.type-page {
    padding: 0 12px
}

.search__wrapper .search__questions .search__item .extra {
    padding: 10px 0
}

.search__wrapper .search__questions .search__item .object-fit__wrapper {
    position: relative;
    min-width: 240px;
    height: 100%;
    margin-right: 30px
}

@media only all and (max-width:900px) {
    .search__wrapper .search__questions .search__item .object-fit__wrapper {
        min-width: 200px
    }
}

@media only all and (max-width:47em) {
    .search__wrapper .search__questions .search__item .object-fit__wrapper {
        display: none
    }
}

.search__wrapper .search__questions .search__item .object-fit__wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 14px;
    bottom: 0
}

.search__wrapper .search__questions .search__item:last-child {
    border: none
}

.search__wrapper .search__questions .search__item span {
    font-size: 1.4rem;
    margin-bottom: 6px;
    display: block
}

.search__wrapper .search__questions .search__item p {
    font-weight: 700;
    color: #1e2a54;
    font-size: 1.8rem;
    margin: 0;
    flex: 1
}

.search__wrapper .search__questions .search__item .wysing {
    margin-top: 6px
}

.search__wrapper .search__questions .search__item .wysing * {
    font-size: 1.4rem !important;
    color: #767676 !important;
    font-weight: 400 !important
}

.search__wrapper .search__questions .count {
    width: 100%;
    max-width: 960px;
    margin: 20px auto;
    padding-left: 16px
}

.search__wrapper .search__content {
    padding-bottom: 50px;
    margin-top: 120px
}

@media only all and (max-width:1000px) {
    .search__wrapper .search__content {
        margin-top: 80px
    }
}

.b-notice .b-notice__content {
    padding: 22px 0;
    margin: 0;
    font-weight: 900;
    font-size: 1.4rem;
    color: #1e2a54;
    font-family: Nunito
}

.b-notice .b-notice__content a {
    margin-left: 10px;
    text-decoration: underline;
    color: #d90011
}

@media only all and (max-width:47em) {
    .b-notice .b-notice__content {
        text-align: center
    }
}

.b-charge .centered-wrapper {
    padding-top: 30px !important
}

.b-charge .b-charge__title {
    margin-top: 0;
    margin-bottom: 0
}

.b-charge .b-charge__links {
    margin: 30px 0 0
}

@media only all and (max-width:850px) {
    .b-charge .b-charge__links {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }
}

.b-charge .b-charge__links span {
    margin-right: 10px;
    margin-bottom: 20px;
    color: #767676
}

.b-charge .b-charge__links .b-charge__link {
    color: #767676;
    margin: 0;
    transition: .3s;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 16px;
    padding-left: 16px;
    position: relative
}

.b-charge .b-charge__links .b-charge__link:hover {
    opacity: .5
}

.b-charge .b-charge__links .b-charge__link::after {
    position: absolute;
    content: "";
    margin-left: 0;
    padding-left: 0;
    height: 70%;
    left: 0;
    width: 1px;
    top: 15%;
    background-color: #767676
}

.b-charge .b-charge__links .b-charge__link:nth-child(2) {
    padding-left: 0
}

.b-charge .b-charge__links .b-charge__link:nth-child(2):before {
    left: 0 !important
}

.b-charge .b-charge__links .b-charge__link:nth-child(2):after {
    display: none
}

.b-charge .b-charge__links .b-charge__link.selected {
    font-weight: 700;
    color: #1e2a54
}

.b-charge .b-charge__links .b-charge__link.selected::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 16px;
    right: 0;
    height: 2px;
    background-color: #1e2a54
}

@media only all and (max-width:850px) {
    .b-charge .b-charge__links .b-charge__link.selected::before {
        left: 0
    }
}

.b-charge .b-charge__links .b-charge__link.selected:first-child {
    padding-left: 0
}

.b-charge .b-charge__links .b-charge__link.selected:first-child:before {
    left: 0
}

@media only all and (max-width:850px) {
    .b-charge .b-charge__links .b-charge__link {
        padding-left: 0
    }

    .b-charge .b-charge__links .b-charge__link:after {
        display: none
    }
}

.b-charge .b-charge__content {
    margin-top: 40px;
    margin-bottom: 100px;
    flex-wrap: wrap
}

@media only all and (max-width:850px) {
    .b-charge .b-charge__content {
        margin-top: 40px;
        margin-bottom: 60px
    }
}

.b-charge .b-charge__text {
    max-width: 900px;
    padding-right: 50px;
    margin-bottom: 50px
}

@media only all and (max-width:900px) {
    .b-charge .b-charge__text {
        max-width: 100%;
        min-width: 100%;
        padding-right: 0
    }
}

.b-charge .b-charge__text * {
    font-size: 1.6rem
}

.b-charge .b-charge__extrawrapper {
    flex: 1
}

.b-charge .b-charge__charges {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
    margin-bottom: -70px;
    width: 102%
}

@media only all and (max-width:900px) {
    .b-charge .b-charge__charges {
        margin-top: 50px
    }
}

.b-listing-local .extrawrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.b-listing-local .extrawrapper p {
    margin: 0 0 0 12px;
    color: #1e2a54
}

.b-listing-local .extrawrapper p span {
    color: #d90011
}

.b-listing-local .no-result-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column
}

.b-listing-local .no-result {
    color: #1e2a54;
    margin-bottom: 0;
    text-align: center;
    font-weight: 700
}

.b-listing-local .b-maps__searchcp {
    margin: 20px auto 60px
}

.b-listing .b-listing__title {
    text-align: center;
    font-size: 45px;
    font-size: 4.5rem;
    margin: 0 0 50px
}

@media only all and (max-width:74em) {
    .b-listing .b-listing__title {
        font-size: 36px;
        font-size: 3.6rem
    }
}

@media only all and (max-width:47em) {
    .b-listing .b-listing__title {
        font-size: 25px;
        font-size: 2.5rem
    }
}

@media only all and (max-width:29em) {
    .b-listing .b-listing__title {
        font-size: 21px;
        font-size: 2.1rem
    }
}

.b-listing .b-listing__content {
    -moz-columns: 5;
    columns: 5;
    margin-bottom: 70px
}

@media only all and (max-width:61em) {
    .b-listing .b-listing__content {
        -moz-columns: 4;
        columns: 4
    }
}

@media only all and (max-width:800px) {
    .b-listing .b-listing__content {
        -moz-columns: 3;
        columns: 3
    }
}

@media only all and (max-width:600px) {
    .b-listing .b-listing__content {
        -moz-columns: 2;
        columns: 2
    }
}

@media only all and (max-width:450px) {
    .b-listing .b-listing__content {
        -moz-columns: 1;
        columns: 1
    }
}

.b-listing .b-listing__content .b-listing__community {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    margin-top: 0
}

.b-listing .b-listing__content .b-listing__community .b-listing__community__name {
    margin-bottom: 4px;
    font-weight: 700;
    color: #1e2a54;
    font-size: 1.6rem;
    font-family: "PT Sans"
}

.b-listing .b-listing__content .b-listing__province__btn {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 1.6rem;
    color: #767676;
    font-weight: 400;
    cursor: pointer;
    transition: .3s;
    font-family: "PT Sans";
    padding: 3px 0;
    margin-bottom: 2px;
    display: inline-block
}

.b-listing .b-listing__content .b-listing__province__btn:hover {
    color: #1e2a54;
    transform: translateX(4px)
}

.b-listing .b-listing__content .b-listing__offices {
    display: none
}

.flying__wrapper {
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 10000000
}

.flying__wrapper .flying__close-zone {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .8s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    background-color: rgba(255, 255, 255, .95)
}

.flying__wrapper .flying__form {
    pointer-events: auto;
    position: fixed;
    top: 20%;
    width: 320px;
    box-shadow: 0 0 19px 0 rgba(30, 42, 84, .17);
    border-radius: 14px;
    border: 1px solid #1e2a54;
    background-color: #f3f7ff;
    padding: 12px 0 20px;
    right: 0;
    transition: transform .8s cubic-bezier(.77, 0, .175, 1);
    transform: translateX(320px)
}

.flying__wrapper .flying__form .flying__form__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6px;
    padding: 0 20px
}

.flying__wrapper .flying__form .flying__form__header h4 {
    margin: 0 0 12px;
    font-size: 1.8rem;
    color: #d90011
}

.flying__wrapper .flying__form .flying__form__header h4 p {
    display: block;
    margin: 0;
    font-size: 1.3rem;
    margin-bottom: 6px;
    padding-right: 12px;
    font-weight: 700;
    color: #1e2a54
}

.flying__wrapper .flying__form .flying__form__header h4 p a {
    color: #d90011;
    font-size: 1.3rem
}

.flying__wrapper .flying__form .flying__form__header button {
    color: #d90011;
    background-color: transparent;
    border: none;
    font-size: 3rem
}

.flying__wrapper .flying__form .flying__form__header button i {
    position: relative;
    top: 2px
}

.flying__wrapper .flying__form .form__legal__requireds {
    font-size: 1.2rem
}

.flying__wrapper .flying__form .wpcf7 {
    padding: 0 20px;
    position: initial
}

.flying__wrapper .flying__form .wpcf7:after {
    border-radius: 14px
}

.flying__wrapper .flying__form .wpcf7 .form__item {
    margin-bottom: 12px
}

.flying__wrapper .flying__form .wpcf7 .form__item>label {
    top: 14px !important;
    left: 12px !important;
    font-size: 1.4rem !important
}

.flying__wrapper .flying__form .wpcf7 .form__item.submit {
    margin-bottom: 0
}

.flying__wrapper .flying__form .wpcf7 .form__item.acceptance {
    margin-top: 0
}

.flying__wrapper .flying__form .wpcf7 .form__item.acceptance a,
.flying__wrapper .flying__form .wpcf7 .form__item.acceptance label {
    font-size: 1.2rem
}

.flying__wrapper .flying__form .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    padding: 12px;
    font-size: 1.4rem
}

.flying__wrapper .flying__form .wpcf7 input[type=checkbox] {
    padding: 0
}

.flying__wrapper .flying__form .wpcf7 input[type=submit] {
    margin-top: 10px
}

.flying__wrapper .flying__form .wpcf7 .wpcf7-response-output {
    padding: 12px;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.5rem
}

@media only all and (min-width:1000px) {
    .flying__wrapper .flying__form {
        border-radius: 14px 0 0 14px;
        border-right: none !important
    }
}

@media only all and (max-width:1000px) {
    .flying__wrapper .flying__form {
        transform: translateX(0) translateY(110%);
        top: initial;
        left: 10px;
        bottom: 10px;
        right: 10px;
        width: initial;
        padding: 30px 10px
    }
}

.flying__wrapper .flying__btn {
    position: fixed;
    pointer-events: auto;
    top: 20%;
    right: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    padding: 14px 24px;
    background-color: #f3f7ff;
    font-weight: 900;
    font-size: 2rem;
    letter-spacing: 1px;
    color: #d90011;
    border-radius: 14px 14px 0 0;
    border: 1px solid #1e2a54;
    border-bottom: none;
    display: flex;
    transition: .3s
}

.flying__wrapper .flying__btn:hover {
    box-shadow: 0 0 19px 0 rgba(30, 42, 84, .34)
}

.flying__wrapper .flying__btn i {
    margin-left: 12px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    border: 1px solid #d90011;
    color: #d90011;
    text-align: center
}

.flying__wrapper .flying__btn i:before {
    display: block;
    height: 24px;
    width: 23px
}

@media only all and (max-width:1000px) {
    .flying__wrapper .flying__btn {
        bottom: 0;
        transform: rotate(0) translateX(-50%) translateY(0);
        top: initial;
        left: 50%;
        right: initial;
        padding: 10px 30px;
        border: 1px solid rgba(30, 42, 84, .4)
    }

    .flying__wrapper .flying__btn i {
        font-size: 1.7rem;
        width: 20px;
        height: 20px;
        transform: translateY(1px);
        margin-left: 30px
    }

    .flying__wrapper .flying__btn i:before {
        display: block;
        height: 20px;
        width: 19px
    }
}

.flying__wrapper.active .flying__close-zone {
    opacity: 1;
    pointer-events: all;
    visibility: visible
}

.flying__wrapper.active .flying__form {
    transform: translateX(0)
}

@media only all and (max-width:1000px) {
    .flying__wrapper.active .flying__form {
        transform: translateX(0) translateY(0)
    }
}

@media only all and (max-width:1000px) {
    .flying__wrapper.active .flying__btn {
        transform: rotate(0) translateX(-50%) translateY(100%)
    }
}

.b-testimonial .centered-wrapper {
    display: flex
}

@media only all and (max-width:47em) {
    .b-testimonial .centered-wrapper {
        flex-direction: column
    }
}

.b-testimonial .b-testimonial-left,
.b-testimonial .b-testimonial-wrapper {
    min-width: 50%;
    max-width: 50%
}

@media only all and (max-width:47em) {

    .b-testimonial .b-testimonial-left,
    .b-testimonial .b-testimonial-wrapper {
        min-width: 100%;
        max-width: 100%
    }
}

.b-testimonial .b-testimonial-left {
    position: relative
}

@media only all and (max-width:47em) {
    .b-testimonial .b-testimonial-left {
        padding-top: 56.6%;
        display: none
    }
}

.b-testimonial .b-testimonial-left img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 14px
}

.b-testimonial .b-testimonial-wrapper {
    padding: 0
}

.b-testimonial .b-testimonial-wrapper .slick-list {
    padding: 0
}

.b-testimonial .b-testimonial-wrapper .b-testimonial__item {
    text-align: center;
    padding: 30px 30px 80px
}

@media only all and (max-width:47em) {
    .b-testimonial .b-testimonial-wrapper .b-testimonial__item {
        padding: 30px 30px 65px
    }
}

.b-testimonial .b-testimonial-wrapper .b-testimonial__item img {
    margin: 0 auto;
    max-width: 130px;
    transition: .6s;
    transition-delay: 0s
}

.b-testimonial .b-testimonial-wrapper .b-testimonial__item .b-testimonial__number {
    font-size: 7.5rem;
    font-family: Nunito;
    padding: 16px 0;
    color: #1e2a54;
    font-weight: 900;
    transition: .4s;
    transition-delay: .15s
}

.b-testimonial .b-testimonial-wrapper .b-testimonial__item .b-testimonial__title {
    color: #767676;
    font-size: 1.8rem;
    font-weight: 700;
    transition: .4s;
    transition-delay: .3s
}

.b-testimonial .b-testimonial-wrapper .b-testimonial__item .b-testimonial__text {
    transition: .4s;
    transition-delay: .45s
}

.b-testimonial .b-testimonial-wrapper .b-testimonial__item .b-testimonial__text p {
    font-size: 1.6rem;
    margin-bottom: 12px
}

.b-testimonial .b-testimonial-wrapper .b-testimonial__item .b-testimonial__number,
.b-testimonial .b-testimonial-wrapper .b-testimonial__item .b-testimonial__text,
.b-testimonial .b-testimonial-wrapper .b-testimonial__item .b-testimonial__title,
.b-testimonial .b-testimonial-wrapper .b-testimonial__item img {
    opacity: 0;
    transform: translateY(30px)
}

.b-testimonial .b-testimonial-wrapper .slick-active .b-testimonial__number,
.b-testimonial .b-testimonial-wrapper .slick-active .b-testimonial__text,
.b-testimonial .b-testimonial-wrapper .slick-active .b-testimonial__title,
.b-testimonial .b-testimonial-wrapper .slick-active img {
    opacity: 1;
    transform: translateY(0)
}

.b-testimonial .b-testimonial-wrapper .slick-slide {
    transition: none
}

@media only all and (min-width:48em) {
    .b-testimonial .slick-arrow {
        display: none !important
    }
}

@media only all and (max-width:47em) {
    .b-testimonial .slick-dots {
        display: none !important
    }
}

.b-listing-local .b-listing__title {
    text-align: center;
    font-size: 45px;
    font-size: 4.5rem;
    margin: 0 0 50px
}

@media only all and (max-width:74em) {
    .b-listing-local .b-listing__title {
        font-size: 36px;
        font-size: 3.6rem
    }
}

@media only all and (max-width:47em) {
    .b-listing-local .b-listing__title {
        font-size: 25px;
        font-size: 2.5rem
    }
}

@media only all and (max-width:29em) {
    .b-listing-local .b-listing__title {
        font-size: 21px;
        font-size: 2.1rem
    }
}

.b-listing-local .b-listing__return {
    margin-bottom: 40px;
    font-weight: 700;
    color: #1e2a54;
    display: inline-block
}

.b-listing-local .b-listing__return i {
    color: #d90011;
    font-size: 1.4rem;
    margin-right: 6px;
    transition: .3s;
    display: inline-block
}

.b-listing-local .b-listing__return:hover i {
    transform: translateX(-2px)
}

.b-listing-local .b-listing__offices {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 70px
}

.b-listing-local .b-listing__offices .b-listing__office {
    display: flex;
    padding: 24px 40px;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #1e2a54
}

.b-listing-local .b-listing__offices .b-listing__office:last-child {
    border: none
}

@media only all and (max-width:47em) {
    .b-listing-local .b-listing__offices .b-listing__office {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 20px
    }
}

.b-listing-local .b-listing__offices .b-listing__office p {
    margin: 0
}

.b-listing-local .b-listing__offices .b-listing__office .b-listing__office__name {
    max-width: 210px;
    width: 100%;
    color: #1e2a54;
    font-weight: 700;
    font-size: 1.6rem;
    padding-right: 20px;
    font-family: Nunito
}

@media only all and (max-width:47em) {
    .b-listing-local .b-listing__offices .b-listing__office .b-listing__office__name {
        margin-bottom: 12px;
        max-width: 100%
    }
}

.b-listing-local .b-listing__offices .b-listing__office .b-listing__office__contact {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column
}

@media only all and (max-width:47em) {
    .b-listing-local .b-listing__offices .b-listing__office .b-listing__office__contact {
        width: 100%;
        align-items: flex-start
    }
}

.b-listing-local .b-listing__offices .b-listing__office .b-listing__office__contact .b-listing__office__contact_item {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media only all and (max-width:47em) {
    .b-listing-local .b-listing__offices .b-listing__office .b-listing__office__contact .b-listing__office__contact_item {
        text-align: left;
        width: 100%;
        justify-content: space-between
    }
}

@media only all and (max-width:550px) {
    .b-listing-local .b-listing__offices .b-listing__office .b-listing__office__contact .b-listing__office__contact_item {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column
    }

    .b-listing-local .b-listing__offices .b-listing__office .b-listing__office__contact .b-listing__office__contact_item .btn {
        margin-left: 0;
        margin-top: 20px
    }
}

.b-listing-local .b-listing__offices .b-listing__office .b-listing__office__contact .b-listing__office__contact_item:last-child {
    margin-bottom: 0
}

.b-listing-local .b-listing__offices .b-listing__office .b-listing__office__contact .b-listing__office__contact_item p {
    display: inline-block;
    margin-bottom: 4px;
    width: 100%
}

.b-listing-local .b-listing__offices .b-listing__office .b-listing__office__contact .btn {
    margin-left: 30px
}

.b-listing-local .b-listing__offices .b-listing__office:nth-child(odd) {
    background-color: #f3f7ff
}

.b-maps__searchcp {
    border-bottom: 1px solid #1e2a54;
    padding: 7px 10px;
    margin-right: 50px
}

@media only all and (max-width:47em) {
    .b-maps__searchcp {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.b-maps__searchcp input {
    border: none
}

.b-maps__searchcp input::-moz-placeholder {
    color: #1e2a54;
    font-weight: 700
}

.b-maps__searchcp input:-ms-input-placeholder {
    color: #1e2a54;
    font-weight: 700
}

.b-maps__searchcp input::placeholder {
    color: #1e2a54;
    font-weight: 700
}

.b-maps__searchcp i {
    color: #1e2a54;
    cursor: pointer
}

.b-maps #map {
    width: 100%;
    height: 500px;
    min-height: 60vh
}

.b-maps .gm-style .gm-style-iw-c {
    padding: 20px !important
}

.b-maps .gm-style .gm-style-iw-c h4 {
    margin: 0 0 10px
}

.b-maps .gm-style .gm-style-iw-c p {
    margin: 0 0 10px
}

.b-maps .gm-style .gm-style-iw-c p:last-child {
    margin: 0
}

.b-maps .b-maps__filter {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only all and (max-width:47em) {
    .b-maps .b-maps__filter {
        flex-direction: column;
        justify-content: flex-start
    }
}

.b-maps .b-maps__filter select {
    min-width: 240px;
    padding: 6px 20px 6px 10px !important;
    border-bottom: 1px solid #767676;
    font-size: 1.7rem
}

.b-maps .b-maps__filter select:focus {
    border-bottom: 1px solid #767676
}

.b-maps .b-maps__filter .b-maps__geocode {
    background-color: transparent;
    border: 1px solid #1e2a54;
    padding: 7px 10px;
    border-radius: 14px;
    margin-left: 20px;
    font-weight: 500;
    font-style: italic;
    color: #767676;
    font-size: 1.5rem
}

@media only all and (max-width:47em) {
    .b-maps .b-maps__filter .b-maps__geocode {
        margin-top: 16px
    }
}

.b-maps .b-maps__filter .b-maps__geocode i {
    color: #1e2a54;
    margin-left: 30px;
    font-weight: 700
}

.dc-alm__wrapper {
    transition: .3s
}

.dc-alm__wrapper.dc-filtering {
    pointer-events: none;
    opacity: .3
}

.dc-alm__wrapper.dc-filtering .dc-alm__btn {
    opacity: 0
}

.dc-alm__wrapper .no-result {
    margin: 0;
    color: #767676
}

.dc-alm__wrapper .dc-alm__btn-wrapper {
    text-align: center;
    width: 100%;
    position: relative
}

.dc-alm__wrapper .dc-alm__btn-wrapper .dc-alm__btn {
    margin: 70px 0 0;
    text-decoration: none;
    position: relative
}

.dc-alm__wrapper .dc-alm__btn-wrapper .dc-alm__btn.loading .dc-alm__text {
    opacity: 0;
    transition-delay: 0s;
    transform: translateY(-3px)
}

.dc-alm__wrapper .dc-alm__btn-wrapper .dc-alm__btn.loading .dc-alm__loader {
    visibility: visible;
    transition-delay: .3s;
    opacity: 1;
    transform: translate(-50%, -50%)
}

.dc-alm__wrapper .dc-alm__btn-wrapper .dc-alm__btn:hover .dc-alm__text {
    color: #fff
}

.dc-alm__wrapper .dc-alm__btn-wrapper .dc-alm__btn.done {
    display: none
}

.dc-alm__wrapper .dc-alm__btn-wrapper .dc-alm__btn .dc-alm__text {
    transition: .3s
}

.dc-alm__wrapper .dc-alm__btn-wrapper .dc-alm__btn .dc-alm__loader {
    width: 80px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.dc-alm__wrapper .dc-alm__btn-wrapper .dc-alm__btn .dc-alm__loader div {
    position: absolute;
    top: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d90011;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.dc-alm__wrapper .dc-alm__btn-wrapper .dc-alm__btn .dc-alm__loader div:nth-child(1) {
    left: 8px;
    -webkit-animation: dc-alm__loader1 .6s infinite;
    animation: dc-alm__loader1 .6s infinite
}

.dc-alm__wrapper .dc-alm__btn-wrapper .dc-alm__btn .dc-alm__loader div:nth-child(2) {
    left: 8px;
    -webkit-animation: dc-alm__loader2 .6s infinite;
    animation: dc-alm__loader2 .6s infinite
}

.dc-alm__wrapper .dc-alm__btn-wrapper .dc-alm__btn .dc-alm__loader div:nth-child(3) {
    left: 32px;
    -webkit-animation: dc-alm__loader2 .6s infinite;
    animation: dc-alm__loader2 .6s infinite
}

.dc-alm__wrapper .dc-alm__btn-wrapper .dc-alm__btn .dc-alm__loader div:nth-child(4) {
    left: 56px;
    -webkit-animation: dc-alm__loader3 .6s infinite;
    animation: dc-alm__loader3 .6s infinite
}

.charge__full__related {
    background-color: #f3f7ff;
    padding: 50px 0 80px
}

.charge__full__related .dc-alm__title__extra {
    text-align: center;
    margin-bottom: 55px
}

.charge__full__related .dc-alm__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -1%;
    margin-right: -1%;
    margin-bottom: -70px;
    width: 102%
}

.charge__full__related .dc-alm__items .charge__lite .charge__lite__thumbnail {
    height: 0;
    padding-top: 100%
}

.charge__full__related .dc-alm__items .charge__lite .btn {
    display: none
}

.post__full__related {
    margin-top: 70px;
    margin-bottom: 0;
    background-color: #f3f7ff;
    padding-top: 70px;
    padding-bottom: 70px
}

.post__full__related .dc-alm__title__extra {
    text-align: center;
    margin-top: 0;
    margin-bottom: 55px
}

.post__full__related .dc-alm__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -50px
}

.post__full__related .dc-alm__items .post__lite {
    flex: 1;
    min-width: 300px;
    max-width: 33.33%
}

@media only all and (max-width:300px) {
    .post__full__related .dc-alm__items .post__lite {
        min-width: 100%
    }
}

.post__lite {
    position: relative;
    margin: 0 1.5% 60px;
    width: 22%;
    transition: .4s;
    -webkit-animation: .6s dc-alm__fadein;
    animation: .6s dc-alm__fadein;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1
}

.post__lite.fadeout {
    -webkit-animation: .6s dc-alm__fadeout;
    animation: .6s dc-alm__fadeout
}

@media only all and (max-width:1100px) {
    .post__lite {
        width: 30.33%
    }
}

@media only all and (max-width:800px) {
    .post__lite {
        width: 47%
    }
}

@media only all and (max-width:500px) {
    .post__lite {
        width: 100% !important
    }
}

.post__lite a {
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s
}

.post__lite a:hover {
    opacity: .7;
    transform: translateY(-10px)
}

.post__lite .post__lite__content {
    flex: 1;
    padding: 0
}

@media only all and (max-width:700px) {
    .post__lite .post__lite__content {
        padding: 0
    }
}

.post__lite .post__lite__content .post__lite__top {
    display: flex;
    margin-bottom: 20px
}

.post__lite .post__lite__content .post__lite__title {
    color: #1e2a54;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 800
}

.post__lite .post__lite__content .post__lite__tags {
    font-size: 1.2rem;
    color: #767676;
    margin: 0 10px 0 0;
    padding-right: 10px;
    position: relative
}

.post__lite .post__lite__content .post__lite__tags::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #767676
}

.post__lite .post__lite__content .post__lite__date {
    margin: 0;
    font-size: 1.2rem
}

.post__lite .post__lite__thumbnail {
    width: 100%;
    padding-top: 120%;
    margin-bottom: 20px;
    position: relative
}

.post__lite .post__lite__thumbnail img {
    border-radius: 14px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute
}

.b-posts .post__lite:nth-of-type(1),
.b-posts .post__lite:nth-of-type(2) {
    width: 47%;
    max-width: 47%
}

@media only all and (max-width:47em) {

    .b-posts .post__lite:nth-of-type(1),
    .b-posts .post__lite:nth-of-type(2) {
        width: 100%;
        max-width: 100%
    }
}

.b-posts .post__lite:nth-of-type(1) .post__lite__thumbnail,
.b-posts .post__lite:nth-of-type(2) .post__lite__thumbnail {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    bottom: 0
}

.b-posts .post__lite:nth-of-type(1) .post__lite__thumbnail::after,
.b-posts .post__lite:nth-of-type(2) .post__lite__thumbnail::after {
    content: "";
    background-color: #1e2a54;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: .3;
    border-radius: 14px
}

.b-posts .post__lite:nth-of-type(1) .post__lite__content,
.b-posts .post__lite:nth-of-type(2) .post__lite__content {
    padding: 300px 30px 50px
}

.b-posts .post__lite:nth-of-type(1) .post__lite__content .post__lite__date,
.b-posts .post__lite:nth-of-type(1) .post__lite__content .post__lite__tags,
.b-posts .post__lite:nth-of-type(1) .post__lite__content .post__lite__title,
.b-posts .post__lite:nth-of-type(2) .post__lite__content .post__lite__date,
.b-posts .post__lite:nth-of-type(2) .post__lite__content .post__lite__tags,
.b-posts .post__lite:nth-of-type(2) .post__lite__content .post__lite__title {
    color: #fff
}

.b-posts .post__lite:nth-of-type(1) .post__lite__content .post__lite__date::after,
.b-posts .post__lite:nth-of-type(1) .post__lite__content .post__lite__tags::after,
.b-posts .post__lite:nth-of-type(1) .post__lite__content .post__lite__title::after,
.b-posts .post__lite:nth-of-type(2) .post__lite__content .post__lite__date::after,
.b-posts .post__lite:nth-of-type(2) .post__lite__content .post__lite__tags::after,
.b-posts .post__lite:nth-of-type(2) .post__lite__content .post__lite__title::after {
    background-color: #fff
}

.b-posts .post__lite:nth-of-type(1) .post__lite__content .post__lite__title,
.b-posts .post__lite:nth-of-type(2) .post__lite__content .post__lite__title {
    font-size: 3.2rem
}

@media only all and (max-width:500px) {

    .b-posts .post__lite:nth-of-type(1) .post__lite__content .post__lite__title,
    .b-posts .post__lite:nth-of-type(2) .post__lite__content .post__lite__title {
        font-size: 2rem
    }
}

.b-posts .post__lite:nth-of-type(1) .post__lite__content .post__lite__top,
.b-posts .post__lite:nth-of-type(2) .post__lite__content .post__lite__top {
    margin-bottom: 12px
}

@media only all and (max-width:500px) {

    .b-posts .post__lite:nth-of-type(1) .post__lite__content .post__lite__top,
    .b-posts .post__lite:nth-of-type(2) .post__lite__content .post__lite__top {
        font-size: 2rem;
        flex-direction: column
    }

    .b-posts .post__lite:nth-of-type(1) .post__lite__content .post__lite__top .post__lite__tags::after,
    .b-posts .post__lite:nth-of-type(2) .post__lite__content .post__lite__top .post__lite__tags::after {
        display: none
    }
}

.post__full__related .post__lite:nth-of-type(1),
.post__full__related .post__lite:nth-of-type(2),
.post__full__related .post__lite:nth-of-type(3) {
    width: 33.33%;
    width: 100%
}

@media only all and (max-width:47em) {

    .post__full__related .post__lite:nth-of-type(1),
    .post__full__related .post__lite:nth-of-type(2),
    .post__full__related .post__lite:nth-of-type(3) {
        max-width: 100%
    }
}

.post__full__related .post__lite:nth-of-type(1) .post__lite__thumbnail,
.post__full__related .post__lite:nth-of-type(2) .post__lite__thumbnail,
.post__full__related .post__lite:nth-of-type(3) .post__lite__thumbnail {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    bottom: 0
}

.post__full__related .post__lite:nth-of-type(1) .post__lite__content,
.post__full__related .post__lite:nth-of-type(2) .post__lite__content,
.post__full__related .post__lite:nth-of-type(3) .post__lite__content {
    padding: 90% 30px 30px
}

.post__full__related .post__lite:nth-of-type(1) .post__lite__content .post__lite__date,
.post__full__related .post__lite:nth-of-type(1) .post__lite__content .post__lite__tags,
.post__full__related .post__lite:nth-of-type(1) .post__lite__content .post__lite__title,
.post__full__related .post__lite:nth-of-type(2) .post__lite__content .post__lite__date,
.post__full__related .post__lite:nth-of-type(2) .post__lite__content .post__lite__tags,
.post__full__related .post__lite:nth-of-type(2) .post__lite__content .post__lite__title,
.post__full__related .post__lite:nth-of-type(3) .post__lite__content .post__lite__date,
.post__full__related .post__lite:nth-of-type(3) .post__lite__content .post__lite__tags,
.post__full__related .post__lite:nth-of-type(3) .post__lite__content .post__lite__title {
    color: #fff
}

.post__full__related .post__lite:nth-of-type(1) .post__lite__content .post__lite__date::after,
.post__full__related .post__lite:nth-of-type(1) .post__lite__content .post__lite__tags::after,
.post__full__related .post__lite:nth-of-type(1) .post__lite__content .post__lite__title::after,
.post__full__related .post__lite:nth-of-type(2) .post__lite__content .post__lite__date::after,
.post__full__related .post__lite:nth-of-type(2) .post__lite__content .post__lite__tags::after,
.post__full__related .post__lite:nth-of-type(2) .post__lite__content .post__lite__title::after,
.post__full__related .post__lite:nth-of-type(3) .post__lite__content .post__lite__date::after,
.post__full__related .post__lite:nth-of-type(3) .post__lite__content .post__lite__tags::after,
.post__full__related .post__lite:nth-of-type(3) .post__lite__content .post__lite__title::after {
    background-color: #fff
}

.post__full__related .post__lite:nth-of-type(1) .post__lite__content .post__lite__title,
.post__full__related .post__lite:nth-of-type(2) .post__lite__content .post__lite__title,
.post__full__related .post__lite:nth-of-type(3) .post__lite__content .post__lite__title {
    font-size: 2rem
}

.post__full__related .post__lite:nth-of-type(1) .post__lite__content .post__lite__top,
.post__full__related .post__lite:nth-of-type(2) .post__lite__content .post__lite__top,
.post__full__related .post__lite:nth-of-type(3) .post__lite__content .post__lite__top {
    margin-bottom: 12px
}

.post__full .post__full__header {
    position: relative
}

.post__full .post__full__header .post__full__title {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 4.6rem;
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
    max-width: 60%
}

@media only all and (max-width:800px) {
    .post__full .post__full__header .post__full__title {
        max-width: 100%;
        font-size: 3rem
    }
}

.post__full .post__full__header .post__full__thumbnail {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    height: 100%
}

.post__full .post__full__excerpt {
    font-size: 2.8rem;
    font-family: Nunito;
    font-weight: 800;
    line-height: 1.5;
    color: #1e2a54
}

.post__full .post__full__excerpt:empty {
    display: none
}

.post__full .post__full__wrapper {
    margin-top: 70px
}

.post__full .post__full__content {
    flex: 1;
    padding: 0 0 0 70px;
    margin: 0
}

@media only all and (max-width:1050px) {
    .post__full .post__full__content {
        order: 1;
        padding: 0
    }
}

.post__full .post__full__content h1:nth-child(1),
.post__full .post__full__content h2:nth-child(1),
.post__full .post__full__content h3:nth-child(1),
.post__full .post__full__content h4:nth-child(1),
.post__full .post__full__content h5:nth-child(1),
.post__full .post__full__content h6:nth-child(1),
.post__full .post__full__content p:nth-child(1) {
    margin-top: 0
}

.post__full .post__full__content p {
    font-size: 1.8rem
}

.post__full .post__full__content .centered-wrapper {
    padding-left: 0;
    padding-right: 0
}

.post__full .post__full__aside {
    width: 220px;
    position: -webkit-sticky;
    position: sticky;
    top: 180px
}

@media only all and (max-width:1050px) {
    .post__full .post__full__aside {
        top: 0;
        position: relative;
        order: 2;
        width: 80%;
        margin: 70px auto 0;
        border-top: 1px solid #1e2a54;
        padding-top: 20px
    }
}

.post__full .post__full__aside .post__full__author {
    border-bottom: 1px solid #1e2a54
}

.post__full .post__full__aside .post__full__author>div {
    margin-bottom: 20px
}

.post__full .post__full__aside .post__full__author .post__full__author__name,
.post__full .post__full__aside .post__full__author .post__full__author__position,
.post__full .post__full__aside .post__full__author .post__full__author__title {
    font-size: 1.6rem;
    color: #1e2a54;
    margin-top: 0;
    margin-bottom: 0
}

.post__full .post__full__aside .post__full__author .post__full__author__title {
    margin-bottom: 20px
}

.post__full .post__full__aside .post__full__author .post__full__author__name {
    font-weight: 700
}

.post__full .post__full__aside .post__full__author .post__full__author__position {
    color: #1e2a54
}

.post__full .post__full__aside .post__full__author+.post__full__date {
    padding-top: 30px
}

.post__full .post__full__aside .post__full__date {
    padding: 0 0 30px;
    margin: 0;
    border-bottom: 1px solid #1e2a54;
    color: #1e2a54;
    font-size: 1.6rem
}

.post__full .post__full__aside .post__full__terms {
    margin-top: 30px;
    border-bottom: 1px solid #1e2a54;
    padding-bottom: 20px
}

.post__full .post__full__aside .post__full__terms .post__full__terms__title {
    font-size: 1.6rem;
    color: #1e2a54;
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 20px
}

.post__full .post__full__aside .post__full__terms .post__full__tag {
    display: block;
    margin-bottom: 12px
}

.news__lite {
    margin: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: .4s;
    -webkit-animation: .6s dc-alm__fadein;
    animation: .6s dc-alm__fadein;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.news__lite.fadeout {
    -webkit-animation: .6s dc-alm__fadeout;
    animation: .6s dc-alm__fadeout
}

.news__lite:last-child a {
    margin-bottom: 0
}

.news__lite a {
    display: flex;
    width: 100%;
    height: 100%;
    margin-bottom: 60px;
    transition: .3s
}

.news__lite a:hover {
    opacity: .5
}

@media only all and (max-width:700px) {
    .news__lite a {
        flex-direction: column
    }
}

.news__lite .news__lite__content {
    flex: 1;
    padding: 20px 0 20px 40px
}

@media only all and (max-width:700px) {
    .news__lite .news__lite__content {
        padding: 0
    }
}

.news__lite .news__lite__content .news__lite__top {
    display: flex;
    margin-bottom: 12px
}

.news__lite .news__lite__content .news__lite__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 800
}

.news__lite .news__lite__content .news__lite__tags {
    font-size: 1.2rem;
    color: #1e2a54;
    margin: 0 10px 0 0;
    padding-right: 10px;
    position: relative
}

.news__lite .news__lite__content .news__lite__tags::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #767676
}

.news__lite .news__lite__content .news__lite__date {
    margin: 0;
    font-size: 1.2rem
}

.news__lite .news__lite__content .news__lite__excerpt {
    font-size: 1.6rem;
    margin-bottom: 0;
    margin-top: 0
}

.news__lite .news__lite__content .news__lite__excerpt:empty {
    display: none
}

.news__lite .news__lite__thumbnail {
    width: 300px;
    position: relative
}

@media only all and (max-width:700px) {
    .news__lite .news__lite__thumbnail {
        width: 100%;
        padding-top: 56.6%;
        margin-bottom: 20px
    }
}

.news__lite .news__lite__thumbnail img {
    border-radius: 14px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute
}

.charge__lite {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 70px;
    flex-basis: 23%;
    transition: .3s
}

@media only all and (max-width:1000px) {
    .charge__lite {
        flex-basis: 31.33%
    }
}

@media only all and (max-width:750px) {
    .charge__lite {
        flex-basis: 48%
    }
}

@media only all and (max-width:500px) {
    .charge__lite {
        flex-basis: 98%
    }
}

.charge__lite .charge__lite__thumbnail {
    position: relative;
    height: 0;
    padding-top: 120%
}

.charge__lite .charge__lite__thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 14px
}

.charge__lite>a {
    display: block
}

.charge__lite hr {
    height: 1px;
    border: none;
    background-color: #1e2a54
}

.charge__lite .charge__lite__title {
    margin: 24px 0
}

.charge__lite .charge__lite__resume {
    margin: 24px 0;
    border-top: 1px solid #1e2a54
}

.charge__lite .charge__lite__resume .wysing {
    padding: 16px 0;
    border-bottom: 1px solid #1e2a54
}

.charge__lite .charge__lite__excerpt {
    padding: 12px 0
}

.charge__lite .charge__lite__excerpt * {
    font-size: 1.4rem
}

.charge__lite .charge__lite__excerpt ol,
.charge__lite .charge__lite__excerpt ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 0 30px
}

.charge__lite .charge__lite__link {
    margin-top: 24px;
    width: 100%
}

.charge__lite:hover {
    transform: translateY(-5px)
}

.charge__lite:hover .btn {
    color: #fff;
    background-color: #d90011;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .09), 0 2px 2px rgba(0, 0, 0, .09), 0 4px 4px rgba(0, 0, 0, .09), 0 8px 8px rgba(0, 0, 0, .09), 0 16px 16px rgba(0, 0, 0, .09)
}

.charge__full .charge__full__header {
    margin-bottom: 20px
}

.charge__full .charge__full__notice {
    background-color: #f3f7ff
}

@media only all and (max-width:47em) {
    .charge__full .charge__full__notice {
        text-align: center
    }
}

.charge__full .charge__full__notice p {
    padding-top: 22px;
    padding-bottom: 22px;
    font-weight: 900;
    font-size: 1.4rem;
    color: #1e2a54;
    font-family: Nunito
}

.charge__full .charge__full__notice p a {
    margin-left: 10px;
    text-decoration: underline;
    color: #d90011
}

.charge__full .charge__full__thumbnail {
    width: 100%
}

.charge__full .charge__full__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
    align-items: flex-start
}

@media only all and (max-width:1000px) {
    .charge__full .charge__full__wrapper {
        flex-direction: column
    }
}

.charge__full .charge__full__wrapper .charge__assured {
    width: 100%
}

.charge__full .charge__full__wrapper .embed-container {
    min-width: 50%;
    margin: 0 0 50px
}

.charge__full .charge__full__wrapper .charge__full__title {
    width: 100%;
    margin-top: 20px
}

.charge__full .charge__full__wrapper .charge__full__intro {
    flex: 1;
    min-width: 50%;
    max-width: 50%
}

@media only all and (max-width:1000px) {
    .charge__full .charge__full__wrapper .charge__full__intro {
        min-width: 100%;
        max-width: 100%
    }
}

.charge__full .charge__full__wrapper .charge__newcta {
    margin-top: 60px;
    display: inline-block;
    min-width: 50%
}

@media only all and (max-width:1000px) {
    .charge__full .charge__full__wrapper .charge__newcta.__desktop {
        display: none
    }
}

.charge__full .charge__full__wrapper .charge__newcta.__rs {
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%
}

@media only all and (min-width:1000px) {
    .charge__full .charge__full__wrapper .charge__newcta.__rs {
        display: none
    }
}

.charge__full .charge__full__wrapper .charge__full__icons {
    display: flex;
    margin-top: 60px;
    flex-wrap: wrap;
    margin-bottom: -30px
}

@media only all and (max-width:1000px) {
    .charge__full .charge__full__wrapper .charge__full__icons {
        display: none
    }
}

@media only all and (max-width:600px) {
    .charge__full .charge__full__wrapper .charge__full__icons {
        flex-direction: column
    }

    .charge__full .charge__full__wrapper .charge__full__icons .charge__full__icon {
        text-align: center;
        margin-right: 0 !important
    }
}

.charge__full .charge__full__wrapper .charge__full__icons.rs {
    display: none;
    width: 100%
}

@media only all and (max-width:1000px) {
    .charge__full .charge__full__wrapper .charge__full__icons.rs {
        display: flex
    }
}

.charge__full .charge__full__wrapper .charge__full__icons .charge__full__img {
    max-width: 100px
}

.charge__full .charge__full__wrapper .charge__full__icons .charge__full__icon {
    flex: 1;
    min-width: 40%;
    margin-right: 30px;
    margin-bottom: 50px
}

.charge__full .charge__full__wrapper .charge__full__icons .charge__full__icon:nth-child(even) {
    margin-right: 0
}

.charge__full .charge__full__wrapper .charge__full__icons .charge__full__icon h3 {
    margin-top: 20px;
    margin-bottom: 12px
}

.charge__full .charge__full__wrapper .charge__full__icons .charge__full__icon p {
    margin-top: 0;
    margin-bottom: 20px
}

.charge__full .charge__full__wrapper .charge__full__icons .charge__full__icon .btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

.charge__full .charge__full__data {
    min-width: 50%;
    flex: 1;
    padding-left: 50px
}

@media only all and (max-width:1000px) {
    .charge__full .charge__full__data {
        padding-left: 0;
        transform: none;
        margin-top: 50px;
        width: 100%
    }
}

.charge__full .charge__full__data .iva {
    display: none
}

.charge__full .charge__full__data.iva .iva {
    display: flex
}

.charge__full .charge__full__data.iva .noiva {
    display: none
}

@media only all and (max-width:1000px) {
    .charge__full .charge__full__data.right .left {
        display: none
    }
}

@media only all and (max-width:1000px) {
    .charge__full .charge__full__data.left .right {
        display: none
    }
}

@media only all and (min-width:1000px) {
    .charge__full .charge__full__data .charge__table__head p:nth-child(3) {
        background-color: #1e2a54;
        color: #fff
    }
}

@media only all and (max-width:1000px) {
    .charge__full .charge__full__data.col2 .charge__table__head p[data-col=col2] {
        background-color: #1e2a54;
        color: #fff
    }

    .charge__full .charge__full__data.col2 .charge__table__body p[data-col=col1] {
        display: none
    }

    .charge__full .charge__full__data.col1 .charge__table__head p[data-col=col1] {
        background-color: #1e2a54;
        color: #fff
    }

    .charge__full .charge__full__data.col1 .charge__table__body p[data-col=col2] {
        display: none
    }
}

@media only all and (max-width:1000px) {
    .charge__full .charge__full__data.one-row .charge__table__head p {
        min-width: 100%;
        max-width: 100%
    }
}

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

.charge__full .charge__table__head button,
.charge__full .charge__table__head p {
    flex: 1;
    max-width: 48%;
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    display: block;
    padding: 16px 0;
    font-weight: 700;
    color: #1e2a54;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    text-align: center;
    border: 1px solid #1e2a54;
    border-bottom: none;
    max-width: 100%;
    background-color: #1e2a54;
    color: #fff
}

.charge__full .charge__table__head p {
    padding: 16px
}

.charge__full .charge__table__head p:nth-child(1) {
    justify-content: flex-start
}

.charge__full .charge__table__head p:nth-child(2) {
    justify-content: flex-end
}

.charge__full .charge__table__body {
    border-top: 1px solid #1e2a54
}

.charge__full .charge__table__body div {
    display: flex;
    border-bottom: 1px solid #1e2a54
}

.charge__full .charge__table__body div:nth-child(odd) {
    background-color: #f3f7ff
}

@media only all and (max-width:1000px) {
    .charge__full .charge__table__body div {
        display: block;
        padding: 10px
    }

    .charge__full .charge__table__body div p {
        justify-content: center !important;
        min-width: 100%;
        max-width: 100%;
        margin: 0 !important;
        padding: 4px 0
    }
}

.charge__full .charge__table__body p {
    min-width: 32.33%;
    flex: 1;
    margin: 0;
    padding: 0;
    display: block;
    padding: 16px 0;
    font-weight: 700;
    color: #1e2a54;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px
}

.charge__full .charge__table__body p:nth-child(1) {
    justify-content: flex-start
}

.charge__full .charge__table__body p:nth-child(2),
.charge__full .charge__table__body p:nth-child(3) {
    justify-content: flex-end
}

.charge__full .charge__table__body+.charge__table__head {
    margin-top: 50px
}

.charge__full .charge__table__final {
    margin-top: 40px
}

.charge__full .charge__table__final__message p {
    margin-bottom: 12px
}

.charge__full .charge__table__final__message img {
    width: 100% !important;
    max-width: 100% !important;
    margin: 30px 0 !important
}

.single-charge .b-breadcrumbs,
.single-news .b-breadcrumbs,
.single-post .b-breadcrumbs {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.single-charge .b-newsletter,
.single-news .b-newsletter,
.single-post .b-newsletter {
    margin-top: 75px;
    margin-bottom: 75px
}

@media only all and (max-width:47em) {

    .single-charge .b-newsletter,
    .single-news .b-newsletter,
    .single-post .b-newsletter {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

.single-charge .post__full__wrapper,
.single-news .post__full__wrapper,
.single-post .post__full__wrapper {
    display: flex;
    align-items: flex-start
}

@media only all and (max-width:1050px) {

    .single-charge .post__full__wrapper,
    .single-news .post__full__wrapper,
    .single-post .post__full__wrapper {
        flex-direction: column
    }
}

.comments-area {
    margin: 70px auto
}

.comments-area .comments-title {
    width: 100%;
    font-size: 3rem;
    text-align: center
}

.comments-area .comment-respond {
    max-width: 900px;
    background-color: #f0f0f0;
    padding: 40px;
    margin: 50px auto
}

.comments-area .comment-respond .comment-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.comments-area .comment-respond .comment-form .comment-form-comment {
    order: 3;
    width: 100%
}

.comments-area .comment-respond .comment-form label {
    color: #333
}

.comments-area .comment-respond .comment-form .comment-form-email {
    width: 100%
}

.comments-area .comment-respond .comment-form .form-submit {
    order: 4;
    margin-bottom: 0
}

.comments-area .comment-respond .comment-form .comment-form-author {
    width: 100%
}

.comments-area .comment-respond .comment-form p {
    margin-bottom: 0
}

.comments-area .comment-respond .comment-reply-title {
    font-size: 2.4rem;
    margin-top: 0;
    color: #333
}

.comments-area .comment-respond .comment-reply-title>a {
    margin-bottom: 10px;
    color: var(--color-primary, #d90011);
    display: inline-block
}

.comments-area .comment-respond .comment-reply-title small {
    display: block
}

.comments-area .comment-respond .comment-reply-title small a {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    background-color: #fff;
    padding: 4px 12px;
    color: #000;
    font-weight: 400;
    display: inline-block;
    border-radius: 20px
}

.comments-area .comment-respond .comment-reply-title small a:empty {
    display: none
}

.comments-area .comment-respond .comment-notes {
    font-size: 1.6rem;
    width: 100%;
    margin: 0;
    color: #333;
    opacity: .6
}

.comments-area .comment-respond input,
.comments-area .comment-respond textarea {
    padding: 10px;
    font-size: 1.6rem;
    width: 100%;
    border: 1px solid #e4e4e4
}

.comments-area .comment-respond textarea {
    height: 130px
}

.comments-area .comment-respond label {
    font-size: 1.6rem;
    font-weight: 700
}

.comments-area .comment-list {
    max-width: 900px;
    margin: 0 auto;
    padding: 0
}

.comments-area .comment-list .avatar {
    display: none
}

.comments-area .comment-list .comment.depth-1 {
    margin-bottom: 60px
}

.comments-area .comment-list .comment .comment-body {
    position: relative;
    background: #eee
}

.comments-area .comment-list .comment .comment-body .comment-meta {
    padding: 12px 130px 12px 20px
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata {
    margin-top: 6px
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 1.4rem;
    color: #333
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-author,
.comments-area .comment-list .comment .comment-body .comment-meta .comment-author a {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2px
}

.comments-area .comment-list .comment .comment-body .comment-content {
    padding: 20px;
    border: 1px solid #f0f0f0
}

.comments-area .comment-list .comment .comment-body .comment-content p {
    margin: 0
}

.comments-area .comment-list .comment .comment-body .reply {
    font-weight: 700;
    margin: 0 20px 20px;
    position: absolute;
    top: 24px;
    right: 0
}

.comments-area .comment-list .comment .comment-body .reply a {
    color: #333
}

.comments-area .comment-list .comment .comment-date {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: italic;
    display: block;
    padding-bottom: 7px
}

.comments-area .comment-list .comment .children {
    margin-top: 20px
}

.comments-area .comment-list .comment .children .comment {
    margin-bottom: 20px
}

.comments-area .children,
.comments-area .comment-list {
    list-style: none
}

.comments-area .comment-awaiting-moderation {
    margin-top: 10px;
    display: block;
    font-size: 1.5rem
}

.comments-area .comment-empty {
    text-align: center;
    font-weight: 400;
    font-size: 1.8rem
}

.comments-area .comment-empty span {
    font-size: 2.6rem;
    display: block;
    font-weight: 800;
    margin-top: 12px
}

.depth-10,
.depth-2,
.depth-3,
.depth-4,
.depth-5,
.depth-6,
.depth-7,
.depth-8,
.depth-9 {
    position: relative
}

.depth-10:before,
.depth-2:before,
.depth-3:before,
.depth-4:before,
.depth-5:before,
.depth-6:before,
.depth-7:before,
.depth-8:before,
.depth-9:before {
    position: absolute;
    top: 0;
    left: -30px;
    color: var(--color-primary, #d90011);
    content: "\f21e";
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    transform: rotate(180deg);
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

#commentform #author,
#commentform #comment,
#commentform #email,
#commentform #url {
    display: block;
    width: 100%;
    transition: .3s
}

#commentform #author.error,
#commentform #comment.error,
#commentform #email.error,
#commentform #url.error {
    border: 1px solid #c41414
}

#commentform input[type=submit] {
    display: inline-block;
    position: relative;
    margin: 20px 0 0;
    max-width: 100%;
    padding: 12px 30px;
    border-radius: 30px;
    transition: color .4s;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    transition: .3s;
    border: none
}

#commentform input[type=submit]:hover {
    transform: translateX(5px)
}

.dc-custom-select {
    display: flex
}

.dc-custom-select p {
    margin: 0 20px 0 0;
    font-size: 1.6rem;
    padding: 0;
    color: #1e2a54
}

.dc-custom-select__wrapper {
    position: relative;
    background: #fff;
    display: inline-block
}

.dc-custom-select__wrapper:after {
    content: "\f123";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    font-family: Ionicons;
    color: #d90011;
    pointer-events: none;
    transition: .3s
}

.dc-custom-select__wrapper:before {
    width: 30px;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    content: "";
    pointer-events: none
}

.dc-custom-select__wrapper:hover:after {
    content: "\f126";
    color: #1e2a54
}

.dc-custom-select__wrapper select {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1e2a54;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: 0 0;
    height: 100%;
    width: auto;
    cursor: pointer;
    padding-right: 30px;
    border: none;
    -webkit-appearance: none
}

.dc-custom-select__wrapper select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.dc-custom-select__wrapper select::-ms-expand {
    display: none
}

.dc-custom-select__wrapper select:focus {
    border-color: #63ffb4
}

@media all and (min-width:0\0) and (min-resolution:0.001dpcm) {
    .select select {
        padding-right: 0
    }

    .select:after,
    .select:before {
        display: none
    }
}

.footer {
    padding: 0;
    margin: 0 !important
}

.footer .footer__social {
    background-color: #1e2a54;
    text-align: center;
    padding: 16px 12px
}

.footer .footer__social a {
    padding: 4px 10px;
    color: #fff;
    font-size: 2.2rem;
    transition: .3s
}

.footer .footer__social a:hover {
    opacity: .7
}

.footer .footer__links {
    padding: 70px 0 30px
}

.footer .footer__links .centered-wrapper {
    display: flex;
    flex-wrap: wrap
}

.footer .footer__links .centered-wrapper .footer__links__item {
    flex: 1;
    min-width: 220px;
    padding-right: 50px;
    margin-bottom: 40px
}

.footer .footer__links .centered-wrapper .footer__links__item h4 {
    margin: 0 0 36px;
    font-size: 1.7rem;
    font-weight: 800
}

.footer .footer__links .centered-wrapper .footer__links__item a {
    display: block;
    margin-bottom: 10px;
    transition: .3s
}

.footer .footer__links .centered-wrapper .footer__links__item.extra {
    flex: .95;
    min-width: 220px
}

.footer .footer__links .centered-wrapper .footer__links__item.extra a {
    font-family: Nunito;
    margin-bottom: 20px
}

.footer .footer__links .centered-wrapper .footer__links__item.extra a:not(.btn) {
    font-size: 1.7rem;
    font-weight: 800;
    color: #1e2a54
}

.footer .footer__links .centered-wrapper .footer__links__item.extra a.btn {
    display: inline-block
}

.footer .footer__final {
    background-color: #f3f7ff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 16px 0
}

@media only all and (max-width:1000px) {
    .footer .footer__final .footer__final__links {
        text-align: center;
        padding-bottom: 50px
    }
}

.footer .footer__final p {
    margin: 0 0 16px;
    padding: 0;
    font-weight: 700;
    color: #1e2a54;
    font-family: Nunito;
    font-size: 1.5rem;
    margin-right: 20px
}

.footer .footer__final a {
    padding: 0 14px;
    display: inline-block;
    margin: 0 0 16px;
    color: #1e2a54;
    font-size: 1.4rem;
    position: relative;
    transition: .3s
}

.footer .footer__final a::after {
    content: "";
    height: 80%;
    width: 1px;
    background-color: #1e2a54;
    right: 0;
    position: absolute;
    top: 10%
}

.footer .footer__final a:last-child::after {
    display: none
}

.footer .footer__final a:hover {
    opacity: .5
}

.cookies-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    background-color: #d90011;
    z-index: 1000000
}

.cookies-banner.go-out {
    -webkit-animation: hide-c 1s;
    animation: hide-c 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.cookies-banner .centered-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media only all and (max-width:47em) {
    .cookies-banner .centered-wrapper {
        flex-wrap: wrap;
        justify-content: flex-start
    }
}

.cookies-banner .centered-wrapper a,
.cookies-banner .centered-wrapper p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    color: #fff;
    font-family: Merriweather
}

.cookies-banner .centered-wrapper a {
    text-decoration: underline
}

.cookies-banner .centered-wrapper button {
    min-width: 180px;
    font-weight: 700;
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    padding: 15px 25px 12px;
    border: 3px solid #d90011;
    background-color: transparent;
    transition: .4s;
    margin-left: 20px
}

.cookies-banner .centered-wrapper button:hover {
    color: #fff
}

@media only all and (max-width:47em) {
    .cookies-banner .centered-wrapper button {
        margin-top: 20px;
        margin-left: 0;
        margin-right: 20px
    }
}

@-webkit-keyframes dc-alm__loader1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes dc-alm__loader1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes dc-alm__loader3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes dc-alm__loader3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@-webkit-keyframes dc-alm__loader2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(24px, 0)
    }
}

@keyframes dc-alm__loader2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(24px, 0)
    }
}

@-webkit-keyframes dc-alm__fadein {
    0% {
        opacity: 0;
        transform: translateY(-10px) translateX(0)
    }

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

@keyframes dc-alm__fadein {
    0% {
        opacity: 0;
        transform: translateY(-10px) translateX(0)
    }

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

@-webkit-keyframes dc-alm__fadeout {
    0% {
        opacity: 1;
        transform: translateY(0) translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateY(10px) translateX(0)
    }
}

@keyframes dc-alm__fadeout {
    0% {
        opacity: 1;
        transform: translateY(0) translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateY(10px) translateX(0)
    }
}

@-webkit-keyframes mmfadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mmfadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes mmfadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes mmslideIn {
    from {
        transform: translateY(10%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(10%)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes mmslideOut {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10%)
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10%)
    }
}

@-webkit-keyframes showHiddenInput {
    from {
        opacity: 0;
        transform: translateY(15px)
    }

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

@keyframes showHiddenInput {
    from {
        opacity: 0;
        transform: translateY(15px)
    }

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

@-webkit-keyframes showResult {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

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

@keyframes showResult {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

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

.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;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 12px 0
}

.slick-list:focus {
    outline: 0
}

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

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

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

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

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    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
}

.slick-dots {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 20px;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 7.33333px;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: .4s;
    opacity: 1
}

.slick-dots li.slick-active {
    opacity: 1
}

.slick-dots li.slick-active button::after {
    transform: scale(1)
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 22px;
    height: 22px;
    padding: 8px;
    border-radius: 50%;
    box-shadow: 0 0 19px 0 rgba(30, 42, 84, .068);
    cursor: pointer;
    border: 1px solid #d90011;
    color: transparent;
    outline: 0;
    background: 0 0
}

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

.slick-dots li button:after {
    content: "";
    transition: .3s;
    transform: scale(0);
    position: absolute;
    transform-origin: center;
    width: 22px;
    height: 22px;
    background-color: #d90011;
    border-radius: 50%;
    top: 0;
    left: 0
}

.b-cta .slick-slide {
    height: 100%
}

.b-cta .b-cta__slides .slick-arrow {
    display: none !important;
    position: absolute;
    border: none;
    background: 0 0;
    z-index: 100;
    transition: .4s;
    height: 60px;
    width: 60px;
    padding: 0;
    bottom: 50%;
    transform: translateY(50%)
}

.b-cta .b-cta__slides .slick-arrow:before {
    font-family: Ionicons;
    display: inline-block;
    content: "\f3d3";
    font-size: 50px;
    opacity: .7;
    color: #d90011;
    transition: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media only all and (max-width:74em) {
    .b-cta .b-cta__slides .slick-arrow {
        height: 45px;
        width: 45px;
        bottom: 15px;
        transform: translateY(0)
    }

    .b-cta .b-cta__slides .slick-arrow:before {
        font-size: 40px
    }
}

.b-cta .b-cta__slides .slick-prev {
    position: absolute;
    left: 0;
    bottom: -10px
}

.b-cta .b-cta__slides .slick-prev:before {
    font-size: 3rem;
    content: "\f3d2"
}

.b-cta .b-cta__slides .slick-next {
    position: absolute;
    right: 0;
    bottom: -10px
}

.b-cta .b-cta__slides .slick-disabled {
    pointer-events: none
}

.b-cta .b-cta__slides .slick-disabled:before {
    opacity: .1 !important;
    transform: scale(1) !important
}

.b-cta .b-cta__slides .slick-list {
    padding: 0
}

.b-cta .b-cta__slides .slick-track {
    display: flex !important;
    width: 100%
}

.b-cta .b-cta__slides .slick-track .slick-slide {
    height: initial;
    float: none
}

.b-cta .b-cta__slides .slick-track .slick-slide div {
    height: 100%
}

.b-cta .b-cta__slides .slick-track .slick-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.b-cta.b-elm__full-width .b-cta__slides .slick-prev {
    left: 0
}

.b-cta.b-elm__full-width .b-cta__slides .slick-next {
    right: 0
}

.b-image__slider__wrapper .slick-arrow {
    position: absolute;
    border: none;
    background: 0 0;
    z-index: 100;
    transition: .4s;
    height: 60px;
    width: 60px;
    padding: 0;
    bottom: 50%;
    transform: translateY(50%)
}

.b-image__slider__wrapper .slick-arrow:hover {
    cursor: pointer
}

.b-image__slider__wrapper .slick-arrow:hover:before {
    opacity: 1;
    transform: scale(1.25)
}

.b-image__slider__wrapper .slick-arrow:before {
    font-family: Ionicons;
    display: inline-block;
    content: "\f125";
    font-size: 50px;
    opacity: .1;
    color: #333;
    transition: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media only all and (max-width:74em) {
    .b-image__slider__wrapper .slick-arrow {
        height: 45px;
        width: 45px;
        bottom: 15px;
        transform: translateY(0)
    }

    .b-image__slider__wrapper .slick-arrow:before {
        font-size: 40px
    }
}

.b-image__slider__wrapper .slick-prev {
    position: absolute;
    left: 0
}

.b-image__slider__wrapper .slick-prev:before {
    content: "\f124"
}

.b-image__slider__wrapper .slick-next {
    position: absolute;
    right: 0
}

.b-image__slider__wrapper .slick-disabled {
    pointer-events: none
}

.b-image__slider__wrapper .slick-disabled:before {
    opacity: .1 !important;
    transform: scale(1) !important
}

.b-image__slider__wrapper .slick-list {
    padding: 0
}

.b-boxes__icons .slick-arrow,
.b-faq__h__items .slick-arrow,
.b-testimonial .slick-arrow {
    position: absolute;
    border: none;
    background: 0 0;
    z-index: 100;
    transition: .4s;
    height: 60px;
    width: 60px;
    padding: 0;
    bottom: 50%;
    transform: translateY(50%)
}

.b-boxes__icons .slick-arrow:before,
.b-faq__h__items .slick-arrow:before,
.b-testimonial .slick-arrow:before {
    font-family: Ionicons;
    display: inline-block;
    content: "\f3d3";
    font-size: 50px;
    opacity: .7;
    color: #d90011;
    transition: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media only all and (max-width:74em) {

    .b-boxes__icons .slick-arrow,
    .b-faq__h__items .slick-arrow,
    .b-testimonial .slick-arrow {
        height: 45px;
        width: 45px;
        bottom: 15px;
        transform: translateY(0)
    }

    .b-boxes__icons .slick-arrow:before,
    .b-faq__h__items .slick-arrow:before,
    .b-testimonial .slick-arrow:before {
        font-size: 40px
    }
}

.b-boxes__icons .slick-prev,
.b-faq__h__items .slick-prev,
.b-testimonial .slick-prev {
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%)
}

.b-boxes__icons .slick-prev:before,
.b-faq__h__items .slick-prev:before,
.b-testimonial .slick-prev:before {
    font-size: 2rem;
    content: "\f3d2"
}

.b-boxes__icons .slick-next,
.b-faq__h__items .slick-next,
.b-testimonial .slick-next {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%)
}

.b-boxes__icons .slick-next:before,
.b-faq__h__items .slick-next:before,
.b-testimonial .slick-next:before {
    font-size: 2rem
}

.search__wrapper .modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000
}

.search__wrapper .modal__container {
    background-color: #fff;
    padding: 0;
    height: 100vh;
    width: 100vw;
    overflow-y: auto;
    box-sizing: border-box
}

@media only all and (max-width:47em) {
    .search__wrapper .modal__container {
        padding: px
    }
}

.modal__basic .modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(245, 245, 245, .95);
    display: flex;
    justify-content: center;
    align-items: center
}

.modal__basic .modal__container {
    background-color: #fff;
    width: 800px;
    max-width: 90%;
    min-height: 300px;
    max-height: 90vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 70px 30px 30px;
    border-radius: 14px;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .02), 0 2px 2px rgba(0, 0, 0, .02), 0 4px 4px rgba(0, 0, 0, .02), 0 8px 8px rgba(0, 0, 0, .02), 0 16px 16px rgba(0, 0, 0, .02)
}

.modal__basic .modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.modal__basic .modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box
}

.modal__basic .modal__close {
    background: 0 0;
    border: 0;
    top: 30px;
    left: 30px;
    font-weight: 400;
    position: absolute;
    color: #1e2a54;
    font-size: 1.6rem;
    font-family: "PT Sans";
    cursor: pointer
}

.modal__basic .modal__close i {
    margin-right: 10px;
    font-size: 1.8rem;
    position: relative;
    top: 1px
}

.modal__basic .modal__close i:before {
    color: #d90011
}

.modal__basic .modal__content .form-img {
    width: 100%;
    margin-top: 30px;
    display: block
}

.modal__basic .modal__header .modal__close:before {
    content: "\2715"
}

.modal__basic.micromodal-slide[aria-hidden=false] .modal__overlay {
    -webkit-animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
    animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1)
}

.modal__basic.micromodal-slide[aria-hidden=false] .modal__container {
    -webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1)
}

.modal__basic.micromodal-slide[aria-hidden=true] .modal__overlay {
    -webkit-animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
    animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1)
}

.modal__basic.micromodal-slide[aria-hidden=true] .modal__container {
    -webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide {
    display: none;
    z-index: 1000000;
    position: relative
}

.micromodal-slide.is-open {
    display: block
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform
}

div.wpcf7 {
    overflow: hidden;
    transition: .4s;
    padding: 0 30px;
    position: relative
}

div.wpcf7 .wpcf7-form:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    pointer-events: none;
    background-color: #f3f7ff;
    opacity: 0;
    transition: .2s;
    transition-delay: .6s;
    border-radius: 14px
}

div.wpcf7 .wpcf7-form:before {
    transition: .2s;
    transition-delay: .2s;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    bottom: 0;
    right: 0;
    background-image: url(form/loader.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px;
    z-index: 101;
    pointer-events: none
}

div.wpcf7 .wpcf7-form.submitting:after,
div.wpcf7 .wpcf7-form.submitting:before {
    transition-delay: 0s;
    opacity: 1;
    pointer-events: all
}

div.wpcf7 .wpcf7-form.submitting::before {
    transition-delay: .1s
}

div.wpcf7 p {
    margin: 0
}

div.wpcf7 input {
    font-family: "PT Sans";
    color: #767676;
    font-size: 1.8rem;
    cursor: pointer
}

div.wpcf7 input::-moz-placeholder {
    font-weight: 400;
    font-size: 1.5rem
}

div.wpcf7 input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 1.5rem
}

div.wpcf7 input::placeholder {
    font-weight: 400;
    font-size: 1.5rem
}

div.wpcf7 input:disabled {
    opacity: .2
}

div.wpcf7 input[type=date],
div.wpcf7 input[type=datetime-local],
div.wpcf7 input[type=datetime],
div.wpcf7 input[type=time] {
    font-size: 1.4rem
}

div.wpcf7 input[type=date],
div.wpcf7 input[type=datetime-local],
div.wpcf7 input[type=datetime],
div.wpcf7 input[type=email],
div.wpcf7 input[type=file],
div.wpcf7 input[type=number],
div.wpcf7 input[type=password],
div.wpcf7 input[type=search],
div.wpcf7 input[type=tel],
div.wpcf7 input[type=text],
div.wpcf7 input[type=time],
div.wpcf7 input[type=url],
div.wpcf7 select,
div.wpcf7 textarea {
    background-color: #fff;
    border: 1px solid #1e2a54;
    padding: 20px;
    width: 100%;
    transition: .3s;
    color: #1e2a54;
    font-size: 1.8rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media only all and (min-width:48em) {

    div.wpcf7 input[type=date]:focus,
    div.wpcf7 input[type=datetime-local]:focus,
    div.wpcf7 input[type=datetime]:focus,
    div.wpcf7 input[type=email]:focus,
    div.wpcf7 input[type=file]:focus,
    div.wpcf7 input[type=number]:focus,
    div.wpcf7 input[type=password]:focus,
    div.wpcf7 input[type=search]:focus,
    div.wpcf7 input[type=tel]:focus,
    div.wpcf7 input[type=text]:focus,
    div.wpcf7 input[type=time]:focus,
    div.wpcf7 input[type=url]:focus,
    div.wpcf7 select:focus,
    div.wpcf7 textarea:focus {
        box-shadow: 0 0 19px 0 rgba(30, 42, 84, .34)
    }
}

@media only all and (max-width:47em) {

    div.wpcf7 input[type=date],
    div.wpcf7 input[type=datetime-local],
    div.wpcf7 input[type=datetime],
    div.wpcf7 input[type=email],
    div.wpcf7 input[type=file],
    div.wpcf7 input[type=number],
    div.wpcf7 input[type=password],
    div.wpcf7 input[type=search],
    div.wpcf7 input[type=tel],
    div.wpcf7 input[type=text],
    div.wpcf7 input[type=time],
    div.wpcf7 input[type=url],
    div.wpcf7 select,
    div.wpcf7 textarea {
        font-size: 1.6rem;
        padding: 16px
    }
}

div.wpcf7 input[type=date],
div.wpcf7 input[type=datetime-local],
div.wpcf7 input[type=datetime],
div.wpcf7 input[type=time] {
    font-size: 1.4rem
}

div.wpcf7 input[type=submit] {
    background-color: #d90011;
    color: #fff;
    margin: 40px 0 20px;
    width: 100%;
    font-family: Nunito
}

div.wpcf7 input[type=checkbox] {
    margin-right: 6px;
    width: 20px;
    height: 20px;
    transform: translateY(4px)
}

div.wpcf7 hr {
    margin: 75px 0;
    border: none;
    height: 1px;
    background-color: #1e2a54;
    width: 100%
}

div.wpcf7 .form-items-numbers {
    display: flex;
    flex-wrap: wrap
}

div.wpcf7 .form-items-numbers .form__item {
    margin-right: 0;
    width: 100%;
    background-color: #f3f7ff;
    margin-bottom: 0;
    border-bottom: 1px solid #1e2a54;
    background-color: #f3f7ff;
    padding: 16px 12px;
    display: flex
}

div.wpcf7 .form-items-numbers .form__item:first-child {
    border-top: 1px solid #1e2a54
}

div.wpcf7 .form-items-numbers .form__item:last-child {
    border-top: none !important
}

div.wpcf7 .form-items-numbers .form__item:nth-child(even) {
    background-color: #fff
}

div.wpcf7 .form-items-numbers .form__item:after {
    content: "+";
    color: #1e2a54
}

div.wpcf7 .form-items-numbers .form__item.first {
    border-top: 1px solid #1e2a54
}

div.wpcf7 .form-items-numbers .form__item label {
    font-size: 1.6rem !important;
    min-width: initial !important;
    max-width: initial !important;
    color: #1e2a54 !important;
    flex: 1
}

div.wpcf7 .form-items-numbers .form__item .wpcf7-form-control-wrap {
    flex: 0 !important
}

div.wpcf7 .form-items-numbers .form__item input {
    font-size: 1.6rem;
    line-height: 1rem;
    width: 40px;
    text-align: right;
    padding: 0 10px 0 0 !important;
    box-shadow: none;
    border: none;
    background-color: transparent
}

div.wpcf7 .form__items__double {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

div.wpcf7 .form__items__double .form__item {
    flex: 1;
    max-width: 49%;
    margin-right: 2%
}

div.wpcf7 .form__items__double .form__item:last-child {
    margin-right: 0
}

@media only all and (max-width:47em) {
    div.wpcf7 .form__items__double .form__item {
        max-width: 100%;
        min-width: 100%;
        margin-right: 0
    }
}

div.wpcf7 .form__items__dates {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 30px
}

div.wpcf7 .form__items__dates .false-title-1 {
    width: 100%;
    font-size: 1.8rem;
    color: #1e2a54;
    margin-bottom: 12px
}

div.wpcf7 .form__items__dates .false-title-2 {
    text-align: center;
    padding: 0 10px;
    font-size: 1.8rem;
    width: 20%;
    line-height: 64px;
    color: #1e2a54;
    margin-bottom: 20px
}

div.wpcf7 .form__items__dates .form__item {
    flex: 1;
    max-width: 40%
}

div.wpcf7 .form__items__dates .form__item:last-child {
    margin-right: 0
}

div.wpcf7 .form__items__inline {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

div.wpcf7 .form__items__inline .form__item__title {
    width: 100%
}

div.wpcf7 .form__items__inline .form__item {
    margin-right: 2%;
    margin-bottom: 20px
}

@media only all and (max-width:47em) {
    div.wpcf7 .form__items__inline .form__item {
        width: 100%
    }
}

div.wpcf7 .form__items__34 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

div.wpcf7 .form__items__34 .form__item {
    margin-right: 2%
}

div.wpcf7 .form__items__34 .form__item:nth-child(odd) {
    min-width: 60%;
    max-width: 60%
}

div.wpcf7 .form__items__34 .form__item:nth-child(even) {
    min-width: 38%;
    max-width: 38%;
    margin-right: 0
}

div.wpcf7 .form__items__34 .form__item:last-child {
    margin-right: 0
}

@media only all and (max-width:1100px) {
    div.wpcf7 .form__items__34 .form__item {
        min-width: 100% !important;
        margin-right: 0 !important;
        max-width: 100% !important
    }
}

div.wpcf7 .form__legal__notice {
    margin: 30px 0 0;
    text-align: center;
    display: block;
    color: #1e2a54;
    font-size: 1.5rem
}

div.wpcf7 .form__legal__notice a {
    text-decoration: underline;
    color: #1e2a54
}

div.wpcf7 .form__legal__requireds {
    max-width: 700px;
    text-align: center;
    margin: 20px auto 0;
    display: block;
    color: #1e2a54;
    font-size: 1.5rem
}

div.wpcf7 .form__legal__requireds a {
    text-decoration: underline;
    color: #1e2a54
}

div.wpcf7 .form__legal__requireds.aleft {
    text-align: left
}

div.wpcf7 input::-webkit-inner-spin-button,
div.wpcf7 input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

div.wpcf7 input[type=number] {
    -moz-appearance: textfield
}

div.wpcf7 .form__item {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center
}

div.wpcf7 .form__item label {
    font-size: 1.8rem
}

@media only all and (max-width:47em) {
    div.wpcf7 .form__item label {
        font-size: 1.6rem
    }
}

div.wpcf7 .form__item .wpcf7-form-control-wrap {
    width: 100%
}

div.wpcf7 .form__item.dynamic-label>label {
    margin: 0;
    pointer-events: none;
    z-index: 1;
    top: 22px;
    line-height: 1.15;
    left: 21px;
    right: 21px;
    position: absolute;
    font-style: italic;
    color: #767676
}

div.wpcf7 .form__item.dynamic-label>label.hide {
    opacity: 0
}

@media only all and (max-width:47em) {
    div.wpcf7 .form__item.dynamic-label>label {
        top: 18px;
        left: 16px
    }
}

div.wpcf7 .form__item.lateral-label label {
    margin-right: 30px;
    color: #1e2a54;
    max-width: 150px;
    min-width: 150px
}

@media only all and (max-width:47em) {
    div.wpcf7 .form__item.lateral-label label {
        max-width: 100px;
        min-width: 100px
    }
}

div.wpcf7 .form__item.lateral-label .wpcf7-form-control-wrap {
    flex: 1
}

div.wpcf7 .form__item.fileinput:not(.dropbox) {
    margin-top: 0;
    position: relative;
    background-color: #fff;
    border: 1px solid #1e2a54;
    cursor: pointer
}

div.wpcf7 .form__item.fileinput:not(.dropbox)::before {
    content: "\f128";
    position: absolute;
    top: 26px;
    left: 20px;
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none;
    color: #d90011;
    pointer-events: none
}

div.wpcf7 .form__item.fileinput:not(.dropbox)::after {
    content: attr(data-filename);
    position: absolute;
    top: 26px;
    left: 50px;
    color: #1e2a54;
    pointer-events: none;
    right: 55px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

div.wpcf7 .form__item.fileinput:not(.dropbox) i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 3rem
}

div.wpcf7 .form__item.fileinput:not(.dropbox) .wpcf7-not-valid-tip {
    margin-top: -20px;
    margin-bottom: 6px
}

div.wpcf7 .form__item.fileinput:not(.dropbox) label {
    top: 24px
}

div.wpcf7 .form__item.fileinput:not(.dropbox) input {
    opacity: 0
}

div.wpcf7 .form__item.fileinput:not(.dropbox).complete label {
    visibility: hidden
}

div.wpcf7 .form__item.fileinput:not(.dropbox).complete::before {
    display: block
}

div.wpcf7 .form__item.fileinput.dropbox {
    border: none
}

div.wpcf7 .form__item.fileinput.dropbox .drop_uploader {
    margin: 0;
    min-height: 90px;
    padding-left: 20px;
    padding-right: 20px
}

div.wpcf7 .form__item.fileinput.dropbox .text_wrapper {
    margin-top: 20px
}

div.wpcf7 .form__item.fileinput.dropbox .text_wrapper i {
    font-size: 30px;
    top: 8px
}

div.wpcf7 .form__item.fileinput.dropbox .text_wrapper .text {
    font-size: 18px
}

div.wpcf7 .form__item.fileinput.dropbox .text_wrapper .file_browse {
    color: #1e2a54
}

div.wpcf7 .form__item.acceptance {
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

div.wpcf7 .form__item.acceptance a {
    text-decoration: underline;
    font-size: 1.5rem;
    color: #1e2a54
}

div.wpcf7 .form__item.acceptance label {
    position: relative;
    font-style: normal;
    pointer-events: auto;
    order: 2;
    top: 0;
    left: 0;
    transform: none;
    font-size: 1.5rem;
    line-height: 1.7;
    color: #1e2a54
}

div.wpcf7 .form__item.acceptance .wpcf7-form-control-wrap {
    order: 1;
    text-align: center
}

div.wpcf7 .form__item.acceptance .wpcf7-list-item {
    margin: 0
}

div.wpcf7 .form__item.submit {
    margin-bottom: 0;
    position: initial
}

div.wpcf7 .form__item.type-icons {
    margin-bottom: -10px
}

div.wpcf7 .form__item.type-icons .wpcf7-radio {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

@media only all and (max-width:47em) {
    div.wpcf7 .form__item.type-icons .wpcf7-radio {
        flex-direction: column
    }
}

div.wpcf7 .form__item.type-icons .wpcf7-radio .wpcf7-list-item {
    margin-right: 30px;
    margin-bottom: 50px;
    transition: .4s
}

@media only all and (max-width:47em) {
    div.wpcf7 .form__item.type-icons .wpcf7-radio .wpcf7-list-item {
        width: 100%;
        margin: 0 0 30px !important
    }
}

div.wpcf7 .form__item.type-icons .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    color: #d90011;
    font-weight: 700;
    font-family: Nunito;
    font-size: 2rem;
    width: 170px;
    text-align: center;
    padding: 0 10px;
    opacity: .5;
    transition: .3s;
    position: relative
}

div.wpcf7 .form__item.type-icons .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before {
    content: "";
    margin-bottom: 30px;
    display: block;
    width: 170px;
    height: 170px;
    background-repeat: no-repeat;
    background-size: 90px;
    background-position: center;
    pointer-events: none;
    border-radius: 14px;
    transition: .4s;
    box-shadow: 0 0 12px 0 rgba(30, 42, 84, .2);
    transform: translateX(-10px)
}

div.wpcf7 .form__item.type-icons .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:after {
    content: "\f120";
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: .3s;
    transform: scale(0)
}

@media only all and (max-width:61em) {
    div.wpcf7 .form__item.type-icons .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
        width: 120px;
        font-size: 1.8rem
    }

    div.wpcf7 .form__item.type-icons .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before {
        width: 120px;
        height: 120px;
        background-size: 60px
    }
}

@media only all and (max-width:47em) {
    div.wpcf7 .form__item.type-icons .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 18px 40px !important;
        border-radius: 14px;
        box-shadow: 0 0 14px rgba(193, 193, 193, .7)
    }

    div.wpcf7 .form__item.type-icons .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before {
        width: 40px;
        margin: 0;
        height: 40px;
        background-size: 40px;
        border-radius: 0;
        box-shadow: none
    }
}

@media only all and (min-width:48em) {
    div.wpcf7 .form__item.type-icons .wpcf7-radio .wpcf7-list-item:hover {
        transform: translateY(4px)
    }

    div.wpcf7 .form__item.type-icons .wpcf7-radio .wpcf7-list-item:hover .wpcf7-list-item-label:before {
        transform: translateX(-10px) translateY(-8px)
    }
}

div.wpcf7 .form__item.type-icons .wpcf7-radio .wpcf7-list-item input {
    z-index: 1
}

div.wpcf7 .form__item.type-icons .wpcf7-radio .wpcf7-list-item input:checked+.wpcf7-list-item-label,
div.wpcf7 .form__item.type-icons .wpcf7-radio .wpcf7-list-item input:hover+.wpcf7-list-item-label {
    opacity: 1
}

@media only all and (min-width:48em) {

    div.wpcf7 .form__item.type-icons .wpcf7-radio .wpcf7-list-item input:checked+.wpcf7-list-item-label:before,
    div.wpcf7 .form__item.type-icons .wpcf7-radio .wpcf7-list-item input:hover+.wpcf7-list-item-label:before {
        box-shadow: 0 0 20px 10px rgba(193, 193, 193, .7)
    }
}

div.wpcf7 .form__item.type-icons .wpcf7-radio .wpcf7-list-item input:checked+.wpcf7-list-item-label:after {
    transform: scale(1)
}

@media only all and (min-width:48em) {
    div.wpcf7 .form__item.type-icons .wpcf7-radio .wpcf7-list-item input:checked+.wpcf7-list-item-label:before {
        border: 1px solid #d90011
    }
}

div.wpcf7 .form__item.type-icons__reason .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label:before {
    background-image: url(form/icon_reason_1.svg)
}

div.wpcf7 .form__item.type-icons__reason .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:before {
    background-image: url(form/icon_reason_2.svg)
}

div.wpcf7 .form__item.type-icons__reason .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:before {
    background-image: url(form/icon_reason_3.svg)
}

div.wpcf7 .form__item.type-icons__modify .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label:before {
    background-image: url(form/icon_modify_1.svg)
}

div.wpcf7 .form__item.type-icons__modify .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:before {
    background-image: url(form/icon_modify_2.svg)
}

div.wpcf7 .form__item.type-icons__modify .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:before {
    background-image: url(form/icon_modify_3.svg);
    background-size: 70px 50px
}

div.wpcf7 .form__item.type-icons__modify .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label:before {
    background-image: url(form/icon_modify_3.svg);
    background-size: 70px 50px
}

div.wpcf7 .form__item.type-icons__rates .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label:before {
    background-image: url(form/icon_rate_1.svg)
}

div.wpcf7 .form__item.type-icons__rates .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:before {
    background-image: url(form/icon_rate_2.svg)
}

div.wpcf7 .form__item.type-icons__rates .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:before {
    background-image: url(form/icon_rate_3.svg)
}

div.wpcf7 .form__item.type-icons__hours .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label:before {
    background-image: url(form/23-12.svg)
}

@media only all and (max-width:47em) {
    div.wpcf7 .form__item.type-icons__hours .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label:before {
        background-size: 34px
    }
}

div.wpcf7 .form__item.type-icons__hours .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:before {
    background-image: url(form/13-22.svg)
}

@media only all and (max-width:47em) {
    div.wpcf7 .form__item.type-icons__hours .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:before {
        background-size: 34px
    }
}

div.wpcf7 .form__item.type-icons__hours .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:before {
    background-size: 37%;
    background-image: url(form/24.svg)
}

@media only all and (max-width:47em) {
    div.wpcf7 .form__item.type-icons__hours .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:before {
        background-size: 24px
    }
}

div.wpcf7 .form__item.select select {
    padding-right: 40px
}

div.wpcf7 .form__item.select.dynamic-label label {
    background-color: #fff;
    margin-right: 50px
}

div.wpcf7 .form__item.checkbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0
}

div.wpcf7 .form__item.checkbox>label {
    width: 100%;
    color: #1e2a54;
    margin-bottom: 20px
}

div.wpcf7 .form__item.checkbox .wpcf7-list-item {
    margin: 0;
    position: relative;
    padding: 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #1e2a54;
    background-color: #f3f7ff
}

div.wpcf7 .form__item.checkbox .wpcf7-list-item:nth-child(even) {
    background-color: #fff
}

div.wpcf7 .form__item.checkbox .wpcf7-list-item.first {
    border-top: 1px solid #1e2a54
}

div.wpcf7 .form__item.checkbox .wpcf7-list-item label {
    cursor: pointer;
    padding: 16px 35px 16px 12px;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    font-family: Nunito;
    display: flex;
    font-size: 1.6rem;
    align-items: flex-start
}

div.wpcf7 .form__item.checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    padding-left: 0
}

div.wpcf7 .form__item.checkbox .wpcf7-list-item label span {
    color: #1e2a54
}

div.wpcf7 .form__item.checkbox .wpcf7-list-item input {
    z-index: 10;
    position: relative;
    border-radius: 14px;
    transform: none;
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #1e2a54
}

div.wpcf7 .form__item.checkbox .wpcf7-list-item input:checked {
    border: 1px solid #d90011;
    background-color: #d90011
}

div.wpcf7 .form__item.checkbox .wpcf7-list-item .wpcf7-list-item-label {
    z-index: 1;
    border-radius: 14px;
    padding-left: 6px;
    display: inline-block
}

div.wpcf7 .form__item.checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    transition: .3s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: transparent
}

div.wpcf7 .form__item .extra {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 23px
}

div.wpcf7 .form__item .extra+label+.wpcf7-form-control-wrap input {
    padding-right: 50px
}

div.wpcf7 .form__item.centered {
    text-align: center;
    margin-bottom: 12px;
    color: #1e2a54
}

div.wpcf7 .form__item.centered span {
    font-size: 1.5rem;
    line-height: 1.5
}

div.wpcf7 .form__tooltip {
    position: absolute;
    right: 20px;
    top: 22px;
    color: #d90011;
    z-index: 1;
    font-size: 2.2rem
}

@media only all and (max-width:47em) {
    div.wpcf7 .form__tooltip {
        top: 16px
    }
}

div.wpcf7 .form__horizonal {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0
}

div.wpcf7 .form__horizonal .form__item {
    width: 100%;
    max-width: 22%;
    margin: 0 1.5% 15px;
    position: relative
}

@media only all and (max-width:900px) {
    div.wpcf7 .form__horizonal .form__item {
        max-width: 47%
    }
}

@media only all and (max-width:500px) {
    div.wpcf7 .form__horizonal .form__item {
        max-width: 100%;
        margin: 0 0 24px
    }
}

div.wpcf7 .form__horizonal .form__item.acceptance {
    margin: 10px 0 0;
    min-width: 100%
}

div.wpcf7 .form__horizonal .form__item .btn {
    margin-top: 0
}

div.wpcf7 .form__horizonal .form__item .wpcf7-not-valid-tip {
    margin-left: 18px
}

div.wpcf7 .form__horizonal .form__item a,
div.wpcf7 .form__horizonal .form__item label {
    font-size: 1.6rem
}

div.wpcf7 .form__horizonal+.wpcf7-response-output {
    margin-top: 30px
}

div.wpcf7 .ajax-loader {
    display: none !important
}

div.wpcf7 .wpcf7-response-output {
    border: none !important;
    font-size: 1.6rem;
    padding: 30px;
    margin: 0 0 30px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 700
}

div.wpcf7 .wpcf7-response-output:empty {
    display: none !important
}

div.wpcf7 .wpcf7-response-output::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #1e2a54;
    z-index: -2;
    border-radius: 14px
}

div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 1.8rem
}

div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok::after {
    border-radius: 14px;
    background-color: #238f23
}

div.wpcf7 .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 1.2rem;
    opacity: .6;
    margin-left: 20px
}

div.wpcf7 .wpcf7-form-control-wrap {
    display: block
}

div.wpcf7 .wpcf7-radio {
    display: block
}

div.wpcf7 .wpcf7-radio .wpcf7-list-item {
    position: relative;
    margin: 0;
    cursor: pointer
}

div.wpcf7 .wpcf7-radio .wpcf7-list-item input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0
}

div.wpcf7 .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 0
}

div.wpcf7 div[data-class=wpcf7cf_group] .wpcf7cf-hidden .form__item,
div.wpcf7 div[data-class=wpcf7cf_group] .wpcf7cf-hidden .form__item__title {
    display: none
}

div.wpcf7 div[data-class=wpcf7cf_group] .form__item,
div.wpcf7 div[data-class=wpcf7cf_group] .form__item__title,
div.wpcf7 div[data-class=wpcf7cf_group] .form__item__title__alt,
div.wpcf7 div[data-class=wpcf7cf_group] .form__item__title__group {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation: showHiddenInput 1s;
    animation: showHiddenInput 1s
}

.page-template-form-response .wpcf7-form.sent .form__legal__notice,
.page-template-form-response .wpcf7-form.sent>div:not(.wpcf7-response-output) {
    display: none
}

.form__item__title {
    display: inline-block;
    margin-bottom: 50px !important;
    color: #1e2a54;
    font-size: 2.4rem;
    font-weight: 800;
    font-family: Nunito
}

.form-response {
    position: relative
}

.form-response h1,
.form-response h2,
.form-response h3 {
    margin-top: 0;
    margin-bottom: 20px
}

.form-response p {
    margin: 0
}

.form-response .entry .centered-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    opacity: 1;
    transform: translateY(0)
}

@media only all and (max-width:47em) {
    .form-response .entry .centered-wrapper {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.form-response .entry {
    position: relative;
    overflow: hidden
}

.form-response .entry .wrapper {
    max-width: 50%
}

@media only all and (max-width:61em) {
    .form-response .entry .wrapper {
        max-width: 100%
    }
}

.form-response .response__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.form-response .form-response__item {
    display: none;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px
}

.form-response .form-response__item.visible {
    display: block
}

.form-response .form-response__1__datas {
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0 50px;
    align-items: flex-start
}

@media only all and (max-width:900px) {
    .form-response .form-response__1__datas {
        margin-top: 50px;
        flex-direction: column
    }
}

.form-response .form-response__1__datas .left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 60px
}

@media only all and (max-width:900px) {
    .form-response .form-response__1__datas .left {
        margin-top: 0;
        width: 100%;
        margin-bottom: 60px;
        margin-left: 0;
        align-items: center
    }
}

.form-response .form-response__1__datas .left .left__inner {
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 0 12px 0 rgba(30, 42, 84, .2);
    padding: 60px 40px;
    text-align: center;
    margin-left: 20%
}

@media only all and (max-width:900px) {
    .form-response .form-response__1__datas .left .left__inner {
        width: 100%;
        margin-left: 0
    }
}

.form-response .form-response__1__datas .left .form-response__toggle {
    margin-left: 20%
}

@media only all and (max-width:900px) {
    .form-response .form-response__1__datas .left .form-response__toggle {
        margin-left: 0
    }
}

.form-response .form-response__1__datas .right {
    flex: 1;
    margin-left: 50px
}

@media only all and (max-width:900px) {
    .form-response .form-response__1__datas .right {
        margin-left: 0
    }
}

.form-response .form-response__1__datas .bottom {
    margin-top: 100px;
    min-width: 100%
}

@media only all and (max-width:900px) {
    .form-response .form-response__1__datas .bottom {
        margin-top: 50px
    }
}

.form-response .form-response__1__datas .bottom .form-response__ivanotice {
    display: none;
    max-width: 760px;
    margin: 0 auto;
    padding: 16px;
    font-size: 1.3rem;
    margin-top: 30px
}

.form-response .form-response__1__datas .bottom .form-response__ivanotice p+p {
    margin-top: 12px
}

.form-response .form-response__1__datas .bottom .form-response__ivanotice:empty {
    display: none
}

.form-response .form-response__1__data {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    width: 100%;
    max-width: 920px;
    margin: 0 auto
}

@media only all and (max-width:900px) {
    .form-response .form-response__1__data {
        flex-direction: column;
        align-items: center
    }
}

.form-response .form-response__1__data .col {
    padding: 0 20px;
    margin: 0 0 40px;
    width: 50%
}

@media only all and (max-width:900px) {
    .form-response .form-response__1__data .col {
        width: 100%
    }
}

@media only all and (max-width:47em) {
    .form-response .form-response__1__data .col {
        width: 100%;
        margin: 30px 0
    }
}

.form-response .form-response__1__data .col.transparent {
    visibility: hidden
}

@media only all and (max-width:900px) {
    .form-response .form-response__1__data .col.transparent {
        display: none
    }
}

.form-response .f__down {
    max-width: 320px;
    margin: 0 auto;
    font-size: 1.3rem
}

.form-response .f__up {
    font-size: 1.6rem
}

.form-response .form-response__1__extra,
.form-response .form-response__2__extra {
    font-weight: 700;
    color: #1e2a54;
    margin: 12px 0
}

.form-response .form-response__1__extra i,
.form-response .form-response__2__extra i {
    margin-right: 10px
}

.form-response .form-response__1__extra+.form-response__1__extra,
.form-response .form-response__2__extra+.form-response__1__extra {
    font-weight: 300
}

.form-response .form-response__1__links {
    margin-top: 50px
}

.form-response .form-response__1__links a,
.form-response .form-response__1__links button {
    margin: 12px 6px
}

.form-response .response__1__toscroll {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    font-size: 2.2rem;
    color: #d90011;
    display: none;
    text-decoration: underline
}

@media only all and (max-width:900px) {
    .form-response .response__1__toscroll {
        display: inline-block
    }
}

.form-response .response__1__link {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 12px;
    display: inline-block;
    font-size: 1.3rem
}

.form-response .response__1__link span {
    display: block;
    font-size: 1.5rem;
    text-decoration: underline;
    color: #d90011;
    font-weight: 700
}

.form-response .f__calculation span {
    font-family: Nunito;
    font-weight: 900;
    color: #1e2a54
}

.form-response .f__calculation span:nth-child(2) {
    font-size: 4.5rem
}

.form-response .f__calculation span:nth-child(3) {
    font-size: 3.2rem
}

.form-response .response__1__extra {
    width: 100%
}

.form-response .response__1__title span {
    margin-top: 20px;
    margin-bottom: 30px;
    display: block;
    color: #d90011;
    font-size: 4rem
}

.form-response .response__1__energy,
.form-response .response__1__month,
.form-response .response__1__power,
.form-response .response__2__month {
    font-weight: 900;
    color: #1e2a54;
    font-size: 3.5rem;
    margin: 0;
    font-family: Nunito
}

@media only all and (max-width:1000px) {

    .form-response .response__1__energy,
    .form-response .response__1__month,
    .form-response .response__1__power,
    .form-response .response__2__month {
        font-size: 2.75rem
    }
}

.form-response .response__1__month {
    color: #d90011;
    font-size: 3.2rem
}

.form-response .response__1__month span {
    font-size: 4.5rem
}

.form-response .response__2__month {
    color: #d90011;
    margin-bottom: 20px
}

.form-response .form-response__2__extra {
    margin-bottom: 20px
}

.form-response .b-form {
    max-width: 460px
}

@media only all and (max-width:900px) {
    .form-response .b-form {
        max-width: 100%
    }
}

.form-response .b-form .centered-wrapper {
    flex-wrap: wrap;
    padding: 0
}

.form-response .b-form .centered-wrapper .b-form__title {
    width: 100%;
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 30px;
    font-weight: 900;
    color: #1e2a54;
    font-family: Nunito
}

.form-response .b-form .centered-wrapper .wpcf7 {
    width: 100% !important;
    padding: 6px;
    max-width: 100% !important
}

.form-response .b-form .centered-wrapper .wpcf7 .form__item {
    flex: initial;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    margin-right: 0 !important;
    margin-bottom: 24px !important
}

.form-response .b-form .centered-wrapper .wpcf7 .form__item.centered {
    margin-bottom: 12px !important
}

.form-response .b-form .centered-wrapper .wpcf7 .form__item .wpcf7-list-item {
    margin-left: 0 !important
}

.form-response .b-form .centered-wrapper .wpcf7 .dynamic-label label {
    text-align: left !important
}

.form-response .b-form .centered-wrapper .wpcf7 .dynamic-label input {
    background-color: transparent !important
}

.form-response .b-form .centered-wrapper .wpcf7 .form__legal__requireds {
    display: none
}

.form-response .b-form .centered-wrapper .wpcf7 .form__legal__notice {
    text-align: left
}

.form-response .b-form .centered-wrapper .wpcf7 .form__legal__notice a {
    font-weight: 600;
    color: #d90011
}

.form__slides__wrapper .form__slides__notice,
.form__slides__wrapper__gas .form__slides__notice {
    max-width: 680px;
    margin: 50px auto;
    text-align: center;
    font-size: 1.7rem;
    color: #1e2a54
}

.form__slides__wrapper .form__slides__notice span,
.form__slides__wrapper__gas .form__slides__notice span {
    font-weight: 700;
    display: block;
    font-size: 2rem;
    margin-bottom: 10px
}

.form__slides__wrapper .form__slides__notice a,
.form__slides__wrapper__gas .form__slides__notice a {
    color: #d90011;
    font-weight: 700
}

.form__slides__wrapper .b-breadcrumbs,
.form__slides__wrapper__gas .b-breadcrumbs {
    margin: 0
}

.form__slides__wrapper .b-breadcrumbs .centered-wrapper,
.form__slides__wrapper__gas .b-breadcrumbs .centered-wrapper {
    padding: 0
}

.form__slides__wrapper .form__slides,
.form__slides__wrapper__gas .form__slides {
    margin-bottom: 50px
}

.form__slides__wrapper .form__slides.is__home .form__slide__options.icons.home,
.form__slides__wrapper__gas .form__slides.is__home .form__slide__options.icons.home {
    display: flex
}

.form__slides__wrapper .form__slides.is__second .form__slide__options.icons.second,
.form__slides__wrapper__gas .form__slides.is__second .form__slide__options.icons.second {
    display: flex
}

.form__slides__wrapper .form__slides.is__trade .form__slide__options.icons.trade,
.form__slides__wrapper__gas .form__slides.is__trade .form__slide__options.icons.trade {
    display: flex
}

.form__slides__wrapper .form__slides.is__business .form__slide__options.icons.business,
.form__slides__wrapper__gas .form__slides.is__business .form__slide__options.icons.business {
    display: flex
}

.form__slides__wrapper .form__slides .form__slide,
.form__slides__wrapper__gas .form__slides .form__slide {
    position: absolute;
    display: none;
    transition: .4s
}

.form__slides__wrapper .form__slides .form__slide.active,
.form__slides__wrapper__gas .form__slides .form__slide.active {
    position: relative;
    display: block
}

.form__slides__wrapper .form__slides .form__slide.hide,
.form__slides__wrapper__gas .form__slides .form__slide.hide {
    transition-delay: 0s;
    opacity: 0;
    transform: translateX(-20px)
}

.form__slides__wrapper .form__slides .form__slide .form__slide__header,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__header {
    position: relative
}

.form__slides__wrapper .form__slides .form__slide .form__slide__header .form__slide__return,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__header .form__slide__return {
    position: absolute;
    background-color: transparent;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    top: -10px;
    cursor: pointer;
    color: #fff;
    background-color: #1e2a54;
    padding: 12px 20px;
    border-radius: 6px
}

.form__slides__wrapper .form__slides .form__slide .form__slide__header .form__slide__return i,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__header .form__slide__return i {
    color: #fff;
    margin-right: 5px
}

.form__slides__wrapper .form__slides .form__slide .form__slide__header .form__slide__info,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__header .form__slide__info {
    text-align: center;
    margin-bottom: 50px
}

.form__slides__wrapper .form__slides .form__slide .form__slide__header .form__slide__title,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__header .form__slide__title {
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: -.2px;
    line-height: 1.3;
    font-family: Nunito;
    font-weight: 900;
    color: #1e2a54;
    margin-top: 0;
    margin-bottom: 70px;
    text-align: center
}

@media only all and (max-width:47em) {

    .form__slides__wrapper .form__slides .form__slide .form__slide__header .form__slide__title,
    .form__slides__wrapper__gas .form__slides .form__slide .form__slide__header .form__slide__title {
        line-height: 1.3;
        font-size: 29px;
        font-size: 2.9rem
    }
}

.form__slides__wrapper .form__slides .form__slide .form__slide__header .form__slide__title+.form__slide__subtitle,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__header .form__slide__title+.form__slide__subtitle {
    margin-top: -70px
}

.form__slides__wrapper .form__slides .form__slide .form__slide__header .form__slide__subtitle,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__header .form__slide__subtitle {
    text-align: center;
    margin: 0 auto 40px;
    max-width: 720px
}

.form__slides__wrapper .form__slides .form__slide .form__slide__header .form__slide__subtitle.first,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__header .form__slide__subtitle.first {
    margin-top: 30px
}

.form__slides__wrapper .form__slides .form__slide .form__slide__header .form__slide__subtitle p,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__header .form__slide__subtitle p {
    margin: 0 auto 18px
}

.form__slides__wrapper .form__slides .form__slide .form__slide__header .form__slide__subtitle p+p,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__header .form__slide__subtitle p+p {
    margin-bottom: 0
}

.form__slides__wrapper .form__slides .form__slide .form__slide__header .form__slide__subtitle span,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__header .form__slide__subtitle span {
    font-weight: 700;
    color: #1e2a54
}

.form__slides__wrapper .form__slides .form__slide .form__slide__extratitle,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__extratitle {
    text-align: center;
    margin: 0 0 40px
}

.form__slides__wrapper .form__slides .form__slide .form__slide__extratitle.alt,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__extratitle.alt {
    margin-top: 50px
}

.form__slides__wrapper .form__slides .form__slide .form__slide__options,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__options {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

@media only all and (max-width:47em) {

    .form__slides__wrapper .form__slides .form__slide .form__slide__options,
    .form__slides__wrapper__gas .form__slides .form__slide .form__slide__options {
        flex-direction: column
    }
}

.form__slides__wrapper .form__slides .form__slide .form__slide__options.business,
.form__slides__wrapper .form__slides .form__slide .form__slide__options.home,
.form__slides__wrapper .form__slides .form__slide .form__slide__options.second,
.form__slides__wrapper .form__slides .form__slide .form__slide__options.trade,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__options.business,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__options.home,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__options.second,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__options.trade {
    display: none
}

.form__slides__wrapper .form__slides .form__slide .form__slide__options.icons,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__options.icons {
    max-width: 1000px;
    margin: 0 auto
}

.form__slides__wrapper .form__slides .form__slide .form__slide__options.icons.big,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__options.icons.big {
    max-width: 100%
}

.form__slides__wrapper .form__slides .form__slide .form__slide__options.choices,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__options.choices {
    margin: 0 auto;
    max-width: 1200px;
    display: block
}

.form__slides__wrapper .form__slides .form__slide .form__slide__options .form__slide__option,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__options .form__slide__option {
    text-align: center;
    position: relative;
    margin: 0 20px;
    cursor: pointer;
    min-width: 200px
}

.form__slides__wrapper .form__slides .form__slide .form__slide__options .form__slide__option:after,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__options .form__slide__option:after {
    color: #d90011;
    content: "\f120";
    display: inline-block;
    font-family: Ionicons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 6px;
    left: 50%;
    transition: .3s;
    opacity: 0;
    transform: translateX(65px)
}

@media only all and (max-width:61em) {

    .form__slides__wrapper .form__slides .form__slide .form__slide__options .form__slide__option:after,
    .form__slides__wrapper__gas .form__slides .form__slide .form__slide__options .form__slide__option:after {
        transform: translateX(40px)
    }
}

@media only all and (max-width:61em) {

    .form__slides__wrapper .form__slides .form__slide .form__slide__options .form__slide__option:after,
    .form__slides__wrapper__gas .form__slides .form__slide .form__slide__options .form__slide__option:after {
        transform: none;
        right: 6px;
        top: 6px;
        left: initial
    }
}

.form__slides__wrapper .form__slides .form__slide .form__slide__options .form__slide__option img,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__options .form__slide__option img {
    display: block;
    margin: 0 auto;
    width: 170px;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none;
    border-radius: 14px;
    transition: .4s;
    padding: 36px;
    border: 1px solid transparent;
    box-shadow: 0 0 12px 0 rgba(30, 42, 84, .2)
}

@media only all and (max-width:61em) {

    .form__slides__wrapper .form__slides .form__slide .form__slide__options .form__slide__option img,
    .form__slides__wrapper__gas .form__slides .form__slide .form__slide__options .form__slide__option img {
        width: 120px
    }
}

.form__slides__wrapper .form__slides .form__slide .form__slide__options .form__slide__option p,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__options .form__slide__option p {
    color: #d90011;
    font-weight: 700;
    font-family: Nunito;
    font-size: 2rem;
    text-align: center;
    padding: 0 10px;
    transition: .3s;
    position: relative
}

.form__slides__wrapper .form__slides .form__slide .form__slide__options .form__slide__option p span,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__options .form__slide__option p span {
    display: block;
    font-size: 1.6rem;
    color: #1e2a54;
    font-weight: 400
}

@media only all and (max-width:47em) {

    .form__slides__wrapper .form__slides .form__slide .form__slide__options .form__slide__option,
    .form__slides__wrapper__gas .form__slides .form__slide .form__slide__options .form__slide__option {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 18px 24px !important;
        border-radius: 14px;
        margin: 0 0 20px;
        transition: .3s;
        border: 1px solid transparent;
        box-shadow: 0 0 14px rgba(193, 193, 193, .7)
    }

    .form__slides__wrapper .form__slides .form__slide .form__slide__options .form__slide__option img,
    .form__slides__wrapper__gas .form__slides .form__slide .form__slide__options .form__slide__option img {
        box-shadow: none;
        padding: 0 10px;
        width: 70px;
        margin: 0
    }

    .form__slides__wrapper .form__slides .form__slide .form__slide__options .form__slide__option p,
    .form__slides__wrapper__gas .form__slides .form__slide .form__slide__options .form__slide__option p {
        flex: 1;
        text-align: left;
        margin: 0
    }

    .form__slides__wrapper .form__slides .form__slide .form__slide__options .form__slide__option.active,
    .form__slides__wrapper__gas .form__slides .form__slide .form__slide__options .form__slide__option.active {
        border: 1px solid #d90011
    }
}

@media only all and (min-width:62em) {

    .form__slides__wrapper .form__slides .form__slide .form__slide__options .form__slide__option:hover:after,
    .form__slides__wrapper__gas .form__slides .form__slide .form__slide__options .form__slide__option:hover:after {
        transform: translateY(-6px) translateX(65px)
    }

    .form__slides__wrapper .form__slides .form__slide .form__slide__options .form__slide__option:hover img,
    .form__slides__wrapper__gas .form__slides .form__slide .form__slide__options .form__slide__option:hover img {
        transform: translateY(-6px);
        box-shadow: 0 0 20px 10px rgba(193, 193, 193, .7)
    }
}

@media only all and (min-width:48em) {

    .form__slides__wrapper .form__slides .form__slide .form__slide__options .form__slide__option.active img,
    .form__slides__wrapper__gas .form__slides .form__slide .form__slide__options .form__slide__option.active img {
        box-shadow: 0 0 20px 10px rgba(193, 193, 193, .7);
        border: 1px solid #d90011
    }
}

.form__slides__wrapper .form__slides .form__slide .form__slide__options .form__slide__option.active::after,
.form__slides__wrapper__gas .form__slides .form__slide .form__slide__options .form__slide__option.active::after {
    opacity: 1
}

.form__slides__wrapper .form__slides .form__slide .btn__wrapper,
.form__slides__wrapper__gas .form__slides .form__slide .btn__wrapper {
    text-align: center;
    margin-top: 30px;
    display: block;
    position: relative
}

.form__slides__wrapper .form__slides .form__slide .btn__wrapper .btn,
.form__slides__wrapper__gas .form__slides .form__slide .btn__wrapper .btn {
    padding-left: 15%;
    padding-right: 15%;
    transition: .3s;
    background-color: rgba(217, 0, 17, .5);
    border-color: transparent
}

.form__slides__wrapper .form__slides .form__slide .btn__wrapper .btn:hover span,
.form__slides__wrapper__gas .form__slides .form__slide .btn__wrapper .btn:hover span {
    opacity: 1;
    transform: translate(-50%, -100%)
}

.form__slides__wrapper .form__slides .form__slide .btn__wrapper .btn.active,
.form__slides__wrapper__gas .form__slides .form__slide .btn__wrapper .btn.active {
    background-color: #d90011;
    border-color: #d90011
}

.form__slides__wrapper .form__slides .form__slide .btn__wrapper .btn.active span,
.form__slides__wrapper__gas .form__slides .form__slide .btn__wrapper .btn.active span {
    display: none
}

.form__slides__wrapper .form__slides .form__slide .btn__wrapper span,
.form__slides__wrapper__gas .form__slides .form__slide .btn__wrapper span {
    transition: .4s cubic-bezier(.77, 0, .175, 1);
    opacity: 1;
    position: absolute;
    background-color: #1e2a54;
    padding: 20px;
    border-radius: 14px;
    color: #fff;
    top: -30px;
    pointer-events: none;
    width: 360px;
    left: 50%;
    opacity: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    transform: translate(-50%, -80%)
}

.form__slides__wrapper .form__slides .form__slide.form__slide-1 .form__slide__info,
.form__slides__wrapper__gas .form__slides .form__slide.form__slide-1 .form__slide__info {
    margin-bottom: 20px
}

.form__slides__wrapper .columns,
.form__slides__wrapper__gas .columns {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.form__slides__wrapper .columns .columns__title,
.form__slides__wrapper__gas .columns .columns__title {
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #1e2a54;
    font-size: 2rem;
    margin-bottom: 50px
}

.form__slides__wrapper .columns .column,
.form__slides__wrapper__gas .columns .column {
    width: 25%;
    display: flex;
    padding: 0 12px;
    flex-direction: column
}

@media only all and (max-width:1000px) {

    .form__slides__wrapper .columns .column,
    .form__slides__wrapper__gas .columns .column {
        width: 50%;
        margin-bottom: 50px
    }
}

@media only all and (max-width:650px) {

    .form__slides__wrapper .columns .column,
    .form__slides__wrapper__gas .columns .column {
        width: 100%;
        margin-bottom: 50px
    }
}

.form__slides__wrapper .columns .column:nth-child(5),
.form__slides__wrapper__gas .columns .column:nth-child(5) {
    margin-bottom: 0
}

.form__slides__wrapper .columns .column__title,
.form__slides__wrapper__gas .columns .column__title {
    text-align: center;
    font-weight: 700;
    color: #1e2a54;
    font-size: 1.8rem;
    margin-bottom: 30px
}

.form__slides__wrapper .columns .form-checkbox,
.form__slides__wrapper__gas .columns .form-checkbox {
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #1e2a54;
    background-color: #f3f7ff;
    padding: 16px 35px 16px 12px
}

.form__slides__wrapper .columns .form-checkbox:nth-child(odd),
.form__slides__wrapper__gas .columns .form-checkbox:nth-child(odd) {
    background-color: #fff
}

.form__slides__wrapper .columns .form-checkbox:nth-child(2),
.form__slides__wrapper__gas .columns .form-checkbox:nth-child(2) {
    border-top: 1px solid #1e2a54
}

.form__slides__wrapper .columns .form-checkbox input,
.form__slides__wrapper__gas .columns .form-checkbox input {
    z-index: 10;
    position: relative;
    border-radius: 14px;
    transform: none;
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #1e2a54
}

.form__slides__wrapper .columns .form-checkbox input:checked,
.form__slides__wrapper__gas .columns .form-checkbox input:checked {
    border: 1px solid #d90011;
    background-color: #d90011
}

.form__slides__wrapper .columns .form-checkbox span,
.form__slides__wrapper__gas .columns .form-checkbox span {
    z-index: 1;
    border-radius: 14px;
    padding-left: 6px;
    display: inline-block
}

.form__slides__wrapper .columns .form-checkbox span::after,
.form__slides__wrapper__gas .columns .form-checkbox span::after {
    content: "";
    position: absolute;
    transition: .3s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: transparent
}

.form__slides__wrapper .columns .form-number,
.form__slides__wrapper__gas .columns .form-number {
    display: flex;
    width: 100%;
    padding: 16px 6px 16px 16px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #1e2a54;
    background-color: #f3f7ff;
    align-items: center
}

.form__slides__wrapper .columns .form-number:nth-child(odd),
.form__slides__wrapper__gas .columns .form-number:nth-child(odd) {
    background-color: #fff
}

.form__slides__wrapper .columns .form-number:nth-child(2),
.form__slides__wrapper__gas .columns .form-number:nth-child(2) {
    border-top: 1px solid #1e2a54
}

.form__slides__wrapper .columns .form-number label,
.form__slides__wrapper__gas .columns .form-number label {
    flex: 1;
    margin-right: 20px
}

.form__slides__wrapper .columns .form-number input,
.form__slides__wrapper__gas .columns .form-number input {
    -webkit-appearance: none;
    width: 50px;
    text-align: right;
    background-color: transparent;
    border: none;
    padding: 0
}

.form__slides__wrapper .columns .form-number input[type=number],
.form__slides__wrapper__gas .columns .form-number input[type=number] {
    -moz-appearance: textfield
}

.form__slides__wrapper .columns .choices__total,
.form__slides__wrapper__gas .columns .choices__total {
    font-size: 2rem;
    text-align: center;
    font-weight: 900;
    width: 100%;
    margin: 70px 0 0;
    color: #1e2a54
}

.form__slides__wrapper .columns .choices__total span,
.form__slides__wrapper__gas .columns .choices__total span {
    color: #1e2a54
}

.form-calculator-notices {
    text-align: center;
    color: #1e2a54;
    margin: 00px 0 40px
}

.form-calculator-check {
    cursor: not-allowed;
    opacity: .2;
    width: 100%
}

.form-calculator-check.active {
    opacity: 1;
    cursor: pointer
}

.b-comparator .form__item.hold {
    display: none
}

.b-comparator .comparator_date.step1 .datefinal {
    transition: .3s;
    opacity: .3;
    pointer-events: none
}

.b-comparator .comparator_date.step2 .datefinal {
    pointer-events: all;
    opacity: 1
}

.is_IE main {
    flex: inherit
}

.is_IE .b-boxes__item {
    transform: translateY(0) !important;
    opacity: 1 !important;
    transition: none
}

.is_IE .header .header__logo img {
    width: auto
}

.is_IE .centered-wrapper {
    transition: 0s !important
}

.cookies__modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000001;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: .4s;
    align-items: center;
    justify-content: center;
    display: flex
}

.cookies__modal.visible {
    visibility: visible;
    opacity: 1;
    pointer-events: all
}

.cookies__modal .backdrop {
    background-color: rgba(255, 255, 255, .9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block !important;
    z-index: -1
}

.cookies__modal p {
    margin: 0
}

.cookies__modal .cookies__modal__content {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #1e2a54;
    padding: 30px;
    max-width: 700px;
    margin: 20px;
    max-height: 90%;
    overflow: hidden;
    overflow-y: auto
}

@media only all and (max-width:47em) {
    .cookies__modal .cookies__modal__content {
        padding: 20px
    }
}

.cookies__modal .cookies__modal__content .cookies__title {
    font-weight: 700;
    color: #1e2a54
}

.cookies__modal .cookies__modal__content .cookies__title a {
    color: #d90011;
    text-decoration: underline
}

.cookies__modal .cookies__modal__content .input {
    position: relative;
    padding-right: 100px;
    margin: 24px 0
}

@media only all and (max-width:47em) {
    .cookies__modal .cookies__modal__content .input {
        padding-right: 0
    }
}

.cookies__modal .cookies__modal__content .input input {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.cookies__modal .cookies__modal__content .input input:checked+div:after {
    transform: translateX(28px);
    background-color: green
}

.cookies__modal .cookies__modal__content .input input:disabled {
    cursor: not-allowed
}

.cookies__modal .cookies__modal__content .input input:disabled+div {
    opacity: .3
}

.cookies__modal .cookies__modal__content .input div {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    border: 1px solid #1e2a54;
    height: 27px;
    border-radius: 50px
}

@media only all and (max-width:47em) {
    .cookies__modal .cookies__modal__content .input div {
        position: relative;
        top: initial;
        right: initial;
        transform: none;
        margin-top: 12px
    }
}

.cookies__modal .cookies__modal__content .input div::after {
    transition: .4s;
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #d90011;
    top: 3px;
    left: 5px
}

.cookies__modal .cookies__modal__content .input p span {
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
    color: #1e2a54
}

.cookies__modal .cookies__modal__content .btn {
    margin-top: 0
}

.cookies__banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #1e2a54;
    background-color: #fff;
    padding: 16px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition: .4s;
    z-index: 10000000;
    display: flex;
    align-items: center;
    box-shadow: 0 0 19px 0 rgba(30, 42, 84, .068)
}

@media only all and (max-width:900px) {
    .cookies__banner {
        flex-wrap: wrap
    }
}

.cookies__banner.visible {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transform: translateY(0)
}

.cookies__banner p {
    flex: 1;
    margin: 0 40px 0 0;
    color: #1e2a54;
    font-size: 1.5rem
}

@media only all and (max-width:900px) {
    .cookies__banner p {
        min-width: 100%
    }
}

.cookies__banner button {
    border: none;
    margin: 10px 10px 0 0;
    background-color: transparent
}

.cookies__banner a {
    font-weight: 700;
    text-decoration: underline;
    color: #1e2a54;
    font-size: 1.5rem
}


/* TKP LANDINGS SORTEO NAVIDAD 2025 */
/* ---------------------------- */
.tkp-sorteo-100 h2{
    text-align: center;
    font-size: 5rem;
}
.tkp-sorteo-100 ul li{
    font-size: 1.8rem;
}
@media screen and (min-width: 768px){
	.tkp-sorteo-100 ul{
		padding: 0 132px 0 200px;
	}
}