@import url("../fonts/neoid/style.css");

.fonticon,
.checkbox+label::after,
.checkbox~label::after,
.form-invalid .form-control-wrapper:after {
    font-family: 'neoid' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'VWHeadlineOTBlack';
    src: url("../fonts/vwheadlineot-black-webfont.eot");
    src: url("../fonts/vwheadlineot-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/vwheadlineot-black-webfont.woff") format("woff"), url("../fonts/vwheadlineot-black-webfont.ttf") format("truetype"), url("../fonts/vwheadlineot-black-webfont.svg#VWHeadlineOTBlack") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VWHeadlineOTBook';
    src: url("../fonts/vwheadlineot-book-webfont.eot");
    src: url("../fonts/vwheadlineot-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/vwheadlineot-book-webfont.woff") format("woff"), url("../fonts/vwheadlineot-book-webfont.ttf") format("truetype"), url("../fonts/vwheadlineot-book-webfont.svg#VWHeadlineOTBook") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VWHeadlineOTSemibold';
    src: url("../fonts/vwheadlineot-semibold-webfont.eot");
    src: url("../fonts/vwheadlineot-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/vwheadlineot-semibold-webfont.woff") format("woff"), url("../fonts/vwheadlineot-semibold-webfont.ttf") format("truetype"), url("../fonts/vwheadlineot-semibold-webfont.svg#VWHeadlineOTSemibold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VWHeadlineOTLight';
    src: url("../fonts/vwheadlineot-light-webfont.eot");
    src: url("../fonts/vwheadlineot-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/vwheadlineot-light-webfont.woff") format("woff"), url("../fonts/vwheadlineot-light-webfont.ttf") format("truetype"), url("../fonts/vwheadlineot-light-webfont.svg#VWHeadlineOTSemibold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VWTextWebRegular';
    src: url("../fonts/vwtextweb-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VWTextWebBold';
    src: url("../fonts/vw-text-bold.woff2") format("woff2"), url("../fonts/vw-text-bold.woff") format("woff");
}

@font-face {
    font-family: 'VWHeadWebRegular';
    src: url("../fonts/vw-head.woff2") format("woff2"), url("../fonts/vw-head.woff") format("woff");
}

@font-face {
    font-family: 'VWHeadWebBold';
    src: url("../fonts/vwheadweb-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

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

html {
    font-size: 16px;
    font-family: "VWTextWebRegular", sans-serif;
    line-height: 1.3;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.container,
.panel-group {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.container-large {
    max-width: 1600px;
    min-height: 10px;
}

.top-separator {
    border-top: 1px solid #bdc3c6;
}

.limited-small {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 660px) {

    .container,
    .panel-group {
        padding-left: 14px;
        padding-right: 14px;
    }
}

.site-header {
    position: relative;
    color: white;
}

.site-header a {
    color: white;
}

.site-header .container,
.site-header .panel-group {
    position: relative;
}

.site-header .container-larger {
    padding: 30px 0;
}

.site-header-actions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.site-brand {
    position: absolute;
    top: 30px;
    right: 30px;
    transition: top 0.33s;
}

.link-brand {
    display: block;
}

.link-brand img {
    display: block;
    transition: 0.33s;
}

.site-header .site-header-actions {
    padding-top: 20px;
    padding-bottom: 20px;
}

.site-header.sticky .site-header-actions {
    background: white;
    position: fixed;
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.site-header.sticky .site-brand {
    top: -10px;
}

.site-header.sticky .site-brand img {
    width: 70px !important;
    height: 70px !important;
}

.site-header.sticky .site-brand img {
    fill: #666 !important;
}

.site-header.sticky .main-nav a {
    color: #666;
}

.site-header.sticky .main-nav a .outline {
    border-color: #666;
    color: #4d4d4d;
}

@media (max-width: 1020px) {

    .site-brand img {
        width: 50px!important;
        height: 50px !important;
    }

    .site-header .container {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }

    .site-header .panel-group {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }

    .site-header .container .main-nav,
    .site-header .panel-group .main-nav,
    .site-header .container .site-brand,
    .site-header .panel-group .site-brand {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
    }

    .site-header .site-header-actions {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        transition: background-color 0.33s, padding 0.33s;
        z-index: 1;
    }

    .site-header.sticky .site-brand img {
        width: 50px !important;
        height: 50px !important;
    }
}

.site-footer {
    background: #f3f5f6;
    padding: 30px 0;
    margin-top: 40px;
    color: #000;
    font-size: 14px;
}

.site-footer a {
    color: #000;
}

.site-footer a:hover {
    color: #0099da;
}

.site-footer .container-large {
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.support-group .icon {
    font-size: 40px;
    color: #0099da;
}

.support-item {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    vertical-align: top;
    margin: 30px 0;
    text-align: left;
}

.support-item+.support-item {
    margin-left: 80px;
}

.support-item .icon {
    position: absolute;
    top: -10px;
    left: 0;
}

.support-item .label {
    display: block;
    color: #000;
    font-size: 20px;
    font-family: "VWHeadWebRegular", sans-serif;
    transition: 0.33s;
}

.support-item .label small {
    font-size: 14px;
    color: #999;
}

.support-item .label-info {
    display: block;
    color: #999;
    font-size: 12px;
    margin-top: 8px;
}

.support-item a:hover .label {
    color: #0099da;
}

@media (max-width: 1020px) {
    .site-footer .container-large {
        flex-wrap: wrap;
        padding-top: 40px;
    }

    .site-footer .group-images {
        order: 1;
        flex: 0 0 50%;
    }

    .site-footer .footer-links {
        order: 2;
        flex: 0 0 50%;
        text-align: right;
    }

    .site-footer .copy {
        order: 3;
        flex: 0 0 100%;
        text-align: center;
        padding-top: 30px;
        line-height: 1.4;
    }
}

@media (max-width: 660px) {
    .support-group {
        text-align: center;
    }

    .support-group .icon {
        font-size: 36px;
    }

    .support-item {
        font-size: 13px;
        display: block;
        margin: 20px auto;
        max-width: 280px;
        padding-left: 45px;
    }

    .support-item+.support-item {
        margin-left: auto;
        margin-top: 50px;
    }

    .support-item .icon {
        top: -5px;
    }

    .support-item .label {
        display: block;
        color: #000;
        font-size: 20px;
        font-family: "VWHeadWebRegular", sans-serif;
        transition: 0.33s;
    }

    .support-item .label small {
        font-size: 14px;
        color: #999;
    }

    .support-item .label-info {
        display: block;
        color: #999;
        font-size: 12px;
        margin-top: 8px;
    }

    .support-item a:hover .label {
        color: #0099da;
    }
}

.main-nav {
    font-family: "VWHeadWebRegular", sans-serif;
    font-size: 17px;
    line-height: 20px;
    vertical-align: middle;
}

.main-nav li {
    display: inline-block;
    vertical-align: middle;
}

.main-nav li+li {
    margin-left: 30px;
}

.main-nav .outline {
    margin-right: 9px;
    border-color: white;
    color: white;
}

.main-nav .nav-link {
    color: white;
    display: flex;
    position: relative;
    height: 46px;
    align-items: center;
}

.main-nav .nav-link .outline {
    border-color: white;
    color: white;
}

.main-nav a.nav-link:hover {
    color: #0099da;
}

.main-nav a.nav-link:hover .outline {
    border-color: #0099da;
    color: #0099da;
}

.outline {
    text-align: center;
    display: inline-block;
    min-width: 46px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #999;
    color: #999;
    border-radius: 23px;
    font-size: 26px;
    vertical-align: middle;
}

.main-tabs {
    position: relative;
    margin-top: -88px;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 60px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.main-tabs .menu {
    display: flex;
}

.main-tabs .menu li {
    flex: 0 0 50%;
    display: flex;
    height: 88px;
    align-items: center;
    font-size: 24px;
    font-family: "VWHeadWebBold", sans-serif;
}

.main-tabs .menu li.active {
    background: white;
}

.main-tabs .menu li.active a {
    color: #000;
}

.main-tabs .menu li.active a span {
    border-bottom: 2px solid #0099da;
}

.main-tabs .menu li:first-child {
    text-align: left;
}

.main-tabs .menu li:first-child a {
    margin-left: auto;
    margin-right: 0;
}

.main-tabs .menu li:first-child span {
    margin-left: auto;
    margin-right: 0;
}

.main-tabs .menu li:last-child {
    text-align: right;
}

.main-tabs .menu li:last-child a {
    margin-left: 0;
    margin-right: auto;
}

.main-tabs .menu li:last-child span {
    margin-left: 0;
    margin-right: auto;
}

.main-tabs .menu a {
    display: inline-block;
    color: white;
    max-width: 540px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.main-tabs .menu a:hover {
    color: #0099da;
}

.main-tabs .menu a span {
    padding: 20px 36px;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.nav-steps {
    text-align: center;
    margin: 20px 0 70px;
}

.step {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 54px;
    border-radius: 30px;
    background: #f3f5f6;
    border: 3px solid #f3f5f6;
    color: #aaabac;
    margin: 0 15px;
    text-align: center;
    vertical-align: middle;
    font-family: "VWHeadWebBold", sans-serif;
    font-size: 26px;
    position: relative;
}

.step.active {
    border-color: #0099da;
    background: white;
    color: #000;
}

.step.active:after {
    color: #000;
}

.step:after {
    content: attr(title);
    font-size: 13px;
    color: #c1c2c3;
    position: absolute;
    top: 100%;
    display: inline-block;
    width: 100px;
    text-align: center;
    left: 50%;
    margin-left: -50px;
    line-height: 1.4;
    margin-top: 8px;
}

@media (min-width: 460px) {
    .main-tabs .menu a span {
        font-size: 0;
    }

    .main-tabs .menu a span:after {
        content: attr(data-expanded);
        font-size: 16px;
    }
}

@media (max-width: 1020px) {
    .main-tabs {
        margin-top: -60px;
        margin-bottom: 60px;
    }

    .main-tabs .menu li {
        height: 60px;
        font-size: 22px;
    }

    .main-tabs .menu a {
        padding-left: 30px;
        padding-right: 30px;
    }

    .main-tabs .menu a span {
        padding: 14px 16px;
    }

    .main-nav span.min {
        display: none;
    }
}

@media (max-width: 660px) {
    .main-nav {
        top: 14px;
        left: 14px;
        font-size: 14px;
    }

    .hide-mobile {
        display: none !important;
    }

    .main-nav li+li {
        margin-left: 20px;
    }

    .main-nav .nav-link {
        color: white;
        display: flex;
        position: relative;
        height: 46px;
        align-items: center;
    }

    .main-nav .nav-link .outline {
        border-color: white;
        color: white;
    }

    .main-nav a.nav-link:hover {
        color: #0099da;
    }

    .main-nav a.nav-link:hover .outline {
        border-color: #0099da;
        color: #0099da;
    }

    .outline {
        min-width: 40px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        font-size: 22px;
    }

    .main-tabs {
        margin-bottom: 30px;
    }

    .main-tabs .menu li {
        height: 60px;
        font-size: 18px;
        line-height: 1.1;
    }

    .main-tabs .menu a {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .main-tabs .menu a span {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        padding: 14px 10px;
    }
}

@media (max-width: 360px) {
    .main-tabs {
        margin-bottom: 30px;
    }

    .main-tabs .menu li {
        font-size: 16px;
        line-height: 1.1;
    }

    .main-nav {
        top: 10px;
        left: 10px;
        font-size: 14px;
    }

    .main-nav li+li {
        margin-left: 14px;
    }

    .outline {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
    }
}

body {
    background: white;
    color: #000;
    font-size: 16px;
    font-family: "VWTextWebRegular", sans-serif;
}

a {
    transition: 0.33s;
    text-decoration: none;
    color: #0099da;
}

b,
strong {
    font-family: "VWTextWebBold", sans-serif;
}

.media img {
    display: block;
    max-width: 100%;
}

.color {
    color: #0099da;
}

.color-alt {
    color: #239300;
}

.video-wrapper {
    position: relative;
    padding-top: 56.25%;
    background: black url(../assets/loading.gif) no-repeat center center;
    box-shadow: 5px 0 15px 2px rgba(0, 0, 0, 0.26);
    background-size: 40px 40px;
}

.video-wrapper.vertical {
    padding-top: 178.99%;
}

.video-wrapper img,
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}

.video-wrapper .play-in-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    font-size: 0;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
}

.video-wrapper .play-in-modal:hover {
    color: #de3236;
}

.video-wrapper .play-in-modal .icon {
    margin-left: 1px;
    font-size: 69px;
}

.min-height {
    display: flex;
    flex-direction: column;
    min-height: 130px;
    justify-content: center;
}

.text-small {
    font-size: 14px;
}

.text-small .icon {
    font-size: 16px;
    display: inline-block;
    position: relative;
    bottom: -2px;
    margin-right: 7px;
}

.text-bold {
    font-family: "VWTextWebBold", sans-serif;
}

.title {
    font-size: 23px;
    position: relative;
    margin: 0 0 20px;
    font-family: "VWHeadWebBold", sans-serif;
}

.text {
    line-height: 1.4;
    font-size: 16px;
    color: #2f3538;
}

.text strong,
.text b {
    font-family: "VWTextWebBold", sans-serif;
}

@media (max-width: 560px) {
    .title {
        font-size: 20px;
    }
}

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #dee1e3;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 40px 0 10px;
    font-size: 14px;
    line-height: 40px;
    color: #bdc3c6;
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    border-color: transparent;
    color: #0099da;
    text-align: center;
    font-size: 15px;
    padding: 0;
}

.selectric .button:hover {
    background-color: transparent;
    border-color: transparent;
    color: #0099da;
}

.selectric-val-other .selectric .label {
    color: #000;
}

.selectric-focus .selectric {
    color: #000;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.4px rgba(0, 123, 255, 0.25);
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric .button .icon:before {
    content: "\e90f";
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #dee1e3;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #000;
    cursor: pointer;
}

.selectric-items li.selected {
    background: #f3f5f6;
}

.selectric-items li.highlighted {
    background: #f3f5f6;
}

.selectric-items li:hover {
    background: #f3f5f6;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

.selectric-below .selectric-items {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.selectric-above .selectric-items {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

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

.checkbox:focus+label::before,
.checkbox:focus~label::before,
.radio:focus+label::before,
.radio:focus~label::before {
    box-shadow: none;
}

.checkbox:hover+label::before,
.checkbox:hover~label::before,
.radio:hover+label::before,
.radio:hover~label::before {
    border-color: #0099da;
}

.checkbox:active+label::before,
.checkbox:active~label::before,
.radio:active+label::before,
.radio:active~label::before {
    transition-duration: 0;
}

.checkbox+label,
.checkbox~label,
.radio+label,
.radio~label {
    position: relative;
    padding-left: 43px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    min-height: 30px;
    line-height: 1.2;
    cursor: pointer;
    font-family: "VWTextWebBold", sans-serif;
}

.checkbox+label::before,
.checkbox~label::before,
.radio+label::before,
.radio~label::before {
    background-color: #fff;
    border: 2px solid #dee1e3;
    box-sizing: content-box;
    content: '';
    color: #444;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: border-color 0.33s, background-color 0.33s;
}

.radio+label::after,
.radio~label::after {
    box-sizing: content-box;
    content: '';
    background-color: white;
    position: absolute;
    top: 11px;
    left: 11px;
    width: 12px;
    height: 12px;
    transform: scale(0);
    transform-origin: 50%;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.checkbox[disabled]+label::before,
.checkbox[disabled]~label::before,
.radio[disabled]+label::before,
.radio[disabled]~label::before {
    animation: none;
    box-shadow: none;
    border: 1px solid rgba(128, 128, 128, 0.5);
}

.checkbox[disabled]:active+label::before,
.checkbox[disabled]:active~label::before,
.checkbox[disabled]:focus+label::before,
.checkbox[disabled]:focus~label::before,
.checkbox[disabled]:hover+label::before,
.checkbox[disabled]:hover~label::before,
.radio[disabled]:active+label::before,
.radio[disabled]:active~label::before,
.radio[disabled]:focus+label::before,
.radio[disabled]:focus~label::before,
.radio[disabled]:hover+label::before,
.radio[disabled]:hover~label::before {
    border-color: rgba(128, 128, 128, 0.5);
    -webkit-filter: none;
    filter: none;
    transition: none;
}

.checkbox+label::after,
.checkbox~label::after {
    display: block;
    content: "\e900" !important;
    position: absolute;
    top: 5px;
    left: 7px;
    font-size: 23px;
    transform: scale(0);
    color: #0099da;
}

.checkbox:checked+label::before,
.checkbox:checked~label::before {
    background-color: #0099da;
    border-color: #0099da;
}

.checkbox:checked+label::after,
.checkbox:checked~label::after {
    content: '';
    transform: scale(1);
    transition: transform 200ms ease-out;
    color: white;
}

.radio+label::before,
.radio~label::before,
.radio+label::after,
.radio~label::after {
    border-radius: 50%;
}

.radio:checked:active+label::before,
.radio:checked:active~label::before,
.radio:checked:focus+label::before,
.radio:checked:focus~label::before {
    animation: none;
    filter: none;
    transition: none;
}

.radio:checked+label::before,
.radio:checked~label::before {
    animation: none;
    background-color: #0099da;
    border-color: #0099da;
}

.radio:checked+label::after,
.radio:checked~label::after {
    transform: scale(1);
}

@keyframes borderscale {
    50% {
        box-shadow: 0 0 0 2px #900;
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%228%22%20viewBox%3D%220%200%2016%208%22%3E%3Cpolygon%20fill%3D%22%234D4D4D%22%20points%3D%228%2C0%2016%2C0%2012%2C4%208%2C8%204%2C4%200%2C0%20%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    border: 1px solid grey;
    border-radius: 0;
    padding: 0.25em 0.4em;
    padding-right: 1.5em;
}

select:focus,
select:hover {
    border-color: black;
    outline: none;
}

select:active {
    border-color: #900;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    select::-ms-expand {
        display: none;
    }

    select:focus::-ms-value {
        background: transparent;
        color: grey;
    }
}

.card {
    padding: 20px 30px;
    margin: 24px 0;
}

.card-placeholder {
    background: #f3f5f6;
    border-radius: 6px;
    min-height: 214px;
}

.card-payment {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-left: 44px;
}

.card-payment .top {
    align-self: flex-start;
    font-size: 32px;
    line-height: 1;
}

.card-payment .top small {
    line-height: 1.1;
    font-size: 17px;
}

.card-payment .bottom {
    align-self: flex-end;
    font-size: 32px;
    line-height: 1;
}

.card-payment .bottom small {
    line-height: 1.1;
    font-size: 17px;
}

@media (max-width: 660px) {
    .card {
        padding: 10px 20px;
        margin: 24px 0;
    }

    .card-placeholder {
        min-height: 140px;
    }

    .card-payment {
        padding-left: 24px;
    }

    .card-payment .top {
        padding-bottom: 10px;
    }

    .card-payment .bottom {
        padding-top: 10px;
    }
}

.list-items {
    background-color: #f3f5f6;
    border-radius: 6px;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.list-items a {
    font-family: "VWTextWebBold", sans-serif;
    color: #000;
    font-size: 16px;
}

.list-items a:hover {
    color: #0099da;
}

.list-items li {
    color: #000;
    font-family: "VWTextWebBold", sans-serif;
    padding: 16px 0;
}

.list-items li small {
    font-size: 100%;
    font-family: "VWTextWebRegular", sans-serif;
}

.list-items li+li {
    border-top: 1px solid #dfe0e1;
}

.list-items li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-list {
    margin-bottom: 60px;
    transition: height 0.33s;
}

.toggle-item {
    color: #333;
    padding: 0 60px;
    border-bottom: 1px solid #bdc3c6;
    transition: height 0.33s;
}

.toggle-item:first-child {
    border-top: 1px solid #bdc3c6;
}

.toggle-trigger {
    padding: 20px 0;
    position: relative;
    font-size: 23px;
    font-family: "VWHeadWebBold", sans-serif;
    cursor: pointer;
}

.toggle-content {
    line-height: 1.3;
    font-size: 23px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.33s, opacity 0.33s;
}

.content-active .toggle-content {
    height: auto;
    overflow: visible;
    opacity: 1;
    padding-bottom: 20px;
}

.toggle-status {
    color: #0099da;
    font-size: 22px;
    position: absolute;
    top: -3px;
    left: -60px;
    padding: 20px;
}

.check-list li,
.check-list .check-list-group {
    margin-bottom: 8px;
    min-height: 34px;
}

.check-list .check-list-group {
    margin: 18px 0;
}

.check-list label {
    color: #2f3538;
    font-size: 16px;
}

@media (max-width: 1020px) {
    .toggle-status {
        top: 10px;
        left: -48px;
        padding: 10px;
    }

    .toggle-trigger {
        font-size: 20px;
    }

    .toggle-content {
        font-size: 20px;
    }
}

@media (max-width: 660px) {
    .toggle-item {
        padding-left: 40px;
        padding-right: 0;
    }

    .toggle-status {
        top: 10px;
        left: -40px;
        padding: 10px;
    }

    .toggle-trigger {
        font-size: 18px;
    }

    .toggle-content {
        font-size: 18px;
    }

    .list-items {
        padding: 10px 14px;
    }

    .list-items li a {
        font-size: 14px;
    }

    .list-items li a .link {
        font-size: 0;
        padding-left: 10px;
    }

    .list-items li a .link .icon {
        font-size: 16px;
    }
}

.dropdown {
    position: relative;
}

.dropdown .button {
    background: transparent;
    padding: 5px;
    height: 30px;
    font-size: 20px;
    border: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 172px;
    padding: 5px 0;
    margin: 0;
    font-size: 12px;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee1e3;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item,
a.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 15px;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active,
.dropdown-item.active,
a.dropdown-item:hover,
a.dropdown-item:focus,
a.dropdown-item:active,
a.dropdown-item.active {
    color: white;
    text-decoration: none;
    background-color: #0099da;
}

.dropdown-item.disabled,
.dropdown-item:disabled,
a.dropdown-item.disabled,
a.dropdown-item:disabled {
    color: #6c757d;
    opacity: 0.5;
    background-color: transparent !important;
    cursor: default;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 10px 15px;
    color: #000;
}

@mEdia (min-width: 900px) {
    .dropdown-item {
        padding: 10px 25px;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("../images/loader.svg") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 52px;
    height: 74px;
    padding: 0;
    margin: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 99999;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    opacity: 0.5;
}

.slick-prev {
    left: -40px;
    background-image: url("../assets/arrow-left.png");
}

.slick-next {
    right: -40px;
    background-image: url("../assets/arrow-right.png");
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background: #6b6f75;
    outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background: #0099da;
}

.slick-dots li.slick-active button {
    background: #0099da;
}

@media (min-width: 1240px) {
    .slick-prev {
        left: -70px;
    }

    .slick-next {
        right: -70px;
    }
}

.section {
    padding: 20px 0;
}

.vertical-space {
    margin: 20px 0;
}

.vertical-double-space {
    margin: 40px 0;
}

.top-double-space {
    margin-top: 40px;
}

.top-third-space {
    margin-top: 30px;
}

.top-space {
    margin-top: 20px;
}

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

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

.group-images {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: -17px;
    margin-right: -17px;
}

.group-images .item {
    position: relative;
    padding-left: 17px;
    padding-right: 17px;
}

.group-images .item+.item {
    border-left: 1px solid #dedfdf;
}

.group-images .item img {
    max-width: 100%;
}

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

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

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

@media (max-width: 560px) {
    .group-images {
        margin-left: -7px;
        margin-right: -7px;
    }

    .group-images .item {
        padding-left: 7px;
        padding-right: 7px;
    }
}

.hero-slider-group {
    height: 485px;
    overflow: hidden;
}

.hero-slider-group .slick-dots {
    position: absolute;
    margin-top: -140px;
    width: 100%;
    text-align: center;
}

.hero-slider-group.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.hero-slide-small,
.hero-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.hero-slide-small .container,
.hero-slide-small .panel-group,
.hero-slide .container,
.hero-slide .panel-group {
    padding-bottom: 90px;
    display: flex;
    height: 485px;
    align-items: center;
    justify-content: center;
}

.hero-text {
    font-family: "VWTextWebBold", sans-serif;
    font-size: 22px;
    line-height: 1.3;
}

.hero-text h2 {
    font-weight: 400;
    font-size: 80px;
    line-height: 1.1;
    font-family: "VWTextWebBold", sans-serif;
}

@media (min-width: 461px) {
    .hero-slide-small {
        background: none !important;
    }
}

@media (max-width: 1020px) {
    .hero-slider-group {
        height: 400px;
    }

    .hero-slider-group .slick-dots {
        margin-top: -110px;
    }

    .hero-slide .container,
    .hero-slide .panel-group {
        padding-bottom: 50px;
        height: 400px;
    }

    .hero-text {
        font-size: 20px;
    }

    .hero-text h2 {
        font-size: 60px;
    }
}

@media (max-width: 660px) {
    .hero-text {
        font-size: 20px;
    }

    .hero-text h2 {
        font-size: 48px;
    }
}

@media (max-width: 460px) {
    .hero-text {
        font-size: 20px;
    }

    .hero-text h2 {
        font-size: 48px;
        margin-bottom: 10px;
    }

    .hero-text p {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
}

.row {
    margin-bottom: 20px;
    display: flex;
    position: relative;
    margin-left: -17px;
    margin-right: -17px;
}

.row.sibs-form {
    display: block;
}

.row .column {
    padding-left: 17px;
    padding-right: 17px;
    flex: 0 0 50%;
}

.row .column-full {
    flex: 0 0 100%;
}

.row .column-quarter {
    flex: 0 1 400px;
}

@media (max-width: 1020px) {
    .row {
        margin-left: -12px;
        margin-right: -12px;
    }

    .row .column {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 660px) {
    .row {
        display: block;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .row .column {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 2px 14px;
    font-size: 16px;
    line-height: 36px;
    color: #000;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #dee1e3;
    border-radius: 4px;
    font-family: "VWTextWebRegular", sans-serif;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control.filled {
    background-color: #f3f5f6;
    border-color: #f3f5f6;
    color: #000;
    font-family: "VWTextWebBold", sans-serif;
}

textarea.form-control {
    height: 120px;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #999;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.4px rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #bdc3c6;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #bdc3c6;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #bdc3c6;
    opacity: 1;
}

.form-control::placeholder {
    color: #bdc3c6;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-label {
    font-size: 16px;
    font-family: "VWTextWebBold", sans-serif;
    display: block;
    padding-bottom: 8px;
}

.form-group {
    position: relative;
}

.form-group-row {
    margin-bottom: 20px;
}

.form-group-row-half {
    margin-bottom: 10px;
}

.form {
    position: relative;
}

.form-note {
    margin: 30px 0;
    font-size: 12px;
    color: #666;
    line-height: 1.3;
}

.form-note p {
    margin: 20px 0;
}

.form-note a:hover {
    text-decoration: underline;
}

.input-list {
    margin: 20px 0;
}

.input-item {
    display: inline-block;
    padding-right: 20px;
    min-width: 106px;
}

.form-group .form-step {
    display: none;
}

.form-group .form-step.show {
    display: block;
}

.form-invalid .form-control {
    border-color: #c82e2d;
}

.form-invalid .form-control-wrapper {
    position: relative;
}

.form-invalid .form-control-wrapper:after {
    content: '\e901';
    position: absolute;
    top: 11px;
    right: 8px;
    font-size: 20px;
    color: #c82e2d;
}

.form-invalid .checkbox+label::before,
.form-invalid .checkbox~label::before,
.form-invalid .radio+label::before,
.form-invalid .radio~label::before {
    border-color: #c82e2d;
}

.invalid-field {
    color: #c82e2d;
    font-size: 11px;
    padding-top: 2px;
    position: absolute;
}

.form-msg {
    margin: 20px 0;
    padding: 14px 20px 14px 44px;
    border-radius: 4px;
    position: relative;
}

.form-msg .icon {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 20px;
}

.msg-invalid {
    background-color: #c82e2d;
    color: white;
}

.button {
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #dee1e3;
    background: transparent;
    padding: 2px 20px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 42px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #0099da;
    outline: none;
    font-family: "VWTextWebBold", sans-serif;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.button:hover {
    color: #2f3538;
    background-color: #bdc3c6;
    border-color: #808890;
}

.button-primary {
    border-color: #0099da;
    background-color: #0099da;
    color: white;
}

.button-primary:hover {
    color: white;
    background-color: #0068aa;
    border-color: white;
}

.button-block {
    width: 100%;
}

.button-link {
    border-color: transparent;
}

.button-group {
    display: flex;
    position: relative;
    margin-left: -17px;
    margin-right: -17px;
}

.button-group .button {
    flex: 1;
    margin: 0 17px;
    max-width: 50%;
}

.button-group.button-group-auto {
    margin-left: 0;
    margin-right: 0;
}

.button-group.button-group-auto .button {
    margin-left: auto;
    margin-right: auto;
}

.link {
    color: #0099da;
}

.link .icon {
    display: inline-block;
    position: relative;
    bottom: -2px;
}

@media (max-width: 560px) {
    .button-group {
        margin-left: -7px;
        margin-right: -7px;
    }

    .button-group .button {
        margin: 0 7px;
    }
}

@media (max-width: 440px) {
    .button-group {
        flex-direction: column-reverse;
        margin-left: 0;
        margin-right: 0;
    }

    .button-group .button {
        max-width: 100%;
        margin: 0;
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button.mfp-close {
    font-size: 0;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 5px;
}

button.mfp-close:before {
    content: "\e90c";
    font-family: 'vacasfelizes' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: white;
    display: inline-flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    transition: 0.33s;
}

button.mfp-close:hover {
    opacity: 0.3;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    display: block;
    width: 52px;
    height: 74px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 99999;
    -webkit-tap-highlight-color: transparent;
    transform: scale(0.7);
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow-left {
    left: 20px;
    background-image: url(../assets/arrow-left.png);
}

.mfp-arrow-right {
    right: 20px;
    background-image: url(../assets/arrow-right.png);
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
     * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-content {
    position: relative;
    background: #FFF;
    padding: 40px;
    width: auto;
    max-width: 920px;
    width: 90%;
    margin: 20px auto;
    text-align: center;
    border-radius: 6px;
}

.modal-open {
    overflow: hidden;
}

.panel-group {
    padding-left: 0;
    padding-right: 0;
}

.panel-group .panel-collapse {
    border-bottom: 1px solid #bdc3c6;
}

.panel-group .panel-collapse:first-child {
    border-top: 1px solid #bdc3c6;
}

.panel {
    color: #333;
    padding-left: 60px;
    padding-right: 60px;
}

.panel-collapse .collapse-trigger {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-collapse .panel-header .text,
.panel-collapse .panel-body {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.33s, opacity 0.33s;
}

.panel-collapse.expanded .panel-header .text,
.panel-collapse.expanded .panel-body {
    height: auto;
    overflow: visible;
    opacity: 1;
}

.panel-collapse.expanded .collapse-status.icon:before {
    content: '\e90e';
}

.panel-header {
    padding: 14px 0;
    font-size: 17px;
    line-height: 1.3;
    position: relative;
}

.panel-header h3 {
    color: #1d1f20;
    font-size: 23px;
    font-family: "VWHeadWebBold", sans-serif;
    padding: 8px 0;
    position: relative;
}

.panel-header p {
    margin-bottom: 6px;
}

.collapse-status {
    color: #0099da;
    font-size: 22px;
    position: absolute;
    top: -9px;
    left: -60px;
    padding: 20px;
}

.panel-msg {
    text-align: center;
    font-family: "VWHeadWebRegular", sans-serif;
    margin-bottom: 20px;
    color: #bdc3c6;
    border-color: #bdc3c6;
    border-radius: 6px;
    padding: 16px;
    position: relative;
}

.panel-msg .text {
    color: white;
    font-size: 14px;
    line-height: 1.4;
}

.panel-msg .text p {
    margin: 14px;
}

.panel-msg .dismiss-button {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.dismiss-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    color: white;
    background: #2f3538;
    border-radius: 20px;
}

.dismiss-button:hover {
    background: rgba(47, 53, 56, 0.7);
}

.panel-icon {
    color: #bdc3c6;
    font-size: 30px;
}

.panel-msg-info {
    background: #0068aa;
    border-color: #0068aa;
    color: white;
}

.panel-msg-info .panel-icon {
    color: white;
    font-size: 30px;
}

@media (max-width: 1020px) {
    .panel {
        padding-left: 40px;
        padding-right: 40px;
    }

    .panel-group {
        margin-left: 30px;
        margin-right: 30px;
    }

    .panel-group .panel-collapse {
        border-bottom: 1px solid #bdc3c6;
    }

    .panel-group .panel-collapse:first-child {
        border-top: 1px solid #bdc3c6;
    }
}

@media (max-width: 660px) {
    .panel-msg {
        padding: 14px;
    }

    .panel-msg .dismiss-button {
        top: 10px;
        right: 10px;
    }

    .dismiss-button {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .panel {
        padding-left: 0;
        padding-right: 0;
    }

    .panel .panel-header {
        padding-left: 0;
    }

    .panel-group {
        margin-left: 14px;
        margin-right: 14px;
    }

    .collapse-status {
        top: -3px;
        left: -50px;
        padding: 10px;
    }

    .panel-header {
        padding: 10px 0;
        line-height: 1.2;
    }

    .panel-header h3 {
        padding: 6px 0;
    }

    .panel-header p {
        margin-bottom: 6px;
    }
}
