/** RESET **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, 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;
    margin: 0px !important;
    overflow-x: hidden !important;
}

body, html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div,
input,
textarea,
button,
a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

strong,
b,
.strong,
.bold {
    font-weight: 700;
}

button, input {
    outline: none !important;
}

button {
    cursor: pointer;
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand,
input::-ms-clear {
    display: none;
}

textarea {
    overflow: auto;
}

.clear {
    clear: both;
}

img, video {
    max-width: 100%;
    display: block;
}

.bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
}

.item {
    position: relative;
}

.overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.loading * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.container {
    position: relative;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

button {
    margin: 0;
    background: transparent;
    padding: 0;
    font: inherit;
}

/** COMMON **/
body, html {
    font-family: 'Visby CF', sans-serif;
    font-weight: 500;
    font-size: 16px;
    background: #fff;
    color: #8E8E8E;
    line-height: 1.625em;

}

.container-1 {
    padding: 50px 0px;
}

.container-2 {
    padding: 75px 0px;
}

.container-3 {
    padding: 100px 0px;
}

.wrapper-1 {
    max-width: 1140px;
    padding: 0px 70px;
}

.wrapper-2 {
    max-width: 1440px;
    padding: 0px 70px;
}

/** SPACING **/
.p-0 {
    padding: 0px !important;
}

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

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

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

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

.m-0 {
    margin: 0px !important;
}

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

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

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

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

.p-5 {
    padding: 5px !important;
}

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

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

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

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

.m-5 {
    margin: 5px !important;
}

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

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

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

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

.p-10 {
    padding: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.m-10 {
    margin: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.m-15 {
    margin: 15px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.m-20 {
    margin: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.m-25 {
    margin: 25px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.m-30 {
    margin: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.p-35 {
    padding: 35px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.m-35 {
    margin: 35px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.p-40 {
    padding: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.m-40 {
    margin: 40px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.p-45 {
    padding: 45px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.m-45 {
    margin: 45px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.p-50 {
    padding: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.m-50 {
    margin: 50px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.p-55 {
    padding: 55px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pl-55 {
    padding-left: 55px !important;
}

.m-55 {
    margin: 55px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.p-60 {
    padding: 60px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.m-60 {
    margin: 60px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.p-65 {
    padding: 65px !important;
}

.pt-65 {
    padding-top: 65px !important;
}

.pr-65 {
    padding-right: 65px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pl-65 {
    padding-left: 65px !important;
}

.m-65 {
    margin: 65px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mr-65 {
    margin-right: 65px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.ml-65 {
    margin-left: 65px !important;
}

.p-70 {
    padding: 70px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.m-70 {
    margin: 70px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.p-75 {
    padding: 75px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pr-75 {
    padding-right: 75px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pl-75 {
    padding-left: 75px !important;
}

.m-75 {
    margin: 75px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mr-75 {
    margin-right: 75px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.ml-75 {
    margin-left: 75px !important;
}

.p-80 {
    padding: 80px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.m-80 {
    margin: 80px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.p-85 {
    padding: 85px !important;
}

.pt-85 {
    padding-top: 85px !important;
}

.pr-85 {
    padding-right: 85px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pl-85 {
    padding-left: 85px !important;
}

.m-85 {
    margin: 85px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mr-85 {
    margin-right: 85px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.ml-85 {
    margin-left: 85px !important;
}

.p-90 {
    padding: 90px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.m-90 {
    margin: 90px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.p-95 {
    padding: 95px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pr-95 {
    padding-right: 95px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pl-95 {
    padding-left: 95px !important;
}

.m-95 {
    margin: 95px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mr-95 {
    margin-right: 95px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.ml-95 {
    margin-left: 95px !important;
}

.p-100 {
    padding: 100px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.m-100 {
    margin: 100px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.p-105 {
    padding: 105px !important;
}

.pt-105 {
    padding-top: 105px !important;
}

.pr-105 {
    padding-right: 105px !important;
}

.pb-105 {
    padding-bottom: 105px !important;
}

.pl-105 {
    padding-left: 105px !important;
}

.m-105 {
    margin: 105px !important;
}

.mt-105 {
    margin-top: 105px !important;
}

.mr-105 {
    margin-right: 105px !important;
}

.mb-105 {
    margin-bottom: 105px !important;
}

.ml-105 {
    margin-left: 105px !important;
}

.p-110 {
    padding: 110px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pr-110 {
    padding-right: 110px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pl-110 {
    padding-left: 110px !important;
}

.m-110 {
    margin: 110px !important;
}

.mt-110 {
    margin-top: 110px !important;
}

.mr-110 {
    margin-right: 110px !important;
}

.mb-110 {
    margin-bottom: 110px !important;
}

.ml-110 {
    margin-left: 110px !important;
}

.p-115 {
    padding: 115px !important;
}

.pt-115 {
    padding-top: 115px !important;
}

.pr-115 {
    padding-right: 115px !important;
}

.pb-115 {
    padding-bottom: 115px !important;
}

.pl-115 {
    padding-left: 115px !important;
}

.m-115 {
    margin: 115px !important;
}

.mt-115 {
    margin-top: 115px !important;
}

.mr-115 {
    margin-right: 115px !important;
}

.mb-115 {
    margin-bottom: 115px !important;
}

.ml-115 {
    margin-left: 115px !important;
}

.p-120 {
    padding: 120px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pr-120 {
    padding-right: 120px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pl-120 {
    padding-left: 120px !important;
}

.m-120 {
    margin: 120px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mr-120 {
    margin-right: 120px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.ml-120 {
    margin-left: 120px !important;
}

.p-125 {
    padding: 125px !important;
}

.pt-125 {
    padding-top: 125px !important;
}

.pr-125 {
    padding-right: 125px !important;
}

.pb-125 {
    padding-bottom: 125px !important;
}

.pl-125 {
    padding-left: 125px !important;
}

.m-125 {
    margin: 125px !important;
}

.mt-125 {
    margin-top: 125px !important;
}

.mr-125 {
    margin-right: 125px !important;
}

.mb-125 {
    margin-bottom: 125px !important;
}

.ml-125 {
    margin-left: 125px !important;
}

.p-130 {
    padding: 130px !important;
}

.pt-130 {
    padding-top: 130px !important;
}

.pr-130 {
    padding-right: 130px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pl-130 {
    padding-left: 130px !important;
}

.m-130 {
    margin: 130px !important;
}

.mt-130 {
    margin-top: 130px !important;
}

.mr-130 {
    margin-right: 130px !important;
}

.mb-130 {
    margin-bottom: 130px !important;
}

.ml-130 {
    margin-left: 130px !important;
}

.p-135 {
    padding: 135px !important;
}

.pt-135 {
    padding-top: 135px !important;
}

.pr-135 {
    padding-right: 135px !important;
}

.pb-135 {
    padding-bottom: 135px !important;
}

.pl-135 {
    padding-left: 135px !important;
}

.m-135 {
    margin: 135px !important;
}

.mt-135 {
    margin-top: 135px !important;
}

.mr-135 {
    margin-right: 135px !important;
}

.mb-135 {
    margin-bottom: 135px !important;
}

.ml-135 {
    margin-left: 135px !important;
}

.p-140 {
    padding: 140px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pr-140 {
    padding-right: 140px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.pl-140 {
    padding-left: 140px !important;
}

.m-140 {
    margin: 140px !important;
}

.mt-140 {
    margin-top: 140px !important;
}

.mr-140 {
    margin-right: 140px !important;
}

.mb-140 {
    margin-bottom: 140px !important;
}

.ml-140 {
    margin-left: 140px !important;
}

.p-145 {
    padding: 145px !important;
}

.pt-145 {
    padding-top: 145px !important;
}

.pr-145 {
    padding-right: 145px !important;
}

.pb-145 {
    padding-bottom: 145px !important;
}

.pl-145 {
    padding-left: 145px !important;
}

.m-145 {
    margin: 145px !important;
}

.mt-145 {
    margin-top: 145px !important;
}

.mr-145 {
    margin-right: 145px !important;
}

.mb-145 {
    margin-bottom: 145px !important;
}

.ml-145 {
    margin-left: 145px !important;
}

.p-150 {
    padding: 150px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pr-150 {
    padding-right: 150px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pl-150 {
    padding-left: 150px !important;
}

.m-150 {
    margin: 150px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mr-150 {
    margin-right: 150px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.ml-150 {
    margin-left: 150px !important;
}

/** MAX WIDTH **/
.mw-0 {
    max-width: 0px;
}

.mw-25 {
    max-width: 25px;
}

.mw-50 {
    max-width: 50px;
}

.mw-75 {
    max-width: 75px;
}

.mw-100 {
    max-width: 100px;
}

.mw-125 {
    max-width: 125px;
}

.mw-150 {
    max-width: 150px;
}

.mw-175 {
    max-width: 175px;
}

.mw-200 {
    max-width: 200px;
}

.mw-225 {
    max-width: 225px;
}

.mw-250 {
    max-width: 250px;
}

.mw-275 {
    max-width: 275px;
}

.mw-300 {
    max-width: 300px;
}

.mw-325 {
    max-width: 325px;
}

.mw-350 {
    max-width: 350px;
}

.mw-375 {
    max-width: 375px;
}

.mw-400 {
    max-width: 400px;
}

.mw-425 {
    max-width: 425px;
}

.mw-450 {
    max-width: 450px;
}

.mw-475 {
    max-width: 475px;
}

.mw-500 {
    max-width: 500px;
}

.mw-525 {
    max-width: 525px;
}

.mw-550 {
    max-width: 550px;
}

.mw-575 {
    max-width: 575px;
}

.mw-600 {
    max-width: 600px;
}

.mw-625 {
    max-width: 625px;
}

.mw-650 {
    max-width: 650px;
}

.mw-675 {
    max-width: 675px;
}

.mw-700 {
    max-width: 700px;
}

.mw-725 {
    max-width: 725px;
}

.mw-750 {
    max-width: 750px;
}

.mw-775 {
    max-width: 775px;
}

.mw-800 {
    max-width: 800px;
}

.mw-825 {
    max-width: 825px;
}

.mw-850 {
    max-width: 850px;
}

.mw-875 {
    max-width: 875px;
}

.mw-900 {
    max-width: 900px;
}

.mw-925 {
    max-width: 925px;
}

.mw-950 {
    max-width: 950px;
}

.mw-975 {
    max-width: 975px;
}

.mw-1000 {
    max-width: 1000px;
}

.mw-1025 {
    max-width: 1025px;
}

.mw-1050 {
    max-width: 1050px;
}

.mw-1075 {
    max-width: 1075px;
}

.mw-1100 {
    max-width: 1100px;
}

.mw-1125 {
    max-width: 1125px;
}

.mw-1150 {
    max-width: 1150px;
}

.mw-1175 {
    max-width: 1175px;
}

.mw-1200 {
    max-width: 1200px;
}

.mw-1225 {
    max-width: 1225px;
}

.mw-1250 {
    max-width: 1250px;
}

.mw-1275 {
    max-width: 1275px;
}

.mw-1300 {
    max-width: 1300px;
}

.mw-1325 {
    max-width: 1325px;
}

.mw-1350 {
    max-width: 1350px;
}

.mw-1375 {
    max-width: 1375px;
}

.mw-1400 {
    max-width: 1400px;
}

.mw-1425 {
    max-width: 1425px;
}

.mw-1450 {
    max-width: 1450px;
}

.mw-1475 {
    max-width: 1475px;
}

.mw-1500 {
    max-width: 1500px;
}

.mw-1525 {
    max-width: 1525px;
}

.mw-1550 {
    max-width: 1550px;
}

.mw-1575 {
    max-width: 1575px;
}

.mw-1600 {
    max-width: 1600px;
}

.mw-1625 {
    max-width: 1625px;
}

.mw-1650 {
    max-width: 1650px;
}

.mw-1675 {
    max-width: 1675px;
}

.mw-1700 {
    max-width: 1700px;
}

.mw-1725 {
    max-width: 1725px;
}

.mw-1750 {
    max-width: 1750px;
}

.mw-1775 {
    max-width: 1775px;
}

.mw-1800 {
    max-width: 1800px;
}

.mw-1825 {
    max-width: 1825px;
}

.mw-1850 {
    max-width: 1850px;
}

.mw-1875 {
    max-width: 1875px;
}

.mw-1900 {
    max-width: 1900px;
}

.mw-1925 {
    max-width: 1925px;
}

.mw-1950 {
    max-width: 1950px;
}

.mw-1975 {
    max-width: 1975px;
}

.mw-2000 {
    max-width: 2000px;
}

.mw-2025 {
    max-width: 2025px;
}

.mw-2050 {
    max-width: 2050px;
}

.mw-2075 {
    max-width: 2075px;
}

.mw-2100 {
    max-width: 2100px;
}

.mw-2125 {
    max-width: 2125px;
}

.mw-2150 {
    max-width: 2150px;
}

.mw-2175 {
    max-width: 2175px;
}

.mw-2200 {
    max-width: 2200px;
}

.mw-2225 {
    max-width: 2225px;
}

.mw-2250 {
    max-width: 2250px;
}

.mw-2275 {
    max-width: 2275px;
}

.mw-2300 {
    max-width: 2300px;
}

.mw-2325 {
    max-width: 2325px;
}

.mw-2350 {
    max-width: 2350px;
}

.mw-2375 {
    max-width: 2375px;
}

.mw-2400 {
    max-width: 2400px;
}

.mw-2425 {
    max-width: 2425px;
}

.mw-2450 {
    max-width: 2450px;
}

.mw-2475 {
    max-width: 2475px;
}

.mw-2500 {
    max-width: 2500px;
}

.mw-2525 {
    max-width: 2525px;
}

.mw-2550 {
    max-width: 2550px;
}

.mw-2575 {
    max-width: 2575px;
}

.mw-2600 {
    max-width: 2600px;
}

.mw-2625 {
    max-width: 2625px;
}

.mw-2650 {
    max-width: 2650px;
}

.mw-2675 {
    max-width: 2675px;
}

.mw-2700 {
    max-width: 2700px;
}

.mw-2725 {
    max-width: 2725px;
}

.mw-2750 {
    max-width: 2750px;
}

.mw-2775 {
    max-width: 2775px;
}

.mw-2800 {
    max-width: 2800px;
}

.mw-2825 {
    max-width: 2825px;
}

.mw-2850 {
    max-width: 2850px;
}

.mw-2875 {
    max-width: 2875px;
}

.mw-2900 {
    max-width: 2900px;
}

.mw-2925 {
    max-width: 2925px;
}

.mw-2950 {
    max-width: 2950px;
}

.mw-2975 {
    max-width: 2975px;
}

.mw-3000 {
    max-width: 3000px;
}

.box-1 {
    padding: 30px 30px;
}

/** COLORS **/
/** Color: black-1 **/
.clr-black-1 {
    color: #000 !important
}

.bg-black-1 {
    background-color: #000 !important
}

.clr-media-black-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-black-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-black-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-black-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-black-1 .plyr--audio .plyr__control:hover,
.clr-media-black-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-black-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-black-1 .plyr__control--overlaid:focus,
.clr-media-black-1 .plyr__control--overlaid:hover,
.clr-media-black-1 .plyr__control--overlaid,
.clr-media-black-1 .plyr--video .plyr__control:hover {
    background: #000 !important;
}

.clr-media-black-1 .plyr--full-ui input[type=range] {
    color: #000 !important;
}

/** Color: white-1 **/
.clr-white-1 {
    color: #fff !important
}

.bg-white-1 {
    background-color: #fff !important
}

.clr-media-white-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-white-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-white-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-white-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-white-1 .plyr--audio .plyr__control:hover,
.clr-media-white-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-white-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-white-1 .plyr__control--overlaid:focus,
.clr-media-white-1 .plyr__control--overlaid:hover,
.clr-media-white-1 .plyr__control--overlaid,
.clr-media-white-1 .plyr--video .plyr__control:hover {
    background: #fff !important;
}

.clr-media-white-1 .plyr--full-ui input[type=range] {
    color: #fff !important;
}

/** Color: gray-5  **/
.clr-gray-5 {
    color: #D1D1D1 !important
}

.bg-gray-5 {
    background-color: #D1D1D1 !important
}

.clr-media-gray-5 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-gray-5 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-gray-5 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-gray-5 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-gray-5 .plyr--audio .plyr__control:hover,
.clr-media-gray-5 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-gray-5 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-gray-5 .plyr__control--overlaid:focus,
.clr-media-gray-5 .plyr__control--overlaid:hover,
.clr-media-gray-5 .plyr__control--overlaid,
.clr-media-gray-5 .plyr--video .plyr__control:hover {
    background: #D1D1D1 !important;
}

.clr-media-gray-5 .plyr--full-ui input[type=range] {
    color: #D1D1D1 !important;
}

/** Color: gray-4  **/
.clr-gray-4 {
    color: #F5F5F5 !important
}

.bg-gray-4 {
    background-color: #F5F5F5 !important
}

.clr-media-gray-4 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-gray-4 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-gray-4 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-gray-4 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-gray-4 .plyr--audio .plyr__control:hover,
.clr-media-gray-4 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-gray-4 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-gray-4 .plyr__control--overlaid:focus,
.clr-media-gray-4 .plyr__control--overlaid:hover,
.clr-media-gray-4 .plyr__control--overlaid,
.clr-media-gray-4 .plyr--video .plyr__control:hover {
    background: #F5F5F5 !important;
}

.clr-media-gray-4 .plyr--full-ui input[type=range] {
    color: #F5F5F5 !important;
}

/** Color: gray-3  **/
.clr-gray-3 {
    color: #8E8E8E !important
}

.bg-gray-3 {
    background-color: #8E8E8E !important
}

.clr-media-gray-3 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-gray-3 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-gray-3 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-gray-3 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-gray-3 .plyr--audio .plyr__control:hover,
.clr-media-gray-3 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-gray-3 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-gray-3 .plyr__control--overlaid:focus,
.clr-media-gray-3 .plyr__control--overlaid:hover,
.clr-media-gray-3 .plyr__control--overlaid,
.clr-media-gray-3 .plyr--video .plyr__control:hover {
    background: #8E8E8E !important;
}

.clr-media-gray-3 .plyr--full-ui input[type=range] {
    color: #8E8E8E !important;
}

/** Color: gray-2  **/
.clr-gray-2 {
    color: #1D1D1D !important
}

.bg-gray-2 {
    background-color: #1D1D1D !important
}

.clr-media-gray-2 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-gray-2 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-gray-2 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-gray-2 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-gray-2 .plyr--audio .plyr__control:hover,
.clr-media-gray-2 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-gray-2 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-gray-2 .plyr__control--overlaid:focus,
.clr-media-gray-2 .plyr__control--overlaid:hover,
.clr-media-gray-2 .plyr__control--overlaid,
.clr-media-gray-2 .plyr--video .plyr__control:hover {
    background: #1D1D1D !important;
}

.clr-media-gray-2 .plyr--full-ui input[type=range] {
    color: #1D1D1D !important;
}

/** Color: gray-1 **/
.clr-gray-1 {
    color: #E8E8E8 !important
}

.bg-gray-1 {
    background-color: #E8E8E8 !important
}

.clr-media-gray-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-gray-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-gray-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-gray-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-gray-1 .plyr--audio .plyr__control:hover,
.clr-media-gray-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-gray-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-gray-1 .plyr__control--overlaid:focus,
.clr-media-gray-1 .plyr__control--overlaid:hover,
.clr-media-gray-1 .plyr__control--overlaid,
.clr-media-gray-1 .plyr--video .plyr__control:hover {
    background: #E8E8E8 !important;
}

.clr-media-gray-1 .plyr--full-ui input[type=range] {
    color: #E8E8E8 !important;
}

/** Color: green-1 **/
.clr-green-1 {
    color: #00D790 !important
}

.bg-green-1 {
    background-color: #00D790 !important
}

.clr-media-green-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-green-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-green-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-green-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-green-1 .plyr--audio .plyr__control:hover,
.clr-media-green-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-green-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-green-1 .plyr__control--overlaid:focus,
.clr-media-green-1 .plyr__control--overlaid:hover,
.clr-media-green-1 .plyr__control--overlaid,
.clr-media-green-1 .plyr--video .plyr__control:hover {
    background: #00D790 !important;
}

.clr-media-green-1 .plyr--full-ui input[type=range] {
    color: #00D790 !important;
}

/** Color: blue-1 **/
.clr-blue-1 {
    color: #281E6F !important
}

.bg-blue-1 {
    background-color: #281E6F !important
}

.clr-media-blue-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-blue-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-blue-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-blue-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-blue-1 .plyr--audio .plyr__control:hover,
.clr-media-blue-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-blue-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-blue-1 .plyr__control--overlaid:focus,
.clr-media-blue-1 .plyr__control--overlaid:hover,
.clr-media-blue-1 .plyr__control--overlaid,
.clr-media-blue-1 .plyr--video .plyr__control:hover {
    background: #281E6F !important;
}

.clr-media-blue-1 .plyr--full-ui input[type=range] {
    color: #281E6F !important;
}

.block,
.brick {
    position: relative;
    /*overflow:hidden;*/
    z-index: 0;
}

.background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.background-in,
.background-overlay {
    height: 100%;
    width: 100%;
}

.background-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
}

.background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.columns,
.form-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.column,
.form-column {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    position: relative;
}

.column-in,
.form-column-in {
    position: relative;
    height: 100%;
}

.visual {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0px;
    left: 0px;
}

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

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

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

.no-space {
    padding: 0px !important;
}

.no-space-top {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.no-space-bottom {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.item {
    display: block;
    float: left;
}

.es-slider-items .item {
    float: none;
}

.column {
    display: table-cell;
    vertical-align: top;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.fs-italic {
    font-style: italic;
}

.tt-uppercase {
    text-transform: uppercase;
}

.op-0 {
    opacity: 0
}

.op-5 {
    opacity: 0.05
}

.op-10 {
    opacity: 0.10
}

.op-15 {
    opacity: 0.15
}

.op-20 {
    opacity: 0.20
}

.op-25 {
    opacity: 0.25
}

.op-30 {
    opacity: 0.30
}

.op-35 {
    opacity: 0.35
}

.op-40 {
    opacity: 0.40
}

.op-45 {
    opacity: 0.45
}

.op-50 {
    opacity: 0.50
}

.op-55 {
    opacity: 0.55
}

.op-60 {
    opacity: 0.60
}

.op-65 {
    opacity: 0.65
}

.op-70 {
    opacity: 0.70
}

.op-75 {
    opacity: 0.75
}

.op-80 {
    opacity: 0.80
}

.op-85 {
    opacity: 0.85
}

.op-90 {
    opacity: 0.90
}

.op-95 {
    opacity: 0.95
}

.op-100 {
    opacity: 1
}

.mobile-show {
    display: none;
}

.mobile-hide {
    display: block;
}

.component p {
    margin-bottom: 1em;
}

.component p:last-child {
    margin-bottom: 0px !important;
}

.button-group-2 > *,
.button-group-1 > *{
    display: inline-block;
    vertical-align: middle;
}

.crossed-out {
    text-decoration: line-through !important;
}

/** TRANSITIONS **/
.nav-toggle,
.nav-toggle-in-content::before,
.input-row,
.input-row label,
.arrow,
.media-caption,
.header-out,
.button-in,
.item-cases-variant-2 .case-bekijken,
.social-1 .social-item-in {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.brick-content-1 .title-2 a,
.component p a,
.button-1 .button-in i,
.button-2 .button-in i,
.brick-in-bottom a,
.header-nav-item > div.header-nav-item-dropdown-toggle,
.header-nav-item a,
.header-nav-item-dropdown-toggle > i,
.column-in-flex li a {
    -webkit-transition: color 220ms ease;
    -moz-transition: color 220ms ease;
    -ms-transition: color 220ms ease;
    -o-transition: color 220ms ease;
    transition: color 220ms ease;
}

.header-dropdown {
    -webkit-transition: right 220ms ease;
    -moz-transition: right 220ms ease;
    -ms-transition: right 220ms ease;
    -o-transition: right 220ms ease;
    transition: right 220ms ease;
}

.header-middle {
    -webkit-transition: left 220ms ease;
    -moz-transition: left 220ms ease;
    -ms-transition: left 220ms ease;
    -o-transition: left 220ms ease;
    transition: left 220ms ease;
}

/** COMPONENTS **/
.title-1 {
    font-size: 3.125em;
    line-height: 1.600em;
}

.title-2 {
    font-size: 6.250em;
    line-height: 1em;
}

.title-3 {
    font-size: 1.875em;
    line-height: 1.333em;
}

.title-4 {
    font-size: 2.250em;
    line-height: 0.778em;
}

.title-5 {
    font-size: 1.875em;
    line-height: 1.333em;
}

.title-6 {
    font-size: 6.250em;
    line-height: 1.600em;
}

.title-7 {
    font-size: 3.125em;
    line-height: 1.600em;
}

.title-8 {
    font-size: 4.375em;
    line-height: 1em;
}

.text-1 {
    font-size: 1em;
    line-height: 1.625em;
}

.text-2 {
    font-size: 1.625em;
    line-height: 1.154em;
}

.text-3 {
    font-size: 1.625em;
    line-height: 1.154em;
}

.button {
    display: block;
}

.button-1 .button-in,
.button-2 .button-in {
    position: relative;
    display: inline-block;
    padding: 18px 50px 18px 20px;
}

.button-2 .button-in {
    border: solid 1px #EDEDED;
}

.button-1 .button-in i,
.button-1 .button-in img,
.button-2 .button-in i {
    position: absolute;
    right: 20px;
    top: 22px;
}

.button-1:hover .button-in {
    background-color: #00D790 !important;
}

.button:hover .button-in i {
    color: #281E6F !important;
}

.button-2:hover .button-in {
    background-color: #00D790 !important;
    color: #FFF !important;
}

.button-3 .button-in {
    position: relative;
    display: inline-block;
    /*width: 115px;*/
    /*height: 115px;*/
    /*font-size: 20px;*/
    /*padding: 30px 28px;*/
}

.button-3 .button-in i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.button-4 .button-in {
    display: flex;
}

.button-4 .button-in img {
    width: 14px;
    height: 15px;
    margin-left: 10px;
}

.gform_wrapper input[type=text],
.gform_wrapper select,
.form-textfield-in input,
.form-password-in input,
.form-select-in select,
.form-textarea-in textarea {
    background: #fff !important;
    border: 1px solid #FFF;
    border-radius: 0;
    height: 60px !important;
    display: block;
    font: inherit;
    padding: 0 20px !important;
    outline: none !important;
    font-size: inherit !important;
    color: #281E6F;
    font-weight: 800;
    -webkit-appearance: none;
    width: 100% !important;
}

.gfield_required {
    display: none !important;
}

.gfield > .component {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.gfield .button,
.gfield .button-in {
    width: 100%;
    display: block;
    text-align: left;
}

.gform_wrapper.gravity-theme .gfield_label {
    color: #00D790 !important;
    font-weight: 800;
    font-size: 1em;
    line-height: 1.625em;
    margin-bottom: 15px;
}

input::placeholder {
    font-weight: 800;
    color: #D1D1D1;
}

.textfield-calculator-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border: 1px solid #F0F0F0;
}

.textfield-calculator-left {
    /*flex-grow: 1;*/
    padding-right: 20px;
}

.textfield-calculator-right {
    padding: 10px 0;
}

.textfield-calculator-in input {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    padding: 0;
    margin: 0;
    height: 60px;
    border: none;
    font: inherit;
    font-family: 'FORCED SQUARE';
    font-size: 30px;
    color: #281E6F;
}

.form-select-select {
    position: relative;
    z-index: 1;
    background: #fff;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}

.form-select-select .icon-select {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: -1;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    margin-top: 3px;
    color: #000;

}
.gform_wrapper select,
.form-select-in select {
    cursor: pointer;
}

.form-radio {
    display: block;
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 18px;
    padding-top: 5px;
    line-height: 1em;
    margin-bottom: 5px;
}

.form-check {
    display: flex;
    align-items: center;
    position: relative;
    /*padding-left: 128px;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.form-check input,
.form-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-checkmark {
    width: 98px;
    height: 60px;
    position: relative;
    background: #FFF;
    border: 1px solid #F0F0F0;
    margin-right: 30px;
}

.form-radio .form-checkmark {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.form-radio:hover input ~ .form-checkmark {
    background-color: #ddd;
}

.form-check input:checked ~ .form-checkmark {
    background: #281E6F;
}

.form-radio input:checked ~ .form-checkmark {
    background-color: #4285F4;
}

.form-radio input:checked ~ .value {
    font-weight: 500;
}

.form-checkmark:after {
    content: "";
    position: absolute;
    display: block;
    background: #281E6F;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 10px;
}

.form-check input:checked ~ .form-checkmark:after {
    background: #FFF;
    left: auto;
    right: 10px;
}

.form-radio input:checked ~ .form-checkmark:after {
    display: block;
}

.form-radio .form-checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio-calculator-1 {
    /*height: 38px;*/
    /*overflow: hidden;*/
}

.radio-calculator-in {
    white-space: nowrap;
    font-size: 0;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0 -5px;
}

.radio-calculator-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.radio-calculator-item input {
    position: absolute;
    opacity: 0;
    /*pointer-events: none;*/
    /*width: 0;*/
    /*height: 0;*/
}

.radio-calculator-item input:checked ~ div {
    background: #00D790 !important;
}

.radio-calculator-item > div {
    display: flex;
    width: 38px;
    height: 38px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: 'FORCED SQUARE';
    font-size: 30px;
    padding-left: 2px;
    padding-top: 3px;
    box-sizing: border-box;
    cursor: pointer;
}

.social-1 {
    font-size: 0;
    margin: -15px -15px 0;
}

.social-1 .social-item {
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
}

.social-1 .social-item:hover .social-item-in {
    background-color: #00D790;
    color: #FFF;
}

.social-1 .social-item-in {
    font-family: 'FORCED SQUARE', 'sans-serif';
    font-size: 40px;
    color: #00D790;
    background: #FFFFFF;
    padding: 10px;
    width: 73px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -3px;
}

.social-1 .social-item-in i {
    font-size: 30px;
    line-height: 0;
}

.label-1 .label-in .component {
    display: inline-block;
}

.label-1 .label-in svg {
    position: relative;
    bottom: -1px;
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.label-2 .label-in,
.label-3 .label-in {
    width: 70px;
    height: 70px;
    padding: 16px 0;
    text-align: center;
    position: relative;
}

.label-2 .label-in img,
.label-3 .label-in img {
    position: absolute;
    right: 7px;
}

.label-3 .label-in img {
    top: 7px;
}

.label-2 .label-in img {
    bottom: 7px;
    transform: rotate(90deg);
}

.arrows {
    display: flex;
    flex-direction: row;
}

.arrow {
    width: 70px;
    height: 70px;
    background-color: #281E6F;

    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-left {
    margin-right: 30px;
}

.arrow img {
    width: 30px;
    height: auto;
}

/** LOOPS **/
.loop-usps-1 {
    margin: 0px -25px;
}

.item-usps-1 {
    padding: 25px;
    width: 25%;
}

.loop-usps-2 {
    margin: 0px -25px;
}

.item-usps-2 {
    padding: 25px;
    width: 33.3333%;
}

.loop-employee-1 {
    margin: 0px -25px;
}

.item-employee-1 {
    padding: 25px;
    width: 50%;
}

.loop-brands-1 {
    margin: 0px -50px;
}

.item-brands-1 {
    padding: 50px;
    width: 25%;
}

.loop-faq-1 {
    margin: 0px -0px;
}

.item-faq-1 {
    padding: 0px;
    width: 100%;
}

.loop-cases-1 {
    margin: 0;
}

.item-cases-1 {
    padding: 0;
    width: 100%;
}

.item-cases-1 {
    width: auto !important;
}

.item-cases-1 .item-in {
    /*width: auto;*/
    /*height: 100%;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 25px;
    height: 450px;
    width: 350px;
}

.item-cases-1 .item-in .overlay {
    background-color: #00D790;
    opacity: .8;
}

.item-cases-1 .item-in-content {
    z-index: 3;
}

.item-cases-1 img {
    width: 30px;
    height: auto;
    position: absolute;
    top: 30px;
    right: 30px;
}

.arrow {
    cursor: pointer;
}

.loop-cases-2 {
    margin: 0;
}

.item-cases-2 {
    padding: 0;
    width: 100%;
}

/** PARTS **/

/** SECTIONS **/
/** SECTION: TOP **/
.header-out {
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    width: 100%;
}

.header-out.scrolled {
    background: #FFF;
    border-bottom: 1px solid #EFEFEF;
}

.header-in {
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.header-left {
    width: 107px;
}

.header-middle {
    flex-grow: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.header-right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    z-index: 7;
}

.header-right > * {
    margin-right: 30px;
}

.header-right > *:last-child {
    margin-right: 0;
}

.header-nav {
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .header-nav-in {
        font-size: 0;
    }

    .header-middle {
        background-image: none !important;
    }
}

.header-nav-in {
    display: inline-block;
    text-align: left;
}

.header-nav-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.header-nav-item.dropdown-open > .header-nav-item-dropdown-toggle,
.header-nav-item a.active,
.header-nav-item > div:hover,
.header-nav-item a:hover {
    color: #00D790;
}

.header-nav-item > div,
.header-nav-item a {
    display: block;
    padding: 15px 25px;
    cursor: pointer;
}

.header-right .header-nav-item a {
    padding: 0;
}

body.dropdown-is-open .header-right .header-nav-item a {
    color: #FFF;
}

.header-nav-mobile,
.header-mobile,
.logo-mobile {
    display: none;
}

.header-nav-item .header-dropdown {
    padding: 0;
}

.header-dropdown {
    position: fixed;
    z-index: 6;
    top: 0;
    right: -100%;
    bottom: 0;
    min-width: 500px;
}

.dropdown-open .header-dropdown {
    right: 0;
}

.header-dropdown-out {
    padding: 165px 0 20px;
    height: 100%;
    position: relative;
}

.header-dropdown-visual {
    position: absolute;
    pointer-events: none;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.header-dropdown-in {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.header-dropdown-item a {
    color: #FFF;
    font-weight: 800;
    font-size: 50px;
    line-height: 80px;
    padding: 25px 110px 25px 70px !important;
    text-transform: lowercase;
    position: relative;
}

.header-dropdown-item a:hover i {
    color: #FFF;
}

.header-dropdown-item i {
    position: absolute;
    right: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    color: #00D790;
    line-height: 0;
}

.header-nav-item-dropdown-toggle > i {
    font-size: 8px;
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}

/** SECTION: BRICKS **/
.component {
    position: relative;
}

*[style="text-decoration: line-through;"] {
    color: #E8E8E8;
}

.text-1 b {
    font-weight: 800;
    color: #281E6F;
}

.component ul li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px;
}

.component ul li:last-child {
    margin-bottom: 0;
}

.component ul li::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #FFF;
    background: #00D790;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: "qommit" !important;
    content: "\62";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.media-caption {
    position: absolute;
    left: -30px;
    bottom: -30px;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: top right;
    z-index: 2;
    padding: 10px;
}

.multi-column .media-caption {
    width: 140px;
    height: 140px;
}

.component .video {
    display: flex;
    align-items: center;
    justify-content: center;
}

.component .overlay {
    pointer-events: none;
}

.component .video .title {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.multi-column .component .video .title {
    font-size: 40px !important;
}

.video-loaded {
    position: relative;
    z-index: 2;
}

.video-loaded ~ .media-caption {
    left: -100px;
    opacity: 0;
    pointer-events: none;
}

.plyr--video .plyr__controls .plyr__control.plyr__tab-focus, .plyr--video .plyr__controls .plyr__control:hover, .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true],
.plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.plyr__control--overlaid:focus, .plyr__control--overlaid:hover,
.plyr__control--overlaid {
    background: #00D790;
!important;
}

.plyr--full-ui input[type=range] {
    color: #00D790;
!important;
}

.team-member {
    float: left;
    width: 50%;
    padding: 25px;
}

.team-member:nth-child(even) svg g {
    fill: #00D790;
}

.team-members {
    margin: 0 -25px;
}

.multi-column .team-member {
    width: 100%;
}

.team-members::after {
    display: table;
    clear: both;
    content: '';
}

.team-member-in {
    position: relative;
    padding-top: 100%;
}

.team-member-in svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.team-member-info {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
    right: -25px;
    bottom: -25px;
    width: 225px;
    height: 225px;
    padding: 20px;
}

.team-member-info .title-5 {
    padding-left: 75px;
}

.team-member-info .title {
    text-align: right;
}

.content-cta-in {
    display: flex;
    margin-left: -50px;
    align-items: center;
    justify-content: space-between;
}

.content-cta-left {
    flex-grow: 1;
    padding: 30px 30px 30px 50px;
}

.content-cta-right {
    margin-right: -30px;
    margin-bottom: -30px;
    margin-top: 30px;
}

.content-cta-right-in {
    width: 200px;
    height: 200px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.content-cta-right-in i {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 26px;
}

.brick-content-1 .brick-in {
    margin: 0 -25px;
}

.content-columns {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.content-column {
    display: table-cell;
    vertical-align: top;
    padding: 0 25px;
}

.multi-column .content-cta {
    display: none;
}

.brick-form-1 .column-1 {
    width: 615px;
}

.brick-form-1 .column-2 {
    padding-left: 120px;
}

.brick-form-1 .column {
    vertical-align: middle;
}

.brick-form-1 .column-in {
    height: auto;
}

.brick-form-1 .calculator {
    margin-bottom: 0;
}

.brick-featured-half-1 .brick-offset {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
}

.brick-featured-half-1 .column-1 img {
    max-height: 557px;
    position: relative;
    z-index: 2;
    margin-left: auto;
}

.brick-featured-half-1 .column-1 {
    padding-right: 100px;
}

.brick-featured-half-1 .column-2 {
    width: 630px;
}

.brick-featured-half-1 .column {
    vertical-align: middle;
}

.brick-featured-half-1 .column-in {
    height: auto;
}

.brick-featured-half-2 .visual {
    width: auto;
    right: 0;
    left: 0;
}

.brick-featured-half-2 .column-1 {
    /*padding-right: 50px;*/
    width: 470px;
}

.brick-featured-half-2 .column-2 {
    padding-left: 30px;
}

.brick-featured-half-2 .featured-half-logo {
    width: 200px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -145px;
}

.brick-featured-half-2 .featured-half-logo-in {
    position: relative;
    padding-top: 100%;
}

.brick-featured-half-2 .featured-half-logo-in svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.brick-featured-half-2 .featured-half-logo-in img,
.brick-featured-half-2 .featured-half-logo-in .component {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.brick-featured-half-2 .featured-half-logo-in .component {
    width: 100%;
    padding: 20px;
}

.brick-featured-half-2 {
    z-index: 2;
}

.brick-featured-1 .column-2 .column-in {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.brick-featured-1 .square {
    position: absolute;
    bottom: -50px;
    right: 0;
}

.brick-featured-1 .square-in {
    width: 200px;
    height: 225px;
    padding: 20px 30px;
    text-align: right;
    position: relative;
}

.brick-featured-1 .square-in img {
    width: 30px;
    height: auto;
    position: absolute;
    left: 20px;
    top: 20px;
}

.brick-featured-1 .square-in-top {
    padding-left: 40px;
}

.brick-featured-1 .square .chevron-down {
    width: 30px;
    height: auto;
    position: absolute;
    top: 60px;
    left: -50px;
}

.brick-featured-1 .column-2 .background {
    right: 50px;
    width: auto;
    height: auto;
    bottom: 0;
    top: -175px;
    background-size: cover;
}

.brick-featured-1 .column-2 .background-image {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 350px;
}

.brick-featured-1 .column-2 .column-in {
    padding: 0 0 0 85px;
}

.brick-featured-1 .column-1 .column-in-bottom {
    margin-left: 70px;
    margin-top: 30px;
}

.brick-featured-1 .square .square-external-text {
    position: absolute;
    bottom: 0;
    left: -200px;
}

.brick-featured-1 .square > .component {
    margin-left: -90px;
}

.brick-featured-1 .column-1 {
    padding: 0 75px 0 0
}

.brick-featured-1 .column-2 {
    padding: 0 0 0 50px
}

.brick-featured-1 ul li {
    position: relative;
    margin-bottom: 10px;
}

.brick-featured-1 ul li:after {
    content: "";
    width: 0px;
    height: 22px;
    min-width: 0px;
    min-height: 0px;
    position: absolute;
    left: -51px;
    bottom: -20px;
    border: 3px solid #E8E8E8;
}

.brick-featured-1 ul li:before {
    content: "";
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    position: absolute;
    left: -60px;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
    border: 6px solid #E8E8E8;
    border-radius: 100%;
}

.brick-featured-1 ul li:last-of-type:after {
    display: none;
}

.brick-faq-1 .title-1 b {
    color: #E8E8E8;
    font-weight: 500;
    text-decoration: line-through;
}

.brick-faq-1 .title-1 {
    font-size: 70px;
    line-height: 1em;
}

.brick-faq-1 .arrows {
    display: flex;
    flex-direction: row;
}

.brick-faq-1 .arrow-1 {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    background-color: #281E6F;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brick-faq-1 .arrow-2 {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    background-color: #00D790;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brick-faq-1 .arrow-left {
    margin-right: 30px;
}

.brick-faq-1 .arrow-1 img {
    width: 11px;
    height: auto;
    position: absolute;
    left: 53px;
    top: 75px;
}

.brick-faq-1 .arrow-2 img {
    width: 11px;
    height: auto;
    left: 53px;
    bottom: 75px;
    position: absolute;
}

.brick-faq-1 .question {
    display: flex;
    flex-direction: row;
    padding: 25px 0 0 0;
}

.brick-faq-1 .answer {
    display: flex;
    flex-direction: row;
    padding: 0 0 25px 0;
    align-items: flex-start;
}

.brick-faq-1 .answer .component {
    align-self: center;
}

.brick-faq-1 .title-5 {
    line-height: 2.3em;
}

.brick-faq-1 .faq {
    display: flex;
    flex-direction: row;
}

.brick-faq-1 .faq-left {
    writing-mode: vertical-lr;
    transform: scale(-1);
    padding: 0;
    height: 100%;
    text-align: center;
    position: absolute;
    left: -60px;
}

.brick-cta-1 .column-1 {
    width: 350px;
    /*height: 450px;*/
    background-color: #1D1D1D;
    position: relative;
    padding: 20px 30px 30px 30px;
}

.brick-cta-1 .chevron-up {
    width: 30px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 0;
}

.brick-cta-1 .column-in-top {
    padding-right: 80px;
}

.brick-cta-1 .column-in-mid {
    /*padding-right: 60px;*/
}

.brick-cta-1 .column-in-bottom {
    /*position: absolute;*/
    /*bottom: 0;*/
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    font-family: 'FORCED SQUARE', 'sans-serif';
    justify-content: space-between;
}

.brick-cta-1 .column-in-bottom .text {
    padding-right: 5px;
}

.brick-cta-1 .column-2 {
    padding-left: 25px;
}

.brick-offset {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.brick-cta-1 .column-1 .column-in {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.arrow.hidden {
    background: #232323;
}

.brick-logos-1 .column-1 {
    width: 325px;
    vertical-align: middle;
}

.brick-logos-1 .column-1 .column-in {
    height: auto;
}

.brick-logos-1 .column-2 {
    padding-left: 80px;
}

.brick-logos-1 .column-1 .chevron-up {
    width: 30px;
    height: auto;
    position: absolute;
    right: 0;
}

.brick-logos-1 .slider .item-in {
    padding: 100px 50px;
    /*background-color: #f5f5f5;*/
}

.brick-logos-1 .slider .item-in img {
    margin: 0 auto;
}

.brick-selected-1 .title-2 b {
    color: #E8E8E8;
    font-weight: 500;
}

.brick-selected-1 .item-text {
    padding: 0 20px 0 20px;
    flex-grow: 1;
}

.brick-selected-1 .column-1-2 {
    width: 350px;
    /*height: 450px;*/
    background-color: #1D1D1D;
    position: relative;
    padding: 20px 30px 30px 30px;
}

.brick-selected-1 .chevron-up {
    width: 30px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 0;
}

.brick-selected-1 .column-in-top {
    padding-right: 80px;
}

.brick-selected-1 .column-in-mid {
    padding-right: 60px;
}

.brick-selected-1 .column-in-bottom {
    /*position: absolute;*/
    /*bottom: 0;*/
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    font-family: 'FORCED SQUARE', 'sans-serif';
    justify-content: space-between;
}

.brick-selected-1 .column-in-bottom .text {
    padding-right: 5px;
}

.brick-selected-1 .column-1-2 .column-in {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.brick-selected-1 .column-1-1 {
    width: 350px;
    text-align: center;
}

.brick-selected-1 .column-2-1 {
    background-color: #281E6F;
    padding: 20px;
    width: 800px;
}

.brick-selected-1 .case-logo {
    width: 120px;
    padding-top: 120px;
    position: relative;
}

.brick-selected-1 .case-logo img {
    position: absolute;
    top: 50%;
    padding: 0 25px;
    box-sizing: border-box;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.brick-selected-1 .column-2-1 .column-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brick-selected-1 .column-2-2 .column-in {
    width: 870px;
    height: 459px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.brick-selected-1 .column-button {
    padding-left: 20px;
    position: relative;
    top: 41px;
    right: 300px;
}

.brick-selected-1 .column-title {
    position: absolute;
    right: 220px;
    top: 0;
}

.brick-cases-archive-1 .title-2 b {
    color: #E8E8E8;
    font-weight: 500;
    text-decoration: line-through;
}

.brick-cases-archive-1 .title-6 {
    text-align: center;
}

.brick-cases-archive-1 .title-2 {
    text-align: center;
}

.brick-cases-archive-1 .case img {
    height: 400px;
    width: 780px;
}

.item-cases-variant-2 .visual,
.item-cases-variant-2 .overlay {
    width: auto;
    right: 130px;
}

.item-cases-variant-2 .item-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0;
}

.item-cases-variant-2 .item-left {
    margin: 0 60px 0 55px;
}

.item-cases-variant-2 .item-right {
    width: 200px;
    flex-shrink: 0;
}

.item-cases-variant-2 .item-middle {
    flex-grow: 1;
    padding-right: 20px;
}

.item-cases-variant-2 .item-left,
.item-cases-variant-2 .item-middle,
.item-cases-variant-2 .item-right {
    position: relative;
    z-index: 2;
}

.item-cases-variant-2 .case-logo {
    width: 120px;
    padding-top: 100%;
    position: relative;
}

.item-cases-variant-2 .case-logo img {
    position: absolute;
    top: 50%;
    padding: 0 25px;
    box-sizing: border-box;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.item-cases-variant-2 .item-title {
    writing-mode: vertical-lr;
    transform: scale(-1);
    padding: 30px 0 30px 25px;
    position: absolute;
    left: -60px;
}

.item-cases-variant-2 .case-bekijken:hover {
    background-color: #00D790 !important;
}

.item-cases-variant-2 .case-bekijken {
    display: block;
    height: 200px;
}

.item-cases-variant-2 .case-bekijken img {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 215px;
}

.item-cases-variant-2 .case-bekijken-in {
    padding: 30% 37px;
}

.item-cases-2 {
    padding: 0;
    width: 100%;
    margin-bottom: 165px;
}

.item-cases-variant-2 {
    max-width: 1000px;
    float: none;
    margin-bottom: 160px;
}

.item-cases-variant-2:nth-child(even) {
    margin-left: auto;
    margin-bottom: 0;
}

.brick-usps-1 .items .item {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    position: relative;
}

.brick-usps-1 .items .text {
    font-family: 'FORCED SQUARE', 'sans-serif';
}

.brick-usps-1 .items .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.brick-usps-1 .visual {
    width: auto;
    max-width: 800px;
    display: block;
    left: auto !important;
}

.brick-usps-1 .items .item-square {
    width: 25%;
}

.brick-usps-1 .items .item-rectangle {
    width: 50%;
}

.brick-usps-1 .column-1 {
    padding-right: 50px;
    width: 490px;
}

.brick-usps-1 .column-2 {
    padding-left: 50px;
}

.brick-usps-1 .columns {
    min-height: 600px;
}

.brick-calculator-1 .column-1 {
    width: 615px;
}

.brick-calculator-1 .column-2 {
    padding-left: 120px;
}

.calculator {
    position: relative;
    padding: 70px 45px 40px 65px;
    margin-bottom: 50px;
}

.form-row {
    margin-bottom: 30px;
}

.form-column {
    padding: 0 15px;
    vertical-align: bottom;
}

.radios-container {
    margin: 0 -55px 0 -65px;
}

.radio-calculator-in {
    padding: 0 55px 0 65px;
}

.calculator-totals {
    position: sticky;
    top: 150px;
}

.calculator-title {
    position: absolute;
    z-index: 2;
    padding: 18px 15px 30px;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap !important;
}

.calculator-title-top {
    text-align: center;
    font-size: 27px;
    margin-bottom: 30px;
}

.calculator-title-bottom .title {
    writing-mode: vertical-lr;
}

.brick-pricing-1 .column-1 {
    width: 615px;
}

.brick-pricing-1 .column-2 {
    padding-left: 120px;
}

.form-select-in select {
    display: block;
    width: 100%;
    background: #FFF;
    font: inherit;
    height: 60px;
    padding: 0 20px;
    color: #281E6F;
    font-weight: 800;
    border: 1px solid #F0F0F0;
    outline: none;
}

.form-select-in i {
    position: absolute;
    top: 50%;
    line-height: 0;
    right: 20px;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/** SECTION: BOTTOM **/
.brick-footer-1 {
    overflow: hidden;
}

.brick-footer-1 .columns .column-1 img {
    max-width: 110px;
    margin-bottom: 26px;
}

.brick-footer-1 .columns .column-1 .column-in-top {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.brick-footer-1 .brick-in {
    padding: 70px 0;
}

.brick-footer-1 .columns .column-2 img {
    max-width: 14px;
    height: auto;
    display: inline-block;
}

.brick-footer-1 .columns .column-2 .component img {
    float: right;
    position: relative;
    top: 5px;
}

.brick-footer-1 .column-1 {
    padding-right: 125px;
}

.back-to-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: auto;
}

.back-to-top {
    font-size: 1.250em;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 116px;
    height: 116px;
    position: relative;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.back-to-top:hover {
    background: #281E6F !important;
}

.brick-footer-1 .column-in-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.brick-footer-1 .brick-in-bottom-in,
.brick-footer-1 .brick-in-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.background-triangle-1 {
    right: 310px !important;
    bottom: -50px !important;
}

.background-triangle-2 {
    right: 580px !important;
    bottom: 170px !important;
}

.background-triangle-3 {
    right: 330px !important;
    bottom: 170px !important;
    transform: rotate(90deg);
}

.background-triangle-4 {
    right: 680px !important;
    bottom: -50px !important;
    transform: rotate(180deg);
}

.background-triangles {

    width: 160px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.brick-cases-selected-1 .title-2 b {
    color: #E8E8E8;
    font-weight: 500;
}

.brick-cases-selected-1 .column-1-2 {
    width: 350px;
    /*height: 450px;*/
    background-color: #1D1D1D;
    position: relative;
}

.brick-cases-selected-1 .chevron-up {
    width: 30px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.brick-cases-selected-1 .column-in-top {
    padding-right: 80px;
}

.brick-cases-selected-1 .column-in-mid {
    padding-right: 60px;
}

.brick-cases-selected-1 .column-in-bottom {
    /*position: absolute;*/
    /*bottom: 0;*/
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    font-family: 'FORCED SQUARE', 'sans-serif';
    justify-content: space-between;
}

.brick-cases-selected-1 .column-in-bottom .text {
    padding-right: 5px;
}

.brick-cases-selected-1 .column-1-2 .column-in {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 30px 30px 30px;
    min-height: 450px;
    position: relative;
}

.brick-cases-selected-1 .column-1-2 .column-in .column-top {
    position: relative;
}

.brick-cases-selected-1 .column-1-1 {
    width: 350px;
    vertical-align: middle;
    text-align: center;
}

.brick-cases-selected-1 .column-1-1 .column-in {
    height: auto;
}

.brick-cases-selected-1 .column-2-1 {
    display: none;
    background-color: #281E6F;
    padding: 40px;
    width: auto;
}

.brick-cases-selected-1 .column-2-1.active {
    display: block;
}

.brick-cases-selected-1 .case-logo {
    width: 120px;
    padding-top: 100%;
    position: relative;
}

.brick-cases-selected-1 .case-logo img {
    position: absolute;
    top: 50%;
    padding: 0 25px;
    box-sizing: border-box;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.brick-cases-selected-1 .column-2-1 .column-in {
    display: flex;
    align-items: center;
}

.brick-cases-selected-1 .column-2-1 .column-in .column-in-left {
    flex-shrink: 0;
}

.brick-cases-selected-1 .column-2-1 .column-in .column-in-right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 1;
    padding-left: 30px;
    align-self: stretch;
}

.brick-cases-selected-1 .column-2-1 .column-in .column-in-right .title {
    color: #FFF !important;
}

.brick-cases-selected-1 .column-2-2 .column-in {
    /*width: auto;*/
    height: 100%;
    /*display: flex;*/
    /*text-align: center;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    flex-grow: 1;
}

.brick-cases-selected-1 .column-button {
    padding-left: 20px;
    position: relative;
    top: 41px;
    right: 0;
}

.brick-content-1 .slide {
    position: relative;
}

.brick-content-1 .slide-in {
    position: relative;
    margin: 0 20px;
    height: 410px;
    width: 500px;
}

.brick-cases-selected-1 .slide {
    position: relative;
}

.brick-cases-selected-1 .slide-in {
    min-height: 450px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 444px;
    margin: 0 auto;
}

.brick-content-1 .single-slider .arrows {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .brick-cases-selected-1 .brick-offset {
        left: 0 !important;
    }
}

.brick-offset .background {
    z-index: 0;
}

.content-column .plyr--video {
    width: 100%;
}

.video-background {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    width: 100% !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

.otgs-development-site-front-end {
    display: none !important;
}

.brick-in-bottom a:hover,
.column-in-flex li a:hover {
    color: #00D790;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    padding: 0 !important;
    background: transparent;
    border: none;
}

body img.gform_ajax_spinner {
    display: none !important;
}

.component p a {
    color: #281E6F;
    font-weight: 800;
}

.component p a:hover {
    color: #00D790;
}

.brick-form-1 .column-2 .title-5 {
    position: relative;
    padding-right: 55px;
}

.brick-form-1 .column-2 .title-5::after {
    font-family: "qommit" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\62";
    color: #00D790;
    position: absolute;
    right: 0;
    top: 0;
}

.title strong {
    color: #E8E8E8;
    font-weight: inherit;
}

.gform_wrapper .gform_validation_errors {
    background: #FFF;
    margin-bottom: 20px;
    border-radius: 0;
    padding: 20px 20px 20px 50px;
}

.brick-offset.remove-offset {
    left: 0 !important;
    right: 0 !important;
    background: none !important;
}

.ginput_container_select {
    position: relative;
}

.ginput_container_select::after {
    position: absolute;
    right: 20px;
    bottom: 22px;
    font-size: 15px;
    pointer-events: none;
    color: #00D790;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    content: "\62";
    font-family: "qommit" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cookie-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: none;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.cookie-popup-in {
    max-width: 1140px;
    padding: 20px;
}

.cookie-popup-bottom-right{
    display: flex;
    width: auto;
    justify-content: flex-end;
}

.cookie-popup .text-2{
    /*font-size: 16px !important;*/
    color: #8E8E8E;
    /*line-height: 25px !important;*/
}
.text-16{
    font-size: 16px !important;
    color: #281E6F;
}

.text-priv{
    font-size: 16px !important;
    color: #281E6F;
    /*font-weight: 800;*/
}

.cookie-popup-bottom-left-in > .component {
    display: block;
    margin-bottom: 30px !important;
}

.cookie-popup-bottom-left-in > .component:last-child {
    margin-bottom: 0 !important;
}

.cookie-popup .form-check {
}
.cookie-popup .form-check-left {
    flex-grow: 1;
    padding-right: 20px;
}

.cookie-popup .form-checkmark {
    display: block;
    margin: 0;
}

.cookie-popup-in.show-settings .cookie-tab-landing,
.cookie-tab-settings {
    display: none;
}

.cookie-popup-in.show-settings .cookie-tab-settings {
    display: block;
}

.cookie-popup .form-check input:checked ~ .form-checkmark{
    background-color: #00D790 !important;
    width: 75px;
    height: 39px;
}

.cookie-popup .form-checkmark{
    background-color: #1D1D1D !important;
    width: 75px !important;
    height: 39px !important;
}

.cookie-popup .form-checkmark:after{
    background-color: #FFF !important;
    width: 30px !important;
    height: 30px !important;
    /*left: 6px !important;*/
    top: 4px !important;
}

.cookie-tab .title-4{
    display: flex;
}

.title-text-popup{
    flex-grow: 1;
}

.cookie-tab-landing-background-image{
    z-index: 0;
    height: 270px;
    width: 400px;
    position: absolute;
    /* MARGIN-BOTTOM: 50px; */
    /* margin-bottom: 11px; */
    top: 0px;
    left: 276px;
}

.cookie-popup-in {
    position: relative;
}

.brick-content-1 .title-2 a {
    color: #281E6F !important;
}

.brick-content-1 .title-2 a:hover {
    color: #00D790 !important;
}

.brick-content-1 .title-2 a::after {
    content: "\62";
    color: #00D790;
    font-size: 30px;
    padding-left: 10px;
    position: relative;
    top: -5px;
    font-family: "qommit" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}