body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}
h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}
h2 {
    display: block;
    width: 100%;
    margin: 20px auto 0px;
    font-family: Roboto, sans-serif;
    color: #213647;
    font-size: 32px;
    line-height: 46px;
    font-weight: 300;
    text-align: left;
}
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    font-family: Roboto, sans-serif;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
}
h5 {
    display: block;
    margin: 10px auto;
    float: none;
    font-family: Roboto, sans-serif;
    font-size: 21px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
}
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

.section-hero {
    overflow-x: hidden;
    overflow-y: hidden;
    height: auto;
    background-image: url('../images/hero-image@1x.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
}
.section-hero.bg-2 {
    background-image: url('../images/hero-image-v2@2x.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.section-hero.section-hero-innerpage {
    background-color: #3583ee;
    background-image: none;
}
.nav {
    position: static;
    margin-top: 0px;
    padding-top: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    background-color: transparent;
    box-shadow: none;
}
.hero-container {
    padding-top: 120px;
    padding-bottom: 72px;
}
.hero-container.hero-container-bg2 {
    padding-bottom: 36px;
}
.nav-logo {
    margin: 6px 36px 4px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
}
.hero-calculator {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 24px;
    float: right;
}
.h1 {
    display: block;
    margin-top: -12px;
    margin-bottom: 48px;
    font-family: Roboto, sans-serif;
    color: white;
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 0px;
    text-indent: 0px;
    text-shadow: rgba(0, 0, 0, 0.45) 0px 0px 2px;
}
.hero-h3 {
    font-family: Roboto, sans-serif;
    color: white;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 1px;
}
.text-caps {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 8px 5px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.29);
    font-family: Roboto, sans-serif;
    color: white;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 1px;
    text-indent: 0px;
    text-transform: uppercase;
}
.nav-link {
    display: inline-block;
    margin: 2px 6px 0px;
    padding: 6px 12px 22px;
    float: none;
    -webkit-transition: color 200ms linear;
    transition: color 200ms linear;
    font-family: Roboto, sans-serif;
    color: white;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
}
.nav-link:hover {
    padding-bottom: 20px;
    border-bottom: 2px solid white;
    border-radius: 0px;
    color: rgba(255, 255, 255, 0.6);
}
.nav-link.link-nav-scroll {
    margin-bottom: 0px;
    padding-bottom: 16px;
    border-bottom: 0px none white;
    -webkit-transition: all 120ms ease-in;
    transition: all 120ms ease-in;
    color: white;
    font-size: 18px;
}
.nav-link.link-nav-scroll:hover {
    border-bottom: 2px solid white;
    opacity: 1;
    color: rgba(255, 255, 255, 0.7);
}
.nav-link.link-nav-scroll.nav-link-inverted {
    padding-top: 4px;
    padding-bottom: 12px;
    color: #38596c;
    font-size: 16px;
}
.nav-link.link-nav-scroll.nav-link-inverted:hover {
    padding-top: 4px;
    padding-bottom: 12px;
    border-bottom-width: 2px;
    border-bottom-color: #3583ee;
}
.nav-link.link-nav-scroll.nav-link-inverted.w--current {
    color: #3583ee;
}
.nav-link.nav-link-inverted.w--current {
    color: white;
}
.ul-nav {
    display: inline-block;
    margin-top: 11px;
    float: left;
}
.btn-signup {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 8px;
    padding: 7px 18px;
    float: right;
    border: 2px solid #3583ee;
    border-radius: 4px;
    background-color: #3583ee;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    font-family: Roboto, sans-serif;
    color: white;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}
.btn-signup:hover {
    background-color: #1468de;
    color: white;
}
.btn-signup.btn-signup-green {
    border-color: #24ac3a;
    background-color: #25d742;
}
.btn-signup.btn-signup-green:hover {
    background-color: #24ac3a;
}
.top-securebar {
    position: relative;
    z-index: 1000;
    height: auto;
    padding-top: 0px;
    background-color: rgba(0, 0, 0, 0.34);
}
.container.container-faq {
    padding-right: 48px;
    padding-left: 48px;
}
.container.container-content {
    padding-top: 72px;
    padding-bottom: 72px;
    border-bottom: 1px solid rgba(205, 225, 231, 0.49);
}
.container.container-content.no-padding-bottom {
    padding-bottom: 0px;
}
.p-small {
    float: left;
    color: #cde1e7;
    font-size: 12px;
}
.btn-topbar-small {
    padding: 10px 24px 11px;
    float: right;
    border-left: 0px none #8a91a6;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    font-family: Roboto, sans-serif;
    color: white;
    font-size: 12px;
    text-decoration: none;
}
.btn-topbar-small:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.btn-dropdown-language {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    float: right;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    font-family: Roboto, sans-serif;
    color: white;
    font-size: 11px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-dropdown-language:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.btn-dropdown-language.w--open {
    width: 100px;
}
.icon-time {
    display: block;
    width: 100px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
.p-content {
    color: #8a91a6;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.p-content-big {
    margin-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #8a91a6;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
}
.p-content-big.p-testimonial {
    padding: 18px 0px;
    float: left;
    color: #38596c;
    font-size: 18px;
    line-height: 28px;
}
.p-content-big.faq-p {
    margin-top: 6px;
    padding-left: 18px;
    line-height: 30px;
}
.section-benefits {
    padding-top: 0px;
    padding-bottom: 0px;
}
.col-border-right {
    height: 380px;
    padding: 48px 42px;
    border-right: 1px solid rgba(205, 225, 231, 0.49);
    border-bottom: 1px solid rgba(205, 225, 231, 0.49);
}
.col-border-right.no-border {
    border-right-style: none;
}
.section-transparency {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px none rgba(205, 225, 231, 0.49);
}
.container-row {
    padding-bottom: 72px;
}
.nav-scroll {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9999;
    display: none;
    border-bottom: 0px none white;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px;
}
.section-mission {
    padding-top: 0px;
    padding-bottom: 0px;
}
.transparency-col-2 {
    padding-right: 24px;
    padding-left: 60px;
}
.image-centered {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.text-uppercase {
    font-family: Roboto, sans-serif;
    color: #8a91a6;
    font-size: 11px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.text-uppercase.footer-links-heading {
    padding-bottom: 6px;
    color: #3583ee;
}
.text-uppercase.hero-text-uppercase {
    position: relative;
    display: inline-block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 6px 10px 4px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    text-align: center;
}
.text-light {
    font-family: Roboto, sans-serif;
    color: white;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.49) 0px 0px 2px;
}
.text-centered {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: right;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    font-family: Roboto, sans-serif;
    text-align: center;
}
.text-centered:hover {
    border-bottom-style: none;
    text-decoration: none;
}
.text-centered.color-white {
    margin-top: 0px;
    color: white;
    line-height: 48px;
}
.text-centered.text-white {
    line-height: 48px;
}
.icon-phone {
    margin-right: 8px;
    padding-top: 3px;
    padding-right: 0px;
    float: left;
}
.btn-cs {
    padding: 12px 18px 9px;
    -webkit-transition-duration: 120ms;
    transition-duration: 120ms;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.p-small-links {
    float: left;
}
.section-informed {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px none rgba(205, 225, 231, 0.49);
}
.highlight-green {
    color: #24ac3a;
    font-size: 32px;
}
.content-col-2 {
    padding-left: 48px;
}
.section-delivery {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px none rgba(205, 225, 231, 0.49);
}
.section-security {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px none #cde1e7;
}
.testiomonial-image-1 {
    width: auto;
    height: 500px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: url('../images/photo-people-malgozorata.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.row-testimonials-1 {
    margin-right: 0px;
    margin-bottom: 24px;
    padding-top: 48px;
}
.testimonial-content-1 {
    padding-right: 0px;
    padding-left: 0px;
}
.testimonial-image-2 {
    position: relative;
    width: auto;
    height: 245px;
    margin-right: 12px;
    margin-left: 12px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: url('../images/img-testimonial-malgorazata-2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.btn-cta-content {
    margin-top: 12px;
    margin-bottom: 0px;
    padding: 7px 18px 5px;
    border: 2px solid #25d742;
    border-radius: 3px;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    color: #24ac3a;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-cta-content:hover {
    border-width: 2px;
    border-color: #24ac3a;
    background-color: #25d742;
    color: white;
}
.testimonial-columns {
    padding-right: 12px;
    padding-left: 12px;
}
.p-testimonial {
    padding: 24px 60px 36px;
    color: #38596c;
    font-size: 18px;
    line-height: 30px;
}
.testimonial-image-3 {
    height: 425px;
    background-image: url('../images/TravelGo-Asta-013.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.black-gradient {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-right: 12px;
    margin-left: 12px;
    padding: 24px 0px;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.70), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.70), rgba(255, 255, 255, 0));
}
.black-gradient.support {
    margin-right: 10px;
    margin-left: 0px;
    padding-bottom: 12px;
}
.black-gradient.support.black-gradient-lastchild {
    margin-right: 0px;
}
.strong {
    font-weight: 500;
}
.section-footer {
    padding-top: 24px;
    padding-bottom: 60px;
}
.li-item {
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    float: none;
    -webkit-transition: all 120ms ease-in;
    transition: all 120ms ease-in;
    font-family: Roboto, sans-serif;
    color: #38596c;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    list-style-type: none;
}
.li-item:hover {
    color: #3583ee;
    text-decoration: none;
}
.section-countries {
    padding-top: 96px;
    padding-bottom: 96px;
    border-bottom: 0px none #cde1e7;
    background-image: url('../images/worldmap-dotted@1x.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.li-countries {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    float: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Roboto, sans-serif;
    color: #213647;
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
    list-style-type: none;
}
.li-countries:hover {
    color: #8a91a6;
}
.flag {
    display: block;
    margin-right: 8px;
    padding-top: 5px;
    padding-right: 0px;
    float: left;
}
.flag.flag-dropdown-li {
    margin-top: 6px;
    margin-left: 11px;
    padding-top: 0px;
    padding-left: 0px;
}
.list-countries {
    padding-top: 36px;
    padding-bottom: 60px;
}
.icon-lock {
    max-width: 12px;
    margin-right: 10px;
    padding-top: 2px;
    float: left;
}
.p-btn-signup {
    padding-top: 1px;
    float: left;
    -webkit-transition: all 120ms ease-in;
    transition: all 120ms ease-in;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-login {
    margin-top: 10px;
    margin-right: 12px;
    padding: 7px 18px;
    float: right;
    border: 2px solid white;
    border-radius: 3px;
    -webkit-transition: all 120ms ease-in;
    transition: all 120ms ease-in;
    font-family: Roboto, sans-serif;
    color: white;
    font-size: 18px;
}
.btn-login:hover {
    border-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
    color: white;
}
.p-btn-language {
    float: left;
    color: white;
}
.btn-dropdown-flag {
    margin-right: 6px;
    padding-top: 1px;
    float: left;
}
.icon-arrow-down {
    max-width: 8px;
    margin-left: 6px;
    padding-top: 7px;
    padding-left: 0px;
    float: left;
}
.illustration {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 36px;
}
.section-faq {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px none #cde1e7;
}
.faq-text-main {
    margin-top: 24px;
    padding-top: 12px;
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(205, 225, 231, 0.49);
    font-family: Roboto, sans-serif;
    color: #38596c;
    font-size: 18px;
}
.faq-text-hidden {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
}
.text-dark-small {
    display: block;
    width: auto;
    float: none;
    clear: none;
    font-family: Roboto, sans-serif;
    color: #38596c;
    font-size: 15px;
    line-height: 24px;
}
.footer-list {
    padding-top: 0px;
    padding-left: 0px;
}
.divider {
    height: 1px;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(205, 225, 231, 0.49);
}
.divider.hc-sidebar-divider {
    margin-top: 12px;
    margin-bottom: 12px;
}
.footer-links {
    padding-top: 0px;
    padding-bottom: 0px;
}
.footer-social-link {
    display: block;
    padding: 4px 12px 2px 0px;
    float: none;
    -webkit-transition: all 120ms ease-in;
    transition: all 120ms ease-in;
    color: #38596c;
}
.footer-social-link:hover {
    color: #3583ee;
}
.modal-background {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    display: none;
    height: auto;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
}
.modal-background.close-modal {
    z-index: 3;
    display: block;
}
.modal-window {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 4;
    display: block;
    width: 600px;
    height: auto;
    margin-top: 200px;
    margin-right: auto;
    margin-left: auto;
    padding: 36px;
    border-radius: 4px;
    background-color: white;
}
.icon-close.float-right {
    float: right;
}
.icon-close.float-right.close-modal {
    position: relative;
    float: right;
    opacity: 0.6;
    -webkit-transition: all 120ms ease-in;
    transition: all 120ms ease-in;
}
.icon-close.float-right.close-modal:hover {
    opacity: 1;
}
.icon-social {
    max-width: 18px;
    margin-right: 12px;
    padding-top: 2px;
    padding-right: 0px;
    float: left;
}
.float-left {
    display: inline-block;
    margin-right: 8px;
    padding-top: 0px;
    padding-bottom: 2px;
    float: left;
    clear: none;
    font-size: 15px;
}
.float-left.logo-symbol {
    display: block;
    margin-top: 2px;
    margin-right: 18px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.text-grey-xsmall {
    display: block;
    color: #8a91a6;
    font-size: 13px;
}
.icon-support-email {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 14px;
    padding-bottom: 24px;
}
.icon-support-phone {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 17px;
}
.btn-neutral {
    display: block;
    width: 150px;
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
    padding: 9px 19px 8px;
    float: none;
    border: 1px solid rgba(205, 225, 231, 0.49);
    border-radius: 3px;
    -webkit-transition: all 120ms ease-in;
    transition: all 120ms ease-in;
    font-size: 15px;
    text-align: center;
}
.btn-neutral:hover {
    padding: 8px 18px 7px;
    border-width: 2px;
    border-color: #1468de;
    background-color: #3583ee;
    color: white;
}
.btn-neutral.section-support-btn {
    margin-top: 12px;
    float: left;
    border-color: #3583ee;
}
.image-trustpilot {
    padding-top: 0px;
    float: left;
    clear: both;
}
.testimonial-trustpilot-content {
    padding: 36px 36px 24px;
}
.image-trustpilot-stars {
    padding-top: 24px;
    float: left;
    clear: both;
}
.text-trustpilot-testimonial-info {
    padding-top: 21px;
    padding-left: 12px;
    float: left;
    clear: none;
    font-family: Roboto, sans-serif;
    color: #8a91a6;
}
.testimonials-content-row2-col1 {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-cta-content-inverted {
    margin-top: 10px;
    padding: 7px 18px 5px;
    border-radius: 3px;
    background-color: #24ac3a;
    -webkit-transition: all 120ms ease-in;
    transition: all 120ms ease-in;
    color: white;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}
.btn-cta-content-inverted:hover {
    border: 1px solid #24ac3a;
    background-color: white;
    color: #24ac3a;
}
.btn-cta-content-inverted.float-right {
    margin-top: 7px;
    float: right;
    border: 2px solid #24ac3a;
    background-color: #25d742;
}
.btn-cta-content-inverted.float-right:hover {
    border-color: #18942c;
    background-color: #24ac3a;
    color: white;
}
.text-caps-inverted {
    display: inline-block;
    padding: 4px 13px 3px;
    border: 1px solid #24ac3a;
    border-radius: 3px;
    font-family: Roboto, sans-serif;
    color: #24ac3a;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.text-caps-inverted.text-caps-inverted-link {
    -webkit-transition: all 120ms ease-in;
    transition: all 120ms ease-in;
}
.text-caps-inverted.text-caps-inverted-link:hover {
    background-color: #25d742;
    color: white;
}
.text-caps-inverted.text-caps-inverted-support {
    margin-top: 8px;
}
.testimonials-content-row1-col1 {
    padding-right: 12px;
    padding-left: 12px;
}
.testimonial-image-4 {
    height: 245px;
    margin-right: 0px;
    margin-left: 12px;
    background-image: url('../images/img-testimonial-malgorazata.jpg');
}
.modal-support-col {
    padding: 12px 24px 24px;
}
.section-support {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px none #cde1e7;
}
.block-regulated {
    margin-top: 24px;
}
.content-col-3 {
    padding-right: 36px;
    padding-left: 36px;
    border-right: 1px solid rgba(205, 225, 231, 0.49);
}
.content-col-3.content-col-3-lastchild {
    border-right-style: none;
    border-right-width: 0px;
}
.icon-time-1x {
    width: 80px;
    margin-right: 12px;
    padding-top: 18px;
    padding-right: 0px;
    padding-bottom: 36px;
    float: left;
}
.section-final-cta {
    padding-top: 60px;
    padding-bottom: 60px;
}
.btn-cta-content-big {
    display: block;
    width: 200px;
    margin-top: 36px;
    margin-right: auto;
    margin-left: auto;
    padding: 11px 0px 9px;
    float: none;
    border: 2px solid #18924c;
    border-radius: 3px;
    background-color: #25d742;
    -webkit-transition: all 120ms ease-in;
    transition: all 120ms ease-in;
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-cta-content-big:hover {
    background-color: #24ac3a;
}
.btn-cta-content-big.cta-big-hero {
    position: relative;
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 11px;
    float: none;
    text-align: center;
}
.section-featured {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: rgba(205, 225, 231, 0.29);
}
.featured-image {
    margin-right: 24px;
    margin-left: 24px;
    padding-right: 0px;
    opacity: 0.5;
    -webkit-transition: all 120ms ease-in;
    transition: all 120ms ease-in;
}
.featured-image:hover {
    opacity: 1;
}
.block-centered-elements {
    position: relative;
    display: block;
    text-align: center;
}
.btn-dropdown-language-inverted {
    margin-top: 8px;
    margin-left: 12px;
    padding: 0px;
    float: right;
    border: 1px solid #cde1e7;
    border-radius: 3px;
    -webkit-transition: all 120ms ease-in;
    transition: all 120ms ease-in;
    font-family: Roboto, sans-serif;
    color: white;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-dropdown-language-inverted:hover {
    border-color: #8a91a6;
    border-bottom-width: 1px;
}
.p-btn-language-inverted {
    float: left;
    color: #38596c;
}
.padding-6 {
    margin-bottom: 0px;
}
.support-block {
    height: 460px;
    padding-top: 36px;
    background-image: url('../images/img-marta-support@1x.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.cs-people-image {
    width: auto;
    height: 220px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: url('../images/support_monika@1x.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.cs-people-image.justina {
    background-image: url('../images/support_viktoria@1x.jpg');
}
.cs-people-image.andzej {
    background-image: url('../images/support_andzej@1x.jpg');
}
.cs-people-image.viktorija {
    background-image: url('../images/support_justina@1x.jpg');
}
.cs-people-image.tomas {
    background-image: url('../images/support_tom@1x.jpg');
}
.cs-people-image.marta {
    background-image: url('../images/support_marta@1x.jpg');
}
.cs-col-6 {
    padding: 8px 10px 0px 0px;
}
.cs-col-6.cs-col-6-lastchild {
    padding-right: 0px;
}
.text-white {
    display: inline-block;
    color: white;
}
.section-compare {
    margin-top: 60px;
    margin-bottom: 60px;
}
.comparison-table {
    padding-top: 48px;
    padding-right: 72px;
    padding-left: 72px;
}
.comparison-table-element {
    height: 60px;
    margin-bottom: 12px;
    background-color: #1468de;
}
.comparison-table-element.competitor-2 {
    width: 80%;
    border: 1px solid rgba(205, 225, 231, 0.4);
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 3px 0px;
}
.comparison-table-element.competitor-3 {
    width: 75%;
    border: 1px solid rgba(205, 225, 231, 0.4);
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 3px 0px;
}
.comparison-table-element.competitor-4 {
    width: 70%;
    border: 1px solid rgba(205, 225, 231, 0.4);
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 3px 0px;
}
.comparison-table-element.competitor-5 {
    width: 55%;
    border: 1px solid rgba(205, 225, 231, 0.4);
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 3px 0px;
}
.comparison-table-element.competitor-6 {
    width: 50%;
    border: 1px solid rgba(205, 225, 231, 0.4);
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 3px 0px;
}
.comparison-table-element.active {
    background-color: #24ac3a;
}
.comparison-table-logo {
    width: 150px;
}
.comparison-table-logo.transfergo {
    margin-top: 12px;
    margin-left: 14px;
    padding-top: 0px;
    padding-left: 0px;
    float: left;
}
.comparison-table-logo.wu {
    width: 100px;
    margin-bottom: 0px;
    margin-left: 14px;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.comparison-table-logo.po {
    width: auto;
    height: 46px;
    margin-top: 5px;
    margin-left: 14px;
    padding-top: 0px;
}
.comparison-table-logo.lloyds {
    margin-top: 16px;
    margin-left: 14px;
}
.comparison-table-logo.pp {
    width: 130px;
    margin-top: 12px;
    margin-left: 14px;
}
.comparison-table-logo.mg {
    margin-top: 13px;
    margin-left: 14px;
}
.comparison-table-h3 {
    margin-top: 15px;
    padding-right: 24px;
    float: right;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}
.comparison-table-h3.h3-competitors {
    padding-right: 14px;
    font-size: 21px;
}
.highlight-red {
    color: #f73939;
    font-weight: 400;
}
.highlight-blue {
    color: #3583ee;
    font-weight: 400;
}
.img-how {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.footer-sections-link {
    float: none;
    color: #213647;
}
.footer-sections-link:hover {
    color: #3583ee;
    text-decoration: none;
}
.t-table-col1 {
    padding: 24px 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #3583ee;
}
.t-table-col2 {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid rgba(205, 225, 231, 0.49);
    border-right: 1px solid rgba(205, 225, 231, 0.49);
    border-bottom: 1px solid rgba(205, 225, 231, 0.49);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.t-table-content-h2 {
    margin-top: 0px;
    padding-top: 12px;
    padding-bottom: 0px;
    color: white;
    text-align: center;
}
.t-table-content-h2.inverted {
    padding-bottom: 0px;
    color: #f73939;
}
.t-table-col1-content-uppercase {
    font-family: Roboto, sans-serif;
    color: white;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
}
.t-table-col1-content-uppercase.inverted {
    color: #8a91a6;
}
.t-table-content-h5 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: center;
}
.hero-benefits-col3 {
    padding-right: 48px;
    padding-left: 48px;
}
.hero-benefits-image {
    display: block;
    margin-right: auto;
    margin-bottom: 17px;
    margin-left: auto;
}
.hero-benefits-p {
    font-size: 15px;
    text-align: center;
}
.hero-benefits-h5 {
    margin-top: 0px;
    padding-top: 2px;
    padding-bottom: 8px;
    color: #f9d03d;
    font-weight: 700;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px;
}
.block-modal {
    display: none;
}
.btn-dropdown-language-toggle {
    padding: 12px 12px 9px;
}
.btn-dropdown-language-list {
    background-color: rgba(0, 0, 0, 0.8);
}
.btn-dropdown-language-list.w--open {
    z-index: 99;
    display: block;
}
.btn-dropdown-language-li-link {
    padding-top: 5px;
    padding-left: 6px;
    color: white;
}
.btn-dropdown-language-li-block {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 6px;
}
.btn-dropdown-language-li-block:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.section-support-textblock {
    display: inline-block;
    margin-top: 21px;
    padding-right: 18px;
    padding-left: 18px;
    float: left;
    font-family: Roboto, sans-serif;
    color: #38596c;
}
.faq-text-2 {
    margin-top: 12px;
    border-bottom: 1px solid rgba(205, 225, 231, 0.49);
}
.faq-text-hidden-2 {
    overflow-x: hidden;
    overflow-y: hidden;
}
.faq-text-3 {
    border-bottom: 1px solid rgba(205, 225, 231, 0.49);
}
.faq-text-hidden-3 {
    overflow-x: hidden;
    overflow-y: hidden;
}
.faq-text-hidden-4 {
    overflow-x: hidden;
    overflow-y: hidden;
}
.faq-text-4 {
    border-bottom: 1px solid rgba(205, 225, 231, 0.49);
}
.faq-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 18px;
    border-bottom: 1px solid rgba(205, 225, 231, 0.49);
    background-color: transparent;
    -webkit-transition: all 120ms ease-in;
    transition: all 120ms ease-in;
    color: #38596c;
}
.faq-heading:hover {
    background-color: rgba(205, 225, 231, 0.14);
    color: #3583ee;
}
.faq-content {
    margin-top: 36px;
}
.arrow-down-1 {
    display: block;
    margin-top: 20px;
    margin-right: 18px;
    float: left;
}
.arrow-down-2 {
    margin-top: 20px;
    margin-right: 18px;
    float: left;
}
.arrow-down-3 {
    margin-top: 20px;
    margin-right: 18px;
    float: left;
}
.arrow-down-4 {
    margin-top: 20px;
    margin-right: 18px;
    float: left;
}
.select {
    border: 1px solid #c6c9d2;
    border-radius: 2px;
    background-image: -webkit-linear-gradient(white, #f7f7f7);
    background-image: linear-gradient(white, #f7f7f7);
    font-family: Roboto, sans-serif;
}
.btn-dropdown-language-inverted-toggle {
    margin-top: 0px;
    padding: 7px 10px 5px;
}
.dropdown-inverted-list.w--open {
    margin-top: 18px;
    border-radius: 4px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 1px 2px 0px;
}
.btn-dropdown-language-li-block-inverted {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(205, 225, 231, 0.3);
}
.btn-dropdown-language-li-block-inverted:hover {
    border-bottom: 1px solid rgba(205, 225, 231, 0.3);
    background-color: rgba(205, 225, 231, 0.3);
}
.dropdown-link-inverted {
    padding-top: 4px;
    padding-left: 6px;
    color: #38596c;
}
.m-nav-dropdown-block {
    margin-right: 0px;
    margin-left: 0px;
}
.m-nav-dropdown-toggle {
    padding: 0px;
}
.m-language-dropdown-link {
    width: 100%;
    float: none;
}
.m-language-dropdown-link:hover {
    color: white;
}
.m-language-dropdown-block {
    width: auto;
}
.m-language-dropdown-icon {
    color: white;
}
.hero-container-content {
    position: relative;
    margin-top: 48px;
    margin-bottom: 36px;
    padding: 0px 72px;
    text-align: center;
}
.btn-neutral-video {
    position: relative;
    top: 16px;
    display: inline-block;
    width: 170px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 10px 20px;
    float: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    -webkit-transition: all 120ms ease-in;
    transition: all 120ms ease-in;
    text-align: center;
}
.btn-neutral-video:hover {
    border-color: white;
}
.btn-neutral-video-p {
    position: relative;
    float: left;
    color: white;
    text-align: center;
}
.icon-play {
    margin-right: 8px;
    padding-right: 0px;
    float: left;
}
.text-link {
    float: none;
    -webkit-transition: all 120ms ease;
    transition: all 120ms ease;
    color: white;
}
.text-link:hover {
    text-decoration: underline;
}
.h2-hero {
    color: white;
    text-align: center;
}
.img-mobile {
    float: right;
}
.col-calculator {
    padding-right: 0px;
    padding-left: 0px;
}
.col-knowledge-base {
    padding-top: 0;
}
.col-sidebar {
    padding-top: 0px;
    padding-right: 24px;
    padding-left: 24px;
}
.hc-sidebar {
    width: 100%;
    height: auto;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 12px 18px;
    border-bottom: 1px none rgba(205, 225, 231, 0.5);
    background-color: rgba(205, 225, 231, 0.2);
    box-shadow: none;
}
.hc-sidebar-h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    color: #213647;
    font-size: 18px;
    font-weight: 500;
}
.hc-sidebar-p {
    margin-bottom: 5px;
    padding-top: 0px;
    color: #8a91a6;
}
.hc-sidebar-team {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 0px none rgba(205, 225, 231, 0.5);
}
.hc-sidebar-img {
    margin-right: 12px;
    padding-right: 0px;
    float: left;
}
.hc-sidebar-team-h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 11px;
    color: #38596c;
    font-size: 14px;
    font-weight: 400;
}
.hc-sidebar-country-no {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #38596c;
    line-height: 30px;
}
html.w-mod-js *[data-ix="displaynone"] {
    display: none;
}
html.w-mod-js *[data-ix="faq-displaynone"] {
    display: none;
}
html.w-mod-js *[data-ix="new-interaction"] {
    display: block;
    opacity: 0;
    -webkit-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
}
html.w-mod-js *[data-ix="fade-in-to-the-left"] {
    opacity: 0;
    -webkit-transform: translate(20px, 0px);
    -ms-transform: translate(20px, 0px);
    transform: translate(20px, 0px);
}
html.w-mod-js *[data-ix="fade-in-to-the-right"] {
    opacity: 0;
    -webkit-transform: translate(-20px, 0px);
    -ms-transform: translate(-20px, 0px);
    transform: translate(-20px, 0px);
}
html.w-mod-js *[data-ix="fade-in-cs"] {
    opacity: 0;
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
}
@media (max-width: 991px) {
    h4 {
        display: block;
        width: 90%;
    }
    .nav {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        height: 68px;
        padding-top: 12px;
        background-color: transparent;
        box-shadow: none;
    }
    .nav-link {
        position: relative;
        display: block;
        max-width: 1024px;
        margin-top: 0px;
        margin-left: 0px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom-width: 1px;
        border-bottom-color: rgba(255, 255, 255, 0.09);
    }
    .nav-link:hover {
        padding-bottom: 12px;
        border-bottom-style: none;
        border-bottom-width: 0px;
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }
    .nav-link.link-nav-scroll {
        max-width: 800px;
        margin-right: 0px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-style: none none solid;
        border-width: 0px 0px 1px;
        border-bottom-color: rgba(205, 225, 231, 0.5);
        background-color: transparent;
        color: #38596c;
        font-size: 16px;
    }
    .nav-link.link-nav-scroll:hover {
        padding-top: 12px;
        padding-bottom: 12px;
        border-style: none none solid;
        border-width: 1px;
        border-color: rgba(205, 225, 231, 0.5);
        background-color: rgba(205, 225, 231, 0.15);
        color: #3583ee;
    }
    .nav-link.link-nav-scroll.link-nav-scroll-lastchild {
        width: auto;
        border-style: solid none none;
        border-top-width: 1px;
        border-top-color: rgba(205, 225, 231, 0.5);
        border-bottom-width: 1px;
        border-bottom-color: black;
    }
    .nav-link.link-nav-scroll.nav-link-inverted {
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: transparent;
    }
    .nav-link.link-nav-scroll.nav-link-inverted:hover {
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom-width: 1px;
        border-bottom-color: rgba(205, 225, 231, 0.5);
        background-color: rgba(205, 225, 231, 0.15);
    }
    .nav-link.link-nav-scroll.nav-link-inverted.w--current {
        padding-top: 12px;
        background-color: transparent;
    }
    .nav-link.link-nav-scroll.nav-link-inverted.w--current:hover {
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom-width: 1px;
        border-bottom-color: rgba(205, 225, 231, 0.5);
        background-color: rgba(205, 225, 231, 0.15);
    }
    .nav-link.nav-link-inverted {
        max-width: 1024px;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom-style: solid;
        color: white;
    }
    .nav-link.nav-link-inverted:hover {
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom-width: 1px;
        border-bottom-color: rgba(255, 255, 255, 0.09);
        background-color: rgba(255, 255, 255, 0.14);
    }
    .ul-nav {
        margin-top: 0px;
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.29) 0px 1px 1px 0px;
    }
    .col-border-right {
        height: auto;
        padding-top: 36px;
        padding-bottom: 36px;
        border-right-style: none;
        border-right-width: 0px;
    }
    .nav-scroll {
        display: block;
    }
    .transparency-col-2 {
        padding-left: 36px;
    }
    .text-centered.text-white {
        line-height: 48px;
    }
    .content-col-2 {
        padding-left: 24px;
    }
    .testiomonial-image-1 {
        height: 300px;
        background-position: 50% 30%;
    }
    .btn-cta-content.btn-cta-content-m {
        margin: 12px;
        padding-top: 7px;
        padding-bottom: 6px;
        border-width: 2px;
        border-color: #24ac3a;
        border-radius: 3px;
        background-color: #25d742;
        font-family: Roboto, sans-serif;
        color: white;
    }
    .btn-cta-content.btn-cta-content-m:hover {
        background-color: #24ac3a;
    }
    .testimonial-columns {
        padding-right: 12px;
        padding-left: 12px;
    }
    .testimonial-image-3 {
        height: 300px;
    }
    .black-gradient.support.black-gradient-lastchild {
        margin-right: 0px;
    }
    .p-btn-signup.p-btn-signup-m {
        padding-top: 1px;
        float: none;
    }
    .illustration {
        padding-top: 48px;
    }
    .section-faq {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .text-dark-small {
        font-size: 14px;
        line-height: 21px;
    }
    .btn-neutral.section-support-btn {
        width: auto;
        float: none;
    }
    .btn-neutral.section-support-btn.modal-link {
        width: auto;
        float: none;
    }
    .testimonials-content-row2-col1 {
        padding-right: 12px;
    }
    .testimonial-image-4 {
        margin-right: 12px;
        margin-left: 12px;
    }
    .content-col-3 {
        padding-right: 24px;
        padding-left: 24px;
    }
    .icon-time-1x {
        width: 80px;
        margin-right: 6px;
        padding-bottom: 0px;
    }
    .featured-image {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .btn-menu {
        width: 60px;
        height: 56px;
        margin-left: 18px;
    }
    .btn-menu.w--open {
        padding-left: 18px;
        background-color: white;
    }
    .icon-menu-burger {
        position: absolute;
        top: 16px;
        right: 15px;
        z-index: 2;
    }
    .icon-menu-burger.blue {
        position: static;
        display: block;
    }
    .menu-button-inverted {
        width: 60px;
        height: 56px;
    }
    .menu-button-inverted.w--open {
        background-color: rgba(205, 225, 231, 0.15);
    }
    .support-block {
        height: auto;
        padding-bottom: 36px;
    }
    .cs-people-image {
        height: 180px;
    }
    .cs-people-image.justina {
        height: 180px;
    }
    .cs-people-image.andzej {
        height: 180px;
    }
    .cs-people-image.viktorija {
        height: 180px;
    }
    .cs-people-image.tomas {
        height: 180px;
    }
    .cs-people-image.marta {
        height: 180px;
        margin-right: 0px;
        padding-right: 0px;
    }
    .cs-col-6.cs-col-6-lastchild {
        padding-right: 0px;
    }
    .comparison-table {
        padding-right: 12px;
        padding-left: 12px;
    }
    .comparison-table-element.competitor-2 {
        width: 85%;
    }
    .comparison-table-element.competitor-3 {
        width: 80%;
    }
    .comparison-table-element.competitor-4 {
        width: 75%;
    }
    .comparison-table-element.competitor-5 {
        width: 60%;
    }
    .comparison-table-element.competitor-6 {
        width: 55%;
    }
    .comparison-table-logo.pp {
        width: 120px;
        margin-top: 13px;
    }
    .comparison-table-logo.mg {
        width: 130px;
        margin-top: 16px;
    }
    .t-table-col1 {
        height: 320px;
    }
    .t-table-col2 {
        height: 320px;
    }
    .t-table-content-h2 {
        padding-bottom: 0px;
        font-size: 28px;
    }
    .section-support-textblock {
        display: block;
        margin-top: 12px;
        margin-right: auto;
        margin-left: auto;
        float: none;
        text-align: center;
    }
    .m-nav-dropdown-block {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .m-nav-dropdown-toggle {
        width: 100%;
    }
    .m-language-dropdown-link {
        border-bottom: 1px solid rgba(205, 225, 231, 0.5);
        background-color: transparent;
        color: #8a91a6;
    }
    .m-language-dropdown-link:hover {
        background-color: rgba(205, 225, 231, 0.15);
        color: #1468de;
    }
    .m-language-dropdown-block.w--open {
        background-color: transparent;
    }
    .m-language-dropdown-icon {
        margin-right: 0px;
        color: #38596c;
    }
    .hero-container-content {
        margin-top: 120px;
    }
    .btn-neutral-video {
        margin-top: 18px;
    }
    .icon-menu-burger-blue {
        position: absolute;
        top: 16px;
        right: 15px;
        display: inline-block;
    }
}
@media (max-width: 767px) {
    h2 {
        margin-top: 0px;
    }
    h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .nav {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        overflow-x: visible;
        overflow-y: visible;
        height: 56px;
        padding-top: 0px;
        box-shadow: none;
    }
    .hero-container {
        padding-top: 96px;
        padding-bottom: 0px;
    }
    .nav-logo {
        margin-top: 8px;
        margin-bottom: 7px;
    }
    .hero-calculator {
        float: none;
    }
    .h1 {
        margin-top: -18px;
        margin-bottom: 0px;
        font-size: 28px;
        text-align: center;
    }
    .hero-h3 {
        display: none;
    }
    .text-caps {
        display: none;
    }
    .nav-link.link-nav-scroll.link-nav-scroll-lastchild {
        border-bottom-width: 1px;
        border-bottom-color: black;
    }
    .container.container-faq {
        padding-right: 12px;
        padding-left: 12px;
    }
    .container.container-content {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container.container-content.no-padding-bottom {
        padding-bottom: 48px;
    }
    .container.container-content.container-content-faq {
        padding-right: 0px;
        padding-left: 0px;
    }
    .icon-time {
        width: 80px;
    }
    .p-content {
        font-size: 14px;
        line-height: 21px;
    }
    .p-content-big.p-testimonial {
        font-size: 15px;
    }
    .p-content-big.faq-p {
        font-size: 16px;
        line-height: 26px;
    }
    .col-border-right {
        height: 300px;
        border-right-style: solid;
        border-right-width: 1px;
    }
    .section-mission {
        border-bottom: 1px solid rgba(205, 225, 231, 0.49);
    }
    .transparency-col-2 {
        padding-top: 48px;
    }
    .transparency-col-2.informed-col-2 {
        padding-top: 0px;
    }
    .text-uppercase.footer-links-heading {
        padding-left: 0px;
    }
    .text-centered {
        margin-bottom: 0px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .content-col-2 {
        padding-right: 24px;
        padding-left: 24px;
    }
    .section-delivery {
        border: 0px solid rgba(205, 225, 231, 0.49);
    }
    .section-security {
        padding-right: 0px;
        padding-left: 0px;
    }
    .testiomonial-image-1 {
        height: 300px;
        background-position: 50% 20%;
    }
    .btn-cta-content {
        width: 100%;
        text-align: center;
    }
    .btn-cta-content.btn-cta-content-m {
        width: auto;
    }
    .p-testimonial {
        font-size: 15px;
        line-height: 24px;
    }
    .testimonial-image-3 {
        height: 300px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .black-gradient.support {
        margin-left: 10px;
    }
    .black-gradient.support.black-gradient-lastchild {
        margin-right: 11px;
        padding-right: 0px;
    }
    .li-item {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 12px;
        border-bottom: 1px solid rgba(205, 225, 231, 0.5);
    }
    .li-item:hover {
        background-color: rgba(205, 225, 231, 0.15);
    }
    .section-countries {
        display: none;
    }
    .section-faq {
        padding-top: 0px;
    }
    .footer-social-link {
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(205, 225, 231, 0.5);
    }
    .modal-window {
        width: 480px;
    }
    .btn-neutral.section-support-btn {
        width: 100%;
    }
    .btn-neutral.section-support-btn.modal-link {
        width: 100%;
        float: none;
    }
    .section-support {
        border-bottom: 1px solid rgba(205, 225, 231, 0.49);
    }
    .block-regulated {
        padding-right: 24px;
        padding-left: 24px;
    }
    .content-col-3 {
        padding: 24px 72px;
        border-bottom: 1px solid rgba(205, 225, 231, 0.49);
        border-right-style: none;
        border-right-width: 0px;
    }
    .content-col-3.content-col-3-lastchild {
        border-bottom-style: none;
        border-bottom-width: 0px;
    }
    .icon-time-1x {
        padding-top: 6px;
    }
    .btn-menu {
        margin-left: 12px;
    }
    .support-block {
        padding-top: 0px;
        background-image: none;
        background-position: 0% 0%;
        background-size: auto;
    }
    .cs-people-image {
        margin-left: 10px;
    }
    .cs-col-6.cs-col-6-lastchild {
        padding-right: 11px;
    }
    .comparison-table-element.competitor-2 {
        width: 90%;
    }
    .comparison-table-element.competitor-3 {
        width: 85%;
    }
    .comparison-table-element.competitor-4 {
        width: 80%;
    }
    .comparison-table-element.competitor-5 {
        width: 65%;
    }
    .comparison-table-element.competitor-6 {
        width: 60%;
    }
    .comparison-table-logo.pp {
        width: 100px;
        margin-top: 15px;
    }
    .comparison-table-logo.mg {
        width: 110px;
        margin-top: 18px;
    }
    .comparison-table-h3.h3-competitors {
        font-size: 18px;
    }
    .section-support-textblock {
        width: auto;
        height: auto;
        margin-top: 12px;
        float: none;
        text-align: center;
    }
    .footer-links-col {
        padding-right: 12px;
        padding-bottom: 24px;
        padding-left: 12px;
    }
    .footer-block-copyright {
        padding-right: 24px;
        padding-left: 24px;
    }
    .hero-container-image {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .m-language-dropdown-link {
        border-bottom: 1px solid rgba(205, 225, 231, 0.5);
        color: #8a91a6;
    }
    .m-language-dropdown-link:hover {
        border-bottom: 1px solid rgba(205, 225, 231, 0.5);
        background-color: rgba(205, 225, 231, 0.1);
        color: #1468de;
    }
    .m-language-dropdown-icon {
        margin-right: 12px;
    }
    .hero-container-content {
        margin-top: 96px;
        margin-bottom: 48px;
    }
    .btn-neutral-video {
        margin-top: 18px;
    }
    .h2-hero {
        margin-top: 20px;
    }
}
@media (max-width: 479px) {
    h2 {
        font-size: 24px;
        line-height: 32px;
    }
    h4 {
        width: 80%;
    }
    .section-hero {
        background-position: 50% 46%;
        background-size: cover;
    }
    .nav {
        padding-top: 0px;
        box-shadow: none;
    }
    .nav-logo {
        margin-top: 8px;
    }
    .h1 {
        font-size: 24px;
    }
    .nav-link.nav-link-inverted {
        margin-top: -1px;
        float: none;
        color: white;
        font-size: 16px;
    }
    .nav-link.nav-link-inverted:hover {
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: rgba(255, 255, 255, 0.09);
    }
    .ul-nav.ul-nav-main {
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
    }
    .container.container-content {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .container.container-content.no-padding-bottom {
        padding-bottom: 36px;
    }
    .icon-time {
        width: 80px;
    }
    .p-content {
        font-size: 14px;
        line-height: 21px;
    }
    .p-content-big {
        font-size: 14px;
        line-height: 21px;
    }
    .p-content-big.p-testimonial {
        font-size: 13px;
        line-height: 21px;
    }
    .p-content-big.faq-p {
        font-size: 12px;
        line-height: 18px;
    }
    .col-border-right {
        height: auto;
        padding-top: 36px;
        padding-bottom: 24px;
    }
    .section-transparency {
        padding-top: 0px;
        padding-bottom: 0px;
        border: 0px solid black;
    }
    .nav-scroll {
        display: none;
    }
    .section-mission {
        padding-top: 0px;
        padding-bottom: 0px;
        border-bottom-style: none;
        border-bottom-width: 0px;
    }
    .transparency-col-2 {
        padding-top: 36px;
        padding-right: 24px;
        padding-left: 24px;
    }
    .image-centered {
        width: 100px;
    }
    .text-centered {
        display: block;
        margin-bottom: 0px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .text-centered.text-white {
        line-height: 36px;
    }
    .section-informed {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .highlight-green {
        font-size: 24px;
        line-height: 32px;
    }
    .content-col-2 {
        padding-right: 24px;
        padding-left: 24px;
    }
    .section-delivery {
        padding-top: 0px;
        padding-bottom: 0px;
        border-style: none;
    }
    .section-security {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .testimonial-image-2 {
        height: 150px;
        background-position: 50% 50%;
    }
    .p-testimonial {
        padding-right: 36px;
        padding-left: 36px;
        font-size: 14px;
        line-height: 21px;
    }
    .section-countries {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .illustration {
        display: none;
    }
    .section-faq {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .modal-window {
        width: 300px;
    }
    .testimonial-image-4 {
        height: 150px;
        background-position: 50% 50%;
    }
    .section-support {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .block-regulated {
        padding-right: 24px;
        padding-left: 24px;
    }
    .content-col-3 {
        padding-right: 24px;
        padding-left: 24px;
    }
    .section-final-cta {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .btn-menu.w--open {
        background-color: white;
    }
    .support-block {
        background-position: 80% 50%;
    }
    .comparison-table-element.competitor-2 {
        width: 100%;
    }
    .comparison-table-element.competitor-3 {
        width: 100%;
    }
    .comparison-table-element.competitor-4 {
        width: 100%;
    }
    .comparison-table-element.competitor-5 {
        width: 100%;
    }
    .comparison-table-element.competitor-6 {
        width: 100%;
    }
    .comparison-table-logo.wu {
        width: 60px;
    }
    .comparison-table-logo.po {
        width: auto;
        height: 36px;
        margin-top: 10px;
    }
    .comparison-table-logo.lloyds {
        width: 100px;
        margin-top: 20px;
    }
    .t-table-col1 {
        height: auto;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .t-table-col2 {
        height: auto;
        border-top-style: none;
        border-top-width: 0px;
        border-right-style: none;
        border-right-width: 0px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .t-table-content-h2 {
        font-size: 24px;
    }
    .transparency-col-1 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .faq-heading {
        font-size: 18px;
    }
    .footer-block-copyright {
        padding-right: 24px;
        padding-left: 24px;
    }
    .hero-container-content {
        margin-bottom: 36px;
        padding-right: 36px;
        padding-left: 36px;
    }
    .btn-neutral-video {
        margin-top: 18px;
    }
}