@import url('https://fonts.cdnfonts.com/css/poppins');
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align:baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block
}

body {
    line-height:1
}

ol, ul {
    list-style:none
}
.button--secondary:hover {
    background-color: #222222;
}
blockquote, q {
    quotes:none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content:none
}

table {
    border-collapse: collapse;
    border-spacing:0
}
/* Style the dropdown container */
.dropdownn {
    position: relative;
    display: inline-block;
  }
  
  /* Style the dropdown menu (hidden by default) */
  .dropdownn-content {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff; /* Background color of the dropdown */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a subtle shadow for depth */
    border: 1px solid #ddd;
    border-radius: 5px; /* Rounded corners */
    min-width: 100px; /* Set a minimum width for the dropdown */
    z-index: 1; /* Ensure the dropdown is above other elements */
  }
  
  /* Style the dropdown options */
  .dropdownn-content li {
    list-style: none;
    margin: 0;
    padding: 0; /* Remove padding to eliminate the box around text */
  }
  
  /* Style the links in the dropdown */
  .dropdownn-content a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 10px 10px; /* Add padding around the text for better spacing */
  }
  
  /* Change link color on hover */
  .dropdownn-content a:hover {
      color: #66D5DE;
  }
  
  /* Show the dropdown when hovering over the .dropdown */
  .dropdownn:hover .dropdownn-content {
    display: block;
  }
:root {
    --black: #000;
    --blue: #66D5DE;
    --blue--darker: #5DBBC2;
    --white: #fff;
    --dark-blue: #002b5c;
    --light-blue: #09c;
    --red: #ed7a5b;
    --yellow: #ebbf47;
    --green: #66d4bd;
    --purple: #d4a1ed;
    --dark-grey: #768190;
    --grey: #abb3bd;
    --silver: #ccd4de;
    --silver-24: rgba(204, 212, 222, 0.16);
    --silver--darker: #abb3bd;
    --light-grey: #f2f5f7;
    --input-shadow: rgba(0, 0, 0, 0.16);
    --dept-z200-shadow: rgba(0, 0, 0, 0.16);
    --modal-shadow: rgba(0, 0, 0, 0.4);
    --z-index-ground-1: 1;
    --z-index-ground-2: 2;
    --z-index-ground-3: 3;
    --z-index-middle-1: 4;
    --z-index-middle-2: 5;
    --z-index-middle-3: 6;
    --z-index-top-1: 7;
    --z-index-top-2: 8;
    --z-index-top-3: 9;
    --z-index-over-the-top: 10;
    --page-max-width: 1200px;
    --page-border-spacing-desktop: 32px;
    --page-border-spacing-mobile: 24px;
    --page-border-spacing-small-mobile:8px
}



body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-rendering: auto;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing:grayscale !important
}

input, select, textarea {
    font-family:inherit
}

.H900, h1 {
    font-size: 62px;
    line-height: 1.125;
    font-weight:600
}

.H800, h2 {
    font-size: 48px;
    line-height: 1.16;
    font-weight:600
}

.H700, h3 {
    font-size: 40px;
    line-height:1.3
}

.H600, .H700, h3 {
    font-weight:600
}

.H600 {
    font-size: 32px;
    line-height:1.25
}

.H500, h4 {
    font-size: 24px;
    line-height: 1.33;
    font-weight:500
}

.H350, .H400, h5 {
    font-size: 20px;
    line-height: 1.2;
    font-weight:500
}

.H350 {
    font-size:18px
}

.H300, h6 {
    text-transform:uppercase
}

.H200, .H300, h6 {
    font-size: 16px;
    line-height: 1;
    font-weight:500
}

.H100, .H200 {
    display:block
}

.H100 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-transform:uppercase
}

.paragraph, p {
    font-size: 16px;
    line-height: 24px;
    font-weight:400
}

strong {
    font-weight:500
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight:600
}

a {
    color: #66D5DE;
    color:var(--blue)
}

a.no-style {
    text-decoration:none
}

a[name] {
    position: absolute;
    top:-87px
}

hr {
    margin: 40px 0;
    border: none;
    border-bottom:1px dashed #768190
}

@media (max-width: 1399px) {
    .H900, h1 {
        font-size:54px
    }

    .H800, h2 {
        font-size:42px
    }

    .H700, h3 {
        font-size:36px
    }

    .H600 {
        font-size:30px
    }

    .H500, h4 {
        font-size:22px
    }
}

@media (max-width: 1199px) {
    .H900, h1 {
        font-size:48px
    }

    .H800, h2 {
        font-size:42px
    }

    .block-lg {
        display: block;
        margin-bottom:10px
    }
}

@media (max-width: 991px) {
    .H900, h1 {
        font-size:44px
    }

    .H800, h2 {
        font-size:38px
    }

    .H700, h3 {
        font-size:32px
    }

    .H600 {
        font-size:28px
    }

    .block-md {
        display: block;
        margin-bottom:10px
    }
}

@media (max-width: 767px) {
    .block-sm {
        display: block;
        margin-bottom:10px
    }
}

@media (max-width: 575px) {
    .H900, h1 {
        font-size:38px
    }

    .H800, h2 {
        font-size:32px
    }

    .H700, h3 {
        font-size:24px
    }

    .H600 {
        font-size:23px
    }

    .H500, h4 {
        font-size:20px
    }

    .H350, .H400, h5 {
        font-size:18px
    }

    .H350 {
        font-size:17px
    }

    .H300, h6 {
        font-size:16px
    }

    .H200 {
        font-size:15px
    }

    .block-xs {
        display: block;
        margin-bottom:10px
    }
}

sup {
    vertical-align: super;
    font-size:80%
}

html {
    box-sizing: border-box;
    scroll-behavior:smooth
}

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

.instant-quote-app {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
    max-width:var(--page-max-width)
}

.router {
    flex:1
}

.isHidden {
    display:none !important
}

main {
    display: block;
    width: 100%;
    min-height:60px
}

main > section {
    padding:50px 0
}

main > section.hidden {
    display:none
}

main > section.section--overflow {
    overflow-y: visible;
    overflow-x:hidden
}

main > section.section--nopadding {
    padding-top: 0 !important;
    padding-bottom:16px !important
}

main > section.section--wide, main > section.section--wide-nopadding {
    background: #f2f5f7;
    margin: 50px 0;
    padding:80px 0
}

main > section.section--wide-nomargin {
    background: #f2f5f7;
    margin: 0;
    padding:40px 0
}

main > section.section--wide-nopadding {
    padding:0 0 1px
}

main > section.wide-nooverflow {
    overflow:hidden
}

main > section.section--wide + section.section--wide, main > section.section--wide + section.section--wide-nopadding, main > section.section--wide-nopadding + section.section--wide, main > section.section--wide-nopadding + section.section--wide-nopadding {
    margin-top:-50px
}

.layout {
    width: 100%;
    padding-right: 48px;
    padding-left: 48px;
    margin-right: auto;
    margin-left: auto;
    max-width:1216px
}

.layout--norow {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content:space-between
}

.layout__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content:center
}

.layout__row--center {
    align-items:center
}

.no-gutters {
    margin-right: 0;
    margin-left:0
}

.no-gutters > [class *=layout__col] {
    padding-right: 0;
    padding-left:0
}

[class *=layout__col] {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding:15px
}

.layout__col-0 {
    display:none !important
}

.layout__col {
    flex-basis: 0;
    flex-grow: 1;
    max-width:100%
}

.layout__col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width:none
}

.layout__col-1 {
    flex: 0 0 8.333333%;
    max-width:8.333333%
}

.layout__col-2 {
    flex: 0 0 16.666667%;
    max-width:16.666667%
}

.layout__col-3 {
    flex: 0 0 25%;
    max-width:25%
}

.layout__col-4 {
    flex: 0 0 33.333333%;
    max-width:33.333333%
}

.layout__col-5 {
    flex: 0 0 41.666667%;
    max-width:41.666667%
}

.layout__col-6 {
    flex: 0 0 50%;
    max-width:50%
}

.layout__col-7 {
    flex: 0 0 58.333333%;
    max-width:58.333333%
}

.layout__col-8 {
    flex: 0 0 66.666667%;
    max-width:66.666667%
}

.layout__col-9 {
    flex: 0 0 75%;
    max-width:75%
}

.layout__col-10 {
    flex: 0 0 83.333333%;
    max-width:83.333333%
}

.layout__col-11 {
    flex: 0 0 91.666667%;
    max-width:91.666667%
}

.layout__col-12 {
    flex: 0 0 100%;
    max-width:100%
}

.order-first {
    order:-1
}

.order-last {
    order:13
}

.order-0 {
    order:0
}

.order-1 {
    order:1
}

.order-2 {
    order:2
}

.order-3 {
    order:3
}

.order-4 {
    order:4
}

.order-5 {
    order:5
}

.order-6 {
    order:6
}

.order-7 {
    order:7
}

.order-8 {
    order:8
}

.order-9 {
    order:9
}

.order-10 {
    order:10
}

.order-11 {
    order:11
}

.order-12 {
    order:12
}

.offset-1 {
    margin-left:8.333333%
}

.offset-2 {
    margin-left:16.666667%
}

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

.offset-4 {
    margin-left:33.333333%
}

.offset-5 {
    margin-left:41.666667%
}

.offset-6 {
    margin-left:50%
}

.offset-7 {
    margin-left:58.333333%
}

.offset-8 {
    margin-left:66.666667%
}

.offset-9 {
    margin-left:75%
}

.offset-10 {
    margin-left:83.333333%
}

.offset-11 {
    margin-left:91.666667%
}

@media (max-width: 1399px) {
    .layout {
        max-width:1100px
    }

    main > section {
        padding:40px 0
    }

    main > section.section--wide, main > section.section--wide-nopadding {
        margin:40px 0
    }

    main > section.section--wide {
        padding:70px 0
    }

    main > section.section--wide + section.section--wide, main > section.section--wide + section.section--wide-nopadding, main > section.section--wide-nopadding + section.section--wide, main > section.section--wide-nopadding + section.section--wide-nopadding {
        margin-top:-40px
    }
}

@media (max-width: 1199px) {
    .layout {
        max-width:991px
    }

    .layout__col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width:100%
    }

    .layout__col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width:none
    }

    .layout__col-lg-0 {
        display:none !important
    }

    .layout__col-lg-1 {
        flex: 0 0 8.333333%;
        max-width:8.333333%
    }

    .layout__col-lg-2 {
        flex: 0 0 16.666667%;
        max-width:16.666667%
    }

    .layout__col-lg-3 {
        flex: 0 0 25%;
        max-width:25%
    }

    .layout__col-lg-4 {
        flex: 0 0 33.333333%;
        max-width:33.333333%
    }

    .layout__col-lg-5 {
        flex: 0 0 41.666667%;
        max-width:41.666667%
    }

    .layout__col-lg-6 {
        flex: 0 0 50%;
        max-width:50%
    }

    .layout__col-lg-7 {
        flex: 0 0 58.333333%;
        max-width:58.333333%
    }

    .layout__col-lg-8 {
        flex: 0 0 66.666667%;
        max-width:66.666667%
    }

    .layout__col-lg-9 {
        flex: 0 0 75%;
        max-width:75%
    }

    .layout__col-lg-10 {
        flex: 0 0 83.333333%;
        max-width:83.333333%
    }

    .layout__col-lg-11 {
        flex: 0 0 91.666667%;
        max-width:91.666667%
    }

    .layout__col-lg-12 {
        flex: 0 0 100%;
        max-width:100%
    }

    .order-lg-first {
        order:-1
    }

    .order-lg-last {
        order:13
    }

    .order-lg-0 {
        order:0
    }

    .order-lg-1 {
        order:1
    }

    .order-lg-2 {
        order:2
    }

    .order-lg-3 {
        order:3
    }

    .order-lg-4 {
        order:4
    }

    .order-lg-5 {
        order:5
    }

    .order-lg-6 {
        order:6
    }

    .order-lg-7 {
        order:7
    }

    .order-lg-8 {
        order:8
    }

    .order-lg-9 {
        order:9
    }

    .order-lg-10 {
        order:10
    }

    .order-lg-11 {
        order:11
    }

    .order-lg-12 {
        order:12
    }

    .offset-lg-0 {
        margin-left:0
    }

    .offset-lg-1 {
        margin-left:8.333333%
    }

    .offset-lg-2 {
        margin-left:16.666667%
    }

    .offset-lg-3 {
        margin-left:25%
    }

    .offset-lg-4 {
        margin-left:33.333333%
    }

    .offset-lg-5 {
        margin-left:41.666667%
    }

    .offset-lg-6 {
        margin-left:50%
    }

    .offset-lg-7 {
        margin-left:58.333333%
    }

    .offset-lg-8 {
        margin-left:66.666667%
    }

    .offset-lg-9 {
        margin-left:75%
    }

    .offset-lg-10 {
        margin-left:83.333333%
    }

    .offset-lg-11 {
        margin-left:91.666667%
    }

    .layout__row--reorder-lg > div:first-child {
        order:12
    }

    .layout__row--reorder-lg > div:nth-child(2) {
        order:11
    }

    .layout__row--reorder-lg > div:nth-child(3) {
        order:10
    }

    .layout__row--reorder-lg > div:nth-child(4) {
        order:9
    }

    .layout__row--reorder-lg > div:nth-child(5) {
        order:8
    }

    .layout__row--reorder-lg > div:nth-child(6) {
        order:7
    }

    .layout__row--reorder-lg > div:nth-child(7) {
        order:6
    }

    .layout__row--reorder-lg > div:nth-child(8) {
        order:5
    }

    .layout__row--reorder-lg > div:nth-child(9) {
        order:4
    }

    .layout__row--reorder-lg > div:nth-child(10) {
        order:3
    }

    .layout__row--reorder-lg > div:nth-child(11) {
        order:2
    }

    .layout__row--reorder-lg > div:nth-child(12) {
        order:1
    }
}

@media (max-width: 991px) {
    .layout {
        max-width: 767px;
        padding-right: 36px;
        padding-left:36px
    }

    main > section {
        padding:30px 0
    }

    main > section.section--wide, main > section.section--wide-nopadding {
        margin:30px 0
    }

    main > section.section--wide {
        padding:60px 0
    }

    main > section.section--wide + section.section--wide, main > section.section--wide + section.section--wide-nopadding, main > section.section--wide-nopadding + section.section--wide, main > section.section--wide-nopadding + section.section--wide-nopadding {
        margin-top:-30px
    }

    .layout__col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width:100%
    }

    .layout__col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width:none
    }

    .layout__col-md-0 {
        display:none !important
    }

    .layout__col-md-1 {
        flex: 0 0 8.333333%;
        max-width:8.333333%
    }

    .layout__col-md-2 {
        flex: 0 0 16.666667%;
        max-width:16.666667%
    }

    .layout__col-md-3 {
        flex: 0 0 25%;
        max-width:25%
    }

    .layout__col-md-4 {
        flex: 0 0 33.333333%;
        max-width:33.333333%
    }

    .layout__col-md-5 {
        flex: 0 0 41.666667%;
        max-width:41.666667%
    }

    .layout__col-md-6 {
        flex: 0 0 50%;
        max-width:50%
    }

    .layout__col-md-7 {
        flex: 0 0 58.333333%;
        max-width:58.333333%
    }

    .layout__col-md-8 {
        flex: 0 0 66.666667%;
        max-width:66.666667%
    }

    .layout__col-md-9 {
        flex: 0 0 75%;
        max-width:75%
    }

    .layout__col-md-10 {
        flex: 0 0 83.333333%;
        max-width:83.333333%
    }

    .layout__col-md-11 {
        flex: 0 0 91.666667%;
        max-width:91.666667%
    }

    .layout__col-md-12 {
        flex: 0 0 100%;
        max-width:100%
    }

    .order-md-first {
        order:-1
    }

    .order-md-last {
        order:13
    }

    .order-md-0 {
        order:0
    }

    .order-md-1 {
        order:1
    }

    .order-md-2 {
        order:2
    }

    .order-md-3 {
        order:3
    }

    .order-md-4 {
        order:4
    }

    .order-md-5 {
        order:5
    }

    .order-md-6 {
        order:6
    }

    .order-md-7 {
        order:7
    }

    .order-md-8 {
        order:8
    }

    .order-md-9 {
        order:9
    }

    .order-md-10 {
        order:10
    }

    .order-md-11 {
        order:11
    }

    .order-md-12 {
        order:12
    }

    .offset-md-0 {
        margin-left:0
    }

    .offset-md-1 {
        margin-left:8.333333%
    }

    .offset-md-2 {
        margin-left:16.666667%
    }

    .offset-md-3 {
        margin-left:25%
    }

    .offset-md-4 {
        margin-left:33.333333%
    }

    .offset-md-5 {
        margin-left:41.666667%
    }

    .offset-md-6 {
        margin-left:50%
    }

    .offset-md-7 {
        margin-left:58.333333%
    }

    .offset-md-8 {
        margin-left:66.666667%
    }

    .offset-md-9 {
        margin-left:75%
    }

    .offset-md-10 {
        margin-left:83.333333%
    }

    .offset-md-11 {
        margin-left:91.666667%
    }

    .layout__row--reorder-md > div:first-child {
        order:12
    }

    .layout__row--reorder-md > div:nth-child(2) {
        order:11
    }

    .layout__row--reorder-md > div:nth-child(3) {
        order:10
    }

    .layout__row--reorder-md > div:nth-child(4) {
        order:9
    }

    .layout__row--reorder-md > div:nth-child(5) {
        order:8
    }

    .layout__row--reorder-md > div:nth-child(6) {
        order:7
    }

    .layout__row--reorder-md > div:nth-child(7) {
        order:6
    }

    .layout__row--reorder-md > div:nth-child(8) {
        order:5
    }

    .layout__row--reorder-md > div:nth-child(9) {
        order:4
    }

    .layout__row--reorder-md > div:nth-child(10) {
        order:3
    }

    .layout__row--reorder-md > div:nth-child(11) {
        order:2
    }

    .layout__row--reorder-md > div:nth-child(12) {
        order:1
    }
}

@media (max-width: 767px) {
    .layout {
        max-width:575px
    }

    .layout__col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width:100%
    }

    .layout__col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width:none
    }

    .layout__col-sm-0 {
        display:none !important
    }

    .layout__col-sm-1 {
        flex: 0 0 8.333333%;
        max-width:8.333333%
    }

    .layout__col-sm-2 {
        flex: 0 0 16.666667%;
        max-width:16.666667%
    }

    .layout__col-sm-3 {
        flex: 0 0 25%;
        max-width:25%
    }

    .layout__col-sm-4 {
        flex: 0 0 33.333333%;
        max-width:33.333333%
    }

    .layout__col-sm-5 {
        flex: 0 0 41.666667%;
        max-width:41.666667%
    }

    .layout__col-sm-6 {
        flex: 0 0 50%;
        max-width:50%
    }

    .layout__col-sm-7 {
        flex: 0 0 58.333333%;
        max-width:58.333333%
    }

    .layout__col-sm-8 {
        flex: 0 0 66.666667%;
        max-width:66.666667%
    }

    .layout__col-sm-9 {
        flex: 0 0 75%;
        max-width:75%
    }

    .layout__col-sm-10 {
        flex: 0 0 83.333333%;
        max-width:83.333333%
    }

    .layout__col-sm-11 {
        flex: 0 0 91.666667%;
        max-width:91.666667%
    }

    .layout__col-sm-12 {
        flex: 0 0 100%;
        max-width:100%
    }

    .order-sm-first {
        order:-1
    }

    .order-sm-last {
        order:13
    }

    .order-sm-0 {
        order:0
    }

    .order-sm-1 {
        order:1
    }

    .order-sm-2 {
        order:2
    }

    .order-sm-3 {
        order:3
    }

    .order-sm-4 {
        order:4
    }

    .order-sm-5 {
        order:5
    }

    .order-sm-6 {
        order:6
    }

    .order-sm-7 {
        order:7
    }

    .order-sm-8 {
        order:8
    }

    .order-sm-9 {
        order:9
    }

    .order-sm-10 {
        order:10
    }

    .order-sm-11 {
        order:11
    }

    .order-sm-12 {
        order:12
    }

    .offset-sm-0 {
        margin-left:0
    }

    .offset-sm-1 {
        margin-left:8.333333%
    }

    .offset-sm-2 {
        margin-left:16.666667%
    }

    .offset-sm-3 {
        margin-left:25%
    }

    .offset-sm-4 {
        margin-left:33.333333%
    }

    .offset-sm-5 {
        margin-left:41.666667%
    }

    .offset-sm-6 {
        margin-left:50%
    }

    .offset-sm-7 {
        margin-left:58.333333%
    }

    .offset-sm-8 {
        margin-left:66.666667%
    }

    .offset-sm-9 {
        margin-left:75%
    }

    .offset-sm-10 {
        margin-left:83.333333%
    }

    .offset-sm-11 {
        margin-left:91.666667%
    }

    .layout__row--reorder-sm > div:first-child {
        order:12
    }

    .layout__row--reorder-sm > div:nth-child(2) {
        order:11
    }

    .layout__row--reorder-sm > div:nth-child(3) {
        order:10
    }

    .layout__row--reorder-sm > div:nth-child(4) {
        order:9
    }

    .layout__row--reorder-sm > div:nth-child(5) {
        order:8
    }

    .layout__row--reorder-sm > div:nth-child(6) {
        order:7
    }

    .layout__row--reorder-sm > div:nth-child(7) {
        order:6
    }

    .layout__row--reorder-sm > div:nth-child(8) {
        order:5
    }

    .layout__row--reorder-sm > div:nth-child(9) {
        order:4
    }

    .layout__row--reorder-sm > div:nth-child(10) {
        order:3
    }

    .layout__row--reorder-sm > div:nth-child(11) {
        order:2
    }

    .layout__row--reorder-sm > div:nth-child(12) {
        order:1
    }
}

@media (max-width: 575px) {
    .layout {
        padding-right: 24px;
        padding-left:24px
    }

    main > section:first-child {
        padding-top:10px
    }

    main > section {
        padding:20px 0
    }

    main > section.section--wide, main > section.section--wide-nopadding {
        margin:20px 0
    }

    main > section.section--wide {
        padding:40px 0
    }

    main > section.section--wide + section.section--wide, main > section.section--wide + section.section--wide-nopadding, main > section.section--wide-nopadding + section.section--wide, main > section.section--wide-nopadding + section.section--wide-nopadding {
        margin-top:-20px
    }

    .layout__col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width:100%
    }

    .layout__col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width:none
    }

    .layout__col-xs-0 {
        display:none !important
    }

    .layout__col-xs-1 {
        flex: 0 0 8.333333%;
        max-width:8.333333%
    }

    .layout__col-xs-2 {
        flex: 0 0 16.666667%;
        max-width:16.666667%
    }

    .layout__col-xs-3 {
        flex: 0 0 25%;
        max-width:25%
    }

    .layout__col-xs-4 {
        flex: 0 0 33.333333%;
        max-width:33.333333%
    }

    .layout__col-xs-5 {
        flex: 0 0 41.666667%;
        max-width:41.666667%
    }

    .layout__col-xs-6 {
        flex: 0 0 50%;
        max-width:50%
    }

    .layout__col-xs-7 {
        flex: 0 0 58.333333%;
        max-width:58.333333%
    }

    .layout__col-xs-8 {
        flex: 0 0 66.666667%;
        max-width:66.666667%
    }

    .layout__col-xs-9 {
        flex: 0 0 75%;
        max-width:75%
    }

    .layout__col-xs-10 {
        flex: 0 0 83.333333%;
        max-width:83.333333%
    }

    .layout__col-xs-11 {
        flex: 0 0 91.666667%;
        max-width:91.666667%
    }

    .layout__col-xs-12 {
        flex: 0 0 100%;
        max-width:100%
    }

    .order-xs-first {
        order:-1
    }

    .order-xs-last {
        order:13
    }

    .order-xs-0 {
        order:0
    }

    .order-xs-1 {
        order:1
    }

    .order-xs-2 {
        order:2
    }

    .order-xs-3 {
        order:3
    }

    .order-xs-4 {
        order:4
    }

    .order-xs-5 {
        order:5
    }

    .order-xs-6 {
        order:6
    }

    .order-xs-7 {
        order:7
    }

    .order-xs-8 {
        order:8
    }

    .order-xs-9 {
        order:9
    }

    .order-xs-10 {
        order:10
    }

    .order-xs-11 {
        order:11
    }

    .order-xs-12 {
        order:12
    }

    .offset-xs-0 {
        margin-left:0
    }

    .offset-xs-1 {
        margin-left:8.333333%
    }

    .offset-xs-2 {
        margin-left:16.666667%
    }

    .offset-xs-3 {
        margin-left:25%
    }

    .offset-xs-4 {
        margin-left:33.333333%
    }

    .offset-xs-5 {
        margin-left:41.666667%
    }

    .offset-xs-6 {
        margin-left:50%
    }

    .offset-xs-7 {
        margin-left:58.333333%
    }

    .offset-xs-8 {
        margin-left:66.666667%
    }

    .offset-xs-9 {
        margin-left:75%
    }

    .offset-xs-10 {
        margin-left:83.333333%
    }

    .offset-xs-11 {
        margin-left:91.666667%
    }

    .layout__row--reorder-xs > div:first-child {
        order:12
    }

    .layout__row--reorder-xs > div:nth-child(2) {
        order:11
    }

    .layout__row--reorder-xs > div:nth-child(3) {
        order:10
    }

    .layout__row--reorder-xs > div:nth-child(4) {
        order:9
    }

    .layout__row--reorder-xs > div:nth-child(5) {
        order:8
    }

    .layout__row--reorder-xs > div:nth-child(6) {
        order:7
    }

    .layout__row--reorder-xs > div:nth-child(7) {
        order:6
    }

    .layout__row--reorder-xs > div:nth-child(8) {
        order:5
    }

    .layout__row--reorder-xs > div:nth-child(9) {
        order:4
    }

    .layout__row--reorder-xs > div:nth-child(10) {
        order:3
    }

    .layout__row--reorder-xs > div:nth-child(11) {
        order:2
    }

    .layout__row--reorder-xs > div:nth-child(12) {
        order:1
    }
}

@media (max-width: 991px) {
    .layout__row--direction-column-reverse {
        flex-direction:column-reverse
    }
}

.show-lt-lg {
    display:none
}

@media (max-width: 1198px) {
    .show-lt-lg {
        display:block
    }
}

.show-gte-lg {
    display:none
}

@media (min-width: 1200px) {
    .show-gte-lg {
        display:block
    }
}

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

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

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

.vw6 {
    font-size:clamp(38px, 6vw, 64px) !important
}

.vw6, .vw7 {
    line-height:1
}

.vw7 {
    font-size:clamp(39px, 7vw, 76px) !important
}

.vw8 {
    font-size:clamp(40px, 8vw, 88px) !important
}

.vw8, .vw9 {
    line-height:1
}

.vw9 {
    font-size:clamp(41px, 9vw, 100px) !important
}

.vw10 {
    font-size:clamp(42px, 10vw, 112px) !important
}

.vw10, .vw11 {
    line-height:1
}

.vw11 {
    font-size:clamp(43px, 11vw, 124px) !important
}

.vw12 {
    font-size:clamp(44px, 12vw, 136px) !important
}

.vw12, .vw13 {
    line-height:1
}

.vw13 {
    font-size:clamp(45px, 13vw, 148px) !important
}

.vw14 {
    font-size:clamp(46px, 14vw, 160px) !important
}

.vw14, .vw15 {
    line-height:1
}

.vw15 {
    font-size:clamp(47px, 15vw, 172px) !important
}

.vw16 {
    font-size:clamp(48px, 16vw, 184px) !important
}

.vw16, .vw17 {
    line-height:1
}

.vw17 {
    font-size:clamp(49px, 17vw, 196px) !important
}

.vw18 {
    font-size:clamp(50px, 18vw, 208px) !important
}

.vw18, .vw19 {
    line-height:1
}

.vw19 {
    font-size:clamp(51px, 19vw, 220px) !important
}

.vw20 {
    font-size: clamp(52px, 10vw, 232px) !important;
    line-height:1
}

@media (min-width: 321px) {
    .align-right-xxs {
        text-align:right !important
    }

    .align-left-xxs {
        text-align:left !important
    }

    .align-center-xxs {
        text-align:center !important
    }
}

@media (min-width: 576px) {
    .align-right-xs {
        text-align:right !important
    }

    .align-left-xs {
        text-align:left !important
    }

    .align-center-xs {
        text-align:center !important
    }
}

@media (min-width: 768px) {
    .align-right-sm {
        text-align:right !important
    }

    .align-left-sm {
        text-align:left !important
    }

    .align-center-sm {
        text-align:center !important
    }
}

@media (min-width: 992px) {
    .align-right-md {
        text-align:right !important
    }

    .align-left-md {
        text-align:left !important
    }

    .align-center-md {
        text-align:center !important
    }
}

@media (min-width: 1200px) {
    .align-right-lg {
        text-align:right !important
    }

    .align-left-lg {
        text-align:left !important
    }

    .align-center-lg {
        text-align:center !important
    }
}

@media (min-width: 1400px) {
    .align-right-xl {
        text-align:right !important
    }

    .align-left-xl {
        text-align:left !important
    }

    .align-center-xl {
        text-align:center !important
    }
}

.link {
    font-size: 16px;
    line-height: 20px;
    color: #000 !important;;
    color: var(--blue);
    text-decoration: underline;
    transition: color .25s ease-in-out;
    font-weight:500
}

@supports (-webkit-overflow-scrolling: touch) {
    .link {
        cursor: pointer;
        -webkit-tap-highlight-color:rgba(0, 0, 0, 0)
    }
}

.link--small {
    font-size:14px
}

.link--medium {
    font-size:18px
}

.link--noline {
    text-decoration:none
}

.link:hover {
    cursor: pointer;
    color: #002b5c;
    color:var(--dark-blue)
}

.link:active {
    color: #5DBBC2;
    color:var(--blue--darker)
}

@media (max-width: 575px) {
    .link--medium {
        font-size:16px
    }
}

.button, button {
    margin: 0;
    padding: 11px 16px 13px;
    border: none;
    font: inherit;
    color: inherit;
    background: none;
    background-color: #66D5DE;
    background-color: var(--blue);
    border-radius: 50px;
    color: #fff;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    box-shadow: 0 0 0 1px #66D5DE;
    box-shadow: 0 0 0 1px var(--blue);
    transition: background-color .25s ease-in-out, box-shadow .25s ease-in-out;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select:none
}

button:active, button:focus {
    outline:none
}

.button:hover, button:hover {
    cursor: pointer;
    background-color: #5DBBC2;
    background-color: var(--blue--darker);
    box-shadow: 0 0 0 1px #5DBBC2;
    box-shadow:0 0 0 1px var(--blue--darker)
}

.button--xl {
    padding: 17px 18px 19px;
    font-size:20px
}

.button--big {
    padding: 15px 16px 17px;
    font-size:18px
}

.button--compact {
    padding: 7px 16px 9px;
    font-size:14px
}

.button--stretched {
    padding-left: 3em;
    padding-right:3em
}

.button--secondary {
    background-color: #000000;
    background-color: #000000;
    color: #ffffff !important;
    color: var(--black);
    box-shadow: 0 0 0 1px #ccd4de;
    box-shadow: 0 0 0 1px var(--silver);
    font-weight:400
}

.button--nine {
    margin: 0;
    padding: 11px 16px 13px;
    border: none;
    font: inherit;
    color: inherit;
    background: #0d293e;
    background-color: #0d293e;
    border-radius: 2px;
    color: #fff;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px var(--white);
    transition: background-color .25s ease-in-out, box-shadow .25s ease-in-out;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select:none
}

.button--transparent {
    background: none;
    color: currentcolor;
    box-shadow: none;
    font-weight: 400;
    box-shadow:0 0 0 1px currentcolor
}

.button--disabled, .button--disabled:hover, button:disabled, button:disabled:hover {
    cursor: default;
    background-color: #f2f5f7;
    background-color: var(--light-grey);
    color: #ccd4de;
    color: var(--silver);
    box-shadow:0 0 0 0 transparent
}

.button--icon {
    padding:8px
}

.button--icon .icon {
    display: flex;
    align-items: center;
    justify-content:center
}

.button--icon svg {
    width: 24px;
    height:24px
}

.button--icon svg .icon__fill {
    fill: #768190;
    fill:var(--dark-grey)
}

.button .spinner, button .spinner {
    height: 24px;
    width: 24px;
    margin:0 auto
}

.button--icon-centered, .button--icon-centered > svg {
    margin:0 auto !important
}

.button--custom-icon .icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin-right:10px
}

.button--custom-icon .icon svg {
    width: 1.2em;
    height:1.2em
}

.button--custom-icon .icon svg .icon__fill {
    fill:currentcolor
}

@media (max-width: 575px) {
    .button--big {
        padding: 11px 16px 13px;
        font-size: 16px;
        display: block;
        width:100%
    }
}

.label {
    padding: 8px 16px;
    border-radius: 16px;
    font-weight: 500;
    font-size:14px
}

.label--outline {
    color: #768190;
    color: var(--dark-grey);
    box-shadow: 0 0 0 1px #ccd4de;
    box-shadow:0 0 0 1px var(--silver)
}

.label--white {
    background-color: #fff;
    background-color:var(--white)
}

.label--black {
    background-color: #000;
    background-color:var(--black)
}

.label--blue {
    background-color: #66D5DE;
    background-color:var(--blue)
}

.label--dark-blue {
    background-color: #002b5c;
    background-color:var(--dark-blue)
}

.label--light-blue {
    background-color: #09c;
    background-color:var(--light-blue)
}

.label--red {
    background-color: #ed7a5b;
    background-color:var(--red)
}

.label--yellow {
    background-color: #ebbf47;
    background-color:var(--yellow)
}

.label--green {
    background-color: #66d4bd;
    background-color:var(--green)
}

.label--purple {
    background-color: #d4a1ed;
    background-color:var(--purple)
}

.label--dark-grey {
    background-color: #768190;
    background-color:var(--dark-grey)
}

.label--grey {
    background-color: #abb3bd;
    background-color:var(--grey)
}

.label--silver {
    background-color: #ccd4de;
    background-color:var(--silver)
}

.label--light-grey {
    background-color: #f2f5f7;
    background-color:var(--light-grey)
}

header {
    margin-top: 22px;
    padding:18px 0
}

header .layout > a svg {
    width: 230px;
    height:48px
}

header.header--standard {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
    z-index: var(--z-index-top-3);
    background: #fff;
    background: var(--white);
    transition: transform .15s ease-in-out, border .15s linear;
    will-change: transform;
    border-bottom: 1px solid #fff;
    border-bottom:1px solid var(--white)
}

header.header--pinned {
    border-bottom: 1px solid #ccd4de;
    border-bottom:1px solid var(--silver)
}

.header--menu-open {
    transform:none !important
}

.header--unpinned {
    transform:translateY(-100%)
}

header.header--top.header--pinned {
    border-bottom:1px solid #fff
}

header.header--inverse {
    transition:transform .15s ease-in-out, border .15s linear, background-color .15s linear
}

header.header--inverse:before {
    content: "";
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), transparent);
    opacity: 0;
    transition:opacity .15s linear
}

header.header--inverse #logo-inverse {
    transition:fill .15s linear
}

header.header--top.header--inverse {
    background-color: transparent;
    border-bottom:none
}

header.header--top.header--inverse:before {
    opacity:1
}

header.header--top.header--inverse #logo-inverse {
    fill: #fff;
    fill:var(--white)
}

header nav ol {
    display: flex;
    flex-direction:row
}

header nav ol li {
    display: flex;
    align-items:center
}

header nav ol li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    color: var(--black);
    white-space:nowrap
}

header nav ol li a#signin .icon {
    display: inline-block;
    vertical-align: middle;
    line-height:1
}

header nav ol li a#signin .icon svg g {
    fill: #768190;
    fill:var(--dark-grey)
}

header nav ol li a#signin span {
    display:none
}

header nav ol li.nav__button + li {
    margin-left:7px
}

header nav ol li .button--compact {
    font-size:16px
}

header nav ol li a.active {
    color: #768190;
    color:var(--dark-grey)
}

header nav ol li a:hover {
    cursor:pointer
}

header nav ol li + li {
    margin-left:32px
}

.header__userInfo {
    opacity: 1;
    transition:opacity .25s ease-in-out
}

.header__userInfo--hidden {
    opacity:0
}

.header__help {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 32px;
    color: #768190;
    color: var(--dark-grey);
    font-size: 16px;
    line-height:24px
}

header input#input-hamburger {
    opacity: 0;
    position: absolute;
    z-index:-9999
}

header input#input-hamburger + label {
    margin: 0;
    align-self: center;
    display: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    position:relative
}

header input#input-hamburger + label .icon {
    line-height: 1;
    cursor:pointer
}

header input#input-hamburger + label .icon:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity:0
}

header input#input-hamburger + label .icon svg {
    display: inline-block;
    vertical-align:middle
}

@media (max-width: 1399px) {
    header nav ol li .button--compact {
        font-size:14px
    }

    header nav ol li + li {
        margin-left:28px
    }

    header .layout > a svg {
        margin-right:20px
    }
}

@media (max-width: 1199px) {
    header .layout > a svg {
        width: 192px;
        height: 40px;
        margin-right:20px
    }

    header nav ol li .button--compact {
        padding:7px 9px 9px
    }

    header nav ol li + li {
        margin-left:20px
    }
}

@media (min-width: 992px) {
    header.header--top.header--inverse nav ol li > a {
        color: #fff;
        color:var(--white)
    }

    header.header--top.header--inverse nav ol li > a#signin .icon svg g {
        fill: #fff;
        fill:var(--white)
    }

    header.header--top.header--inverse .button--secondary {
        box-shadow: 0 0 0 1px #ccd4de;
        box-shadow: 0 0 0 1px var(--silver);
        background-color: transparent;
        color: #fff;
        color:var(--white)
    }

    header.header--top.header--inverse .button--secondary:hover {
        box-shadow: 0 0 0 1px #fff;
        box-shadow:0 0 0 1px var(--white)
    }
}

@media (max-width: 991px) {
    header nav ol li.nav__button + li {
        margin-left:0
    }

    header {
        padding:13px 0
    }

    header input#input-hamburger + label {
        display: block;
        position: relative;
        z-index:9999
    }

    body > header nav {
        top: -22px;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100vh + 22px);
        pointer-events: none;
        z-index: 9998;
        overflow: hidden;
        background: rgba(242, 245, 247, 0);
        transition:background .2s linear
    }

    body > header nav, header nav ol {
        position: absolute;
        right: 0;
        display:block
    }

    header nav ol {
        width: 300px;
        height: 100%;
        background: #fff;
        box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .16);
        transform: translateX(120%);
        transition: transform .2s ease-in-out;
        width: calc(50vw - 83.5px);
        padding:80px calc(50vw - 347.5px) 24px 36px
    }

    header nav ol li {
        width: 100%;
        text-align: left;
        display: block;
        padding:4px 0
    }

    header nav ol li a {
        font-size: 18px;
        line-height:32px
    }

    header nav ol li .button {
        margin-top: 16px;
        font-size: 16px;
        padding:11px 16px 13px
    }

    header nav ol li:last-child .button {
        margin-top:0
    }

    header nav ol li + li {
        margin-left:0
    }

    header input#input-hamburger:checked + label:after {
        content: "";
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: calc(100vw - 300px);
        height: 100vh;
        cursor:auto
    }

    header input#input-hamburger:checked + label + nav {
        background:rgba(242, 245, 247, .8)
    }

    header input#input-hamburger:checked + label + nav ol {
        transform: translateX(0);
        pointer-events:all
    }

    header input#input-hamburger:checked + label .icon {
        opacity:0
    }

    header input#input-hamburger:checked + label .icon:last-child {
        opacity:1
    }

    header nav ol li .button--compact {
        display:block
    }

    header .nav__button, header .user-wrapper {
        margin-top:24px
    }

    header nav ol li a#signin span {
        display:inline-block
    }

    header nav ol li a#signin .icon {
        display:none
    }

    header.header--top.header--inverse input#input-hamburger + label .icon:first-child .icon__fill {
        fill: #fff;
        fill:var(--white)
    }
}

@media (max-width: 767px) {
    header nav ol {
        width: calc(50vw + 12.5px);
        padding-right:calc(50vw - 251.5px)
    }
}

@media (max-width: 575px) {
    header {
        margin-top: 10px;
        padding:12px 0
    }

    header nav {
        top: -10px;
        height:calc(100vh + 10px)
    }

    header nav ol {
        width: 300px;
        padding-right:24px
    }
}

footer {
    padding-bottom:64px
}

.footer__credits {
    display: flex;
    flex-grow:1
}

.footer__credits > div {
    max-width: 367px;
    padding-right:12px
}

.footer__credits > .icon {
    margin-right:25px
}

.footer__credits p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom:8px
}

.footer__credits small {
    font-size: 12px;
    color:#768190
}

footer .layout--norow {
    align-items:flex-start
}

.footer__social a {
    text-decoration:none
}

.footer__social {
    display: flex;
    grid-gap: 2.25rem;
    gap:2.25rem
}

.footer__settings {
    flex-shrink:0
}

.footer__settings .select-with-label__wrapper + .select-with-label__wrapper {
    margin-bottom:30px
}

.footer__settings p {
    margin-bottom:12px
}

.footer__settings p .icon {
    margin-right:12px
}

.footer__menu {
    flex-shrink: 0;
    padding-right:3vw;
}

.footer__menu ul {
    font-size: 16px;
    line-height:32px
}

.footer__menu ul li a {
    color: #000;
    text-decoration:none
}

@media (max-width: 991px) {
    footer .layout--norow {
        flex-wrap:wrap
    }

    .footer__credits > div {
        max-width:100%
    }

    .footer__credits {
        width: 100%;
        flex-shrink: 0;
        margin-bottom:30px
    }

    .footer__credits > .icon {
        margin-right:20px
    }

    .footer__credits p:last-of-type {
        margin-bottom:0
    }

    .footer__credits small {
        display:none
    }

    .footer__menu {
        flex-shrink: 0;
        padding-right:8vw
    }

    .footer__menu, .footer__settings {
        padding-left: 20px;
        margin-bottom:30px
    }

    .footer__settings {
        flex-shrink:1
    }

 
}
.legalLinks{
    padding: 20px;
    margin: auto;
}

.legalLinks a {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    transition: .3s;
}

.legalLinks a:hover {
    transition: .3s;
    text-decoration: none;
    font-size: 12px;
    color: #625BF6;
}
.row{
    padding-top: 100px;
    display: flex;
    justify-content: space-around;
    width: max-content;
    margin: auto;
}
@media screen and (max-width: 767px) {
    .row{
        padding-top: 70px;
        display: block;
    }
    
    .legalLinks{
        padding: 20px;
        margin: auto;
    }
    
    .legalLinks a {
        text-decoration: none;
        font-size: 12px;
        color: #fff;
        transition: .3s;
    }
    
    .legalLinks a:hover {
        transition: .3s;
        text-decoration: none;
        font-size: 12px;
        color: #625BF6;
    }
}
@media (max-width: 767px) {
    footer {
        padding-bottom:48px
    }
}

@media (max-width: 575px) {
    footer {
        padding-bottom:32px
    }

    .footer__credits > .icon {
        margin-right:15px
    }


    .footer__settings p {
        font-size:14px
    }
}

input[type=checkbox], input[type=checkbox]:active, input[type=checkbox]:focus, input[type=checkbox]:hover {
    width: auto;
    box-shadow:none
}

select::-ms-expand {
    display:none
}

input[type=button], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-align:left
}

.input-with-label__wrapper, .select-with-label__wrapper {
    position: relative;
    display: flex;
    flex-direction:column
}

.input-with-label__wrapper textarea {
    resize:vertical
}

.input-with-label__wrapper__contact-us textarea {
    height:200px
}

@supports (-webkit-overflow-scrolling: touch) {
    .input-with-label__wrapper, .select-with-label__wrapper {
        cursor: pointer;
        -webkit-tap-highlight-color:rgba(0, 0, 0, 0)
    }
}

.input__label, .select__label, label {
    align-self: flex-start;
    font-size: 16px;
    line-height: 24px;
    margin-bottom:8px
}

.select-with-label__wrapper label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items:center
}

.select-with-label__wrapper label span {
    font-size: 14px;
    color: #66D5DE;
    color: var(--blue);
    text-decoration: underline;
    line-height: 1.1;
    text-align: right;
    margin-top:-1px
}

.select-with-label__wrapper label span:hover {
    color: #002b5c;
    color:var(--dark-blue)
}

.input__label--mandatory {
    color: #ed7a5b;
    color: var(--red);
    font-weight:700
}

.input__label--mandatory:before {
    content: " "
}

.input__label-help {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #768190;
    color:var(--dark-grey)
}

.input__label:hover, .select__label:hover, input[type=button]:hover, label:hover {
    cursor:pointer
}

.input, .select, input, select, textarea {
    width: 100%;
    padding: 11px 16px 13px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 2px;
    border-width: 0;
    transition: box-shadow .15s ease-in-out;
    background-color: #fff;
    background-color: var(--white);
    box-shadow: 0 0 0 1px #abb3bd, 0 1px 2px rgba(0, 0, 0, .16);
    box-shadow: 0 0 0 1px var(--grey), 0 1px 2px var(--input-shadow);
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis
}

textarea {
    white-space:normal
}

.input.input--compact, .select.select--compact, input.input--compact, select.select--compact {
    padding-top: 8px;
    padding-bottom:8px
}

.input--is-placeholder:hover, .input-with-icon__wrapper:hover .input--is-placeholder:not(.input--is-focused), .input:hover, .select--is-placeholder:hover, .select-with-icon__wrapper:hover .select--is-placeholder:not(.select--is-focused), .select:hover, input:hover, select:hover {
    box-shadow: 0 0 0 1px #768190, 0 1px 2px rgba(0, 0, 0, .16);
    box-shadow:0 0 0 1px var(--dark-grey), 0 1px 2px var(--input-shadow)
}

.input, .input--is-focused, input, input.input--is-placeholder:hover, input:active, input:focus, select, select:active, select:focus, textarea, textarea:active, textarea:focus {
    outline:none
}

.input--is-focused, .input--is-placeholder:focus, .input--is-placeholder:focus:hover, .input-with-icon__wrapper:hover .input--is-placeholder.select--is-focused, .input-with-icon__wrapper:hover .select--is-focused, .select--is-focused, .select--is-focused:hover, .select--is-placeholder.select--is-focused, .select-with-icon__wrapper:hover .select--is-placeholder.select--is-focused, input:focus, select:focus, textarea:focus {
    box-shadow: 0 0 0 2px #66D5DE, 0 1px 2px rgba(0, 0, 0, .16);
    box-shadow:0 0 0 2px var(--blue), 0 1px 2px var(--input-shadow)
}

.input--is-placeholder, .select--is-placeholder, select:invalid {
    color: #abb3bd;
    color: var(--grey);
    box-shadow: 0 0 0 1px #abb3bd, 0 1px 2px rgba(0, 0, 0, .16);
    box-shadow:0 0 0 1px var(--grey), 0 1px 2px var(--input-shadow)
}

.input--is-placeholder.input--is-focused {
    box-shadow: 0 0 0 1px #66D5DE, 0 1px 2px rgba(0, 0, 0, .16);
    box-shadow:0 0 0 1px var(--blue), 0 1px 2px var(--input-shadow)
}

.input--is-invalid, .select--is-invalid {
    box-shadow: 0 0 0 2px #ed7a5b, 0 1px 2px rgba(0, 0, 0, .16);
    box-shadow:0 0 0 2px var(--red), 0 1px 2px var(--input-shadow)
}

.input--has-invalid-message.input--is-invalid {
    border-bottom-left-radius: 0;
    border-bottom-right-radius:0
}

.label--invalid {
    color: #ed7a5b;
    color:var(--red)
}

.input-with-icon__wrapper, .select-with-icon__wrapper {
    display: flex;
    position: relative;
    z-index: 1;
    z-index:var(--z-index-ground-1)
}

.input__invalid-message {
    position: absolute;
    top: 100%;
    margin-top: 2px;
    width: 100%;
    padding-left: 16px;
    background-color: #ed7a5b;
    background-color: var(--red);
    color: #fff;
    color: var(--white);
    font-size: 12px;
    line-height: 20px;
    box-shadow: 0 0 0 2px #ed7a5b;
    box-shadow:0 0 0 2px var(--red)
}

.input-with-icon__wrapper:hover + .input__invalid-message, input:focus + .input__invalid-message, input:hover + .input__invalid-message {
    color: #768190;
    color: var(--dark-grey);
    background-color: transparent;
    box-shadow:none
}

.input--invisible, .select--invisible {
    background: transparent none repeat scroll 0;
    border: 0;
    font-size: inherit;
    outline: 0 none currentcolor;
    padding: 0;
    width: 1px;
    color: transparent;
    left: -100px;
    opacity: 0;
    position: relative;
    transform:scale(0)
}

.input-with-icon__wrapper input, .select, select {
    padding-right:36px
}

.select:hover, select:hover {
    cursor:pointer
}

.input-with-icon__right-icon, .select-with-icon__right-icon {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content:center
}

@supports (-webkit-overflow-scrolling: touch) {
    .input-with-icon__right-icon, .select-with-icon__right-icon {
        cursor: pointer;
        -webkit-tap-highlight-color:rgba(0, 0, 0, 0)
    }
}

.input-with-icon__right-icon:hover, .select-with-icon__right-icon:hover {
    cursor:pointer
}

select + .select-with-icon__right-icon {
    pointer-events:none
}

.input-with-icon__right-icon .icon__fill, .select-with-icon__right-icon .icon__fill {
    fill: #768190;
    fill:var(--dark-grey)
}

.select__dropdown-wrapper {
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 2;
    z-index:var(--z-index-ground-2)
}

.select__dropdown-wrapper--is-multiselect {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background-color: rgba(0, 0, 0, .16);
    background-color: var(--dept-z200-shadow);
    z-index: 10;
    z-index:var(--z-index-over-the-top)
}

@media screen and (max-width: 768px) {
    .select__dropdown-wrapper--is-multiselect {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 52px;
        padding-bottom:56px
    }
}

@media screen and (max-width: 768px) {
    .select__dropdown-wrapper--is-multiselect .select__mobile-dropdown-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 4;
        z-index:var(--z-index-middle-1)
    }
}

@media screen and (max-width: 768px) {
    .select__dropdown-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        background-color: var(--white);
        z-index: 10;
        z-index:var(--z-index-over-the-top)
    }

    .select__dropdown-wrapper .dropdown {
        margin-top: 0;
        box-shadow: none;
        border-radius: 0;
        padding-top:0
    }

    .select__dropdown-wrapper .dropdown:after, .select__dropdown-wrapper .dropdown:before {
        display:none
    }

    .select__dropdown-wrapper .dropdown__search-bar {
        box-shadow: none;
        margin-right: 0;
        margin-left: -8px;
        border-bottom: 1px solid #ccd4de;
        border-bottom:1px solid var(--silver)
    }

    .select__dropdown-wrapper .input-with-icon__right-icon {
        right:18px
    }
}

.dropdown--is-multiple-select .dropdown__search-bar .input-with-icon__right-icon {
    left:24px
}

.select__mobile-dropdown-header {
    display: none;
    padding: 12px 24px 16px;
    border-bottom: 1px solid #ccd4de;
    border-bottom:1px solid var(--silver)
}

@media screen and (max-width: 768px) {
    .select__mobile-dropdown-header {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content:space-between
    }
}

.select__mobile-dropdown-label {
    font-weight: 500;
    margin-bottom:0
}

.select__dropdown {
    z-index: 2;
    z-index:var(--z-index-ground-2)
}

.select__dropdown--has-callback-link .dropdown__list {
    margin-top:48px
}

.select__dropdown-wrapper .dropdown__list {
    max-height: 296px;
    overflow-y:auto
}

.radio {
    display: flex;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    box-shadow: inset 0 0 0 2px #768190;
    box-shadow: 0 0 0 2px var(--dark-grey) inset;
    background-color: #fff;
    background-color:var(--white)
}

.radio--selected {
    box-shadow: inset 0 0 0 8px #66D5DE;
    box-shadow:0 0 0 8px var(--blue) inset
}

input:disabled, select:disabled {
    background-color: rgba(204, 212, 222, .16);
    background-color: var(--silver-24);
    box-shadow: none;
    color: #abb3bd;
    color:var(--grey)
}

.dropdown {
    position: relative;
    margin-top: 16px;
    width: 100%;
    padding: 1px 0 1px 8px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #abb3bd, 0 4px 8px rgba(0, 0, 0, .16);
    box-shadow: 0 0 0 1px var(--grey), 0 4px 8px var(--dept-z200-shadow);
    background-color: #fff;
    background-color:var(--white)
}

.dropdown:after, .dropdown:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: -5px;
    left:50%
}

.dropdown:after {
    border-bottom: 6px solid #fff;
    border-bottom:6px solid var(--white)
}

.dropdown:after, .dropdown:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left:-8px
}

.dropdown:before {
    margin-top: -1px;
    border-bottom: 6px solid #abb3bd;
    border-bottom:6px solid var(--grey)
}

.dropdown--is-multiple-select {
    height: 100%;
    margin: 0;
    padding-left: 24px;
    padding-top: 56px;
    padding-bottom:56px
}

.dropdown--is-multiple-select:after, .dropdown--is-multiple-select:before {
    display:none
}

@media screen and (max-width: 768px) {
    .select__dropdown-wrapper--is-multiselect .dropdown--is-multiple-select {
        padding-left:8px
    }
}

.dropdown__search-bar {
    margin-left: -8px;
    margin-right: 0;
    padding-right: 30px;
    position: relative;
    box-shadow: 0 1px 0 0 #abb3bd;
    box-shadow: 0 1px 0 0 var(--grey);
    background-color: #fff;
    background-color:var(--white)
}

@media screen and (max-width: 768px) {
    .dropdown--has-search-bar.dropdown--is-multiple-select {
        padding-bottom: 0;
        padding-top:48px
    }
}

.dropdown--is-multiple-select .dropdown__search-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 7;
    z-index:var(--z-index-top-1)
}

.dropdown__search-bar input, .dropdown__search-bar input::placeholder {
    box-shadow:0 0 0
}

.dropdown--is-multiple-select .dropdown__search-bar-input {
    padding-left: 64px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height:24px
}

@media screen and (max-width: 768px) {
    .dropdown__search-bar-input {
        padding-left:24px
    }

    .dropdown--is-multiple-select .dropdown__search-bar-input {
        padding: 11px 16px 13px 24px;
        font-size: 16px;
        line-height:24px
    }
}

.dropdown__search-bar__icon {
    position: absolute;
    top: 0;
    right:0
}

@media screen and (max-width: 768px) {
    .dropdown--is-multiple-select .dropdown__search-bar .input-with-icon__right-icon, .dropdown__search-bar__icon {
        right: 18px;
        left:auto
    }
}

.input-with-close-icon {
    position: absolute;
    right: 25px;
    top: 22px;
    fill: #333;
    cursor:pointer
}

.dropdown__most-popular {
    white-space: nowrap;
    overflow: auto;
    padding:16px 8px 8px 0
}

.dropdown__most-popular-label {
    margin-right: 8px;
    font-size: 14px;
    line-height: 24px;
    font-weight:500
}

.dropdown__most-popular-option {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight:400
}

.dropdown__most-popular-option--selected {
    font-weight: 800;
    color: #002b5c;
    color:var(--dark-blue)
}

.dropdown__most-popular-option + .dropdown__most-popular-option {
    margin-left: 8px;
    padding-left:8px
}

.dropdown__most-popular-option:not(:last-of-type):after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    top: 50%;
    right: -8px;
    background-color: #000;
    background-color:var(--black)
}

.dropdown__columns {
    display: flex;
    flex-direction: row;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height:100%
}

.dropdown__most-popular + .dropdown__columns {
    max-height:calc(100% - 48px)
}

@media screen and (max-width: 768px) {
    .select__dropdown-wrapper--is-multiselect .dropdown__columns {
        flex-direction:column
    }
}

.dropdown__columns .dropdown__list {
    flex: 1;
    overflow: visible;
    max-height:100%
}

@media screen and (max-width: 768px) {
    .select__dropdown-wrapper--is-multiselect .dropdown__columns .dropdown__list {
        max-height:none
    }
}

.dropdown__list {
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling:touch
}

.dropdown__list-callback-action {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    display: flex;
    font-size: 14px;
    line-height: 16px;
    padding: 16px;
    box-shadow: 0 1px #ccd4de;
    box-shadow:0 1px var(--silver)
}

.dropdown__option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 8px;
    padding: 3px 8px 5px;
    margin-bottom: 1px;
    font-size: 14px;
    color: #000;
    color: var(--black);
    line-height: 24px;
    border-radius: 2px;
    background-color:transparent
}

.dropdown__option span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis
}

@media screen and (max-width: 768px) {
    .dropdown__option {
        padding-left: 16px;
        padding-right:16px
    }
}

.dropdown__option--is-highlighted-option, .dropdown__option:hover {
    cursor: pointer;
    color: #66D5DE;
    color: var(--blue);
    background-color: #f2f5f7;
    background-color:var(--light-grey)
}

.dropdown__option--is-active-option, .dropdown__option.dropdown__option--is-active-option:hover {
    color: #fff;
    color: var(--white);
    background-color: #002b5c;
    background-color:var(--dark-blue)
}

.dropdown__option--is-no-results-found, .dropdown__option.dropdown__option--is-no-results-found:hover {
    cursor: default;
    color: #abb3bd;
    color: var(--grey);
    background-color: #fff;
    background-color:var(--white)
}

.dropdown__option--is-no-results-found span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis
}

.dropdown__active-option-icon, .dropdown__highlighted-option-icon {
    display: flex;
    align-items: center;
    justify-content:center
}

.dropdown__highlighted-option-icon {
    opacity:0
}

.select__dropdown-wrapper--is-multiselect .dropdown__option--is-highlighted-option .dropdown__highlighted-option-icon, .select__dropdown-wrapper--is-multiselect .dropdown__option:hover .dropdown__highlighted-option-icon {
    opacity:1
}

.dropdown__active-option-icon svg, .dropdown__highlighted-option-icon svg {
    width:16px
}

.dropdown__active-option-icon .icon__fill {
    fill: #fff;
    fill:var(--white)
}

.dropdown__highlighted-option-icon .icon__fill {
    fill: #66D5DE;
    fill:var(--blue)
}

.dropdown__footer {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 24px;
    box-shadow: 0 -1px #ccd4de;
    box-shadow:0 -1px var(--silver)
}

@media screen and (max-width: 768px) {
    .dropdown__footer {
        position: fixed;
        background: #fff;
        background:var(--white)
    }
}

.dropdown__footer-copy {
    margin-right: auto;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #768190;
    color:var(--dark-grey)
}

@media screen and (max-width: 768px) {
    .dropdown__footer-copy {
        display:none
    }
}

.dropdown__footer button {
    min-width:120px
}

@media screen and (max-width: 768px) {
    .dropdown__footer button {
        flex:1
    }
}

.dropdown__footer button + button {
    margin-left:8px
}

.dropdown__no-results-found-wrapper {
    align-self:flex-start
}

.word-count-or-upload {
    position:relative
}

.word-count-or-upload__files-wrapper {
    display: flex;
    padding: 8px;
    align-items: center;
    background: #fff;
    background: var(--white);
    border-radius: 2px;
    box-shadow: 0 0 0 1px #abb3bd, 0 1px 2px rgba(0, 0, 0, .16);
    box-shadow:0 0 0 1px var(--grey), 0 1px 2px var(--input-shadow)
}

.word-count-or-upload__words, .word-count-or-upload__words span + span {
    margin-left:8px
}

.word-count-or-upload__computed-words-edit-input {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: none;
    max-width:100px
}

.word-count-or-upload__computed-words-edit-input:active, .word-count-or-upload__computed-words-edit-input:focus, .word-count-or-upload__computed-words-edit-input:hover {
    box-shadow:none
}

.word-count-or-upload__files-wrapper .icon {
    margin-left: auto;
    margin-right:4px
}

.word-count-or-upload--hide-words-count .word-count-or-upload__files-wrapper .icon {
    margin-left:8px
}

.word-count-or-upload__files-wrapper .icon svg {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content:center
}

.word-count-or-upload__files-wrapper .icon__fill {
    fill: #768190;
    fill:var(--dark-grey)
}

.word-count-or-upload__files-number {
    font-size: 14px;
    line-height: 16px;
    color: #768190;
    color:var(--dark-grey)
}

.word-count-or-upload__files-wrapper p {
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis
}

.word-count-or-upload__files-wrapper button {
    margin-left:16px
}

.word-count-or-upload--hide-words-count .word-count-or-upload__files-wrapper button {
    margin-left:auto
}

.word-count-or-upload input::placeholder {
    box-shadow:0 0 0
}

.word-count-or-upload__upload {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    right: 8px;
    top: 8px;
    background-color: #fff;
    background-color: var(--white);
    box-shadow: -8px 0 12px #fff;
    box-shadow:-8px 0 12px var(--white)
}

.word-count-or-upload__upload:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 1px;
    background-color: #ccd4de;
    background-color:var(--silver)
}

.word-count-or-upload__or {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #768190;
    color:var(--dark-grey)
}

.word-count-or-upload__files-wrapper button, .word-count-or-upload__upload button {
    padding:4px 8px
}

.word-count-or-upload__files-wrapper button {
    min-width:56px
}

.word-count-or-upload__button-wrapper {
    position:relative
}

.word-count-or-upload__hidden-input-file {
    opacity: 0;
    position: absolute;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width:100%
}

.word-count-or-upload__button-wrapper:hover, .word-count-or-upload__hidden-input-file:hover {
    cursor:pointer
}

.word-count-or-upload__progress {
    position: relative;
    width: 100%;
    margin: 12px 8px;
    height: 8px;
    background-color: #f2f5f7;
    background-color: var(--light-grey);
    border-radius:2px
}

.word-count-or-upload__progress span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #66D5DE;
    background-color: var(--blue);
    border-radius: 2px;
    animation:wordCountOrUploadProgressAnimation 60s ease-in-out forwards
}

@keyframes wordCountOrUploadProgressAnimation {
    0% {
        width:0
    }

    49% {
        width:50%
    }

    50% {
        width:50%
    }

    to {
        width:98%
    }
}

@media (max-width: 1399px) {
    .word-count-or-upload__or {
        padding-left: 10px;
        padding-right:10px
    }
}

@media (max-width: 1199px) {
    .word-count-or-upload__upload button {
        font-size:0
    }

    .word-count-or-upload__upload button:after {
        content: "";
        width: 18px;
        height: 18px;
        display: inline-block;
        background-repeat: no-repeat;
        vertical-align: middle;
        background-size: contain;
        background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3Epath-1%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='upload' fill='%23768190' fill-rule='nonzero'%3E%3Cpath d='M11,3.41421356 L11,13 C11,13.5522847 10.5522847,14 10,14 C9.4477153,14 9,13.5522847 9,13 L9,3.41421356 L5.70710678,6.70710678 C5.31658249,7.09763107 4.68341751,7.09763107 4.29289322,6.70710678 C3.90236893,6.31658249 3.90236893,5.68341751 4.29289322,5.29289322 L9.2928932,0.29289322 C9.6834175,-0.09763107 10.3165825,-0.09763107 10.7071068,0.29289322 L15.7071068,5.29289322 C16.0976311,5.68341751 16.0976311,6.31658249 15.7071068,6.70710678 C15.3165825,7.09763107 14.6834175,7.09763107 14.2928932,6.70710678 L11,3.41421356 Z M18,13 C18,12.4477153 18.4477153,12 19,12 C19.5522847,12 20,12.4477153 20,13 L20,17 C20,18.6568542 18.6568542,20 17,20 L3,20 C1.34314575,20 0,18.6568542 0,17 L0,13 C0,12.4477153 0.44771525,12 1,12 C1.55228475,12 2,12.4477153 2,13 L2,17 C2,17.5522847 2.44771525,18 3,18 L17,18 C17.5522847,18 18,17.5522847 18,17 L18,13 Z' id='path-1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }
}

@media (max-width: 991px) {
    .word-count-or-upload__or {
        padding-left: 0;
        padding-right: 5px;
        font-size:12px
    }

    .word-count-or-upload__upload:before {
        display:none
    }

    .word-count-or-upload > input {
        padding-left:13px
    }
}

@media (max-width: 767px) {
    .word-count-or-upload__or {
        padding-left: 20px;
        padding-right: 20px;
        font-size:14px
    }

    .word-count-or-upload__upload button {
        font-size:14px
    }

    .word-count-or-upload__upload button:after {
        display:none
    }

    .word-count-or-upload__upload:before {
        display:block
    }

    .word-count-or-upload > input {
        padding-left:16px
    }
}

@media (max-width: 575px) {
    .word-count-or-upload__or {
        padding-left: 10px;
        padding-right: 10px;
        font-size:14px
    }
}

.av-instant-quote {
    background-color: #f2f5f7;
    background-color: var(--light-grey);
    width: 100%;
    padding:30px 50px
}

.av-instant-quote-form {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
    width: 100%;
    grid-column-gap: 32px;
    column-gap: 32px;
    grid-row-gap: 24px;
    row-gap: 24px;
    padding:12px 0
}

.av-instant-quote-form__full-row {
    grid-column:1/-1
}

.av-instant-quote-form__info {
    font-size: 14px;
    line-height:1.5
}

.av-instant-quote-form__subtitle {
    padding-top:24px
}

.av-instant-quote-form__double-row {
    grid-row:span 2
}

.av-instant-quote-form__double-col {
    grid-column:span 2
}

.av-instant-quote-form__notes textarea {
    height:154px
}

.av-instant-quote-form__submit {
    width:100%
}

.av-instant-quote-form__disclaimer {
    font-size: 12px;
    line-height: 20px;
    color: #768190;
    color:var(--dark-grey)
}

.av-instant-quote-form__button--ghost, .av-instant-quote-form__button:disabled {
    box-shadow: 0 0 0 1px #ccd4de;
    box-shadow: 0 0 0 1px var(--silver);
    color: #000;
    color: var(--black);
    font-weight: 400;
    background-color:var(--transparent)
}

.av-instant-quote-form__button--ghost:hover {
    background-color: var(--transparent);
    box-shadow: 0 0 0 1px #abb3bd;
    box-shadow:0 0 0 1px var(--silver--darker)
}

.av-service {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1px;
    background-color: #fff;
    background-color:var(--white)
}

.av-service__item {
    position: relative;
    box-shadow: 0 0 0 1px #abb3bd;
    box-shadow:0 0 0 1px var(--silver--darker)
}

.av-service__wrapper {
    padding: 48px 16px;
    grid-gap: 16px;
    gap: 16px;
    position:relative
}

.av-service__promotional-text, .av-service__wrapper {
    display: flex;
    flex-direction: column;
    align-items:center
}

.av-service__promotional-text {
    position: absolute;
    width:100%
}

.av-service__promotional-text div {
    background-color: #66d4bd;
    background-color: var(--green);
    color: #fff;
    color: var(--white);
    padding: 8px 16px;
    font-size: 14px;
    line-height:16px
}

.av-service__icon {
    font-size: 32px;
    color: #768190;
    color: var(--dark-grey);
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 8px;
    gap:8px
}

.av-service__icon--red {
    color: #ed7a5b;
    color:var(--red)
}

.av-service__icon--yellow {
    color: #ebbf47;
    color:var(--yellow)
}

.av-service__description {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    line-height:24px
}

.av-service__details a {
    font-size: 14px;
    color: #768190;
    color:var(--dark-grey)
}

.av-service__delivery-date-container, .av-service__price-container {
    display: flex;
    flex-direction: column;
    align-items:center
}

.av-service__unit-price {
    padding-top: 10px;
    font-size: 12px;
    color: #768190;
    color:var(--dark-grey)
}

.av-service__discount {
    padding-top: 8px;
    font-size: 14px;
    color: #66d4bd;
    color:var(--green)
}

.av-service__label {
    font-size: 12px;
    line-height: 20px;
    color: #768190;
    color:var(--dark-grey)
}

.av-service__delivery-date {
    font-size: 16px;
    line-height: 20px;
    font-weight:500
}

.av-service__crossed-price {
    color: #768190;
    color: var(--dark-grey);
    text-decoration:line-through
}

.av-service__price {
    font-size: 24px;
    line-height: 24px;
    font-weight:500
}

.av-service__cta {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 32px;
    padding-right:32px
}

.av-service-selected {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    box-shadow: 0 0 0 1px #abb3bd;
    box-shadow: 0 0 0 1px var(--silver--darker);
    max-width: 640px;
    width: 100%;
    background-color: #fff;
    background-color: var(--white);
    border-radius: 2px;
    padding:16px 24px
}

.av-service-selected__name-container {
    display: flex;
    grid-gap: 16px;
    gap: 16px;
    align-items:center
}

.av-service-selected__icon {
    display: flex;
    font-size: 32px;
    align-items:center
}

.av-service-selected__details-container {
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
    gap: 16px;
    align-items:start
}

.av-service-wrapper {
    display: flex;
    grid-gap: 16px;
    gap:16px
}

.av-service-wrapper__edit, .av-service-wrapper__edit:hover {
    background-color: var(--transparent);
    font-size: 24px;
    display: flex;
    align-items:center
}

.instant-quote-form {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 40px 88px 48px;
    background-color: #f2f5f7;
    background-color:var(--light-grey)
}

.instant-quote-wrap {
    padding:0
}

.instant-quote-wrap .instant-quote-form, .instant-quote-wrap .instant-quote-page {
    margin-top:0
}

.instant-quote-wrap .instant-quote-form {
    padding:30px 50px 40px
}

.instant-quote-wrap .input, .instant-quote-wrap .select, .instant-quote-wrap input, .instant-quote-wrap select, .instant-quote-wrap textarea {
    margin:0
}

.instant-quote-form__info {
    margin-top: 30px;
    font-size: 14px;
    line-height:26px
}

.instant-quote-form__info .badge {
    margin-right:10px
}

button.instant-quote-form__submit.button--disabled, button.instant-quote-form__submit:disabled {
    box-shadow: 0 0 0 1px #ccd4de;
    box-shadow: 0 0 0 1px var(--silver);
    color: #000;
    color: var(--black);
    font-weight:400
}

button.instant-quote-form__submit.button--disabled:hover {
    cursor:pointer
}

@media screen and (max-width: 1024px) {
    .instant-quote-form {
        padding: 24px;
        padding:var(--page-border-spacing-mobile)
    }

    .instant-quote-wrap .instant-quote-form {
        padding:30px 40px 40px
    }
}

@media screen and (max-width: 320px) {
    .instant-quote-form {
        padding: 8px;
        padding:var(--page-border-spacing-small-mobile)
    }
}

@media screen and (max-width: 768px) {
    .instant-quote-form {
        margin-top:24px
    }

    .instant-quote-wrap .instant-quote-form {
        padding:24px 30px 32px
    }
}

@media (max-width: 575px) {
    .instant-quote-wrap .instant-quote-form {
        padding: 20px 24px 28px;
        margin: 0 -24px;
        width:100vw
    }
}

.instant-quote-form__row {
    display: flex;
    flex-direction:row
}

@media screen and (max-width: 768px) {
    .instant-quote-form__row {
        display: flex;
        flex-direction:column
    }
}

.instant-quote-form__row + .instant-quote-form__row {
    margin-top:24px
}

@media screen and (max-width: 768px) {
    .instant-quote-form__row + .instant-quote-form__row {
        margin-top:0
    }
}

.instant-quote-form__row .instant-quote-form__input {
    flex: 1;
    margin: 0 16px;
    align-self: flex-end;
    min-width:0
}

@media screen and (max-width: 768px) {
    .instant-quote-form__row .instant-quote-form__input {
        margin: 16px 0 0;
        align-self:stretch
    }

    .instant-quote-form__row:first-of-type .instant-quote-form__input:first-of-type {
        margin-top:0
    }

    .instant-quote-form__row button.instant-quote-form__input {
        margin-top:32px
    }
}

.button.instant-quote-form__input, button.instant-quote-form__input {
    padding-left: 0;
    padding-right:0
}

.button.instant-quote-form__input--pending .spinner {
    height: 24px;
    width: 24px;
    margin:0 auto
}

.instant-quote-form__row .instant-quote-form__input:first-child {
    margin-left:0
}

.instant-quote-form__row .instant-quote-form__input:last-child {
    margin-right:0
}

.instant-quote-form__quotes {
    margin-top:40px
}

.instant-quote-form__quotes-header {
    display: flex;
    align-items: center;
    position:relative
}

.instant-quote-form__quotes-header--pending {
    padding-left:32px
}

.instant-quote-form__quotes-header .spinner {
    position: absolute;
    left:0
}

.instant-quote-form__quotes-header--pending h5 {
    margin-left:16px
}

.instant-quote-form__quotes-results {
    display: flex;
    margin-top: 24px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #abb3bd;
    box-shadow: 0 0 0 1px var(--silver--darker);
    overflow:hidden
}

@media screen and (max-width: 768px) {
    .instant-quote-form__quotes-results {
        box-shadow: none;
        overflow: visible;
        flex-direction:column
    }
}

.spinner {
    height: 32px;
    width: 32px;
    position: relative;
    animation:spinnerAnimation .5s linear infinite
}

.spinner .spinner__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size:cover
}

.spinner--blue .spinner__image {
    background-image: url(data:image/png;base64,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)
}

.spinner--grey .spinner__image {
    background-image: url(data:image/png;base64,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)
}

.spinner--white .spinner__image {
    background-image: url(data:image/png;base64,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)
}

@keyframes spinnerAnimation {
    0% {
        transform:rotate(0deg)
    }

    to {
        transform:rotate(359deg)
    }
}

.quote-result {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 16px 24px;
    background-color: #fff;
    background-color:var(--white)
}

@media screen and (max-width: 768px) {
    .quote-result {
        padding: 16px;
        border-radius: 2px;
        box-shadow: 0 0 0 1px #abb3bd;
        box-shadow:0 0 0 1px var(--silver--darker)
    }

    .quote-result + .quote-result {
        margin-top:16px
    }
}

.quote-result + .quote-result:not(:last-of-type) {
    border-left: 1px solid #abb3bd;
    border-left: 1px solid var(--grey);
    border-right: 1px solid #abb3bd;
    border-right:1px solid var(--grey)
}

@media screen and (max-width: 768px) {
    .quote-result + .quote-result:not(:last-of-type) {
        border-left: 0;
        border-right:0
    }
}

.quote-result__header {
    display: flex;
    flex-direction: column;
    align-items:center
}

@media screen and (max-width: 768px) {
    .quote-result__header {
        flex: 1;
        width: 100%;
        align-items:flex-start
    }
}

@media screen and (max-width: 768px) {
    .quote-result__header-badge-and-quote-result-features-wrapper {
        width:100%
    }
}

.quote-result__header-badge-wrapper {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right:0
}

@media screen and (max-width: 768px) {
    .quote-result__header-badge-wrapper {
        position: relative;
        justify-content: flex-start;
        margin-top: -16px;
        margin-bottom:16px
    }
}

.quote-result__header-badge {
    padding: 8px 16px;
    background-color: #ebbf47;
    background-color: var(--yellow);
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    color: var(--white);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius:2px
}

.quote-result__header-badge--hidden {
    opacity:0
}

.quote-result__header h4 {
    line-height: 24px;
    margin-bottom:16px
}

@media screen and (max-width: 768px) {
    .quote-result__header h4 {
        margin-bottom:8px
    }
}

.quote-result__header-features {
    display: flex;
    flex-direction: column;
    align-items:center
}

@media screen and (max-width: 768px) {
    .quote-result__header-features {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        align-content:stretch
    }
}

.quote-result__header-feature {
    display: flex;
    align-items: center;
    min-height:20px
}

.quote-result__header-feature svg {
    width: 16px;
    height:16px
}

.quote-result__header-feature + .quote-result__header-feature {
    margin-top:8px
}

@media screen and (max-width: 768px) {
    .quote-result__header-feature {
        margin-top:8px
    }

    .quote-result__header-feature:not(:last-of-type) {
        margin-right:8px
    }
}

.quote-result__header-feature p {
    line-height: 20px;
    margin-left:4px
}

.quote-result__delivery-date {
    margin-top: 24px;
    display: flex;
    flex-direction:column
}

@media screen and (max-width: 768px) {
    .quote-result__delivery-date {
        width: 100%;
        margin-top: 16px;
        flex-direction: row;
        flex-wrap: wrap;
        align-content:stretch
    }
}

.quote-result__delivery-date-date, .quote-result__delivery-date-label, .quote-result__price-per-word {
    text-align: center;
    color: #768190;
    color:var(--dark-grey)
}

.quote-result__delivery-date-date a, .quote-result__delivery-date-date i, .quote-result__delivery-date-date span.date-before span, .quote-result__delivery-date i {
    text-decoration: underline;
    font-size: 12px;
    color: #768190;
    color: var(--dark-grey);
    font-weight: 400;
    text-transform: none;
    cursor:pointer
}

.quote-result__delivery-date-date a, .quote-result__delivery-date-date i, .quote-result__delivery-date i {
    order: 2;
    display:block
}

.quote-result__delivery-date-date span.date-before {
    color: #66d4bd;
    color:var(--green)
}

.quote-result__delivery-date-date {
    color: #000;
    color: var(--black);
    display: flex;
    flex-direction:column
}

.quote-result__delivery-date-label, .quote-result__price-per-word {
    font-size: 12px;
    line-height:20px
}

.quote-result__delivery-date-date {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align:center
}

.quote-result__delivery-date-not-available, .quote-result__delivery-date-not-available a {
    color: #768190;
    color: var(--dark-grey);
    font-size: 12px;
    text-align:center
}

@media screen and (max-width: 768px) {
    .quote-result__delivery-date-date, .quote-result__delivery-date-label {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        text-align:left
    }

    .quote-result__delivery-date-label {
        margin-right:4px
    }
}

.quote-result__price-and-order-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items:center
}

@media screen and (max-width: 768px) {
    .quote-result__price-and-order-wrapper {
        position: relative;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: stretch;
        margin-top: 24px;
        padding-top:16px
    }

    .quote-result__price-and-order-wrapper:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -16px;
        right: -16px;
        height: 1px;
        background-color: #ccd4de;
        background-color:var(--silver)
    }
}

.quote-result__price {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    margin-right: auto;
    width:100%
}

.quote-result__price--hidden {
    opacity:0
}

@media screen and (max-width: 768px) {
    .quote-result__price {
        align-items: flex-start;
        margin-top: 0;
        width:auto
    }
}

.quote-result__price-price {
    font-size: 24px;
    font-weight:500
}

.quote-result__price-currency {
    font-size:1rem
}

.quote-result__price-per-word {
    margin-top:8px
}

@media screen and (max-width: 768px) {
    .quote-result__price-per-word {
        margin-top:0
    }
}

.quote-result__order-button {
    width: 100%;
    max-width: calc(100% - 64px);
    margin-top:24px
}

.quote-result__order-button button:disabled {
    transition:none
}

@media screen and (max-width: 768px) {
    .quote-result__order-button {
        margin-top: 0;
        width: auto;
        max-width: 100%;
        min-width:128px
    }
}

.quote-result button {
    width:100%
}

.quote-result__more-details {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #768190;
    color: var(--dark-grey);
    text-decoration:underline
}

.quote-result__more-details:hover {
    cursor:pointer
}

@media screen and (max-width: 768px) {
    .quote-result__more-details {
        align-self:flex-start
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    .quote-result__more-details {
        cursor: pointer;
        -webkit-tap-highlight-color:rgba(0, 0, 0, 0)
    }
}

.quote-result__skeleton {
    position:relative
}

.quote-result__skeleton button, .quote-result__skeleton span {
    opacity:0
}

.quote-result__skeleton:after {
    position: absolute;
    content: "";
    display: block;
    top: 2px;
    bottom: 2px;
    left: -2px;
    right: -2px;
    border-radius: 2px;
    background-color: #f2f5f7;
    background-color: var(--light-grey);
    animation:quote-result__skeletonAnimation .8s linear infinite alternate
}

@keyframes quote-result__skeletonAnimation {
    0% {
        opacity:.45
    }

    to {
        opacity:.9
    }
}

.is-modal-visible {
    overflow:hidden
}

.modal {
    z-index: 10;
    z-index: var(--z-index-over-the-top);
    display: flex;
    align-items: center;
    justify-content:center
}

.modal, .modal:before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom:0
}

.modal:before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, .4);
    background-color:var(--modal-shadow)
}

.modal__body {
    position: absolute;
    width: 100%;
    max-width: 736px;
    max-height: calc(100vh - 20%);
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 2px;
    box-shadow:0 0 0 1px #abb3bd, 0 8px 12px rgba(0, 0, 0, .16)
}

.modal--flash {
    color: #768190;
    color: var(--dark-grey);
    text-align: center;
    line-height:1.4
}

.modal--flash h4 {
    color: #000;
    color: var(--black);
    margin:20px auto
}

.modal--flash .modal__body {
    padding:20px 0 40px
}

.modal--flash .icon--modal {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f2f5f7;
    background: var(--light-grey);
    display: block;
    margin: 10px auto 30px;
    position:relative
}

.modal--flash .icon--modal:before {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-repeat: none;
    background-size: contain;
    content: ""
}

.modal--flash .icon--check:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.293 5.293a1 1 0 011.414 1.414l-11 11a1 1 0 01-1.414 0l-5-5a1 1 0 011.414-1.414L9 15.586 19.293 5.293z' fill='%2366D5DE' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.modal--flash .icon--times:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.414 12l5.293 5.293a1 1 0 01-1.414 1.414L12 13.414l-5.293 5.293a1 1 0 11-1.414-1.414L10.586 12 5.293 6.707a1 1 0 011.414-1.414L12 10.586l5.293-5.293a1 1 0 011.414 1.414L13.414 12z' fill='%2366D5DE' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.modal--flash .icon--date:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 9V6a1 1 0 00-1-1h-2v1a1 1 0 01-2 0V5H9v1a1 1 0 11-2 0V5H5a1 1 0 00-1 1v3h16zm0 2H4v9a1 1 0 001 1h14a1 1 0 001-1v-9zM9 3h6V2a1 1 0 012 0v1h2a3 3 0 013 3v14a3 3 0 01-3 3H5a3 3 0 01-3-3V6a3 3 0 013-3h2V2a1 1 0 112 0v1z' fill-rule='nonzero' fill='%2366D5DE'/%3E%3C/svg%3E")
}

.modal__header-close--always-visible:empty {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath d='M12.293.293a1 1 0 011.414 1.414l-12 12a1 1 0 11-1.414-1.414l12-12zm-12 1.414A1 1 0 011.707.293l12 12a1 1 0 01-1.414 1.414l-12-12z' fill-rule='nonzero' fill='%23768190'/%3E%3C/svg%3E")
}

.modal__tabs {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ccd4de;
    border-bottom: 1px solid var(--silver);
    display: flex;
    margin: 16px 0 30px;
    justify-content:center
}

.modal__tabs a {
    display: inline-block;
    text-decoration: none;
    color: #768190;
    color: var(--dark-grey);
    padding: 10px 12px;
    margin-bottom:-1px
}

.modal__tabs a:first-child:after {
    display:none
}

.modal__tabs a:after {
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 6px;
    margin-top: -2px;
    opacity: .5;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3Epath-1%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='external-link-copy' fill='%23768190' fill-rule='nonzero'%3E%3Cpath d='M16.5857864,2 L13,2 C12.4477153,2 12,1.55228475 12,1 C12,0.44771525 12.4477153,0 13,0 L19,0 C19.5522847,0 20,0.44771525 20,1 L20,7 C20,7.55228475 19.5522847,8 19,8 C18.4477153,8 18,7.55228475 18,7 L18,3.41421358 L8.7071068,12.7071068 C8.3165825,13.0976311 7.68341751,13.0976311 7.29289322,12.7071068 C6.90236893,12.3165825 6.90236893,11.6834175 7.29289322,11.2928932 L16.5857864,2 Z M15,11 C15,10.4477153 15.4477153,10 16,10 C16.5522847,10 17,10.4477153 17,11 L17,17 C17,18.6568542 15.6568542,20 14,20 L3,20 C1.34314575,20 0,18.6568542 0,17 L0,6 C0,4.34314575 1.34314575,3 3,3 L9,3 C9.5522847,3 10,3.44771525 10,4 C10,4.55228475 9.5522847,5 9,5 L3,5 C2.44771525,5 2,5.44771525 2,6 L2,17 C2,17.5522847 2.44771525,18 3,18 L14,18 C14.5522847,18 15,17.5522847 15,17 L15,11 Z' id='path-1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.modal__tabs a.active {
    border-bottom: 2px solid #66D5DE;
    border-bottom:2px solid var(--blue)
}

.modal__tabs a:first-child {
    border-left:none
}

.modal--medium .modal__body {
    max-width:544px
}

.modal--small .modal__body {
    max-width: 400px;
    max-height: 100vh;
    overflow-y:auto
}

@media screen and (max-width: 768px) {
    .modal--small .modal__body {
        max-width:none
    }
}

@media screen and (max-width: 768px) {
    .modal__body {
        border-radius:0
    }
}

.modal__header {
    position: relative;
    padding: 16px 24px;
    box-shadow: 0 1px #ccd4de;
    box-shadow: 0 1px var(--silver);
    z-index: 2;
    z-index: var(--z-index-ground-2);
    display: flex;
    flex-direction: row;
    justify-content:space-between
}

.modal__header h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform:none
}

.modal__header-close {
    display:none
}

.modal__header-close, .modal__header-close--always-visible {
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items:center
}

.modal__header-close--always-visible {
    position: absolute;
    display:flex
}

@supports (-webkit-overflow-scrolling: touch) {
    .modal__header-close--always-visible {
        cursor: pointer;
        -webkit-tap-highlight-color:rgba(0, 0, 0, 0)
    }
}

.modal__header-close--always-visible:hover {
    cursor:pointer
}

.modal__header-close--always-visible .icon__fill {
    fill: #768190;
    fill:var(--dark-grey)
}

@media screen and (max-width: 768px) {
    .modal__header-close {
        display:flex
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    .modal__header-close {
        cursor: pointer;
        -webkit-tap-highlight-color:rgba(0, 0, 0, 0)
    }
}

.modal__content {
    max-width: 736px;
    max-height: calc(100vh - 144px);
    overflow-y: auto;
    padding:24px
}

.modal--small .modal__content {
    padding-left: 40px;
    padding-right: 40px;
    max-height:none
}

.modal--medium .modal__content {
    padding:48px
}

@media screen and (max-width: 768px) {
    .modal--medium .modal__content {
        padding:24px
    }

    .modal--flash h4 {
        margin:15px auto
    }

    .modal--flash .icon--modal {
        width: 56px;
        height: 56px;
        margin:0 auto 15px
    }

    .modal--flash .modal__body {
        padding:10px 0 20px
    }

    .modal--flash .modal__content {
        padding-left: 20px;
        padding-right:20px
    }
}

@media screen and (max-width: 768px) {
    .modal__content {
        max-height: none;
        height:calc(100vh - 112px)
    }
}

.modal__footer {
    position: relative;
    padding: 8px 24px;
    box-shadow: 0 -1px #ccd4de;
    box-shadow: 0 -1px var(--silver);
    display: flex;
    align-items: center;
    z-index: 2;
    z-index:var(--z-index-ground-2)
}

.modal__footer > .uploader__item-details--failure {
    width: 90%;
    text-align:center
}

.modal--small .modal__footer {
    flex-direction: column;
    padding-top: 0;
    padding-left: 40px;
    padding-right:40px
}

.modal--small .modal__footer .link:first-of-type {
    margin-top:24px
}

.modal--small .modal__footer .link + .link {
    margin-top:8px
}

.modal--small .modal__footer .link:last-of-type {
    margin-bottom:32px
}

.modal--small .modal__footer .link:first-of-type:last-of-type {
    margin-top: 24px;
    margin-bottom:32px
}

.modal__footer--hide-border {
    box-shadow:none
}

.modal__footer-copy {
    text-transform: uppercase;
    color: #768190;
    color: var(--dark-grey);
    font-size: 14px;
    line-height:16px
}

.modal__footer .button, .modal__footer button {
    margin-left: auto;
    min-width:120px
}

@media screen and (max-width: 768px) {
    .modal__footer .button:only-of-type, .modal__footer button:only-of-type {
        flex:1
    }
}

.embed-modal:before {
    background-color:rgba(0, 0, 0, .8)
}

.embed-modal__body {
    position: relative;
    z-index: 1;
    width: 100%;
    height:100%
}

.embed-modal__body.embed-modal--wide {
    height: auto;
    padding-top:56.25%
}

.embed-modal__body .embed-modal__spinner {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    width: 32px;
    height:32px
}

.embed-modal__body iframe {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height:100%
}

.embed-modal__close {
    position: fixed;
    z-index: 3;
    top: 24px;
    right: 24px;
    padding: 3px;
    cursor:pointer
}

.embed-modal__close svg {
    display: block;
    width: 18px;
    height:18px
}

.embed-modal__close .icon__fill {
    fill: #fff;
    fill:var(--white)
}

@media (min-width: 768px) {
    .embed-modal__body {
        display: flex;
        flex-direction: column;
        width: 80%;
        height:calc(100% - 80px)
    }

    .embed-modal__body.embed-modal--wide {
        height: auto;
        padding-top:45%
    }

    .embed-modal__body iframe {
        border-radius:8px
    }

    .embed-modal__close {
        position: absolute;
        top: 0;
        right:-32px
    }
}

@media (min-width: 1400px) {
    .embed-modal__body {
        display: flex;
        flex-direction: column;
        width: 1120px;
        height: calc(100% - 80px);
        background-color:transparent
    }

    .embed-modal__body.embed-modal--wide {
        height: auto;
        padding-top:630px
    }
}

.uploader {
    width: 100%;
    height: auto;
    min-height: 250px;
    padding: 16px;
    background-color: #f2f5f7;
    background-color: var(--light-grey);
    border-radius: 2px;
    border: 2px dashed #ccd4de;
    border-color: var(--silver);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition:border-color .25s ease-in-out
}

.uploader--disabled:hover {
    cursor:default
}

.uploader--with-items {
    justify-content:flex-start
}

.uploader--dragging {
    border-color: #66D5DE;
    border-color:var(--blue)
}

.uploader--rejecting {
    border-color: #ed7a5b;
    border-color:var(--red)
}

.uploader--dragging .uploader__children--empty {
    display:none
}

.uploader--dragging:not(.uploader--rejecting) .uploader__children--drag, .uploader--rejecting .uploader__children--reject {
    display:block
}

.uploader__children--add {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding-top:16px
}

.uploader__children--add .uploader__icon {
    margin-right:8px
}

.uploader__children--add p {
    color: #768190;
    color:var(--dark-grey)
}

.uploader__children--add p, .uploader__children--add p .link {
    font-size: 16px;
    line-height: 19px;
    margin-top:0
}

.uploader__children--add .uploader__icon svg {
    width: 24px;
    height:24px
}

.uploader--with-items.uploader--dragging .uploader__children--drag {
    position: absolute;
    background: #f2f5f7;
    background: var(--light-grey);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content:center
}

.uploader__childs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    width: 100%;
    outline: none;
    cursor:pointer
}

.uploader__icon svg {
    width: 40px;
    height:40px
}

.uploader__icon .icon__fill {
    fill: #abb3bd;
    fill:var(--grey)
}

.uploader__empty-text {
    margin-top:16px
}

.uploader__children--drag, .uploader__empty-text, .uploader__empty-text .link {
    text-align: center;
    font-size: 20px;
    line-height:24px
}

.uploader__empty-text-help {
    margin-top: 16px;
    font-size: 14px;
    line-height: 17px;
    color: #768190;
    color: var(--dark-grey);
    text-align: center;
    white-space:nowrap
}

.uploader__children--drag {
    display: none;
    color: #66D5DE;
    color:var(--blue)
}

.uploader__children--reject {
    display: none;
    color: #ed7a5b;
    color:var(--red)
}

.uploader__items {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    outline: none;
    cursor:pointer
}

.uploader--rejecting .uploader__children--reject {
    display: flex;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content:center
}

.uploader__items .uploader__children--reject span {
    z-index: 2;
    z-index:var(--z-index-ground-2)
}

.uploader--rejecting .uploader__items .uploader__children--reject:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f2f5f7;
    background: var(--light-grey);
    z-index: 1;
    z-index:var(--z-index-ground-1)
}

.uploader__reject-icon {
    display: flex;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    z-index: 2;
    z-index:var(--z-index-ground-2)
}

.uploader__reject-icon .icon__fill {
    fill: #ed7a5b;
    fill:var(--red)
}

.icon.uploader__item-peperclip-icon, .uploader__item {
    display: flex;
    align-items:center
}

.uploader__item {
    width: 100%;
    background-color: #fff;
    background-color: var(--white);
    padding: 16px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #ccd4de;
    box-shadow: 0 0 0 1px var(--silver);
    cursor:default
}

.uploader__item > :first-child {
    width:auto
}

.uploader__item > :nth-child(2) {
    flex: 1;
    margin-left: 16px;
    margin-right:16px
}

.uploader__item > :nth-child(3) {
    width:auto
}

.uploader__item[data-error=true] {
    align-items:start
}

@media (max-width: 767px) {
    .uploader__item > :first-child {
        display:none
    }

    .uploader__item > :nth-child(2) {
        margin-left:0
    }
}

.uploader__item-description {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    overflow-x:hidden
}

.uploader__item-details--failure-grid {
    font-size:14px
}

.uploader__item-details--failure-grid, .uploader__item-details--failure-grid * {
    line-height:normal
}

.uploader__item-details--failure-grid > :first-child {
    display: block;
    color: #ed7a5b;
    color:var(--red)
}

.uploader__item-details--failure-grid > :nth-child(2) {
    display: inline-block;
    margin-top:15px
}

.uploader__item-details--failure-grid > :nth-child(2) > * {
    font-size:14px
}

.uploader__item-details--failure-grid > :nth-child(2) > input {
    width: 60px;
    padding: 2px 8px;
    margin-left: 5px;
    text-align:right
}

.uploader__item-details--failure-grid > :nth-child(3) {
    display: block;
    margin-top:5px
}

.uploader__item-name {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    text-overflow: ellipsis;
    width:100%
}

.uploader__item-file-name {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow:ellipsis
}

.uploader__item-details {
    font-size: 14px;
    line-height: 24px;
    color: #768190;
    color:var(--dark-grey)
}

.uploader__item-details--failure {
    color: #ed7a5b;
    color:var(--red)
}

.uploader__item-peperclip-icon .icon__fill {
    fill: #768190;
    fill:var(--dark-grey)
}

.uploader__item-peperclip-icon--failure .icon__fill {
    fill: #ed7a5b;
    fill:var(--red)
}

.uploader__item-peperclip-icon--hidden {
    opacity:0
}

.uploader__item + .uploader__item {
    margin-top:8px
}

.uploader__item-progress {
    position: relative;
    width: 100%;
    height: 8px;
    background-color: #f2f5f7;
    background-color: var(--light-grey);
    border-radius:2px
}

.uploader__item-progress span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #66D5DE;
    background-color: var(--blue);
    border-radius:2px
}

.uploader--input {
    outline: "none";
    width: "100%"
}

@keyframes uploaderItemProgressAnimation {
    0% {
        width:0
    }

    49% {
        width:50%
    }

    50% {
        width:50%
    }

    to {
        width:98%
    }
}

.delivery-date {
    display: flex;
    flex-direction:column
}

.delivery-date__option {
    padding: 16px 24px;
    border-radius: 4px;
    background-color: #f2f5f7;
    background-color: var(--light-grey);
    color: #768190;
    color: var(--dark-grey);
    font-weight:400
}

.delivery-date__option:hover {
    cursor:pointer
}

@supports (-webkit-overflow-scrolling: touch) {
    .delivery-date__option {
        cursor: pointer;
        -webkit-tap-highlight-color:rgba(0, 0, 0, 0)
    }
}

.delivery-date__option--selected {
    background-color: #fff;
    background-color: var(--white);
    box-shadow: inset 0 0 0 1px #ccd4de;
    box-shadow: 0 0 0 1px var(--silver) inset;
    color: #000;
    color: var(--black);
    font-weight:500
}

.delivery-date__option + .delivery-date__option {
    margin-top:8px
}

.delivery-date__option-head {
    display: flex;
    align-items:center
}

.delivery-date__option-head .radio {
    margin-right:16px
}

.delivery-date__option-body {
    display: flex;
    margin-top: 16px;
    padding-left:40px
}

@media screen and (max-width: 768px) {
    .delivery-date__option-body {
        flex-direction:column
    }
}

.delivery-date__option-body .select-with-icon__wrapper + .select-with-icon__wrapper {
    margin-left:16px
}

@media screen and (max-width: 768px) {
    .delivery-date__option-body .select-with-icon__wrapper + .select-with-icon__wrapper {
        margin-top: 16px;
        margin-left:0
    }
}

.delivery-date__time-zone-select-wrapper {
    max-width:260px
}

@media screen and (max-width: 768px) {
    .delivery-date__time-zone-select-wrapper {
        max-width:none
    }
}

.delivery-date__modal__footer {
    justify-content:flex-end
}

.delivery-date__modal__footer button {
    margin-left:32px
}

.delivery-date__modal__footer--failure {
    color: #ed7a5b;
    color:var(--red)
}

.order-summary {
    padding-left: 40px;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 40px;
    max-height:calc(100vh - 162px)
}

@media screen and (max-width: 1024px) {
    .order-summary {
        padding-left:24px
    }
}

@media screen and (max-width: 768px) {
    .order-summary {
        position: relative !important;
        top: 0;
        max-height: none;
        padding-left: 0;
        box-shadow: 0 0 0 1px #abb3bd, 0 1px 2px rgba(0, 0, 0, .16);
        box-shadow: 0 0 0 1px var(--grey), 0 1px 2px var(--input-shadow);
        border-radius: 2px;
        margin-bottom:40px
    }

    .order-summary--visible {
        display:flex
    }
}

.order-summary:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    width: 1px;
    left: 0;
    top: -100%;
    height: 200%;
    height: calc(200% + 162px);
    background-color: #f2f5f7;
    background-color: var(--light-grey);
    box-shadow: -1px 0 0 0 #ccd4de, 10000px 0 0 10000px #f2f5f7;
    box-shadow: -1px 0 0 0 var(--silver), 10000px 0 0 10000px var(--light-grey);
    z-index: 1;
    z-index:var(--z-index-ground-1)
}

@media screen and (max-width: 768px) {
    .order-summary:before {
        display:none
    }
}

.order-summary__mobile-toggle {
    display: none;
    width: 100%;
    padding: 11px 16px 13px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0)
}

@media screen and (max-width: 768px) {
    .order-summary__mobile-toggle {
        display:flex
    }
}

.order-summary__mobile-toggle-title, .order-summary__mobile-toggle-total {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    color:var(--black)
}

.order-summary__mobile-toggle-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis
}

.order-summary__mobile-toggle-icon {
    display: flex;
    width: 24px;
    height: 24px;
    margin-left: 4px;
    align-items: center;
    justify-content:center
}

.order-summary__mobile-toggle-total {
    margin-left: auto;
    font-weight:500
}

.order-summary__mobile-edit-icon {
    display: flex;
    width: 24px;
    height: 24px;
    margin-left: auto;
    align-items: center;
    justify-content:center
}

.order-summary__mobile-edit-icon .icon__fill {
    fill: #abb3bd;
    fill:var(--silver--darker)
}

@media screen and (max-width: 768px) {
    .order-summary:not(.order-summary--mobile-visible) > div:not(.order-summary__mobile-toggle) {
        display:none
    }
}

.order-summary > div {
    position: relative;
    z-index: 2;
    z-index:var(--z-index-ground-2)
}

.order-summary__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between
}

@media screen and (max-width: 768px) {
    .order-summary__header {
        display:none
    }
}

.order-summary__body {
    margin-top: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #ccd4de;
    border-top: 1px solid var(--silver);
    border-bottom: 1px solid #ccd4de;
    border-bottom:1px solid var(--silver)
}

@media screen and (max-width: 768px) {
    .order-summary__body {
        margin-top: 0;
        padding: 16px;
        border-bottom:none
    }
}

.order-summary__body-item {
    display:flex
}

.order-summary__body-item + .order-summary__body-item {
    margin-top:16px
}

.order-summary__body-item-target-languages {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: 32px;
    margin-bottom:24px
}

.order-summary__body-item-target-languages .label:not(:last-of-type) {
    margin-right: 8px;
    margin-bottom:8px
}

.order-summary__body-item-icon {
    margin-right:8px
}

.order-summary__body-item-label, .order-summary__body-item-text {
    font-size: 14px;
    line-height: 24px;
    margin-right: 4px;
    margin-left:4px
}

.order-summary__body-item-text {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    text-align:right
}

.order-summary__body-item-icon svg {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content:center
}

.order-summary__body-item-icon .icon__fill {
    fill: #abb3bd;
    fill:var(--grey)
}

.order-summary__footer {
    padding-top:24px
}

@media screen and (max-width: 768px) {
    .order-summary__footer {
        padding:8px 16px 16px
    }
}

.order-summary__footer h6 {
    display: flex;
    font-size: 16px;
    text-transform:none
}

.order-summary__total {
    margin-left:auto
}

.order-summary__legals {
    margin-top: 24px;
    font-size: 11px;
    line-height: 16px;
    color: #768190;
    color:var(--dark-grey)
}

.login h4 {
    text-align:center
}

.login h4, .login h4 + .input-with-label__wrapper {
    margin-top:32px
}

.login__subtitle {
    margin-top: 16px;
    margin-bottom: 32px;
    color: #768190;
    color: var(--dark-grey);
    font-size: 16px;
    line-height: 24px;
    text-align:center
}

.login .input-with-label__wrapper + .input-with-label__wrapper {
    margin-top:24px
}

.login + .modal__footer .button, .login + .modal__footer button {
    width: 100%;
    max-width: none;
    margin-left:none
}

.login__terms {
    display: flex;
    margin-top:24px
}

.login__terms input {
    margin:4px 0 0
}

.login__terms label, .login__terms label a {
    margin: 0;
    font-size: 14px;
    line-height:24px
}

.login__terms label {
    padding-left:16px
}

.icon--inline {
    display: inline-block;
    vertical-align: middle;
    height: 1.5em;
    width:1.5em
}

.icon--inline svg {
    width: 100%;
    height:100%
}

.icon--black g {
    fill: #000 !important;
    fill: var(--black) !important;
    fill-rule:nonzero
}

.icon--blue g {
    fill: #66D5DE !important;
    fill: var(--blue) !important;
    fill-rule:nonzero
}

.icon--blue-darker g {
    fill: #5DBBC2 !important;
    fill:var(--blue--darker) !important
}

.icon--white g {
    fill: #fff !important;
    fill:var(--white) !important
}

.icon--dark-blue g {
    fill: #002b5c !important;
    fill:var(--dark-blue) !important
}

.icon--light-blue g {
    fill: #09c !important;
    fill:var(--light-blue) !important
}

.icon--red g {
    fill: #ed7a5b !important;
    fill:var(--red) !important
}

.icon--yellow g {
    fill: #ebbf47 !important;
    fill:var(--yellow) !important
}

.icon--green g {
    fill: #66d4bd !important;
    fill:var(--green) !important
}

.icon--purple g {
    fill: #d4a1ed !important;
    fill:var(--purple) !important
}

.icon--dark-grey g {
    fill: #768190 !important;
    fill:var(--dark-grey) !important
}

.icon--grey g {
    fill: #abb3bd !important;
    fill:var(--grey) !important
}

.icon--silver g {
    fill: #ccd4de !important;
    fill:var(--silver) !important
}

.icon--silver-24 g {
    fill: rgba(204, 212, 222, .16) !important;
    fill:var(--silver-24) !important
}

.icon--silver-darker g {
    fill: #abb3bd !important;
    fill:var(--silver--darker) !important
}

.icon--light-grey g {
    fill: #f2f5f7 !important;
    fill:var(--light-grey) !important
}

.icon--bg-none {
    background:none !important
}

.icon--bg-black {
    background: #000 !important;
    background:var(--black) !important
}

.icon--bg-blue {
    background: #66D5DE !important;
    background:var(--blue) !important
}

.icon--bg-blue-darker {
    background: #5DBBC2 !important;
    background:var(--blue--darker) !important
}

.icon--bg-white {
    background: #fff !important;
    background:var(--white) !important
}

.icon--bg-dark-blue {
    background: #002b5c !important;
    background:var(--dark-blue) !important
}

.icon--bg-light-blue {
    background: #09c !important;
    background:var(--light-blue) !important
}

.icon--bg-red {
    background: #ed7a5b !important;
    background:var(--red) !important
}

.icon--bg-yellow {
    background: #ebbf47 !important;
    background:var(--yellow) !important
}

.icon--bg-green {
    background: #66d4bd !important;
    background:var(--green) !important
}

.icon--bg-purple {
    background: #d4a1ed !important;
    background:var(--purple) !important
}

.icon--bg-dark-grey {
    background: #768190 !important;
    background:var(--dark-grey) !important
}

.icon--bg-grey {
    background: #abb3bd !important;
    background:var(--grey) !important
}

.icon--bg-silver {
    background: #ccd4de !important;
    background:var(--silver) !important
}

.icon--bg-silver-24 {
    background: rgba(204, 212, 222, .16) !important;
    background:var(--silver-24) !important
}

.icon--bg-silver-darker {
    background: #abb3bd !important;
    background:var(--silver--darker) !important
}

.icon--bg-light-grey {
    background: #f2f5f7 !important;
    background:var(--light-grey) !important
}

.icon--image {
    background-color: transparent !important;
    background-size:contain
}

.icon--small {
    height: 1em;
    width:1em
}

.icon--auto {
    height: 1.5em;
    width:1.5em
}

.icon--medium {
    height: 2em;
    width:2em
}

.icon--large {
    height: 3em;
    width:3em
}

.icon--xl {
    height: 4em;
    width:4em
}

.icon--xxl {
    height: 5em;
    width:5em
}

.icon--18 {
    height: 18px;
    width:18px
}

.icon--24 {
    height: 24px;
    width:24px
}

.icon--32 {
    height: 32px;
    width:32px
}

.icon--40 {
    height: 40px;
    width:40px
}

.icon--48 {
    height: 48px;
    width:48px
}

.icon--64 {
    height: 64px;
    width:64px
}

.icon--72 {
    height: 72px;
    width:72px
}

.icon--96 {
    height: 96px;
    width:96px
}

.icon--120 {
    height: 120px;
    width:120px
}

.icon--160 {
    height: 160px;
    width:160px
}

@media (max-width: 991px) {
    .icon--24 {
        height: 18px;
        width:18px
    }

    .icon--32 {
        height: 24px;
        width:24px
    }

    .icon--40 {
        height: 32px;
        width:32px
    }

    .icon--48 {
        height: 40px;
        width:40px
    }

    .icon--64 {
        height: 48px;
        width:48px
    }

    .icon--72 {
        height: 64px;
        width:64px
    }

    .icon--96 {
        height: 72px;
        width:72px
    }

    .icon--120 {
        height: 96px;
        width:96px
    }

    .icon--160 {
        height: 120px;
        width:120px
    }
}

@media (max-width: 575px) {
    .icon--32 {
        height: 18px;
        width:18px
    }

    .icon--40 {
        height: 24px;
        width:24px
    }

    .icon--48 {
        height: 32px;
        width:32px
    }

    .icon--64 {
        height: 40px;
        width:40px
    }

    .icon--72 {
        height: 48px;
        width:48px
    }

    .icon--96 {
        height: 64px;
        width:64px
    }

    .icon--120 {
        height: 72px;
        width:72px
    }

    .icon--160 {
        height: 96px;
        width:96px
    }
}

.slider {
    text-align:center
}

.slider > * {
    text-align:left
}

.slider > div {
    overflow: hidden;
    transition: height .15s linear;
    cursor:pointer
}

.slider button {
    width: 8px;
    height: 8px;
    overflow: hidden;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
    background: #ccd4de;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 50%;
    margin:30px 4px 0
}

.slider button.active {
    background:#66D5DE
}

.avatar {
    display: inline-block;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: #66D5DE;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 40px;
    line-height: 96px;
    padding: 0;
    text-align: center;
    overflow: hidden;
    font-weight: 500;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select:none
}

.avatar[style] {
    background-color:transparent
}

.avatar + .avatar-company {
    display: inline-block;
    height: 56px;
    min-width: 56px;
    padding: 12px;
    background: #fff;
    border-radius: 28px;
    vertical-align: middle;
    margin-left: -24px;
    margin-top:36px
}

.avatar + .avatar-company img {
    height: 32px;
    width:auto
}

.avatar--large {
    width: 72px;
    height: 72px;
    font-size: 20px;
    line-height:72px
}

.avatar--medium {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height:40px
}

.avatar--small {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size:14px
}

.avatar--micro {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size:0
}

.avatar--micro:first-letter {
    font-size:12px
}

.avatar--nano {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size:0
}

.avatar--nano:first-letter {
    font-size:10px
}

.avatar--medium + .avatar-company, .avatar--micro + .avatar-company, .avatar--nano + .avatar-company, .avatar--small + .avatar-company {
    display:none
}

.section--wide .avatar + .avatar-company {
    background:#f2f5f7
}

.quote {
    text-align: center;
    padding:0 20px
}

.quote blockquote {
    font-size: 24px;
    line-height: 40px;
    display: block;
    margin:15px 0 20px
}

.quote span {
    font-size: 16px;
    color:#768190
}

@media (max-width: 991px) {
    .quote blockquote {
        font-size: 22px;
        line-height:34px
    }
}

@media (max-width: 575px) {
    .quote blockquote {
        font-size: 18px;
        line-height:26px
    }
}

.section--hero {
    --height: 0;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 180px 0;
    overflow: hidden;
    min-height: min(calc(var(--height) * 1vh), 900px);
    display: flex;
    flex-direction: column;
    justify-content:center
}

.section--hero--valign-top {
    justify-content:flex-start
}

.section--hero--valign-bottom {
    justify-content: flex-end;
    padding-bottom:100px
}

.section--hero--align-left {
    text-align:left
}

.section--hero--align-left .layout__row {
    justify-content:flex-start
}

.section--hero--align-right {
    text-align:right
}

.section--hero--align-right .layout__row {
    justify-content:flex-end
}

.section--hero--color-light {
    color:#000
}

.section--hero .bg {
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    --overlay:0%
}

.section--hero .bg, .section--hero .bg:after {
    position: absolute;
    left: 0;
    width: 100%;
    height:100%
}

.section--hero .bg:after {
    content: "";
    top: 0;
    background: #000;
    opacity:var(--overlay)
}

.section--hero--color-light .bg:after {
    background:#fff
}

.section--hero .bg img, .section--hero .bg video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height:100%
}

.section--hero h5 {
    line-height:1.5
}

.section--hero .layout {
    position: relative;
    z-index:1
}

.t9 main > .section--hero:first-child {
    margin-top:-108px
}

.t9 main > .section--hero:first-child:before {
    content: "";
    display: block;
    height:20px
}

@media (max-width: 991px) {
    .section--hero {
        padding:140px 0
    }

    .section--hero--valign-bottom {
        padding-bottom:80px
    }
}

@media (max-width: 575px) {
    .section--hero {
        padding:80px 0
    }

    .section--hero--valign-bottom {
        padding-bottom:60px
    }
}

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

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

.hero-text [class^=H], .hero-text h1, .hero-text h2, .hero-text h3, .hero-text h4, .hero-text h5, .hero-text h6 {
    margin-bottom: .35em;
    margin-top:1.3em
}

.hero-text [class^=H]:first-child, .hero-text h1:first-child, .hero-text h2:first-child, .hero-text h3:first-child, .hero-text h4:first-child, .hero-text h5:first-child, .hero-text h6:first-child {
    margin-top:0
}

.hero-text h5.gray:first-child {
    color: #768190;
    color:var(--dark-grey)
}

.hero-text h5.gray:first-child + h1 {
    margin-top:.3em
}

.hero-text p {
    margin-bottom:1.2em
}

.hero-text > :first-child {
    margin-bottom:.35em
}

.hero-text > :last-child {
    margin-bottom:0
}

.hero-text p:first-child {
    margin-bottom:1em
}

.hero-text p:last-child {
    margin-bottom:0
}

.hero-text .H800, .hero-text .H900, .hero-text h1, .hero-text h2 {
    line-height:1.14
}

.hero-text .H800 + p, .hero-text .H900 + p, .hero-text h1 + p, .hero-text h2 + p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom:24px
}

.hero-text .H600 + p, .hero-text h3 + p {
    font-size: 18px;
    line-height:1.6
}

.hero-text .H400, .hero-text h5 {
    margin-top:25px
}

.hero-text h5:first-child {
    margin-top:0
}

.hero-text .button--big {
    min-width: 176px;
    margin:8px 16px 8px 0
}

.hero-text p + .link:not(.link--medium) {
    margin-top: -10px;
    display: inline-block;
    vertical-align:top
}

.hero-text--medium p, .hero-text.hero-text--medium * + p {
    font-size: 18px;
    line-height:1.6
}

.hero-text--big p, .hero-text.hero-text--big * + p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom:24px
}

@media (max-width: 1399px) {
    .hero-text--big p, .hero-text .H800 + p, .hero-text .H900 + p, .hero-text.hero-text--big * + p, .hero-text h1 + p, .hero-text h2 + p {
        font-size:18px
    }
}

@media (max-width: 767px) {
    .hero-text--big p, .hero-text .H800 + p, .hero-text.hero-text--big * + p, .hero-text h1 + p {
        font-size:18px
    }

    .hero-text--medium p, .hero-text .H600 + p, .hero-text.hero-text--medium * + p, .hero-text h3 + p {
        font-size:16px
    }

    .hero-text .H600:last-child, .hero-text .H800:last-child, .hero-text .H900:last-child, .hero-text h1:last-child, .hero-text h2:last-child, .hero-text h3:last-child {
        margin-bottom:-20px
    }
}

@media (max-width: 320px) {
    .hero-text .H800, .hero-text h1 {
        font-size:30px
    }
}

.hero-image img {
    max-width: 100%;
    width:100%
}

.hero-image--align-left img {
    margin-right: auto;
    display:block
}

.hero-image--align-right img {
    margin-left: auto;
    display:block
}

.hero-image--x-left img, .hero-image--x-right img {
    max-width:150%
}

.hero-image--x-left img {
    margin-left:-50%
}

.hero-image--left img, .hero-image--right img {
    max-width:125%
}

.hero-image--left img {
    margin-left:-25%
}

@media (max-width: 1199px) {
    .hero-image--left img, .hero-image--right img {
        max-width:110%
    }

    .hero-image--left img {
        margin-left:-10%
    }

    .hero-image--x-left img, .hero-image--x-right img {
        max-width:125%
    }

    .hero-image--x-left img {
        margin-left:-25%
    }
}

@media (max-width: 991px) {
    .hero-image--left img, .hero-image--right img, .hero-image--x-left img, .hero-image--x-right img {
        max-width: 100%;
        margin-left:0
    }
}

div.headliner {
    text-align: center;
    min-height: 105px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin:-15px 0 -50px
}

div.headliner--margin-0 {
    margin-bottom:0
}

div.headliner p {
    max-width: 600px;
    margin-bottom:40px
}

div.headliner p + p {
    margin-top:-34px
}

div.headliner p:last-child {
    margin-bottom:0
}

div.headliner .H700, div.headliner .H800, div.headliner h1, div.headliner h2 {
    margin-bottom:.5em
}

div.headliner .H700 + p, div.headliner .H800 + p, div.headliner h1 + p, div.headliner h2 + p {
    font-size:18px
}

@media (max-width: 1399px) {
    div.headliner {
        margin:-10px 0 -40px
    }
}

@media (max-width: 991px) {
    div.headliner {
        margin:-10px 0 -30px
    }

    div.headliner p {
        margin-bottom:20px
    }

    div.headliner p + p {
        margin-top:-12px
    }
}

@media (max-width: 575px) {
    div.headliner {
        margin:-5px 0 -20px
    }
}

@media (max-width: 320px) {
    div.headliner {
        margin:-5px 0 -20px
    }
}

.grid-item {
    text-align: center;
    padding:15px
}

.grid-item--border {
    border-radius: 2px;
    box-shadow: 0 0 0 1px #ccd4de;
    box-shadow:0 0 0 1px var(--silver)
}

.grid-item > .icon:first-child {
    width: 96px;
    height: 96px;
    display: block;
    background-color: #f2f5f7;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin:0 auto 24px
}

.section--wide .grid-item > .icon:first-child {
    background-color: #ccd4de;
    background-color:var(--silver)
}

.grid-item .icon--image, .grid-item > .icon--image:first-child {
    border-radius: 0;
    background-color:transparent
}

.grid-item .H500, .grid-item .H600, .grid-item .H700, .grid-item h2, .grid-item h3, .grid-item h4, .grid-item h5 {
    margin-bottom:16px
}

.grid-item p {
    margin-bottom:10px
}

.grid-item > .icon:first-child svg {
    width: 100%;
    height: 100%;
    transform:scale(.5)
}

.grid-item > .icon:first-child svg g {
    fill:#5DBBC2
}

.layout__col-3 .grid-item {
    padding-bottom: 0;
    padding-left: 0;
    padding-right:0
}

@media (max-width: 991px) {
    .grid-item > .icon:first-child {
        width: 72px;
        height:72px
    }
}

@media (max-width: 767px) {
    .grid-item {
        padding:15px 10px
    }
}

@media (max-width: 575px) {
    .grid-item {
        padding:10px 0
    }

    .grid-item > .icon:first-child {
        width: 56px;
        height:56px
    }
}

.grid-logo {
    height: calc(100% + 30px);
    position: relative;
    text-align: center;
    margin: -15px;
    border-right: 1px solid #ccd4de;
    border-left: 1px solid #ccd4de;
    padding:35px 20px 40px
}

.grid-logo__logo {
    min-height: 48px;
    line-height: 48px;
    white-space: nowrap;
    text-align:center
}

.grid-logo__logo + a {
    display: inline-block;
    margin-top:15px
}

.grid-logo__logo + a:empty {
    display:none
}

.grid-logo__logo img {
    display: inline-block;
    vertical-align: middle;
    max-width:100%
}

.grid-logo:before {
    content: "";
    position: absolute;
    display: block;
    width: 200vw;
    height: calc(100% + 1px);
    top: 0;
    left: -100vw;
    border-top: 1px solid #ccd4de;
    border-bottom: 1px solid #ccd4de;
    pointer-events: none;
    z-index:0
}

.layout__col-4:nth-child(3) .grid-logo, .layout__col-4:nth-child(6) .grid-logo, .layout__col-4:nth-child(9) .grid-logo, .layout__col-4:nth-child(12) .grid-logo, .layout__col-4:nth-child(15) .grid-logo, .layout__col-4:nth-child(18) .grid-logo {
    border-right:none
}

@media (max-width: 991px) {
    .layout__col-md-6:nth-child(2n) .grid-logo {
        border-right:none
    }

    .layout__col-md-6:nth-child(odd) .grid-logo {
        border-right:1px solid #ccd4de
    }
}

@media (max-width: 767px) {
    .layout__col-sm-6:nth-child(2n) .grid-logo {
        border-right:none
    }

    .layout__col-sm-6:nth-child(odd) .grid-logo {
        border-right:1px solid #ccd4de
    }
}

@media (max-width: 575px) {
    .layout__col-xs-12:nth-child(2n) .grid-logo, .layout__col-xs-12:nth-child(odd) .grid-logo {
        border-right:1px solid #ccd4de
    }

    .grid-logo {
        padding:20px
    }

    .grid-logo__logo {
        margin-bottom:8px
    }
}

.cta {
    display: flex;
    background: #f2f5f7;
    align-items: center;
    justify-content: space-between;
    padding:44px 96px
}

.cta__description {
    padding-right:20px
}

.cta__description:last-child {
    padding-right: 0;
    width:100%
}

.cta__description .H600, .cta__description h3 {
    margin-bottom:8px
}

.cta__description p {
    color:#768190
}

@media (max-width: 991px) {
    .cta {
        padding:36px 82px
    }
}

@media (max-width: 767px) {
    .cta {
        padding: 30px 64px;
        flex-flow: column;
        align-items:flex-start
    }

    .cta__description {
        margin-bottom: 20px;
        padding-right:0
    }
}

@media (max-width: 575px) {
    .cta {
        margin: 0 -24px;
        padding: 36px 24px;
        flex-flow:column
    }
}

.feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between
}

.feature-list .feature {
    width: 42%;
    margin-bottom:30px
}

.layout__col-12 .feature-list {
    justify-content:flex-start
}

.layout__col-12 .feature-list .feature {
    width: 32%;
    margin-right: 1%;
    margin-bottom:50px
}

.feature-list .feature + .feature {
    margin-top:0
}

.feature {
    display: flex;
    justify-content: flex-start;
    align-items:flex-start
}

.feature + .feature {
    margin-top:30px
}

.feature--block {
    flex-direction: column;
    text-align: center;
    align-items:center
}

.feature .H600 + p, .feature .H800 + p, .feature .H900 + p, .feature h1 + p, .feature h2 + p, .feature h3 + p {
    font-size: 18px;
    line-height:1.6
}

.feature h1, .feature h2, .feature h3 {
    margin-bottom:.5em
}

.feature h1 a, .feature h2 a, .feature h3 a, .feature h4 a, .feature h5 a, .feature h6 a {
    font-size:1em
}

.feature--block-image {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    font-size:18px
}

.feature--block-image .feature__image {
    margin-bottom: 20px;
    height: 40px;
    display:flex
}

.feature__image--grey {
    position:relative
}

.feature__image--grey img {
    filter:grayscale(100%)
}

.feature-list .feature--block-image {
    width: 48%;
    margin-bottom:55px
}

.feature-list .feature--block-image img {
    max-height:40px
}

.feature--block-image p {
    font-size: 18px;
    line-height:32px
}

.feature--margin-20 {
    margin: 0;
    padding:20px 0
}

.feature--margin-30 {
    padding:30px 0
}

.feature--margin-40 {
    padding:40px 0
}

.feature--margin-20 + .feature, .feature--margin-30 + .feature, .feature--margin-40 + .feature {
    margin:0
}

.feature__avatar, .feature__icon {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 24px;
    background-color: #f2f5f7;
    background-color: var(--light-grey);
    border-radius: 50%;
    padding: .5em;
    text-align:center
}

.feature--block .feature__avatar, .feature--block .feature__icon, .feature--margin-30.feature--block .feature__avatar, .feature--margin-30.feature--block .feature__icon, .feature--margin-40.feature--block .feature__avatar, .feature--margin-40.feature--block .feature__icon {
    margin-bottom: 24px;
    margin-right:0
}

.feature--margin-40 .feature__avatar, .feature--margin-40 .feature__icon {
    margin-right:40px
}

.feature--margin-30 .feature__avatar, .feature--margin-30 .feature__icon {
    margin-right:30px
}

.feature__icon--nobg {
    padding: 0;
    background: none;
    margin-right:16px
}

.feature__content:first-child {
    padding-right:20px
}

.feature__icon--black {
    background: #000;
    background:var(--black)
}

.feature__icon--blue {
    background: #66D5DE;
    background:var(--blue)
}

.feature__icon--blue-darker {
    background: #5DBBC2;
    background:var(--blue--darker)
}

.feature__icon--white {
    background: #fff;
    background:var(--white)
}

.feature__icon--dark-blue {
    background: #002b5c;
    background:var(--dark-blue)
}

.feature__icon--light-blue {
    background: #09c;
    background:var(--light-blue)
}

.feature__icon--red {
    background: #ed7a5b;
    background:var(--red)
}

.feature__icon--yellow {
    background: #ebbf47;
    background:var(--yellow)
}

.feature__icon--green {
    background: #66d4bd;
    background:var(--green)
}

.feature__icon--purple {
    background: #d4a1ed;
    background:var(--purple)
}

.feature__icon--dark-grey {
    background: #768190;
    background:var(--dark-grey)
}

.feature__icon--grey {
    background: #abb3bd;
    background:var(--grey)
}

.feature__icon--silver {
    background: #ccd4de;
    background:var(--silver)
}

.feature__icon--silver-24 {
    background: rgba(204, 212, 222, .16);
    background:var(--silver-24)
}

.feature__icon--silver-darker {
    background: #abb3bd;
    background:var(--silver--darker)
}

.feature__icon--light-grey {
    background: #f2f5f7;
    background:var(--light-grey)
}

.feature__avatar {
    padding:0
}

.feature h4, .feature p {
    margin-bottom:10px
}

.feature p:last-child {
    margin-bottom:0
}

.feature span {
    color: #768190;
    color:var(--dark-grey)
}

.feature h5 {
    margin-bottom: 10px;
    margin-top:5px
}

.feature__icon .icon--32 svg, .feature__icon .icon--40 svg, .feature__icon .icon--48 svg, .feature__icon .icon--64 svg, .feature__icon .icon--72 svg, .feature__icon .icon--96 svg, .feature__icon .icon--120 svg, .feature__icon .icon--160 svg {
    transform:scale(.75)
}

@media (max-width: 1199px) {
    .feature--margin-40 {
        padding:30px 0
    }

    .feature--margin-40 .feature__avatar, .feature--margin-40 .feature__icon {
        margin-right:30px
    }
}

@media (max-width: 991px) {
    .feature-list .feature {
        width:48%
    }

    .feature--margin-20 {
        padding:10px 0
    }

    .feature--margin-30, .feature--margin-40 {
        padding:20px 0
    }

    .feature--margin-30 .feature__avatar, .feature--margin-30 .feature__icon, .feature--margin-40 .feature__avatar, .feature--margin-40 .feature__icon {
        margin-right:20px
    }

    .layout__col-12 .feature-list {
        justify-content:space-between
    }

    .layout__col-12 .feature-list .feature {
        width: 42%;
        margin-right: 0;
        margin-bottom:40px
    }
}

@media (max-width: 767px) {
    .feature-list .feature {
        width:48%
    }

    .feature--block-image {
        margin-bottom:40px
    }

    .feature--block-image p {
        font-size: 16px;
        line-height:24px
    }

    .feature--margin-30, .feature--margin-40 {
        padding-bottom:10px
    }
}

@media (max-width: 575px) {
    .feature-list .feature, .layout__col-12 .feature-list .feature {
        width: 100%;
        margin-bottom:30px
    }

    .feature .H600 + p, .feature .H800 + p, .feature .H900 + p, .feature h1 + p, .feature h2 + p, .feature h3 + p {
        font-size:16px
    }

    .feature--margin-20 {
        padding:0
    }

    .feature--margin-40:last-child {
        padding-bottom:0
    }

    .feature--margin-40 .feature__avatar, .feature--margin-40 .feature__icon {
        margin-right:10px
    }
}

div.text, div.text p {
    font-size: 18px;
    line-height:32px
}

div.text p {
    margin-top:16px
}

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

div.text--small, div.text--small p {
    font-size: 16px;
    line-height:28px
}

div.text h3 {
    font-size:32px
}

div.text h3.H700 {
    font-size:40px
}

div.text small.block {
    line-height: 1.2;
    display:block
}

div.text [class^=H], div.text h1, div.text h2, div.text h3, div.text h4, div.text h5, div.text h6 {
    margin-top:2.2em
}

div.text .accordion + .accordion, div.text .accordion:first-child, div.text [class^=H]:first-child, div.text h1:first-child, div.text h2:first-child, div.text h3:first-child, div.text h4:first-child, div.text h5:first-child, div.text h6:first-child, div.text p:first-child {
    margin-top:0
}

div.text .accordion {
    margin-top:16px
}

div.text a.link {
    font-size: inherit;
    line-height: inherit;
    text-decoration: underline;
    font-weight:400
}

div.text [class^=H] + [class^=H], div.text h1 + [class^=H], div.text h1 + h1, div.text h1 + h2, div.text h1 + h3, div.text h1 + h4, div.text h1 + h5, div.text h1 + h6, div.text h2 + .H100, div.text h2 + .H200, div.text h2 + .H300, div.text h2 + .H350, div.text h2 + .H400, div.text h2 + .H500, div.text h2 + .H600, div.text h2 + .H700, div.text h2 + .H800, div.text h2 + h2, div.text h2 + h3, div.text h2 + h4, div.text h2 + h5, div.text h2 + h6, div.text h3 + .H100, div.text h3 + .H200, div.text h3 + .H300, div.text h3 + .H400, div.text h3 + .H500, div.text h3 + .H600, div.text h3 + .H700, div.text h3 + h3, div.text h3 + h4, div.text h3 + h5, div.text h3 + h6, div.text h4 + .H100, div.text h4 + .H200, div.text h4 + .H300, div.text h4 + .H400, div.text h4 + .H500, div.text h4 + .H600, div.text h4 + h4, div.text h4 + h5, div.text h4 + h6, div.text h5 + .H100, div.text h5 + .H200, div.text h5 + .H300, div.text h5 + .H400, div.text h5 + .H500, div.text h5 + h5, div.text h5 + h6, div.text h6 + .H100, div.text h6 + .H200, div.text h6 + .H300, div.text h6 + .H400, div.text h6 + h6 {
    margin-top:16px
}

div.text table {
    text-align: left;
    font-size: 16px;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-break:break-word
}

div.text table.first-10 tbody {
    display:none
}

div.text table.first-10 tbody:nth-child(-n + 12) {
    display:table-row-group
}

div.text table.scrollable {
    display: block;
    overflow-x: auto;
    word-break: normal;
    word-wrap: normal;
    -webkit-hyphens: none;
    hyphens:none
}

div.text table .w25 {
    min-width:25px
}

div.text table .w50 {
    min-width:50px
}

div.text table .w75 {
    min-width:75px
}

div.text table .w100 {
    min-width:100px
}

div.text table .w125 {
    min-width:125px
}

div.text table .w150 {
    min-width:150px
}

div.text table .w175 {
    min-width:175px
}

div.text table .w200 {
    min-width:200px
}

div.text table .w250 {
    min-width:250px
}

div.text table .w300 {
    min-width:300px
}

div.text table .w350 {
    min-width:350px
}

div.text table .w400 {
    min-width:400px
}

div.text table .w450 {
    min-width:450px
}

div.text table .w500 {
    min-width:500px
}

div.text table .w600 {
    min-width:600px
}

div.text table.strong-1 tr td:first-child, div.text table.strong-2 tr td:nth-child(2), div.text table.strong-3 tr td:nth-child(3), div.text table.strong-4 tr td:nth-child(4), div.text table.strong-5 tr td:nth-child(5), div.text table.strong-6 tr td:nth-child(6), div.text table.strong-7 tr td:nth-child(7), div.text table.strong-8 tr td:nth-child(8), div.text table.strong-9 tr td:nth-child(9), div.text table.strong-10 tr td:nth-child(10) {
    font-weight:500
}

div.text table th {
    text-align: left;
    font-weight: 500;
    border-bottom: 1px solid #ccd4de;
    border-bottom: 1px solid var(--silver);
    line-height: 24px;
    padding:13px 0
}

div.text table td {
    font-size: 14px;
    line-height: 24px;
    padding: 12px 0;
    border-bottom: 1px dashed #ccd4de;
    border-bottom:1px dashed var(--silver)
}

div.text table td, div.text table th {
    padding-right:10px
}

div.text table td:last-child, div.text table th:last-child {
    padding-right:0
}

div.text table td small, div.text table th small {
    font-size: 12px;
    color: #768190;
    color: var(--dark-grey);
    display: block;
    line-height: 1.2;
    font-weight:400
}

div.text table tr:last-child td {
    border-bottom: 1px solid #ccd4de;
    border-bottom:1px solid var(--silver)
}

div.text table.advanced thead th {
    line-height: 1.2;
    font-size:14px
}

div.text table.advanced tbody tr:last-child td {
    border-bottom: 1px dashed #ccd4de;
    border-bottom:1px dashed var(--silver)
}

div.text table.advanced tbody tr {
    display: none;
    color: #768190;
    color:var(--dark-grey)
}

div.text table.advanced tbody tr td {
    padding-top: 3px;
    padding-bottom: 5px;
    vertical-align:middle
}

div.text table.advanced tbody tr td:first-child {
    padding-left:10px
}

div.text table.advanced tbody tr.target, div.text table.advanced tbody tr[id] {
    display: table-row;
    color:#000
}

div.text table.advanced tbody tr[id] {
    -webkit-user-select: none;
    user-select:none
}

div.text table.advanced tbody tr[id].expanded td {
    background: #fff;
    background:var(--white)
}

div.text table.advanced tbody tr[id].expanded ~ tr {
    display:table-row
}

div.text table.advanced tbody tr[id].expanded ~ tr .icon-collapse {
    display:none
}

div.text table.advanced tbody tr[id].expanded i.icon-collapse {
    transform:rotate(180deg)
}

div.text table.advanced tbody tr[id] td {
    background: #f2f5f7;
    background: var(--light-grey);
    padding-top: 12px;
    padding-bottom:12px
}

div.text table.advanced tbody tr[id]:hover td {
    background: #ccd4de;
    background: var(--silver);
    cursor:pointer
}

div.text table.advanced tbody tr.target td {
    background: #66D5DE;
    background: var(--blue);
    color: #fff;
    color: var(--white);
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    font-weight: 500;
    padding:7px 0 10px
}

div.text table.advanced tfoot tr td {
    border-top: 1px solid #ccd4de;
    border-top: 1px solid var(--silver);
    border-bottom: none;
    font-weight: 400 !important;
    padding-top:28px
}

div.text table.advanced i.icon-collapse, div.text table.advanced i.icon-down, div.text table.advanced i.icon-stable, div.text table.advanced i.icon-up {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
    transition:transform .15s ease-in-out
}

div.text table.advanced i.icon-stable {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13a1 1 0 010-2h14a1 1 0 010 2H5z' fill='%2366D5DE'/%3E%3C/svg%3E")
}

div.text table.advanced i.icon-down {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 16.586l5.293-5.293a1 1 0 011.414 1.414l-7 7a1 1 0 01-1.414 0l-7-7a1 1 0 011.414-1.414L11 16.586V5a1 1 0 012 0v11.586z' fill='%23ED7A5B'/%3E%3C/svg%3E")
}

div.text table.advanced i.icon-up {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 7.414l-5.293 5.293a1 1 0 11-1.414-1.414l7-7a1 1 0 011.414 0l7 7a1 1 0 01-1.414 1.414L13 7.414V19a1 1 0 01-2 0V7.414z' fill='%2366D4BD'/%3E%3C/svg%3E")
}

div.text table.advanced i.icon-collapse {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.293 8.293a1 1 0 011.414 1.414l-6 6a1 1 0 01-1.414 0l-6-6a1 1 0 011.414-1.414L12 13.586l5.293-5.293z'/%3E%3C/svg%3E")
}

div.text ul {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
    padding-left:45px
}

div.text ul li {
    margin-bottom:8px
}

div.text ul li:before {
    position: absolute;
    margin-left: -20px;
    content: "•";
    font-size: 18px;
    line-height: 24px;
    color: #66D5DE;
    color:var(--blue)
}

div.text blockquote {
    margin-top: 32px;
    margin-bottom: 32px;
    color: #768190;
    color: var(--dark-grey);
    font-size: 24px;
    line-height: 32px;
    border-left: 2px solid #66D5DE;
    border-left: 2px solid var(--blue);
    margin-left: 25px;
    padding-left:25px
}

div.quote blockquote {
    border-left: none;
    margin-left: 0;
    padding-left:0
}

div.text small {
    font-size:.85em
}

div.text .black {
    color: #000;
    color:var(--black)
}

div.text .blue {
    color: #66D5DE;
    color:var(--blue)
}

div.text .blue-darker {
    color: #5DBBC2;
    color:var(--blue--darker)
}

div.text .white {
    color: #fff;
    color:var(--white)
}

div.text .dark-blue {
    color: #002b5c;
    color:var(--dark-blue)
}

div.text .light-blue {
    color: #09c;
    color:var(--light-blue)
}

div.text .red {
    color: #ed7a5b;
    color:var(--red)
}

div.text .yellow {
    color: #ebbf47;
    color:var(--yellow)
}

div.text .green {
    color: #66d4bd;
    color:var(--green)
}

div.text .purple {
    color: #d4a1ed;
    color:var(--purple)
}

div.text .dark-grey {
    color: #768190;
    color:var(--dark-grey)
}

div.text .grey {
    color: #abb3bd;
    color:var(--grey)
}

div.text .silver {
    color: #ccd4de;
    color:var(--silver)
}

div.text .silver-24 {
    color: rgba(204, 212, 222, .16);
    color:var(--silver-24)
}

div.text .silver-darker {
    color: #abb3bd;
    color:var(--silver--darker)
}

div.text .light-grey {
    color: #f2f5f7;
    color:var(--light-grey)
}

@media (max-width: 1199px) {
    div.text table.hide-lg-0, div.text table.hide-lg-1 tr > :first-child, div.text table.hide-lg-2 tr > :nth-child(2), div.text table.hide-lg-3 tr > :nth-child(3), div.text table.hide-lg-4 tr > :nth-child(4), div.text table.hide-lg-5 tr > :nth-child(5), div.text table.hide-lg-6 tr > :nth-child(6), div.text table.hide-lg-7 tr > :nth-child(7), div.text table.hide-lg-8 tr > :nth-child(8), div.text table.hide-lg-9 tr > :nth-child(9), div.text table.hide-lg-10 tr > :nth-child(10) {
        display:none
    }
}

@media (max-width: 991px) {
    div.text table.hide-md-0, div.text table.hide-md-1 tr > :first-child, div.text table.hide-md-2 tr > :nth-child(2), div.text table.hide-md-3 tr > :nth-child(3), div.text table.hide-md-4 tr > :nth-child(4), div.text table.hide-md-5 tr > :nth-child(5), div.text table.hide-md-6 tr > :nth-child(6), div.text table.hide-md-7 tr > :nth-child(7), div.text table.hide-md-8 tr > :nth-child(8), div.text table.hide-md-9 tr > :nth-child(9), div.text table.hide-md-10 tr > :nth-child(10) {
        display:none
    }
}

@media (max-width: 767px) {
    div.text table.hide-sm-0, div.text table.hide-sm-1 tr > :first-child, div.text table.hide-sm-2 tr > :nth-child(2), div.text table.hide-sm-3 tr > :nth-child(3), div.text table.hide-sm-4 tr > :nth-child(4), div.text table.hide-sm-5 tr > :nth-child(5), div.text table.hide-sm-6 tr > :nth-child(6), div.text table.hide-sm-7 tr > :nth-child(7), div.text table.hide-sm-8 tr > :nth-child(8), div.text table.hide-sm-9 tr > :nth-child(9), div.text table.hide-sm-10 tr > :nth-child(10) {
        display:none
    }
}

@media (max-width: 575px) {
    div.text table.hide-xs-0, div.text table.hide-xs-1 tr > :first-child, div.text table.hide-xs-2 tr > :nth-child(2), div.text table.hide-xs-3 tr > :nth-child(3), div.text table.hide-xs-4 tr > :nth-child(4), div.text table.hide-xs-5 tr > :nth-child(5), div.text table.hide-xs-6 tr > :nth-child(6), div.text table.hide-xs-7 tr > :nth-child(7), div.text table.hide-xs-8 tr > :nth-child(8), div.text table.hide-xs-9 tr > :nth-child(9), div.text table.hide-xs-10 tr > :nth-child(10) {
        display:none
    }
}

.accordion {
    background: #fff;
    background: var(--white);
    box-shadow:inset 0 -1px 0 0 #ccd4de
}

.accordion.inline {
    background:none
}

.accordion__title {
    line-height: 24px;
    padding: 26px 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    cursor:pointer
}

.accordion__title h5 {
    transition: color .15s linear;
    padding-right:25%
}

.accordion.inline .accordion__title h5 {
    font-size:1em
}

.accordion__title .icon {
    flex-shrink: 0;
    transform: rotate(180deg);
    transition: transform .15s ease-in-out;
    line-height:1
}

.accordion__title--collapsed h5 {
    color: #000;
    color:var(--black)
}

.accordion__title--collapsed .icon {
    transform:rotate(0deg)
}

.accordion__title--collapsed .icon g {
    fill: #000;
    fill:var(--black)
}

.accordion__wrap {
    transition: height .25s ease-in-out;
    height: auto;
    overflow: hidden;
    position:relative
}

.accordion__inner {
    padding-bottom: 26px;
    line-height:1.4
}

.contact-form {
    padding: 48px;
    background-color: #f2f5f7;
    background-color:var(--light-grey)
}

.contact-form__input + .contact-form__input {
    margin-top:24px
}

.contact-form__conditions {
    display: flex;
    align-items: center;
    margin-top:24px
}

.contact-form__conditions label {
    margin:0
}

.contact-form .contact-form__conditions + .button, .contact-form .contact-form__conditions + button {
    margin-top: 24px;
    width:100%
}

@media (max-width: 767px) {
    strong[data-response-time] {
        white-space:pre
    }

    strong[data-response-time]:before {
        content: "\00000a"
    }
}

@media (max-width: 767px) {
    .contact-form {
        padding:36px
    }
}

@media (max-width: 575px) {
    .contact-form {
        padding: 24px;
        margin:0 -24px
    }
}

.snackbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    align-items: center;
    padding: 12px 16px;
    background-color: #66D5DE;
    background-color: var(--blue);
    z-index:11
}

.snackbar--warning {
    background-color: #ebbf47;
    background-color:var(--yellow)
}

.snackbar--success {
    background-color: #66d4bd;
    background-color:var(--green)
}

.snackbar--error {
    background-color: #ed7a5b;
    background-color:var(--red)
}

.snackbar--error a {
    color: #fff;
    color:var(--white)
}

.snackbar--visible {
    display:flex
}

.snackbar__copy {
    width: 100%;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    color:var(--white)
}

.snackbar__close-wrapper {
    margin-left: auto;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content:center
}

.snackbar__close-wrapper:hover {
    cursor:pointer
}

.snackbar__close-wrapper svg path {
    fill: #fff;
    fill:var(--white)
}

.__react_component_tooltip.show.tooltip {
    max-width: 240px;
    padding: 12px 16px;
    background-color: #fff;
    background-color: var(--white);
    box-shadow: 0 0 0 1px #abb3bd, 0 4px 8px rgba(0, 0, 0, .16);
    box-shadow: 0 0 0 1px var(--grey), 0 4px 8px var(--dept-z200-shadow);
    opacity: 1;
    border-radius:2px
}

.tooltip span {
    font-size: 12px;
    line-height: 16px;
    color: #768190;
    color:var(--dark-grey)
}

.__react_component_tooltip.place-top.tooltip:before {
    border-top: 6px solid #abb3bd;
    border-top: 6px solid var(--grey);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom:-7px
}

.__react_component_tooltip.place-top.tooltip:after {
    border-top: 6px solid #fff;
    border-top: 6px solid var(--white);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -6px;
    margin-left:-10px
}

.__react_component_tooltip.place-bottom.tooltip:before {
    border-bottom: 7px solid #abb3bd;
    border-bottom: 7px solid var(--grey);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top:-7px
}

.__react_component_tooltip.place-bottom.tooltip:after {
    border-bottom: 7px solid #fff;
    border-bottom: 7px solid var(--white);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -6px;
    margin-left:-10px
}

.__react_component_tooltip.place-right.tooltip:before {
    border-right: 6px solid #abb3bd;
    border-right: 6px solid var(--grey);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: -7px;
    margin-top:-4px
}

.__react_component_tooltip.place-right.tooltip:after {
    border-right: 6px solid #fff;
    border-right: 6px solid var(--white);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left:-6px
}

ul.list {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
    padding-left:45px
}

ul.list li {
    margin-bottom:8px
}

ul.list li:before {
    position: absolute;
    margin-left: -20px;
    content: "•";
    font-size: 18px;
    line-height: 24px;
    color: #66D5DE;
    color:var(--blue)
}

ul.list--news {
    padding:0
}

ul.list--news li:before {
    display:none
}

ul.list--news h1 > a, ul.list--news h2 > a, ul.list--news h3 > a, ul.list--news h4 > a, ul.list--news h5 > a, ul.list--news h6 > a {
    text-decoration:none
}

ul.list--news li {
    border-bottom: 1px solid #ccd4de;
    border-bottom: 1px solid var(--silver);
    font-size: 16px;
    color: #768190;
    color: var(--dark-grey);
    padding: 20px 0;
    margin-bottom:0
}

ul.list--news li:first-child {
    padding-top:10px
}

ul.list--checked {
    padding-left: 40px;
    text-align:left
}

ul.list--checked li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom:10px
}

ul.list--checked li:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzY2RDRCRCIgZD0iTTE5LjI5MyA1LjI5M2ExIDEgMCAwMTEuNDE0IDEuNDE0bC0xMSAxMWExIDEgMCAwMS0xLjQxNCAwbC01LTVhMSAxIDAgMDExLjQxNC0xLjQxNEw5IDE1LjU4NiAxOS4yOTMgNS4yOTN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
    margin-left: -40px;
    margin-top:4px
}

ul.list--no-bullet li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-left:-45px
}

ul.list--no-bullet li:before {
    content: "";
    margin-left: -40px;
    margin-top:4px
}

@media (max-width: 575px) {
    ul.list--news li {
        padding:15px 0
    }
}

.badge {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    color: var(--white);
    background: #66d4bd;
    background: var(--green);
    padding: 6px 12px;
    border-radius: 16px;
    vertical-align: middle;
    margin:0
}

.badge, .tab-link {
    display:inline-block
}

.tab-link {
    font-size:16px
}

.tab-link + .tab-link {
    margin-left: 20px;
    position:relative
}

.tab-link + .tab-link:before {
    content: "\00a0 · \00a0";
    position: absolute;
    left: -20px;
    color: #000;
    pointer-events: none;
    font-weight:400 !important
}

.tab-link--active {
    pointer-events: none;
    font-weight: 500;
    color: #002b5c;
    color: var(--dark-blue);
    text-decoration:none
}

.tab[id] {
    display: none;
    margin-top:24px
}

.tab--active[id] {
    display:block
}

.tab-wrap {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccd4de;
    border-bottom: 1px solid var(--silver);
    margin-bottom:1em
}

.tab-wrap .tab-link {
    margin-left: 0;
    flex-grow: 1;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    padding: 1em;
    line-height: 1em;
    color: #000;
    color:var(--black)
}

.tab-wrap .tab-link.tab-link--active {
    background: #66D5DE;
    background: var(--blue);
    color: #fff;
    border-radius:3px 3px 0 0
}

.tab-wrap .tab-link:before {
    display:none
}

.card {
    display: block;
    max-width: 256px;
    font-size: 16px;
    margin: 0 auto 15px;
    color: #000;
    color:var(--black)
}

.card__image {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-color: #f2f5f7;
    background-color: var(--light-grey);
    background-size:cover
}

.card h5 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000;
    color:var(--black)
}

.call-now h5 {
    margin-bottom:20px
}

a.call-now__other {
    color: #768190;
    color:var(--dark-grey)
}

.call-now__status:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #ed7a5b;
    background: var(--red);
    margin-left: 10px;
    margin-top:-1px
}

.call-now__status--active:after {
    background: #66d4bd;
    background:var(--green)
}

.call-now__number {
    font-weight: 500;
    margin-bottom: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width:fit-content
}

.user {
    display: flex;
    align-items:center
}

.user:hover {
    cursor:pointer
}

.user__icon {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #768190;
    background-color: var(--dark-grey);
    display: flex;
    align-items: center;
    justify-content:center
}

@media (max-width: 991px) {
    .user__icon {
        display:none
    }
}

.user__initial {
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
    color:var(--white)
}

.user__chevron-down {
    margin-left: 8px;
    margin-right:10px
}

@media (max-width: 991px) {
    .user__chevron-down {
        display:none
    }
}

.user__chevron-down svg {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 8px;
    height:8px
}

.user__chevron-down .icon__fill {
    fill: #768190;
    fill:var(--dark-grey)
}

.header--not-top .__react_component_tooltip.tooltip.user__tooltip {
    margin-top:12px
}

.user-menu {
    z-index: 10;
    z-index: var(--z-index-over-the-top);
    position:relative
}

.user-menu__popover {
    padding: 6px 0;
    display: flex;
    flex-direction: column;
    min-width: 160px;
    max-width: 240px;
    background-color: #fff;
    background-color: var(--white);
    box-shadow: 0 0 0 1px #abb3bd, 0 4px 8px rgba(0, 0, 0, .16);
    box-shadow: 0 0 0 1px var(--grey), 0 4px 8px var(--dept-z200-shadow);
    opacity: 1;
    border-radius:2px
}

.user-menu__item {
    padding: 10px 18px;
    font-size: 14px;
    color: #000;
    color: var(--black);
    cursor:pointer
}

[data-highlighted].user-menu__item {
    background-color: #f2f5f7;
    background-color: var(--light-grey);
    outline:none
}

.user-menu .user__greeting, .user-menu .user__link, .user__menu-mobile .user__greeting, .user__menu-mobile .user__link {
    padding: 10px 18px;
    font-size: 14px;
    color: #000;
    color:var(--black)
}

@media (max-width: 991px) {
    .user__menu-mobile .user__greeting, .user__menu-mobile .user__link {
        font-size:18px
    }
}

.user-menu .user__greeting, .user__menu-mobile .user__greeting {
    font-weight:500
}

.user-menu .user__link, .user__menu-mobile .user__link {
    font-weight: 400;
    cursor: pointer;
    text-decoration:none
}

.user__menu-mobile {
    display: none;
    flex-direction:column
}

@media (max-width: 991px) {
    .user__menu-mobile {
        display:flex
    }
}

.cookieconsent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    align-items: center;
    padding: 8px 16px;
    background-color: #768190;
    background-color: var(--dark-grey);
    z-index: 5;
    display:flex
}

.cookieconsent .button {
    margin: 0;
    padding: 6px 10px;
    border: none;
    font: inherit;
    color: inherit;
    background: none;
    background-color: #66D5DE;
    background-color: var(--blue);
    border-radius: 2px;
    color: #fff;
    color: var(--white);
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    box-shadow: 0 0 0 1px #66D5DE;
    box-shadow: 0 0 0 1px var(--blue);
    transition: background-color .25s ease-in-out, box-shadow .25s ease-in-out;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    float:right
}

.cookieconsent .button:hover {
    cursor: pointer;
    background-color: #5DBBC2;
    background-color: var(--blue--darker);
    box-shadow: 0 0 0 1px #5DBBC2;
    box-shadow:0 0 0 1px var(--blue--darker)
}

.cookieconsent__copy {
    width: 100%;
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    text-align:center
}

.cookieconsent__copy, .cookieconsent__copy a {
    color: #fff;
    color:var(--white)
}

.cookieconsent__close-wrapper {
    margin-left: auto;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1px;
    top: 7px;
    color: #fff;
    color:var(--white)
}

.cookieconsent__close-wrapper:hover {
    cursor:pointer
}

.cookieconsent__close-wrapper svg path {
    fill: #fff;
    fill:var(--white)
}

.give-us-a-call__numbers-wrapper {
    display: flex;
    flex-direction: row;
    margin-top:32px
}

@media screen and (max-width: 768px) {
    .give-us-a-call__numbers-wrapper {
        flex-direction:column
    }
}

.give-us-a-call__numbers {
    display: flex;
    flex-direction: column;
    flex:1
}

.give-us-a-call__number {
    display: flex;
    flex-direction: column;
    min-width:224px
}

.give-us-a-call__number + .give-us-a-call__number {
    margin-top:24px
}

.give-us-a-call__number-label, .give-us-a-call__number-number {
    font-size: 16px;
    line-height:24px
}

.give-us-a-call__number-label {
    font-weight: 500;
    color: #000;
    color:var(--black)
}

.give-us-a-call__number-number {
    margin-top:8px
}

.word-count-failed-modal {
    text-align: center;
    padding-bottom:48px
}

.word-count-failed-modal__paperclip {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px auto 0;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #f2f5f7;
    background-color:var(--light-grey)
}

.word-count-failed-modal__paperclip svg .icon__fill {
    fill: #66D5DE;
    fill:var(--blue)
}

.word-count-failed-modal h4 {
    margin-top:32px
}

.word-count-failed-modal__body {
    display: flex;
    flex-direction:column
}

.word-count-failed-modal__message {
    margin-top:16px
}

.word-count-failed-modal__message, .word-count-failed-modal__message a {
    color: #768190;
    color:var(--dark-grey)
}

.word-count-failed-modal__body button {
    margin-top:32px
}

.word-count-failed-modal__body a {
    margin-top:24px
}

.hts-api-try-form {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 40px 88px 48px;
    background-color: #f2f5f7;
    background-color:var(--light-grey)
}

.hts-api-try-wrap {
    padding:0
}

.hts-api-try-wrap .hts-api-try-form, .hts-api-try-wrap .hts-api-try-page {
    margin-top:0
}

.hts-api-try-wrap .hts-api-try-form {
    padding:30px 50px 40px
}

.hts-api-try-wrap .input, .hts-api-try-wrap .select, .hts-api-try-wrap input, .hts-api-try-wrap select, .hts-api-try-wrap textarea {
    margin:0
}

.hts-api-try-form__code-wrap {
    flex: 1;
    align-self: flex-end;
    min-width:0
}

.hts-api-try-form__code-wrap #json-pretty {
    margin-top:8px
}

.hts-api-try-form__code-wrap #json-pretty pre {
    font-family: 'Poppins';
    padding: 11px 16px 13px;
    border-radius: 2px;
    box-shadow:0 0 0 1px #abb3bd, 0 1px 2px rgba(0, 0, 0, .16)
}

.hts-api-try-form__request-response {
    margin:24px 0 48px
}

.hts-api-try-form__request-response input {
    font-family: 'Poppins';
    font-size:13px
}

.hts-api-try-form__row {
    display: flex;
    flex-direction:row
}

.hts-api-try-form__row .link--small {
    line-height:48px
}

@media screen and (max-width: 768px) {
    .hts-api-try-form__row {
        display: flex;
        flex-direction:column
    }
}

.hts-api-try-form__row + .hts-api-try-form__row {
    margin-top:24px
}

@media screen and (max-width: 768px) {
    .hts-api-try-form__row + .hts-api-try-form__row {
        margin-top:0
    }
}

.hts-api-try-form__row .hts-api-try-form__input {
    flex: 1;
    margin: 0 16px;
    align-self: flex-end;
    min-width:0
}

@media screen and (max-width: 768px) {
    .hts-api-try-form__row .hts-api-try-form__code-wrap, .hts-api-try-form__row .hts-api-try-form__input {
        margin: 16px 0 0;
        align-self:stretch
    }

    .hts-api-try-form__row:first-of-type .hts-api-try-form__input:first-of-type {
        margin-top:0
    }

    .hts-api-try-form__row .hts-api-try-form__input--pending, .hts-api-try-form__row button.hts-api-try-form__input {
        margin-top:32px
    }

    .hts-api-try-form__empty {
        display:none
    }
}

.button.hts-api-try-form__input, button.hts-api-try-form__input {
    padding-left: 0;
    padding-right:0
}

.button.hts-api-try-form__input--pending .spinner {
    height: 24px;
    width: 24px;
    margin:0 auto
}

.hts-api-try-form__row .hts-api-try-form__input:first-child {
    margin-left:0
}

.hts-api-try-form__row .hts-api-try-form__input:last-child {
    margin-right:0
}

div#cookieConsent + aside.language-redirect {
    display:none
}

div#cookieConsent:empty + aside.language-redirect {
    display:block
}

aside.language-redirect {
    position: fixed;
    background: #fff;
    z-index: 9;
    z-index: var(--z-index-top-3);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .16);
    width: 500px;
    max-width: calc(100vw - 46px);
    bottom: 0;
    left: 23px;
    padding: 35px 35px 35px 70px;
    direction:ltr
}

aside.language-redirect h6 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    text-transform: none;
    line-height:23px
}

aside.language-redirect h6:before {
    position: absolute;
    top: 1px;
    width: 23px;
    height: 23px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.686 2.77C10.353 2.78 2.79 10.317 2.78 19.62c0 9.306 7.57 16.85 16.907 16.85 9.338 0 16.908-7.544 16.908-16.85 0-9.307-7.57-16.85-16.908-16.85zm0-2.77c10.872 0 19.686 8.784 19.686 19.62 0 10.835-8.814 19.62-19.686 19.62S0 30.454 0 19.62C0 8.784 8.814 0 19.686 0zm4.756 27.857a5.533 5.533 0 01-3.448 1.074c-1.766 0-3.119-.578-3.92-1.842-.495-.743-.69-1.623-.69-3.027v-7.568h-3.54v-2.331h3.54v-3.88h3.063v13.821c0 1.458.69 2.144 1.969 2.144a2.892 2.892 0 001.82-.63l1.206 2.24zm-1.415-12.556c-.004-.474.182-.93.515-1.267.333-.338.787-.53 1.263-.533h.056c.475.004.93.195 1.262.533.334.337.519.793.515 1.267a1.788 1.788 0 01-1.777 1.796h-.056a1.788 1.788 0 01-1.778-1.796z' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    content: " ";
    margin-left: -40px;
    left:0
}

aside.language-redirect a {
    display: inline-block;
    margin-right:15px
}

aside.language-redirect a:last-child {
    color: #768190;
    color: var(--dark-grey);
    font-weight:500
}

aside.language-redirect a:first-child {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 12px;
    margin: 0;
    border-bottom: none;
    text-decoration: none;
    color: #768190;
    color: var(--dark-grey);
    font-size:1.5em
}

aside.language-redirect--ar, aside.language-redirect--he {
    left: auto;
    right: 23px;
    padding: 35px 70px 35px 35px;
    direction:rtl
}

aside.language-redirect--ar h6:before, aside.language-redirect--he h6:before {
    margin-left: 0;
    margin-right: -40px;
    left: auto;
    right:0
}

aside.language-redirect--ar a, aside.language-redirect--he a {
    margin-right: 0;
    margin-left:15px
}

aside.language-redirect--ar a:first-child, aside.language-redirect--he a:first-child {
    right: auto;
    left: 0;
    margin-left:0
}

@media (max-width: 575px) {
    aside.language-redirect {
        right: 23px;
        width: auto;
        padding:30px 25px 30px 50px
    }

    aside.language-redirect h6 {
        margin-bottom: 0;
        font-size: 16px;
        line-height:20px
    }

    aside.language-redirect h6:before {
        margin-left: -30px;
        width: 20px;
        height:20px
    }

    aside.language-redirect a {
        margin-top: 10px;
        font-size:15px
    }

    aside.language-redirect a:last-child {
        margin-bottom:0
    }

    aside.language-redirect a:first-child {
        font-size: 1.2em;
        padding:6px 10px
    }

    aside.language-redirect--ar, aside.language-redirect--he {
        left: 23px;
        right: 23px;
        padding:30px 50px 30px 25px
    }

    aside.language-redirect--ar h6:before, aside.language-redirect--he h6:before {
        margin-left: 0;
        margin-right:-30px
    }
}

span.flag {
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    white-space:pre-wrap
}

span.flag strong {
    color: #000;
    font-weight:500
}

span.flag:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height:32px
}

span.flag.border:before {
    border: 3px solid;
    border-radius: 50%;
    background-size: 21px 21px;
    margin-right:8px
}

span.flag.flip {
    flex-direction:row-reverse
}

span.flag.flip:before {
    margin-right: 0;
    margin-left:12px
}

span.flag.flip.border:before {
    margin-left:8px
}

@media screen and (min-width: 769px) {
    span.flag.big {
        font-size:20px
    }

    span.flag.big:before {
        margin-right:16px
    }

    span.flag.flip.big:before {
        margin-right: 0;
        margin-left:16px
    }
}

span.flag.abkhazia:before {
    background-image:url(../fonts/abkhazia.svg)
}

span.flag.afghanistan:before {
    background-image:url(../fonts/afghanistan.svg)
}

span.flag.aland-islands:before {
    background-image:url(../fonts/aland-islands.svg)
}

span.flag.albania:before {
    background-image:url(../fonts/albania.svg)
}

span.flag.algeria:before {
    background-image:url(../fonts/algeria.svg)
}

span.flag.american-samoa:before {
    background-image:url(../fonts/american-samoa.svg)
}

span.flag.andorra:before {
    background-image:url(../fonts/andorra.svg)
}

span.flag.angola:before {
    background-image:url(../fonts/angola.svg)
}

span.flag.anguilla:before {
    background-image:url(../fonts/anguilla.svg)
}

span.flag.antigua-and-barbuda:before {
    background-image:url(../fonts/antigua-and-barbuda.svg)
}

span.flag.argentina:before {
    background-image:url(../fonts/argentina.svg)
}

span.flag.armenia:before {
    background-image:url(../fonts/armenia.svg)
}

span.flag.aruba:before {
    background-image:url(../fonts/aruba.svg)
}

span.flag.australia:before {
    background-image:url(../fonts/australia.svg)
}

span.flag.austria:before {
    background-image:url(../fonts/austria.svg)
}

span.flag.azerbaijan:before {
    background-image:url(../fonts/azerbaijan.svg)
}

span.flag.azores-islands:before {
    background-image:url(../fonts/azores-islands.svg)
}

span.flag.bahamas:before {
    background-image:url(../fonts/bahamas.svg)
}

span.flag.bahrain:before {
    background-image:url(../fonts/bahrain.svg)
}

span.flag.balearic-islands:before {
    background-image:url(../fonts/balearic-islands.svg)
}

span.flag.bangladesh:before {
    background-image:url(../fonts/bangladesh.svg)
}

span.flag.barbados:before {
    background-image:url(../fonts/barbados.svg)
}

span.flag.basque-country:before {
    background-image:url(../fonts/basque-country.svg)
}

span.flag.belarus:before {
    background-image:url(../fonts/belarus.svg)
}

span.flag.belgium:before {
    background-image:url(../fonts/belgium.svg)
}

span.flag.belize:before {
    background-image:url(../fonts/belize.svg)
}

span.flag.benin:before {
    background-image:url(../fonts/benin.svg)
}

span.flag.bermuda:before {
    background-image:url(../fonts/bermuda.svg)
}

span.flag.bhutan-1:before {
    background-image:url(../fonts/bhutan-1.svg)
}

span.flag.bhutan:before {
    background-image:url(../fonts/bhutan.svg)
}

span.flag.bolivia:before {
    background-image:url(../fonts/bolivia.svg)
}

span.flag.bonaire:before {
    background-image:url(../fonts/bonaire.svg)
}

span.flag.bosnia-and-herzegovina:before {
    background-image:url(../fonts/bosnia-and-herzegovina.svg)
}

span.flag.botswana:before {
    background-image:url(../fonts/botswana.svg)
}

span.flag.brazil:before {
    background-image:url(../fonts/brazil.svg)
}

span.flag.british-columbia:before {
    background-image:url(../fonts/british-columbia.svg)
}

span.flag.british-indian-ocean-territory:before {
    background-image:url(../fonts/british-indian-ocean-territory.svg)
}

span.flag.british-virgin-islands:before {
    background-image:url(../fonts/british-virgin-islands.svg)
}

span.flag.brunei:before {
    background-image:url(../fonts/brunei.svg)
}

span.flag.bulgaria:before {
    background-image:url(../fonts/bulgaria.svg)
}

span.flag.burkina-faso:before {
    background-image:url(../fonts/burkina-faso.svg)
}

span.flag.burundi:before {
    background-image:url(../fonts/burundi.svg)
}

span.flag.cambodia:before {
    background-image:url(../fonts/cambodia.svg)
}

span.flag.cameroon:before {
    background-image:url(../fonts/cameroon.svg)
}

span.flag.canada:before {
    background-image:url(../fonts/canada.svg)
}

span.flag.canary-islands:before {
    background-image:url(../fonts/canary-islands.svg)
}

span.flag.cape-verde:before {
    background-image:url(../fonts/cape-verde.svg)
}

span.flag.cayman-islands:before {
    background-image:url(../fonts/cayman-islands.svg)
}

span.flag.central-african-republic:before {
    background-image:url(../fonts/central-african-republic.svg)
}

span.flag.ceuta:before {
    background-image:url(../fonts/ceuta.svg)
}

span.flag.chad:before {
    background-image:url(../fonts/chad.svg)
}

span.flag.chile:before {
    background-image:url(../fonts/chile.svg)
}

span.flag.china:before {
    background-image:url(../fonts/china.svg)
}

span.flag.christmas-island:before {
    background-image:url(../fonts/christmas-island.svg)
}

span.flag.cocos-island:before {
    background-image:url(../fonts/cocos-island.svg)
}

span.flag.colombia:before {
    background-image:url(../fonts/colombia.svg)
}

span.flag.comoros:before {
    background-image:url(../fonts/comoros.svg)
}

span.flag.cook-islands:before {
    background-image:url(../fonts/cook-islands.svg)
}

span.flag.corsica:before {
    background-image:url(../fonts/corsica.svg)
}

span.flag.costa-rica:before {
    background-image:url(../fonts/costa-rica.svg)
}

span.flag.croatia:before {
    background-image:url(../fonts/croatia.svg)
}

span.flag.cuba:before {
    background-image:url(../fonts/cuba.svg)
}

span.flag.curacao:before {
    background-image:url(../fonts/curacao.svg)
}

span.flag.cyprus:before {
    background-image:url(../fonts/cyprus.svg)
}

span.flag.czech-republic:before {
    background-image:url(../fonts/czech-republic.svg)
}

span.flag.democratic-republic-of-congo:before {
    background-image:url(../fonts/democratic-republic-of-congo.svg)
}

span.flag.denmark:before {
    background-image:url(../fonts/denmark.svg)
}

span.flag.djibouti:before {
    background-image:url(../fonts/djibouti.svg)
}

span.flag.dominica:before {
    background-image:url(../fonts/dominica.svg)
}

span.flag.dominican-republic:before {
    background-image:url(../fonts/dominican-republic.svg)
}

span.flag.east-timor:before {
    background-image:url(../fonts/east-timor.svg)
}

span.flag.ecuador:before {
    background-image:url(../fonts/ecuador.svg)
}

span.flag.egypt:before {
    background-image:url(../fonts/egypt.svg)
}

span.flag.england:before {
    background-image:url(../fonts/england.svg)
}

span.flag.equatorial-guinea:before {
    background-image:url(../fonts/equatorial-guinea.svg)
}

span.flag.eritrea:before {
    background-image:url(../fonts/eritrea.svg)
}

span.flag.estonia:before {
    background-image:url(../fonts/estonia.svg)
}

span.flag.ethiopia:before {
    background-image:url(../fonts/ethiopia.svg)
}

span.flag.european-union:before {
    background-image:url(../fonts/european-union.svg)
}

span.flag.falkland-islands:before {
    background-image:url(../fonts/falkland-islands.svg)
}

span.flag.faroe-islands:before {
    background-image:url(../fonts/faroe-islands.svg)
}

span.flag.fiji:before {
    background-image:url(../fonts/fiji.svg)
}

span.flag.finland:before {
    background-image:url(../fonts/finland.svg)
}

span.flag.france:before {
    background-image:url(../fonts/france.svg)
}

span.flag.french-polynesia:before {
    background-image:url(../fonts/french-polynesia.svg)
}

span.flag.gabon:before {
    background-image:url(../fonts/gabon.svg)
}

span.flag.galapagos-islands:before {
    background-image:url(../fonts/galapagos-islands.svg)
}

span.flag.gambia:before {
    background-image:url(../fonts/gambia.svg)
}

span.flag.georgia:before {
    background-image:url(../fonts/georgia.svg)
}

span.flag.germany:before {
    background-image:url(../fonts/germany.svg)
}

span.flag.ghana:before {
    background-image:url(../fonts/ghana.svg)
}

span.flag.gibraltar:before {
    background-image:url(../fonts/gibraltar.svg)
}

span.flag.greece:before {
    background-image:url(../fonts/greece.svg)
}

span.flag.greenland:before {
    background-image:url(../fonts/greenland.svg)
}

span.flag.grenada:before {
    background-image:url(../fonts/grenada.svg)
}

span.flag.guam:before {
    background-image:url(../fonts/guam.svg)
}

span.flag.guatemala:before {
    background-image:url(../fonts/guatemala.svg)
}

span.flag.guernsey:before {
    background-image:url(../fonts/guernsey.svg)
}

span.flag.guinea-bissau:before {
    background-image:url(../fonts/guinea-bissau.svg)
}

span.flag.guinea:before {
    background-image:url(../fonts/guinea.svg)
}

span.flag.guyana:before {
    background-image:url(../fonts/guyana.svg)
}

span.flag.haiti:before {
    background-image:url(../fonts/haiti.svg)
}

span.flag.hawaii:before {
    background-image:url(../fonts/hawaii.svg)
}

span.flag.honduras:before {
    background-image:url(../fonts/honduras.svg)
}

span.flag.hong-kong:before {
    background-image:url(../fonts/hong-kong.svg)
}

span.flag.hungary:before {
    background-image:url(../fonts/hungary.svg)
}

span.flag.iceland:before {
    background-image:url(../fonts/iceland.svg)
}

span.flag.india:before {
    background-image:url(../fonts/india.svg)
}

span.flag.indonesia:before {
    background-image:url(../fonts/indonesia.svg)
}

span.flag.iran:before {
    background-image:url(../fonts/iran.svg)
}

span.flag.iraq:before {
    background-image:url(../fonts/iraq.svg)
}

span.flag.ireland:before {
    background-image:url(../fonts/ireland.svg)
}

span.flag.isle-of-man:before {
    background-image:url(../fonts/isle-of-man.svg)
}

span.flag.israel:before {
    background-image:url(../fonts/israel.svg)
}

span.flag.italy:before {
    background-image:url(../fonts/italy.svg)
}

span.flag.ivory-coast:before {
    background-image:url(../fonts/ivory-coast.svg)
}

span.flag.jamaica:before {
    background-image:url(../fonts/jamaica.svg)
}

span.flag.japan:before {
    background-image:url(../fonts/japan.svg)
}

span.flag.jersey:before {
    background-image:url(../fonts/jersey.svg)
}

span.flag.jordan:before {
    background-image:url(../fonts/jordan.svg)
}

span.flag.kazakhstan:before {
    background-image:url(../fonts/kazakhstan.svg)
}

span.flag.kenya:before {
    background-image:url(../fonts/kenya.svg)
}

span.flag.kiribati:before {
    background-image:url(../fonts/kiribati.svg)
}

span.flag.kosovo:before {
    background-image:url(../fonts/kosovo.svg)
}

span.flag.kuwait:before {
    background-image:url(../fonts/kuwait.svg)
}

span.flag.kyrgyzstan:before {
    background-image:url(../fonts/kyrgyzstan.svg)
}

span.flag.laos:before {
    background-image:url(../fonts/laos.svg)
}

span.flag.latvia:before {
    background-image:url(../fonts/latvia.svg)
}

span.flag.lebanon:before {
    background-image:url(../fonts/lebanon.svg)
}

span.flag.lesotho:before {
    background-image:url(../fonts/lesotho.svg)
}

span.flag.liberia:before {
    background-image:url(../fonts/liberia.svg)
}

span.flag.libya:before {
    background-image:url(../fonts/libya.svg)
}

span.flag.liechtenstein:before {
    background-image:url(../fonts/liechtenstein.svg)
}

span.flag.lithuania:before {
    background-image:url(../fonts/lithuania.svg)
}

span.flag.luxembourg:before {
    background-image:url(../fonts/luxembourg.svg)
}

span.flag.macao:before {
    background-image:url(../fonts/macao.svg)
}

span.flag.madagascar:before {
    background-image:url(../fonts/madagascar.svg)
}

span.flag.madeira:before {
    background-image:url(../fonts/madeira.svg)
}

span.flag.malawi:before {
    background-image:url(../fonts/malawi.svg)
}

span.flag.malaysia:before {
    background-image:url(../fonts/malaysia.svg)
}

span.flag.maldives:before {
    background-image:url(../fonts/maldives.svg)
}

span.flag.mali:before {
    background-image:url(../fonts/mali.svg)
}

span.flag.malta:before {
    background-image:url(../fonts/malta.svg)
}

span.flag.marshall-island:before {
    background-image:url(../fonts/marshall-island.svg)
}

span.flag.martinique:before {
    background-image:url(../fonts/martinique.svg)
}

span.flag.mauritania:before {
    background-image:url(../fonts/mauritania.svg)
}

span.flag.mauritius:before {
    background-image:url(../fonts/mauritius.svg)
}

span.flag.melilla:before {
    background-image:url(../fonts/melilla.svg)
}

span.flag.mexico:before {
    background-image:url(../fonts/mexico.svg)
}

span.flag.micronesia:before {
    background-image:url(../fonts/micronesia.svg)
}

span.flag.moldova:before {
    background-image:url(../fonts/moldova.svg)
}

span.flag.monaco:before {
    background-image:url(../fonts/monaco.svg)
}

span.flag.mongolia:before {
    background-image:url(../fonts/mongolia.svg)
}

span.flag.montenegro:before {
    background-image:url(../fonts/montenegro.svg)
}

span.flag.montserrat:before {
    background-image:url(../fonts/montserrat.svg)
}

span.flag.morocco:before {
    background-image:url(../fonts/morocco.svg)
}

span.flag.mozambique:before {
    background-image:url(../fonts/mozambique.svg)
}

span.flag.myanmar:before {
    background-image:url(../fonts/myanmar.svg)
}

span.flag.namibia:before {
    background-image:url(../fonts/namibia.svg)
}

span.flag.nato:before {
    background-image:url(../fonts/nato.svg)
}

span.flag.nauru:before {
    background-image:url(../fonts/nauru.svg)
}

span.flag.nepal:before {
    background-image:url(../fonts/nepal.svg)
}

span.flag.netherlands:before {
    background-image:url(../fonts/netherlands.svg)
}

span.flag.new-zealand:before {
    background-image:url(../fonts/new-zealand.svg)
}

span.flag.nicaragua:before {
    background-image:url(../fonts/nicaragua.svg)
}

span.flag.niger:before {
    background-image:url(../fonts/niger.svg)
}

span.flag.nigeria:before {
    background-image:url(../fonts/nigeria.svg)
}

span.flag.niue:before {
    background-image:url(../fonts/niue.svg)
}

span.flag.norfolk-island:before {
    background-image:url(../fonts/norfolk-island.svg)
}

span.flag.north-korea:before {
    background-image:url(../fonts/north-korea.svg)
}

span.flag.northen-cyprus:before {
    background-image:url(../fonts/northen-cyprus.svg)
}

span.flag.northern-marianas-islands:before {
    background-image:url(../fonts/northern-marianas-islands.svg)
}

span.flag.norway:before {
    background-image:url(../fonts/norway.svg)
}

span.flag.oman:before {
    background-image:url(../fonts/oman.svg)
}

span.flag.orkney-islands:before {
    background-image:url(../fonts/orkney-islands.svg)
}

span.flag.ossetia:before {
    background-image:url(../fonts/ossetia.svg)
}

span.flag.pakistan:before {
    background-image:url(../fonts/pakistan.svg)
}

span.flag.palau:before {
    background-image:url(../fonts/palau.svg)
}

span.flag.palestine:before {
    background-image:url(../fonts/palestine.svg)
}

span.flag.panama:before {
    background-image:url(../fonts/panama.svg)
}

span.flag.papua-new-guinea:before {
    background-image:url(../fonts/papua-new-guinea.svg)
}

span.flag.paraguay:before {
    background-image:url(../fonts/paraguay.svg)
}

span.flag.peru:before {
    background-image:url(../fonts/peru.svg)
}

span.flag.philippines:before {
    background-image:url(../fonts/philippines.svg)
}

span.flag.pitcairn-islands:before {
    background-image:url(../fonts/pitcairn-islands.svg)
}

span.flag.portugal:before {
    background-image:url(../fonts/portugal.svg)
}

span.flag.puerto-rico:before {
    background-image:url(../fonts/puerto-rico.svg)
}

span.flag.qatar:before {
    background-image:url(../fonts/qatar.svg)
}

span.flag.rapa-nui:before {
    background-image:url(../fonts/rapa-nui.svg)
}

span.flag.republic-of-macedonia:before {
    background-image:url(../fonts/republic-of-macedonia.svg)
}

span.flag.republic-of-poland:before {
    background-image:url(../fonts/republic-of-poland.svg)
}

span.flag.republic-of-the-congo:before {
    background-image:url(../fonts/republic-of-the-congo.svg)
}

span.flag.romania:before {
    background-image:url(../fonts/romania.svg)
}

span.flag.russia:before {
    background-image:url(../fonts/russia.svg)
}

span.flag.rwanda:before {
    background-image:url(../fonts/rwanda.svg)
}

span.flag.saba-island:before {
    background-image:url(../fonts/saba-island.svg)
}

span.flag.saint-kitts-and-nevis:before {
    background-image:url(../fonts/saint-kitts-and-nevis.svg)
}

span.flag.salvador:before {
    background-image:url(../fonts/salvador.svg)
}

span.flag.samoa:before {
    background-image:url(../fonts/samoa.svg)
}

span.flag.san-marino:before {
    background-image:url(../fonts/san-marino.svg)
}

span.flag.sao-tome-and-principe:before {
    background-image:url(../fonts/sao-tome-and-principe.svg)
}

span.flag.sardinia:before {
    background-image:url(../fonts/sardinia.svg)
}

span.flag.saudi-arabia:before {
    background-image:url(../fonts/saudi-arabia.svg)
}

span.flag.scotland:before {
    background-image:url(../fonts/scotland.svg)
}

span.flag.senegal:before {
    background-image:url(../fonts/senegal.svg)
}

span.flag.serbia:before {
    background-image:url(../fonts/serbia.svg)
}

span.flag.seychelles:before {
    background-image:url(../fonts/seychelles.svg)
}

span.flag.sierra-leone:before {
    background-image:url(../fonts/sierra-leone.svg)
}

span.flag.singapore:before {
    background-image:url(../fonts/singapore.svg)
}

span.flag.sint-eustatius:before {
    background-image:url(../fonts/sint-eustatius.svg)
}

span.flag.sint-maarten:before {
    background-image:url(../fonts/sint-maarten.svg)
}

span.flag.slovakia:before {
    background-image:url(../fonts/slovakia.svg)
}

span.flag.slovenia:before {
    background-image:url(../fonts/slovenia.svg)
}

span.flag.solomon-islands:before {
    background-image:url(../fonts/solomon-islands.svg)
}

span.flag.somalia:before {
    background-image:url(../fonts/somalia.svg)
}

span.flag.somaliland:before {
    background-image:url(../fonts/somaliland.svg)
}

span.flag.south-africa:before {
    background-image:url(../fonts/south-africa.svg)
}

span.flag.south-korea:before {
    background-image:url(../fonts/south-korea.svg)
}

span.flag.south-sudan:before {
    background-image:url(../fonts/south-sudan.svg)
}

span.flag.spain:before {
    background-image:url(../fonts/spain.svg)
}

span.flag.sri-lanka:before {
    background-image:url(../fonts/sri-lanka.svg)
}

span.flag.st-barts:before {
    background-image:url(../fonts/st-barts.svg)
}

span.flag.st-lucia:before {
    background-image:url(../fonts/st-lucia.svg)
}

span.flag.st-vincent-and-the-grenadines:before {
    background-image:url(../fonts/st-vincent-and-the-grenadines.svg)
}

span.flag.sudan:before {
    background-image:url(../fonts/sudan.svg)
}

span.flag.suriname:before {
    background-image:url(../fonts/suriname.svg)
}

span.flag.swaziland:before {
    background-image:url(../fonts/swaziland.svg)
}

span.flag.sweden:before {
    background-image:url(../fonts/sweden.svg)
}

span.flag.switzerland:before {
    background-image:url(../fonts/switzerland.svg)
}

span.flag.syria:before {
    background-image:url(../fonts/syria.svg)
}

span.flag.taiwan:before {
    background-image:url(../fonts/taiwan.svg)
}

span.flag.tajikistan:before {
    background-image:url(../fonts/tajikistan.svg)
}

span.flag.tanzania:before {
    background-image:url(../fonts/tanzania.svg)
}

span.flag.thailand:before {
    background-image:url(../fonts/thailand.svg)
}

span.flag.tibet:before {
    background-image:url(../fonts/tibet.svg)
}

span.flag.togo:before {
    background-image:url(../fonts/togo.svg)
}

span.flag.tokelau:before {
    background-image:url(../fonts/tokelau.svg)
}

span.flag.tonga:before {
    background-image:url(../fonts/tonga.svg)
}

span.flag.transnistria:before {
    background-image:url(../fonts/transnistria.svg)
}

span.flag.trinidad-and-tobago:before {
    background-image:url(../fonts/trinidad-and-tobago.svg)
}

span.flag.tunisia:before {
    background-image:url(../fonts/tunisia.svg)
}

span.flag.turkey:before {
    background-image:url(../fonts/turkey.svg)
}

span.flag.turkmenistan:before {
    background-image:url(../fonts/turkmenistan.svg)
}

span.flag.turks-and-caicos:before {
    background-image:url(../fonts/turks-and-caicos.svg)
}

span.flag.tuvalu:before {
    background-image:url(../fonts/tuvalu.svg)
}

span.flag.uganda:before {
    background-image:url(../fonts/uganda.svg)
}

span.flag.ukraine:before {
    background-image:url(../fonts/ukraine.svg)
}

span.flag.united-arab-emirates:before {
    background-image:url(../fonts/united-arab-emirates.svg)
}

span.flag.united-kingdom:before {
    background-image:url(../fonts/united-kingdom.svg)
}

span.flag.united-nations:before {
    background-image:url(../fonts/united-nations.svg)
}

span.flag.united-states-of-america:before {
    background-image:url(../fonts/united-states-of-america.svg)
}

span.flag.uruguay:before {
    background-image:url(../fonts/uruguay.svg)
}

span.flag.uzbekistan:before {
    background-image:url(../fonts/uzbekistan.svg)
}

span.flag.vanuatu:before {
    background-image:url(../fonts/vanuatu.svg)
}

span.flag.vatican-city:before {
    background-image:url(../fonts/vatican-city.svg)
}

span.flag.venezuela:before {
    background-image:url(../fonts/venezuela.svg)
}

span.flag.vietnam:before {
    background-image:url(../fonts/vietnam.svg)
}

span.flag.virgin-islands:before {
    background-image:url(../fonts/virgin-islands.svg)
}

span.flag.wales:before {
    background-image:url(../fonts/wales.svg)
}

span.flag.western-sahara:before {
    background-image:url(../fonts/western-sahara.svg)
}

span.flag.yemen:before {
    background-image:url(../fonts/yemen.svg)
}

span.flag.zambia:before {
    background-image:url(../fonts/zambia.svg)
}

span.flag.zimbabwe:before {
    background-image:url(../fonts/zimbabwe.svg)
}

span.flag.usa:before {
    background-image:url(../fonts/united-states-of-america.svg)
}

span.flag.chn:before {
    background-image:url(../fonts/china.svg)
}

span.flag.jpn:before {
    background-image:url(../fonts/japan.svg)
}

span.flag.ita:before {
    background-image:url(../fonts/italy.svg)
}

span.flag.fra:before {
    background-image:url(../fonts/france.svg)
}

span.flag.bra:before {
    background-image:url(../fonts/brazil.svg)
}

span.flag.deu:before {
    background-image:url(../fonts/germany.svg)
}

span.flag.gbr:before {
    background-image:url(../fonts/united-kingdom.svg)
}

span.flag.sau:before {
    background-image:url(../fonts/saudi-arabia.svg)
}

span.flag.egy:before {
    background-image:url(../fonts/egypt.svg)
}

span.flag.irn:before {
    background-image:url(../fonts/iran.svg)
}

span.flag.vnm:before {
    background-image:url(../fonts/vietnam.svg)
}

span.flag.sdn:before {
    background-image:url(../fonts/sudan.svg)
}

span.flag.cub:before {
    background-image:url(../fonts/cuba.svg)
}

span.flag.uzb:before {
    background-image:url(../fonts/uzbekistan.svg)
}

span.flag.syr:before {
    background-image:url(../fonts/syria.svg)
}

span.flag.aze:before {
    background-image:url(../fonts/azerbaijan.svg)
}

span.flag.yem:before {
    background-image:url(../fonts/yemen.svg)
}

span.flag.tkm:before {
    background-image:url(../fonts/turkmenistan.svg)
}

span.flag.lby:before {
    background-image:url(../fonts/libya.svg)
}

span.flag.lao:before {
    background-image:url(../fonts/laos.svg)
}

span.flag.gnq:before {
    background-image:url(../fonts/equatorial-guinea.svg)
}

span.flag.som:before {
    background-image:url(../fonts/somalia.svg)
}

span.flag.dji:before {
    background-image:url(../fonts/djibouti.svg)
}

span.flag.bdi:before {
    background-image:url(../fonts/burundi.svg)
}

span.flag.eri:before {
    background-image:url(../fonts/eritrea.svg)
}

#t-index-projection {
    margin:2em 0
}

#t-index-projection-legends ul {
    list-style:none
}

#t-index-projection-legends ul li {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    margin-bottom:15px
}

#t-index-projection-legends ul li.initial {
    display:none
}

#t-index-projection-legends.show-all ul li.initial {
    display:inline-block
}

#t-index-projection-legends ul li.t-index-legend-more {
    display: block;
    color: #66D5DE;
    color: var(--blue);
    text-decoration: underline;
    line-height:32px
}

#t-index-projection-legends.show-all ul li.t-index-legend-more {
    display:none
}

#t-index-projection-legends ul li span:before {
    transition:all .15s ease-in-out
}

#t-index-projection-legends ul li:hover span:before {
    transform:scale(1.1)
}

#t-index-projection-legends ul li span {
    pointer-events:none
}

#t-index-projection-legends ul li.hidden .flag {
    opacity: .3;
    filter:grayscale(100%)
}

#t-index-tooltip {
    opacity: 1;
    position: absolute;
    background: #f2f5f7;
    background: var(--light-grey);
    border-radius: 5px;
    transition: all .1s ease;
    pointer-events: none;
    transform: translate(-50%);
    font-size: 14px;
    margin-top: 10px;
    padding-bottom:8px
}

#t-index-tooltip span {
    display: block;
    padding: 8px 8px 0;
    font-size:14px
}

#t-index-tooltip span + span {
    padding-top:0
}

#t-index-tooltip span:before {
    background-color:#fff
}

#t-index-tooltip h5 {
    text-align: center;
    display: block;
    border-bottom: 1px solid #ccd4de;
    border-bottom: 1px solid var(--silver);
    padding:8px
}

#t-index-tooltip h5, .t-tag {
    font-size: 14px;
    color: #768190;
    color:var(--dark-grey)
}

.t-tag {
    display: inline-block;
    line-height: 1em;
    padding: .6em .8em;
    border: 1px solid #ccd4de;
    border: 1px solid var(--silver);
    border-radius: 1.2em;
    text-decoration: none;
    font-weight: 500;
    margin:.2em .1em
}

.t-tag:hover {
    color: #fff;
    background: #66D5DE;
    background: var(--blue);
    border-color: #66D5DE;
    border-color:var(--blue)
}

.bar {
    display: flex;
    width:100%
}

.bar_progress {
    width: 100%;
    display: block;
    height: 16px;
    border-radius: 8px;
    background: #f2f5f7;
    background: var(--light-grey);
    min-width: 10em;
    margin-right:1em
}

.bar_progress:before {
    content: "";
    display: inline-block;
    height: 100%;
    border-radius: 8px;
    background: #66D5DE;
    background: var(--blue);
    width:calc(var(--progress)/var(--max) * 100%)
}

.bar_value {
    min-width:5em
}

table.table-bars.world {
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image:url(../images/world.png)
}

table.table-bars {
    width: 100%;
    margin:2em 0
}

table.table-bars td {
    padding-bottom: 1em;
    min-height:50px
}

table.table-bars.big td {
    padding-bottom:1.2em
}

table.table-bars td:first-child strong {
    line-height:32px
}

table.table-bars.first-right td:first-child {
    text-align:right
}

table.table-bars.first-right td:first-child span.flag {
    margin-right:1em
}

@media screen and (max-width: 768px) {
    .bar_progress {
        min-width:6em
    }

    .bar_value {
        min-width:3em
    }
}

span.print-value {
    display: inline;
    font-weight: inherit;
    color:inherit
}

.responsive-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    width:100%
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

.responsive-video.responsive-video--wide {
    padding-bottom:42.8571%
}

.responsive-video.responsive-video--no-ptop {
    padding-top:0
}

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

.tindex-form form {
    margin-top: 30px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content:space-between
}

.tindex-form form .contact-form__input {
    flex-grow:1
}

.tindex-form form .contact-form__input label {
    display:none
}

.tindex-form form button {
    flex-shrink: 0;
    width: 20%;
    margin-left: 5%;
    max-width: 220px;
    min-width: 100px;
    box-shadow:none
}

.tindex-form form .contact-form__conditions {
    width: 100%;
    display: block;
    flex-grow: 1;
    flex-shrink: 0;
    color: #768190;
    color:var(--dark-grey)
}

.tindex-form form input + .input__invalid-message {
    color: #fff;
    background-color: #ed7a5b;
    box-shadow:0 0 0 2px #ed7a5b
}

.tindex-form form .input--is-invalid, .tindex-form form .input--is-invalid:hover {
    box-shadow:0 0 0 2px #ed7a5b, 0 1px 2px rgba(0, 0, 0, .16)
}

@media (max-width: 400px) {
    .tindex-form form button {
        width: 100%;
        margin-top: 5%;
        margin-left: 0;
        max-width:100%
    }

    .tindex-form form .contact-form__conditions {
        margin-top:5px
    }
}

.box {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 0 15px;
    margin-top: -48px;
    margin-bottom:-48px
}

.box__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #f2f5f7;
    text-align:center
}

.box__content, .instagram-feed {
    padding:48px 0
}

.instagram-feed h3 {
    text-align: center;
    margin-bottom:48px
}

.instagram-feed__gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    overflow:hidden
}

.instagram-feed__item {
    max-width: 100%;
    overflow: hidden;
    cursor:pointer
}

.instagram-feed__item img {
    display: block;
    width: 100%;
    height:100%
}

@media (max-width: 575px) {
    .instagram-feed__gallery {
        grid-template-columns:1fr
    }
}

#ukrainesupport {
    background-color: gold;
    color: #0057b7;
    padding: 10px 0 10px 20px;
    position: relative;
    z-index:10
}

#maintenance, #ukrainesupport {
    text-align: center;
    align-items: center;
    justify-content:center
}

#maintenance {
    display: flex;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    background-color: #f2f5f7;
    padding: 8px 12px;
    margin:0
}

.instant-quote-page {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    max-width: var(--page-max-width);
    margin-top: 28px;
    align-items: center;
    justify-content: center;
    text-align:left
}

@media screen and (max-width: 1024px) {
    .instant-quote-page {
        margin-top:0
    }
}

.instant-quote-page__header {
    display: flex;
    justify-content: space-between;
    width:100%
}

@media screen and (max-width: 768px) {
    .instant-quote-page__header {
        flex-direction:column
    }
}

.instant-quote-page__header h1 {
    max-width: 760px;
    padding-right:32px
}

@media screen and (max-width: 768px) {
    .instant-quote-page__header h1 {
        font-size: 24px;
        line-height:32px
    }
}

.instant-quote-page__header p {
    max-width: 440px;
    line-height: 32px;
    margin-left:auto
}

@media screen and (max-width: 768px) {
    .instant-quote-page__header p {
        font-size: 14px;
        line-height: 24px;
        max-width: 100%;
        margin-top: 8px;
        margin-left:0
    }
}

main > section {
    padding:48px 0
}

.header--order, .order-page {
    width:100%
}

.header--order + main {
    overflow:visible
}

.header__order-content {
    align-items: center;
    justify-content: space-between;
    padding-right:40px
}

.header__order-content, .order {
    display: flex;
    flex: 1;
    flex-direction: row;
    width:100%
}

.order {
    margin-top:4px
}

@media screen and (max-width: 768px) {
    .order {
        flex-direction:column-reverse
    }
}

.order__form {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-right: 40px;
    padding-bottom:64px
}

@media (max-width: 991px) {
    .order__form {
        padding-right:24px
    }
}

@media (max-width: 767px) {
    .order__form {
        padding-right:0
    }
}

.order h5 {
    margin-bottom:32px
}

.form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 24px;
    row-gap: 24px;
    grid-column-gap: 40px;
    column-gap:40px
}

@media (max-width: 991px) {
    .form__grid {
        grid-template-columns:1fr
    }
}

.form__grid .form__row {
    grid-column:1/-1
}

.order__row {
    display:flex
}

@media (max-width: 991px) {
    .order__row {
        flex-direction:column
    }

    .order__row > div + div {
        margin-top:24px
    }
}

.order__row + .order__row {
    margin-top:24px
}

.order__row .input-with-label__wrapper, .order__row .select-with-label__wrapper {
    flex:1
}

.order__row .input-with-label__wrapper + .input-with-label__wrapper, .order__row .input-with-label__wrapper + .select-with-label__wrapper, .order__row .select-with-label__wrapper + .input-with-label__wrapper {
    margin-left:40px
}

@media (max-width: 991px) {
    .order__row .input-with-label__wrapper + .input-with-label__wrapper, .order__row .input-with-label__wrapper + .select-with-label__wrapper, .order__row .select-with-label__wrapper + .input-with-label__wrapper {
        margin-left:0
    }
}

.order__send-files-header {
    margin-top: 56px;
    display: flex;
    margin-bottom:10px
}

.order__send-files-header > h5 {
    margin-bottom:0
}

.order__send-files-header-warning {
    color: #ebbf47;
    color: var(--yellow);
    margin-bottom: 10px;
    font-size: 14px;
    line-height:24px
}

@media screen and (max-width: 768px) {
    .order__send-files-header {
        flex-direction:column
    }

    .order__send-files-header h5 {
        margin-bottom:8px
    }
}

.order__send-files-help {
    display: flex;
    margin-left: auto;
    font-size: 14px;
    line-height: 24px;
    color: #768190;
    color:var(--dark-grey)
}

@media screen and (max-width: 768px) {
    .order__send-files-help {
        margin-left: 0;
        margin-bottom:30px
    }
}

.order__send-files-help .icon {
    margin-right:8px
}

.order__send-files-help .icon__fill {
    fill: #66d4bd;
    fill:var(--green)
}

.order__files-read-only .uploader__item {
    border-radius: 0;
    padding: 16px 0;
    box-shadow:none
}

.order__files-read-only .uploader__item + .uploader__item {
    margin-top: 0;
    border-top: 1px solid #ccd4de;
    border-top:1px solid var(--silver)
}

.order__options {
    border-radius: 2px;
    box-shadow: 0 0 0 1px #abb3bd;
    box-shadow:0 0 0 1px var(--grey)
}

.order__option-head {
    padding: 16px 24px;
    font-weight: 400;
    display:flex
}

@supports (-webkit-overflow-scrolling: touch) {
    .order__option-head {
        cursor: pointer;
        -webkit-tap-highlight-color:rgba(0, 0, 0, 0)
    }
}

.order__option-head:hover {
    cursor:pointer
}

.order__option:first-of-type .order__option-head {
    border-bottom: 1px solid #ccd4de;
    border-bottom: 1px solid var(--silver);
    margin-bottom:-1px
}

.order__option:not(:first-of-type) .order__option-head {
    border-top: 1px solid #ccd4de;
    border-top:1px solid var(--silver)
}

.order__option-name {
    margin-left: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight:500
}

.order__option-body {
    border-top: 1px solid #ccd4de;
    border-top: 1px solid var(--silver);
    background-color: #f2f5f7;
    background-color: var(--light-grey);
    color: #768190;
    color:var(--dark-grey)
}

.order__option-body > p {
    padding:24px
}

.order__footer {
    display: flex;
    margin-top: 56px;
    align-items:center
}

@media (max-width: 991px) {
    .order__footer {
        flex-direction: column-reverse;
        align-items:center
    }

    .order .order__footer .button, .order .order__footer button {
        margin-left: 0;
        margin-bottom: 32px;
        width:100%
    }
}

.order__footer-go-back {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    color: #768190;
    color:var(--dark-grey)
}

@supports (-webkit-overflow-scrolling: touch) {
    .order__footer-go-back {
        cursor: pointer;
        -webkit-tap-highlight-color:rgba(0, 0, 0, 0)
    }
}

.order__footer-go-back:hover {
    cursor:pointer
}

.order__footer-go-back .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:8px
}

.order__footer-go-back .icon .icon__fill {
    fill: #768190;
    fill:var(--dark-grey)
}

.order__footer .button, .order__footer button {
    margin-left: auto;
    min-width:240px
}

.header__order-space {
    position: relative;
    flex: 1;
    width: 100%;
    max-width:370px
}

.order-summary {
    flex-basis: 330px;
    flex-shrink:1
}

.order__options--inline {
    display: flex;
    padding: 0;
    justify-content:space-between
}

@media screen and (max-width: 768px) {
    .order__options--inline {
        flex-direction:column
    }
}

.order__options--inline .order__option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding:8px 16px
}

.order__option:hover {
    cursor:pointer
}

.order__options--inline .radio {
    width: 16px;
    height: 16px;
    flex-shrink:0
}

.order__options--inline .radio--selected {
    box-shadow: inset 0 0 0 6px #66D5DE;
    box-shadow:0 0 0 6px var(--blue) inset
}

.order__options--inline .order__option + .order__option {
    box-shadow: -1px 0 0 0 #abb3bd;
    box-shadow:-1px 0 0 0 var(--grey)
}

@media screen and (max-width: 768px) {
    .order__options--inline .order__option + .order__option {
        box-shadow: 0 -1px 0 0 #abb3bd;
        box-shadow:0 -1px 0 0 var(--grey)
    }
}

.order__options--inline .order__option-name {
    margin-left: 8px;
    line-height: 32px;
    white-space:nowrap
}

.order-terms {
    margin-top:40px
}

.order-terms input[type=checkbox] + label {
    margin:0 0 0 8px
}

h3.order__confirmation-title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 48px;
    text-align:center
}

h5.order__confirmation-subtitle {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align:center
}

.order__confirmation-delivery, .order__confirmation-payment-conditions {
    align-items: center;
    flex-wrap: wrap;
    text-align:center
}

.order__confirmation-delivery {
    font-size: 18px;
    line-height: 42px;
    color: #000;
    color:var(--black)
}

.order__confirmation-delivery span:not(:last-of-type) {
    margin-right: 8px;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    color:var(--black)
}

.order__confirmation-payment-conditions {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 16px;
    color: #768190;
    color: var(--dark-grey);
    text-align:center
}

h4.order__confirmation-pay-now-title {
    margin-top: 48px;
    margin-bottom: 24px;
    text-align:center
}

.order__confirmation-payment-footer-note {
    margin-top: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #768190;
    color: var(--dark-grey);
    text-align:left
}

.order__confirmation-pay-now-button {
    margin-top: 12px;
    max-width: 200px;
    align-self: center;
    padding:13px 30px
}

.order__user-message {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 16px;
    background-color: #f2f5f7;
    background-color:var(--light-grey)
}

.order__user-message .icon {
    margin-right:16px
}

.order__user-message .icon__fill {
    fill: #66D5DE;
    fill:var(--blue)
}

.order__user-message a, .order__user-message span {
    margin-right:4px
}

.order__user-message__bold {
    font-weight:500
}

.sourceLangBold {
    font-weight: 700;
    font-size: 14px;
    margin-top:6px
}

.change-password {
    max-width: 400px;
    margin:108px auto 0
}

.change-password h5 {
    text-align:center
}

.change-password__subtitle {
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #768190;
    color:var(--dark-grey)
}

.change-password .input-with-label__wrapper + .input-with-label__wrapper {
    margin-top:16px
}

.change-password .button, .change-password button {
    width: 100%;
    margin-top:24px
}

@font-face {
    font-family: Noto Sans Arabic;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSansArabic-Regular.woff2) format("woff2"), url(../fonts/NotoSansArabic-Regular.woff) format("woff"), url(../NotoSansArabic-Regular.otf) format("opentype")
}

@font-face {
    font-family: Noto Sans Arabic;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/NotoSansArabic-Medium.woff2) format("woff2"), url(../fonts/NotoSansArabic-Medium.woff) format("woff"), url(../NotoSansArabic-Medium.otf) format("opentype")
}

@font-face {
    font-family: Noto Sans Arabic;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/NotoSansArabic-Bold.woff2) format("woff2"), url(../fonts/NotoSansArabic-Bold.woff) format("woff"), url(../NotoSansArabic-Bold.otf) format("opentype")
}

@font-face {
    font-family: Noto Sans Hebrew;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSansHebrew-Regular.woff2) format("woff2"), url(../fonts/NotoSansHebrew-Regular.woff) format("woff"), url(../NotoSansHebrew-Regular.otf) format("opentype")
}

@font-face {
    font-family: Noto Sans Hebrew;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/NotoSansHebrew-Medium.woff2) format("woff2"), url(../fonts/NotoSansHebrew-Medium.woff) format("woff"), url(../NotoSansHebrew-Medium.otf) format("opentype")
}

@font-face {
    font-family: Noto Sans Hebrew;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/NotoSansHebrew-Bold.woff2) format("woff2"), url(../fonts/NotoSansHebrew-Bold.woff) format("woff"), url(../NotoSansHebrew-Bold.otf) format("opentype")
}

html.rtl {
    direction:rtl
}

html.rtl[lang^=ar] body {
    font-family:Noto Sans Arabic, Helvetica Neue, Arial, sans-serif
}

html.rtl[lang^=he] body {
    font-family:Noto Sans Hebrew, Helvetica Neue, Arial, sans-serif
}

html.rtl header nav ol li + li {
    margin-left: 0;
    margin-right:32px
}

html.rtl header nav ol li.nav__button + li {
    margin-left: 0;
    margin-right:7px
}

html.rtl .header__help {
    margin-right: 0;
    margin-left:32px
}

html.rtl .footer__credits > div {
    padding-left: 12px;
    padding-right:0
}

html.rtl .footer__credits > .icon {
    margin-right: 0;
    margin-left:25px
}

html.rtl .footer__settings p .icon {
    margin-right: 0;
    margin-left:12px
}

html.rtl .footer__menu {
    padding-right: 0;
    padding-left:8vw
}

html.rtl .input__invalid-message {
    padding-right: 16px;
    padding-left:0
}

html.rtl .input--invisible, html.rtl .select--invisible {
    left: auto;
    right:-100px
}

html.rtl .input-with-icon__wrapper input, html.rtl .select, html.rtl select {
    padding-right: 16px;
    padding-left:36px
}

html.rtl .input-with-icon__right-icon, html.rtl .select-with-icon__right-icon {
    right: auto;
    left:8px
}

html.rtl .hero-text .button--big {
    margin-left: 16px;
    margin-right:0
}

html.rtl .hero-image--align-left img {
    margin-right: 0;
    margin-left:auto
}

html.rtl .hero-image--align-right img {
    margin-right: auto;
    margin-left:0
}

html.rtl .hero-image--x-left img {
    margin-right: -50%;
    margin-left:auto
}

html.rtl .hero-image--left img {
    margin-right: -25%;
    margin-left:auto
}

html.rtl .cta__description {
    padding-left: 20px;
    padding-right:0
}

html.rtl .instant-quote-page {
    text-align:right
}

html.rtl .instant-quote-page__header p {
    margin-left: 0;
    margin-right:auto
}

html.rtl .instant-quote-form__info .badge {
    margin-left: 10px;
    margin-right:0
}

html.rtl .instant-quote-form__quotes-header--pending {
    padding-right: 32px;
    padding-left:0
}

html.rtl .instant-quote-form__quotes-header .spinner {
    position: absolute;
    left: auto;
    right:0
}

html.rtl .instant-quote-form__row .instant-quote-form__input:first-child {
    margin-left: 16px;
    margin-right:0
}

html.rtl .instant-quote-form__row .instant-quote-form__input.UploadInput-root-0-2-1, html.rtl .instant-quote-form__row .instant-quote-form__input:last-child {
    margin-right: 16px !important;
    margin-left:0 !important
}

html.rtl .dropdown__search-bar-input, html.rtl .word-count-or-upload input {
    height:48px
}

html.rtl .file-uploaded__words {
    padding-right: 0;
    padding-left:12px
}

html.rtl .uploader-info__icon svg {
    margin-right: 0;
    margin-left:10px
}

html.rtl .uploader-info__fakelink {
    margin-left: 0;
    margin-right:5px
}

html.rtl input::-webkit-input-placeholder {
    line-height:normal !important
}

html.rtl .word-count-or-upload__upload {
    right: auto;
    left:8px
}

html.rtl .word-count-or-upload__upload:before {
    left: auto;
    right:0
}

html.rtl .word-count-or-upload__files-number {
    margin-right: 0;
    margin-left:6px
}

html.rtl .contact-form .word-count-or-upload__files-number {
    margin-right: 6px;
    margin-left:0
}

html.rtl .word-count-or-upload__words, html.rtl .word-count-or-upload__words span + span {
    margin-right: 8px;
    margin-left:0
}

html.rtl .word-count-or-upload__files-wrapper .icon {
    margin-right: auto;
    margin-left:4px
}

html.rtl .word-count-or-upload--hide-words-count .word-count-or-upload__files-wrapper .icon {
    margin-right: 8px;
    margin-left:0
}

html.rtl .word-count-or-upload__files-wrapper button {
    margin-right: 16px;
    margin-left:0
}

html.rtl .word-count-or-upload--hide-words-count .word-count-or-upload__files-wrapper button {
    margin-right: auto;
    margin-left:0
}

html.rtl input[type=button], html.rtl input[type=email], html.rtl input[type=number], html.rtl input[type=password], html.rtl input[type=search], html.rtl input[type=tel], html.rtl input[type=text], html.rtl input[type=url], html.rtl select, html.rtl textarea {
    text-align:right
}

html.rtl .layout__col-12 .feature-list .feature {
    margin-left: 1%;
    margin-right:0
}

html.rtl .feature__avatar, html.rtl .feature__icon {
    margin-right: 0;
    margin-left:24px
}

html.rtl .feature--block .feature__avatar, html.rtl .feature--block .feature__icon, html.rtl .feature--margin-30.feature--block .feature__avatar, html.rtl .feature--margin-30.feature--block .feature__icon, html.rtl .feature--margin-40.feature--block .feature__avatar, html.rtl .feature--margin-40.feature--block .feature__icon {
    margin-left:0
}

html.rtl .feature--block-image {
    text-align:right
}

html.rtl .feature--margin-40 .feature__avatar, html.rtl .feature--margin-40 .feature__icon {
    margin-left: 40px;
    margin-right:0
}

html.rtl .feature--margin-30 .feature__avatar, html.rtl .feature--margin-30 .feature__icon {
    margin-left: 30px;
    margin-right:0
}

html.rtl .feature__icon--nobg {
    margin-left: 16px;
    margin-right:0
}

html.rtl .feature__content:first-child {
    padding-left: 20px;
    padding-right:0
}

html.rtl .dropdown {
    padding-right: 8px;
    padding-left:0
}

html.rtl .dropdown--is-multiple-select {
    padding-right: 24px;
    padding-left:0
}

html.rtl .dropdown__search-bar {
    margin-right: -8px;
    margin-left: 0;
    padding-right: 0;
    padding-left:30px
}

html.rtl .dropdown--is-multiple-select .dropdown__search-bar-input {
    padding-left: 0;
    padding-right: 64px;
    height:56px
}

html.rtl .dropdown__search-bar__icon {
    right: auto;
    left:0
}

html.rtl .input-with-close-icon {
    right: auto;
    left:25px
}

html.rtl .dropdown__most-popular {
    padding:16px 0 8px 8px
}

html.rtl .dropdown__most-popular-label {
    margin-left: 8px;
    margin-right: 0;
    float:right
}

html.rtl .dropdown__most-popular-option {
    display: inline-block;
    margin-left: 8px;
    padding-left:8px
}

html.rtl .dropdown__most-popular-option:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    top: 50%;
    right: -8px;
    background-color:#000
}

html.rtl .dropdown__most-popular-option:nth-child(2):after {
    display:none
}

html.rtl .dropdown__option {
    margin-right: 0;
    margin-left:8px
}

html.rtl .dropdown__footer-copy {
    margin-right: 0;
    margin-left:auto
}

html.rtl .dropdown__footer button + button {
    margin-left: 0;
    margin-right:8px
}

html.rtl .dropdown--is-multiple-select .dropdown__search-bar .input-with-icon__right-icon {
    left: auto;
    right:24px
}

html.rtl .delivery-date__option-head .radio {
    margin-left: 16px;
    margin-right:0
}

html.rtl .delivery-date__option-body {
    padding-left: 0;
    padding-right:40px
}

html.rtl .delivery-date__option-body .select-with-icon__wrapper + .select-with-icon__wrapper {
    margin-left: 0;
    margin-right:16px
}

html.rtl .delivery-date__modal__footer button {
    margin-right: 32px;
    margin-left:0
}

html.rtl .header__order-content, html.rtl .order__form {
    padding-right: 0;
    padding-left:40px
}

html.rtl .order__row .input-with-label__wrapper + .input-with-label__wrapper, html.rtl .order__row .input-with-label__wrapper + .select-with-label__wrapper, html.rtl .order__row .select-with-label__wrapper + .input-with-label__wrapper {
    margin-right: 40px;
    margin-left:0
}

html.rtl .order__send-files-help {
    margin-left: 0;
    margin-right:auto
}

html.rtl .order__send-files-help .icon {
    margin-left: 8px;
    margin-right:0
}

html.rtl .order__option-name {
    margin-right: 16px;
    margin-left:0
}

html.rtl .order__footer-go-back .icon {
    margin-right: 0;
    margin-left: 8px;
    transform:rotate(180deg)
}

html.rtl .order__footer .button, html.rtl .order__footer button {
    margin-right: auto;
    margin-left:0
}

html.rtl .order-terms input[type=checkbox] + label, html.rtl .order__options--inline .order__option-name {
    margin-right: 8px;
    margin-left:0
}

html.rtl .order__confirmation-delivery span:not(:last-of-type) {
    margin-right: 0;
    margin-left:8px
}

html.rtl .order__user-message .icon {
    margin-right: 0;
    margin-left:16px
}

html.rtl .order__user-message a, html.rtl .order__user-message span {
    margin-left: 4px;
    margin-right:0
}

html.rtl .order-summary {
    padding-left: 0;
    padding-right:40px
}

html.rtl .order-summary:before {
    left: 100%;
    box-shadow: -1px 0 0 0 #ccd4de, -10000px 0 0 10000px #f2f5f7;
    box-shadow:-1px 0 0 0 var(--silver), -10000px 0 0 10000px var(--light-grey)
}

html.rtl .order-summary__body-item-text {
    margin-left: 4px;
    margin-right: auto;
    text-align:left
}

html.rtl .order-summary__mobile-toggle-icon {
    margin-left: 0;
    margin-right:4px
}

html.rtl .order-summary__mobile-edit-icon, html.rtl .order-summary__mobile-toggle-total {
    margin-left: 0;
    margin-right:auto
}

html.rtl .order-summary__body-item-target-languages {
    padding-right: 32px;
    padding-left:0
}

html.rtl .order-summary__body-item-icon, html.rtl .order-summary__body-item-target-languages .label:not(:last-of-type) {
    margin-left: 8px;
    margin-right:0
}

html.rtl .instant-quote-form__quotes-header--pending h5 {
    margin-right: 16px;
    margin-left:0
}

html.rtl .call-now__status:after {
    margin-left: 0;
    margin-right:10px
}

html.rtl .cookieconsent__close-wrapper {
    margin-left: auto;
    right: auto;
    left:1px
}

html.rtl .hts-api-try-form__row .hts-api-try-form__input:first-child {
    margin-left: 16px;
    margin-right:0
}

html.rtl .hts-api-try-form__row .hts-api-try-form__input:last-child {
    margin-right: 16px;
    margin-left:0
}

html.rtl ul.list {
    padding-left: 0;
    padding-right:45px
}

html.rtl ul.list li:before {
    margin-left: 0;
    margin-right:-20px
}

html.rtl ul.list--checked {
    padding-left: 0;
    padding-right: 40px;
    text-align:right
}

html.rtl ul.list--checked li:before {
    margin-left: 0;
    margin-right:-40px
}

html.rtl ul.list--no-bullet li {
    margin-left: 0;
    margin-right:-45px
}

html.rtl ul.list--no-bullet li:before {
    margin-left: 0;
    margin-right:-40px
}

html.rtl .modal__tabs a:after {
    margin-left: 0;
    margin-right:6px
}

html.rtl .modal__header-close, html.rtl .modal__header-close--always-visible {
    right: auto;
    left:16px
}

html.rtl .modal__footer .button, html.rtl .modal__footer button {
    margin-left: 0;
    margin-right:auto
}

html.rtl .quote-result__header-feature p {
    margin-left: 0;
    margin-right:4px
}

html.rtl .quote-result__price {
    margin-right: 0;
    margin-left:auto
}

html.rtl .tab-link + .tab-link {
    margin-right: 20px;
    margin-left:0
}

html.rtl .tab-link + .tab-link:before {
    left: auto;
    right:-20px
}

html.rtl div.text table.advanced i.icon-collapse, html.rtl div.text table.advanced i.icon-down, html.rtl div.text table.advanced i.icon-stable, html.rtl div.text table.advanced i.icon-up {
    margin-left: 5px;
    margin-right:0
}

html.rtl div.text ul {
    padding-left: 0;
    padding-right:45px
}

html.rtl div.text ul li:before {
    margin-right: -20px;
    margin-left:0
}

html.rtl div.text blockquote {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    border-right: 2px solid #66D5DE;
    border-right: 2px solid var(--blue);
    margin-right: 25px;
    padding-right:25px
}

html.rtl .uploader__item-details--failure-grid > :nth-child(2) > input {
    margin-left: 0;
    margin-right: 5px;
    text-align:left
}

html.rtl .instant-quote-form__quotes-results {
    flex-direction:row-reverse
}

html.rtl code {
    direction:ltr
}

html.rtl div.text table, html.rtl div.text table th {
    text-align:right
}

html.rtl .reset-dir {
    direction:ltr
}

html.rtl .slider * {
    direction:rtl
}

html.rtl .avatar + .avatar-company {
    margin-left: -6px;
    margin-right: -24px;
    position:relative
}

html.rtl div.headliner p {
    max-width:650px
}

@media (max-width: 1399px) {
    html.rtl header nav ol li + li {
        margin-right:28px
    }

    html.rtl header .layout > a svg {
        margin-left: 20px;
        margin-right:0
    }
}

@media (max-width: 1199px) {
    html.rtl header .layout > a svg {
        margin-left:20px
    }

    html.rtl header nav ol li + li {
        margin-right:20px
    }

    html.rtl .hero-image--left img {
        margin-right: -10%;
        margin-left:auto
    }

    html.rtl .hero-image--x-left img {
        margin-right: -25%;
        margin-left:auto
    }

    html.rtl .feature--margin-40 .feature__avatar, html.rtl .feature--margin-40 .feature__icon {
        margin-left:30px
    }
}

@media screen and (max-width: 1024px) {
    html.rtl .order-summary {
        padding-right:24px
    }
}

@media (max-width: 991px) {
    html.rtl header nav ol li.nav__button + li {
        margin-right:0
    }

    html.rtl header nav ol {
        transform: translateX(-120%);
        left: 0;
        right: auto;
        padding-right: 36px;
        padding-left:calc(50vw - 347.5px)
    }

    html.rtl header nav ol li {
        text-align:right
    }

    html.rtl header nav ol li + li {
        margin-right:0
    }

    html.rtl .footer__credits > .icon {
        margin-left:20px
    }

    html.rtl .footer__menu {
        padding-right: 60px;
        padding-left:8vw
    }

  

    html.rtl .hero-image--left img, html.rtl .hero-image--right img, html.rtl .hero-image--x-left img, html.rtl .hero-image--x-right img {
        margin-right: 0;
        margin-left:auto
    }

    html.rtl .word-count-or-upload__or {
        padding-right: 0;
        padding-left:5px
    }

    html.rtl .word-count-or-upload > input {
        padding-right: 13px;
        padding-left:auto
    }

    html.rtl .feature--margin-30 .feature__avatar, html.rtl .feature--margin-30 .feature__icon, html.rtl .feature--margin-40 .feature__avatar, html.rtl .feature--margin-40 .feature__icon {
        margin-left:20px
    }

    html.rtl .layout__col-12 .feature-list .feature {
        margin-left:0
    }

    html.rtl .order__form {
        padding-left:24px
    }

    html.rtl .order .order__footer .button, html.rtl .order .order__footer button {
        margin-right: 0;
        margin-left:auto
    }

    html.rtl .order__row .input-with-label__wrapper + .input-with-label__wrapper, html.rtl .order__row .input-with-label__wrapper + .select-with-label__wrapper, html.rtl .order__row .select-with-label__wrapper + .input-with-label__wrapper {
        margin-right:0
    }
}

@media (max-width: 767px) {
    html.rtl header nav ol {
        padding-left:calc(50vw - 251.5px)
    }

    html.rtl .select__dropdown-wrapper .dropdown__search-bar {
        margin-left: 0;
        margin-right:-8px
    }

    html.rtl .select__dropdown-wrapper .input-with-icon__right-icon {
        right: auto;
        left:18px
    }

    html.rtl .cta__description {
        padding-left:0
    }

    html.rtl .instant-quote-page__header p {
        margin-right:0
    }

    html.rtl .instant-quote-form__row .instant-quote-form__input.UploadInput-root-0-2-1, html.rtl .instant-quote-form__row .instant-quote-form__input:first-child, html.rtl .instant-quote-form__row .instant-quote-form__input:last-child {
        margin-left: 0;
        margin-right:0 !important
    }

    html.rtl .word-count-or-upload__or {
        padding-left: 20px;
        padding-right:20px
    }

    html.rtl .word-count-or-upload > input {
        padding-right:16px
    }

    html.rtl .select__dropdown-wrapper--is-multiselect .dropdown--is-multiple-select {
        padding-left: 0;
        padding-right:8px
    }

    html.rtl .dropdown__search-bar-input {
        padding-right:24px
    }

    html.rtl .dropdown--is-multiple-select .dropdown__search-bar-input {
        padding:11px 24px 13px 16px
    }

    html.rtl .dropdown--is-multiple-select .dropdown__search-bar .input-with-icon__right-icon, html.rtl .dropdown__search-bar__icon {
        left: 18px;
        right:auto
    }

    html.rtl .delivery-date__option-body .select-with-icon__wrapper + .select-with-icon__wrapper {
        margin-right:0
    }

    html.rtl .order__form {
        padding-left:0
    }

    html.rtl .order__send-files-help {
        margin-right:0
    }

    html.rtl .order-summary {
        padding-right:0
    }

    html.rtl .quote-result__header-feature:not(:last-of-type) {
        margin-right: 0;
        margin-left:8px
    }

    html.rtl .quote-result__delivery-date-date, html.rtl .quote-result__delivery-date-label {
        text-align:right
    }

    html.rtl .quote-result__delivery-date-label {
        margin-right: 0;
        margin-left:4px
    }
}
footer {
    background-color: #000;
}

.imagefooter{
    width: 400px;
}

@media screen and (max-width: 767px) {
    .imagefooter{
        width: 200px;
    }
}
.fa {
    padding: 10px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    transition: .3s;
}

.fa:hover{
    transition: .3s;
    color: #fff;
}

@media (max-width: 575px) {
    html.rtl header nav ol {
        padding-left:24px
    }

    html.rtl .footer__credits > .icon {
        margin-left:15px
    }

  
    html.rtl .word-count-or-upload__or {
        padding-left: 10px;
        padding-right:10px
    }

    html.rtl .feature--margin-40 .feature__avatar, html.rtl .feature--margin-40 .feature__icon {
        margin-left:10px
    }
}

section.lara {
    padding: 80px 0 !important;
    margin:0 !important
}

@media screen and (max-width: 767px) {
    section.lara {
        padding: 48px 0 !important;
        margin:0 !important
    }
}

section.lara.lara-player {
    background-color: #000;
    padding:0 !important
}

section.lara.lara-player.lara-player--nobg {
    background-color:transparent !important
}

@media screen and (max-width: 991px) {
    section.lara.lara-player .layout {
        padding:0
    }
}

section.lara div.headliner {
    margin:0
}

section.lara .H700, section.lara h3 {
    margin:0 0 24px
}

section.lara .grid-item {
    padding:0
}

section.lara .grid-item > .icon:first-child {
    width: 192px;
    height: 192px;
    border-radius: 100%;
    overflow:hidden
}

@media screen and (max-width: 991px) {
    section.lara .grid-item > .icon:first-child {
        width: 128px;
        height:128px
    }
}

section.lara .grid-item :last-child {
    margin-bottom:0
}

section.lara .hero-image--lara {
    width: 720px;
    max-width: 100%;
    margin:0 auto
}

section.lara .hero-image--lara .hero-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    margin:0
}

section.lara .hero-image--lara .hero-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%
}

section.lara .hero-image img {
    display: block;
    margin:0 auto
}

.hero-image.hero-image--full img {
    width:100%
}

section.lara.lara-social {
    padding:48px 0 0 !important
}

.lara-social__icon {
    width: 80px;
    height: 80px;
    border: 1px solid #000;
    border-radius: 100%;
    padding: 23px;
    margin:0 24px
}

@media screen and (max-width: 767px) {
    .lara-social__icon {
        width: 64px;
        height: 64px;
        padding: 19px;
        margin:0 8px
    }

    .lara-social__icon svg {
        width: 24px;
        height:24px
    }
}

.lara-social__icon:hover svg {
    stroke: #66D5DE;
    stroke:var(--blue)
}

section.t9-hero {
    position: relative;
    padding-top: 120px;
    background-color: transparent;
    overflow: visible !important;
    color: #fff;
    color:var(--white)
}

section.t9-hero:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: calc(100% + 120px);
    background-color: #0d293e;
    background-image: url(../images/hero-bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size:cover
}

section.t9-hero h1 {
    margin-bottom: 20px !important;
    line-height: .88;
    font-size: 200px;
    font-weight:500
}

section.t9-hero h4 {
    font-weight:400
}

section.t9-hero h4 strong {
    font-weight:600
}

.t9-hero__action {
    display: flex;
    justify-content:flex-end
}

.t9-hero__action .button {
    display: flex;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    background-color: transparent;
    box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px var(--white);
    font-size:24px
}

.t9-hero__action .icon {
    margin-right:.4em
}

.t9-hero__action .icon, .t9-hero__action .icon svg {
    pointer-events:none
}

.t9-hero__action .icon__fill {
    fill: #fff;
    fill:var(--white)
}

.hero-image.ogr-logo {
    margin:0 0 2.5em
}

.hero-image + .hero-image {
    margin-top:20px
}

.t9-map {
    background-color: #0d293e;
    text-align:center
}

.t9-map--mobile {
    display:none
}

.t9-map--desktop {
    max-width:1440px !important
}

section.t9-blue {
    background-color: #0d293e;
    color: #fff;
    color:var(--white)
}

section.t9-blue .hero-text p {
    line-height: 1.4;
    font-size:40px
}

section.t9-blue .hero-text ol {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-column-gap: 2em;
    column-gap: 2em;
    margin-bottom: 2em;
    line-height: 1.2;
    list-style: decimal;
    font-size:24px
}

section.t9-blue .hero-text ol li {
    margin-left:1.3em
}

section.t9-blue .button {
    box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px var(--white);
    background-color: #fff;
    background-color: var(--white);
    color: #66D5DE;
    color:var(--blue)
}

.t9-social-links {
    margin-top:32px !important
}

.t9-social-links, .t9-social-links a {
    display: flex;
    justify-content: center;
    align-items:center
}

.t9-social-links a {
    margin: 0 16px;
    border: 2px solid #66D5DE;
    border: 2px solid var(--blue);
    border-radius: 50%;
    padding: 6px;
    width: 40px;
    height:40px
}

.t9-social-links .icon, .t9-social-links .icon__fill {
    color: #66D5DE;
    color: var(--blue);
    fill: #66D5DE;
    fill:var(--blue)
}

@media (max-width: 1399px) {
    section.t9-hero h1 {
        font-size:180px
    }

    section.t9-blue .hero-text p {
        font-size:32px
    }

    .t9-hero__action .button {
        font-size:22px
    }
}

@media (max-width: 1199px) {
    section.t9-hero {
        padding-top:240px !important
    }

    section.t9-hero:before {
        background-position:top
    }

    section.t9-hero h1 {
        font-size:160px
    }

    .t9-hero__action .button, section.t9-blue .hero-text ol, section.t9-hero h4 {
        font-size:20px
    }
}

@media (max-width: 991px) {
    section.t9-hero h1 {
        margin-bottom: 10px !important;
        font-size:124px
    }

    section.t9-blue .hero-text p {
        font-size:24px
    }

    section.t9-blue .hero-text ol {
        display:block
    }

    section.t9-blue .layout__col-xs-12:last-child {
        display:none
    }
}

@media (max-width: 767px) {
    section.t9-hero h1 {
        margin-bottom: 0 !important;
        font-size:88px
    }

    .t9-map--mobile {
        display:inline-block
    }

    .t9-map--desktop {
        display:none
    }

    .t9-hero__action {
        justify-content:flex-start
    }

    section.t9-blue .hero-text p {
        margin-bottom:2em
    }
}

@media (max-width: 575px) {
    section.t9-hero h1 {
        font-size:calc(-2px + 15.625vw)
    }

    section.t9-blue .hero-text p {
        font-size:20px
    }

    section.t9-blue .hero-text ol {
        font-size:16px
    }

    .t9-hero__action .button {
        justify-content: center;
        width:100%
    }
}

@media (max-width: 320px) {
    section.t9-hero h1 {
        font-size:48px
    }
}

@media screen and (min-width: 1800px) {
    section.t9-hero {
        padding-top:400px !important
    }

    section.t9-hero:before {
        background-position:center 40%
    }
}

@media screen and (max-width: 768px) {
    .ogr-tracker {
        display:none
    }
}

section.onboarding-hero {
    position: relative;
    padding-top: 120px;
    background-color: transparent;
    overflow: visible !important;
    color: #fff;
    color: var(--white);
    min-height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    justify-content:flex-end
}

section.onboarding-hero:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: calc(100% + 120px);
    background-color: #0d293e;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size:cover
}

section.onboarding-joinus h1 {
    line-height:.88
}

section.onboarding-joinus {
    position: relative;
    padding-top: 520px;
    background-color: transparent;
    background-image: url(../images/team-coppa.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible !important;
    color: #fff;
    color:var(--white)
}

section.onboarding-joinus h1 {
    margin-bottom: 20px !important;
    line-height: 5;
    font-size: 100px;
    font-weight:500
}

section.onboarding-hero h1 {
    margin-bottom: 20px !important;
    line-height: .88;
    font-size: 200px;
    font-weight:500
}

section.onboarding-hero h4 {
    font-weight:400
}

section.onboarding-hero h4 strong {
    font-weight:600
}

section.onboarding-section {
    color: #000;
    color:var(--black)
}

section.onboarding-section .hero-text p {
    line-height: 1.4;
    font-size:25px
}

section.onboarding-section .hero-text ol {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-column-gap: 2em;
    column-gap: 2em;
    margin-bottom: 2em;
    line-height: 1.2;
    list-style: decimal;
    font-size:24px
}

section.onboarding-section .hero-text ol li {
    margin-left:1.3em
}

.onboarding-hero__action {
    display: flex;
    justify-content:flex-end
}

.onboarding-hero__action .button {
    display: flex;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    background-color: transparent;
    box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px var(--white);
    font-size:24px
}

.onboarding-hero__action .icon {
    margin-right:.4em
}

.onboarding-hero__action .icon, .onboarding-hero__action .icon svg {
    pointer-events:none
}

.onboarding-hero__action .icon__fill {
    fill: #fff;
    fill:var(--white)
}

@media (max-width: 1399px) {
    section.onboarding-hero h1 {
        font-size:180px
    }

    section.t9-blue .hero-text p {
        font-size:32px
    }

    .onboarding-hero__action .button {
        font-size:22px
    }
}

@media (max-width: 1199px) {
    section.onboarding-hero {
        padding-top:240px !important
    }

    section.onboarding-hero:before {
        background-position:top
    }

    section.onboarding-hero h1 {
        font-size:160px
    }

    .onboarding-hero__action .button, section.onboarding-hero h4, section.t9-blue .hero-text ol {
        font-size:20px
    }
}

@media (max-width: 991px) {
    section.onboarding-hero {
        min-height:calc(100vh - 72px)
    }

    section.onboarding-hero h1 {
        margin-bottom: 10px !important;
        font-size:124px
    }

    section.t9-blue .hero-text p {
        font-size:24px
    }

    section.t9-blue .hero-text ol {
        display:block
    }

    section.t9-blue .layout__col-xs-12:last-child {
        display:none
    }
}

@media (max-width: 767px) {
    section.onboarding-hero > .layout {
        bottom:48px
    }

    section.onboarding-hero h1 {
        margin-bottom: 0 !important;
        font-size:88px
    }

    .t9-map--mobile {
        display:inline-block
    }

    .t9-map--desktop {
        display:none
    }

    .onboarding-hero__action {
        justify-content:flex-start
    }

    section.t9-blue .hero-text p {
        margin-bottom:2em
    }
}

@media (max-width: 575px) {
    section.onboarding-hero h1 {
        font-size:calc(-2px + 15.625vw)
    }

    section.t9-blue .hero-text p {
        font-size:20px
    }

    section.t9-blue .hero-text ol {
        font-size:16px
    }

    .onboarding-hero__action .button {
        justify-content: center;
        width:100%
    }
}

@media (max-width: 320px) {
    section.onboarding-hero h1 {
        font-size:48px
    }
}

@media screen and (min-width: 1800px) {
    section.onboarding-hero {
        padding-top:400px !important
    }

    section.onboarding-hero:before {
        background-position:center 40%
    }
}

.section--shopify-services {
    --fontsize-standard: 16px;
    --grey-1: #f2f5f7;
    --grey-2: #ccd4de;
    --grey-3: #abb3bd;
    --grey-4:#768190
}

.section--shopify-examples div.text blockquote {
    font-size: 24px;
    line-height: 32px;
    padding: 0;
    border: none;
    margin:0 0 24px
}

.section--shopify-examples .hero-text h3 {
    margin:0 0 48px
}

.section--shopify-examples .hero-text h3 + p {
    margin:0 0 8px
}

.section--shopify-services .layout__col-6 {
    padding: 48px 16px 24px;
    border: 1px solid var(--grey-3);
    border-right: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-color:#fff
}

.section--shopify-services .layout__col-6 .grid-item {
    display: flex;
    flex-direction: column;
    flex-grow:1
}

.section--shopify-services .layout__col-6:last-child {
    border-right:1px solid var(--grey-3)
}

.section--shopify-services .layout__col-6 h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom:24px
}

.section--shopify-services .layout__col-6 .features-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:32px
}

.section--shopify-services .layout__col-6 .feature {
    margin:0 0 4px !important
}

.section--shopify-services .layout__col-6 .grid-item > p {
    font-size: var(--fontsize-standard);
    line-height: 20px;
    margin: 0 0 32px;
    color:var(--grey-4)
}

.section--shopify-services .layout__col-6 .services-cta {
    margin-top:auto
}

.section--shopify-services .layout__col-6 h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin:0 0 24px
}

.section--shopify-services .layout__col-6 .button {
    width:100%
}

.section--logos .grid-logo {
    height: calc(100% + 30px);
    position: relative;
    text-align: center;
    margin: -15px;
    border-right: 1px solid #ccd4de;
    border-left: 1px solid #ccd4de;
    padding:35px 20px 40px
}

.section--logos .grid-logo:before {
    content: "";
    position: absolute;
    display: block;
    width: 200vw;
    height: calc(100% + 1px);
    top: 0;
    left: -100vw;
    border-top: 1px solid #ccd4de;
    border-bottom: 1px solid #ccd4de;
    pointer-events: none;
    z-index:0
}

.section--logos .grid-logo:last-child {
    border-right:1px solid #ccd4de
}

.section--logos .grid-logo:nth-child(2) {
    border-right:none
}

.section--shopify-form .box {
    padding: 0;
    margin-bottom:32px
}

@media screen and (max-width: 1023px) {
    .section--shopify-examples .hero-text h3 br {
        display:none
    }
}

@media screen and (max-width: 767px) {
    .section--shopify-services .hero-text h3:last-child {
        margin-bottom:24px
    }

    .section--shopify-services .layout__col-6 {
        border: 1px solid var(--grey-3);
        margin-bottom:48px
    }

    .section--shopify-services .layout__col-6:last-child {
        margin-bottom:0
    }

    .section--shopify-form {
        background-color: var(--grey-1)
    }
}
