.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  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%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,228,233;--color-primary-1:128,166,182;--color-primary-2:0,76,109;--color-primary-3:0,38,55;--color-primary-4:0,11,16;--color-secondary-0:253,244,221;--color-secondary-1:247,219,141;--color-secondary-2:239,183,27;--color-secondary-3:120,92,14;--color-secondary-4:36,27,4;--color-tertiary-0:255,255,255;--color-tertiary-1:250,253,255;--color-tertiary-2:150,152,153;--color-tertiary-3:90,91,92;--color-tertiary-4:0,0,0;--headlines-font-family:Panton;--paragraphs-font-family:Panton; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dk3cBr0LgcTTJeJWLRDMNgHpiTIbu7ng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dk3cBr0LgcTTJeJWLRDMNgHpiTIbu7ng > .row .container { background-color: transparent; background-image: none; }#dk3cBr0LgcTTJeJWLRDMNgHpiTIbu7ng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dk3cBr0LgcTTJeJWLRDMNgHpiTIbu7ng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dk3cBr0LgcTTJeJWLRDMNgHpiTIbu7ng > .row .container > .video-iframe-container { display: none; }#dk3cBr0LgcTTJeJWLRDMNgHpiTIbu7ng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dk3cBr0LgcTTJeJWLRDMNgHpiTIbu7ng > .row > .video-iframe-container { display: none; }#dk3cBr0LgcTTJeJWLRDMNgHpiTIbu7ng > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dk3cBr0LgcTTJeJWLRDMNgHpiTIbu7ng > .row .container { border-width: 0; border-radius: 0; }#dk3cBr0LgcTTJeJWLRDMNgHpiTIbu7ng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dk3cBr0LgcTTJeJWLRDMNgHpiTIbu7ng > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:60rem;position:relative;display:block; }#uGE1Fi7thrDk9c5taIN44almBv6EBwp5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:8.125rem;top:0.71723091602325rem;left:50.905284674114rem;overflow:hidden;display:block; }
#ey5z5T53bA1d52W2JzCziTGiHTIZicHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/97deb908-5df8-4313-997f-a185ecbb269a/LandingiHeader.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK.adaptive-delivery-prevent-bg, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyload, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyloading { background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { border-width: 0; border-radius: 0; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { color:rgba(var(--color-tertiary-0),1);display:block;width:48.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.3734817504881rem;left:0rem;height:9.912125rem;font-style:normal;display:block; }
#RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:19.937067031861rem;left:0rem;height:7.5556875rem;font-style:normal;display:block; }
#sDRWLQU0QathFU6WeNfUZ2OfUl3VGfvX { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.312066078186rem;left:0rem;display:block; }
#iy83BnqSECBPxLUNJnm793H8A22NXScJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L9A1RrbSsq1Pxs9NiFCz5ORooVyDFz6b { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:2rem;top:33.25rem;left:50.0625rem;overflow:hidden;display:block; }
#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row .container { background-color: transparent; background-image: none; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row .container > .video-iframe-container { display: none; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row > .video-iframe-container { display: none; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row .container { border-width: 0; border-radius: 0; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;position:relative;display:block; }#AcuGI0OiseXSJgdgl0o3GXeiiCzo4AgT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.81163406372069rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row .container { background-color: transparent; background-image: none; }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row .container > .video-iframe-container { display: none; }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row > .video-iframe-container { display: none; }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row .container { border-width: 0; border-radius: 0; }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:block; }#zfGtrVivdqf6oytl1rlyLrSBCdKGIvtV { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.73046875rem;left:0.0625rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wph2p3MkhSTtlN2Gby1a9a4F9uGtgkWO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wph2p3MkhSTtlN2Gby1a9a4F9uGtgkWO > .row .container { background-color: transparent; background-image: none; }#wph2p3MkhSTtlN2Gby1a9a4F9uGtgkWO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wph2p3MkhSTtlN2Gby1a9a4F9uGtgkWO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wph2p3MkhSTtlN2Gby1a9a4F9uGtgkWO > .row .container > .video-iframe-container { display: none; }#wph2p3MkhSTtlN2Gby1a9a4F9uGtgkWO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wph2p3MkhSTtlN2Gby1a9a4F9uGtgkWO > .row > .video-iframe-container { display: none; }#wph2p3MkhSTtlN2Gby1a9a4F9uGtgkWO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wph2p3MkhSTtlN2Gby1a9a4F9uGtgkWO > .row .container { border-width: 0; border-radius: 0; }#wph2p3MkhSTtlN2Gby1a9a4F9uGtgkWO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wph2p3MkhSTtlN2Gby1a9a4F9uGtgkWO > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#PQazMzoDS0UgILQcf4spxATvy3nFtpR6 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:3.4375rem;left:0rem;display:block; }
#IATGv40T5mnKtx8Lw7FrDvbXzTWbyNEq { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:5.60709375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nwAwibqgZiF2ot3s7MiEi1nT2MNfnzka { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:22.5625rem;top:8.625rem;left:0rem;overflow:hidden;display:block; }
#fCVbb29lTpVWkkdJCsRv65yNcHJzwrPB { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:3.4375rem;left:22.5625rem;height:2.43706875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZIOaJmGNpTsVo4wNqeU3UdaKnEd7KfvF { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:11.25rem;left:22.5rem;height:2.43706875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fne9nhKHXR7nsAs6noS3ADlIK9OgAIbc { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:18.75rem;left:22.5rem;height:4.87413125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zBcBwFiBUszNP4ZkOB7aCTbPgA6tTtVi { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:2.9375rem;left:42.875rem;height:4.49978125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pdxpm65ggBi7tgoR3URfsLc1fBkGulGL { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:10.874565124512rem;left:43.311634063721rem;height:2.43706875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hgGKriStm42p04228nCHKisIbDQAxAkR { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:18.9375rem;left:42.875rem;height:4.87413125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DcEeJgIyrTcMKFCg68OXdi8E2t0gfgPn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3112rem;width:2.3112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:3.4375rem;left:20rem; }
#zzuUvlVmEt4ehozQwtKkM2KCtTtOnTwn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3112rem;width:2.3112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:10.9375rem;left:20rem; }
#StSLouxhnMcH6TAvNyF7qiHcx5zeJ1D8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3112rem;width:2.3112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:19.125rem;left:20rem; }
#iqThCEbSw5pgSI2pcm4SSAabAT9QeJ9x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3112rem;width:2.3112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:2.8125rem;left:40rem; }
#BLIeVoGoNeHIT1c6DAdnq82HikCRX6Hr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3112rem;width:2.3112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:10.4375rem;left:40rem; }
#G6sTr6F9ggrs7xbtNP8pdg3AOqTfi177 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3112rem;width:2.3112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:19.125rem;left:40rem; }
#PPDfWWvnR6bLWnVmoGQTsinQ0zpx5fn3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PPDfWWvnR6bLWnVmoGQTsinQ0zpx5fn3 > .row .container { background-color: transparent; background-image: none; }#PPDfWWvnR6bLWnVmoGQTsinQ0zpx5fn3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPDfWWvnR6bLWnVmoGQTsinQ0zpx5fn3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPDfWWvnR6bLWnVmoGQTsinQ0zpx5fn3 > .row .container > .video-iframe-container { display: none; }#PPDfWWvnR6bLWnVmoGQTsinQ0zpx5fn3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPDfWWvnR6bLWnVmoGQTsinQ0zpx5fn3 > .row > .video-iframe-container { display: none; }#PPDfWWvnR6bLWnVmoGQTsinQ0zpx5fn3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPDfWWvnR6bLWnVmoGQTsinQ0zpx5fn3 > .row .container { border-width: 0; border-radius: 0; }#PPDfWWvnR6bLWnVmoGQTsinQ0zpx5fn3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PPDfWWvnR6bLWnVmoGQTsinQ0zpx5fn3 > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .row .container { background-color: transparent; background-image: none; }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .row .container > .video-iframe-container { display: none; }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .row > .video-iframe-container { display: none; }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .row .container { border-width: 0; border-radius: 0; }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;position:relative;display:block; }#zAiBnGRuMSlXJhC0lTFTSda5iKasNk1l { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9498710632324rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .row .container { background-color: transparent; background-image: none; }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .row .container > .video-iframe-container { display: none; }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .row > .video-iframe-container { display: none; }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .row .container { border-width: 0; border-radius: 0; }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#SfMVTs5fIR8DNz2tw8aWCKfbfBBWrUM9 { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.41145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gZeZg9b5rMKnfIkAZ4rsJXezlmVpb4Rl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gZeZg9b5rMKnfIkAZ4rsJXezlmVpb4Rl > .row .container { background-color: transparent; background-image: none; }#gZeZg9b5rMKnfIkAZ4rsJXezlmVpb4Rl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZeZg9b5rMKnfIkAZ4rsJXezlmVpb4Rl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZeZg9b5rMKnfIkAZ4rsJXezlmVpb4Rl > .row .container > .video-iframe-container { display: none; }#gZeZg9b5rMKnfIkAZ4rsJXezlmVpb4Rl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZeZg9b5rMKnfIkAZ4rsJXezlmVpb4Rl > .row > .video-iframe-container { display: none; }#gZeZg9b5rMKnfIkAZ4rsJXezlmVpb4Rl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZeZg9b5rMKnfIkAZ4rsJXezlmVpb4Rl > .row .container { border-width: 0; border-radius: 0; }#gZeZg9b5rMKnfIkAZ4rsJXezlmVpb4Rl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZeZg9b5rMKnfIkAZ4rsJXezlmVpb4Rl > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:60rem;position:relative;display:block; }#ffGe3wtS04VRN4A2NTAfdhTHmdIS9rhs { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(55deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(55deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(55deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(55deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(55deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:28.75rem;top:1.75rem;left:0rem;display:block; }
#OqbUOoAA8E4BaUm0Epx8E5c81VIyZp4L { color:rgba(var(--color-tertiary-4),1);display:block;width:25.186625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.8747835159302rem;left:1.7816848754882rem;height:3.24978125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qVEqLEJOUP1AszdIeTp4h2Cq0vlL1u2N { color:rgba(var(--color-tertiary-4),1);display:block;width:23.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.2042121887206rem;left:1.7816848754882rem;height:4.780275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BXMNpbqXQJannRvxC4ohTTpqgeBc0NWs { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.5625rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.875rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.08046913147rem;left:1.625rem;display:block; }
#bqEWMvpQMKFhqHMD2XBfAnBhEBC37R1F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#foTgJyLTWTfJGPnLCl8c00iFgCQtGBNf { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(55deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(55deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(55deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(55deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(55deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.3745625rem;width:28.75rem;top:1.748046875rem;left:31.248920440674rem;display:block; }
#mLZqWAaTCO0ZkgF6e1emT67w6Uc6xwi6 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.8747835159302rem;left:32.623699188233rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M99Xy933MJ7FUOo8o7vmSSG2yI9qJwsc { color:rgba(var(--color-tertiary-4),1);display:block;width:23.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:8.2042102813719rem;left:32.623699188233rem;height:3.18685rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yyxfHtlNtLqZI7Dos3WIc6zNS84AeAU0 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.5625rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.8745625rem;height:3.18685rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.080295562744rem;left:32.623699188233rem;display:block; }
#TUvbncfDdCEbuRIvW2nHLGJHpf7ctPW7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KGLI9yNT9vTIuSaSskPaqhXOZnTsdxxe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KGLI9yNT9vTIuSaSskPaqhXOZnTsdxxe > .row .container { background-color: transparent; background-image: none; }#KGLI9yNT9vTIuSaSskPaqhXOZnTsdxxe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGLI9yNT9vTIuSaSskPaqhXOZnTsdxxe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGLI9yNT9vTIuSaSskPaqhXOZnTsdxxe > .row .container > .video-iframe-container { display: none; }#KGLI9yNT9vTIuSaSskPaqhXOZnTsdxxe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGLI9yNT9vTIuSaSskPaqhXOZnTsdxxe > .row > .video-iframe-container { display: none; }#KGLI9yNT9vTIuSaSskPaqhXOZnTsdxxe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGLI9yNT9vTIuSaSskPaqhXOZnTsdxxe > .row .container { border-width: 0; border-radius: 0; }#KGLI9yNT9vTIuSaSskPaqhXOZnTsdxxe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KGLI9yNT9vTIuSaSskPaqhXOZnTsdxxe > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:block; }#KWh4pr3Wbnt8otGubGW11w8un47ZubNy { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(55deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(55deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(55deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(55deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.3745625rem;width:28.75rem;top:0.60113525390625rem;left:0rem;display:block; }
#Dxedd3w9SVWBFnJKtUUZcMidIaNArU2X { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(55deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(55deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(55deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(55deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(55deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.3745625rem;width:28.75rem;top:0.60112953186035rem;left:31.248920440674rem;display:block; }
#Zgdq1PmSRmkA9MLeWTC1QdfNSS0qBrXn { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.1916236877441rem;left:1.6232643127441rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hFWuT1ux5DgzpZgom9JUbM5XeHVawnly { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1916236877441rem;left:32.406688690186rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BmNytsnb33Ds5Vp8whUAuFsLCqKiV03X { color:rgba(var(--color-tertiary-4),1);display:block;width:23.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.4197082519531rem;left:1.6232643127441rem;height:4.780275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ngbC5WK7P73x5BGDLDXyguTJOffsPZMR { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.5625rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.8745625rem;height:3.18685rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:13.953994750976rem;left:1.6232643127441rem;display:block; }
#DIwAGafoOzVDDJOhJ0uVH5UvLPyJoEeu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cv7VdGJXG4aph37wHvrTcOwlbJALDBvU { color:rgba(var(--color-tertiary-4),1);display:block;width:23.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:7.3980045318606rem;left:32.406688690186rem;height:4.780275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n8fKJoXEUMxm8re5cFstw30dNv6TPppx { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.5625rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.8735rem;height:3.18685rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.953994750976rem;left:32.406688690186rem;display:block; }
#dThPCFVdN8vHhrzCZ96g6DwoL5Kf35Zf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc { position:relative;display:block; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc { background-color: transparent; background-image: none; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container > .video-iframe-container { display: none; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row > .video-iframe-container { display: none; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc { border-width: 0; border-radius: 0; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JIFArq5dyeavEtt5P0Bm2WK8J2F7dd2N { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.3248710632324rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFWnscosDFi4FewbKE4yptpxzBxRydOH { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.2484817504883rem;left:0rem;height:3.41145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K { position:relative;display:block; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K { background-color: transparent; background-image: none; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row .container > .video-iframe-container { display: none; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row > .video-iframe-container { display: none; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K { border-width: 0; border-radius: 0; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ru3gPIXUUoVGgp5oDsm165dd7qCR1UV4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ru3gPIXUUoVGgp5oDsm165dd7qCR1UV4 > .row .container { background-color: transparent; background-image: none; }#Ru3gPIXUUoVGgp5oDsm165dd7qCR1UV4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ru3gPIXUUoVGgp5oDsm165dd7qCR1UV4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ru3gPIXUUoVGgp5oDsm165dd7qCR1UV4 > .row .container > .video-iframe-container { display: none; }#Ru3gPIXUUoVGgp5oDsm165dd7qCR1UV4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ru3gPIXUUoVGgp5oDsm165dd7qCR1UV4 > .row > .video-iframe-container { display: none; }#Ru3gPIXUUoVGgp5oDsm165dd7qCR1UV4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ru3gPIXUUoVGgp5oDsm165dd7qCR1UV4 > .row .container { border-width: 0; border-radius: 0; }#Ru3gPIXUUoVGgp5oDsm165dd7qCR1UV4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ru3gPIXUUoVGgp5oDsm165dd7qCR1UV4 > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:block; }#GDN06IXU3vepNgGPkmxIGwgPE8QPWmgk { color:rgba(var(--color-primary-2),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0616302490234rem;left:2.5rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RcNkxc1hRiIzOpSp0UHwqrr2WcRbi9im { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:3.75rem;top:5.5625rem;left:4.875rem;display:block; }
#nZKsr3W311TINDTQTyUnN4wCciBBBmev { color:rgba(var(--color-primary-2),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.4375rem;left:1.75rem;height:4.12435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cmrKcyfgkFbdtBWkxobb5DSUH9iJ7kBq { color:rgba(var(--color-primary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:6.875rem;left:16.6875rem;height:4.12435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AdJxNdK7bZh8Q9CTQpHgGTP1iea2NwtE { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:3.75rem;top:6rem;left:20.625rem;display:block; }
#HC6dO6FcMeoQdlyESeFo5krgypeEWgfT { color:rgba(var(--color-primary-2),1);display:block;width:8.499375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.1299896240234rem;left:18.249782562256rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hIRi1C5gebN38E4GGuwuARmp8xv9D52r { color:rgba(var(--color-primary-2),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:6.875rem;left:32.5rem;height:4.12435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iAJouPtwpR6h2PToA1DAGFTZPEzHPy0e { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:3.75rem;top:6rem;left:35.625rem;display:block; }
#n28JP9e1muyXoEMPnH20KTulu1wMHUeD { color:rgba(var(--color-primary-2),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5rem;left:33.25rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q7OsvyDTbXeys1Owwu8bg1TBTthUy8qk { color:rgba(var(--color-primary-2),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:6.875rem;left:47.5rem;height:4.12435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tykltqpEID4HSMOhOgyN6NBa75efULvM { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:3.75rem;top:6rem;left:50.625rem;display:block; }
#uOb4TU7uMg97VEeNpKxaNiyMsrEdpm4Q { color:rgba(var(--color-primary-2),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.5rem;left:48.25rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLJL0IfdkvZxx6QsCcVDRm2eya52Pg93 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zLJL0IfdkvZxx6QsCcVDRm2eya52Pg93 > .row .container { background-color: transparent; background-image: none; }#zLJL0IfdkvZxx6QsCcVDRm2eya52Pg93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLJL0IfdkvZxx6QsCcVDRm2eya52Pg93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLJL0IfdkvZxx6QsCcVDRm2eya52Pg93 > .row .container > .video-iframe-container { display: none; }#zLJL0IfdkvZxx6QsCcVDRm2eya52Pg93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLJL0IfdkvZxx6QsCcVDRm2eya52Pg93 > .row > .video-iframe-container { display: none; }#zLJL0IfdkvZxx6QsCcVDRm2eya52Pg93 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLJL0IfdkvZxx6QsCcVDRm2eya52Pg93 > .row .container { border-width: 0; border-radius: 0; }#zLJL0IfdkvZxx6QsCcVDRm2eya52Pg93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zLJL0IfdkvZxx6QsCcVDRm2eya52Pg93 > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:60rem;position:relative;display:block; }#hH37F8BNJxZNnIwHvBxbh6utilVrLuTk { color:rgba(var(--color-tertiary-0),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:7.875rem;left:1.5rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#is6dHw6TWG86xTwz4Udoed5nLKTbJbdF { color:rgba(var(--color-secondary-2),1);display:block;width:48.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.625rem;left:5.875rem;height:3.29969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vFgXPeBz7hbCl8TmZ1HJWJTskTMwfQGT { color:rgba(var(--color-tertiary-0),1);display:block;width:52.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16.936851501465rem;left:1.4984817504882rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#acbOTDKot1FInLUxH5uguDqdQDazu0m3 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:29.75rem;left:1.5rem;height:13.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { background-color: transparent; background-image: none; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container > .video-iframe-container { display: none; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row > .video-iframe-container { display: none; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { border-width: 0; border-radius: 0; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:60rem;position:relative;display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { background-color: transparent; background-image: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container > .video-iframe-container { display: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container { display: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { border-width: 0; border-radius: 0; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:block; }#wlVEmJamKx6pIZrTNwk1rS16QoKHLVCr { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1125001907349rem;left:0rem;height:3.0875625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddHKznW0ewldE3iJ40M2dpVoXRBHAKls { color:rgba(var(--color-primary-2),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.4242630004883rem;left:10.3125rem;height:1.86903125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-form-header {  }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:3.125rem;color:#121c1b;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#121c1b;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.5625rem;margin-bottom:0.25rem;margin-left:2.5625rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:15.3125rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(67,43,30,0.5) ;font-style:normal; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]:-moz-placeholder { color:#121c1b;font-family:dosis;font-size:1.0625rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]::-moz-placeholder { color:#121c1b;font-family:dosis;font-size:1.0625rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]:-ms-input-placeholder { color:#121c1b;font-family:dosis;font-size:1.0625rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]::-webkit-input-placeholder { color:#121c1b;font-family:dosis;font-size:1.0625rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:dosis;line-height:1.3;font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:19.1875rem;overflow:hidden;font-style:normal;float:none; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container:first-of-type{padding-top:0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container:last-of-type{padding-bottom:0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6  { background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:18.529296875rem;top:8.935546875rem;z-index:15005;position:absolute; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem;display:block;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 {display:block;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 { background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:18.529296875rem;top:8.935546875rem;z-index:15005;position:absolute; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #I6EODbw7r3HD5TnfRwphMNOwt6UdxgPk { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #hZuyM7patqZfUzPLkQCKlydIe55gS2wR { position:relative;display:none; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LVZHQq0xzPusunswuxUS8ASoKh9L1CO8 { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #omftMxQFU9L3JGKPl13IKsh0Fyad9kw8 { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #lAOsRSSu5pIKRcWQUSzXVVqye3aguydd { position:relative;display:none; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #TPMbHBnbGZKCo4q4KJDLVqUmJ6BrTK8y { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LmNIIzwDeLuxLHO3TKJCZguP627raGkD { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #llSLeQhkgpFurQVO321fKq7EZ8E0kftp { position:relative;display:none; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #vPF2QuzDrpHmMNv7WeTWeU6SFvpzDaJc { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #THpHToJhh3QvUgJwHeiEeTNIDCdWHNfu { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Cu6U6toC26QKJyPRytAy32RzTtyZaiGo { position:relative;display:none; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #auvpTqIx3P0KmIDJbySrF8zEG12t318L { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #un2h2gL9Cs4NHigqZsVB006tBusFLbUE { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #t2TfGdSl5c8N7qiIrryIksDuIWBFrOMg { position:relative;z-index:2; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #RcA2XRzc2BpofWVWvwKg8hhiruSlG4do { position:relative; }
#ws4WQPgDX8Ja376auWwMCEEM48UWk6Te { position:relative;display:block;z-index:100000;display:block; }
#NusmiOHBiUKcG6vZvJBt3OqkXHsQETNG { position:relative;display:block;z-index:100000;display:block; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Lik4x5D3pqiN8nMHL5fKwMdGHmOJoFTs { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #dNVZ4VVO58ZSOnm28qPTToNN5D0si8gJ { position:relative; }
#RCuZJDB7FBfwtJLiPqKqm3gTQpbrXpOZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RCuZJDB7FBfwtJLiPqKqm3gTQpbrXpOZ > .row .container { background-color: transparent; background-image: none; }#RCuZJDB7FBfwtJLiPqKqm3gTQpbrXpOZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCuZJDB7FBfwtJLiPqKqm3gTQpbrXpOZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCuZJDB7FBfwtJLiPqKqm3gTQpbrXpOZ > .row .container > .video-iframe-container { display: none; }#RCuZJDB7FBfwtJLiPqKqm3gTQpbrXpOZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCuZJDB7FBfwtJLiPqKqm3gTQpbrXpOZ > .row > .video-iframe-container { display: none; }#RCuZJDB7FBfwtJLiPqKqm3gTQpbrXpOZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCuZJDB7FBfwtJLiPqKqm3gTQpbrXpOZ > .row .container { border-width: 0; border-radius: 0; }#RCuZJDB7FBfwtJLiPqKqm3gTQpbrXpOZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RCuZJDB7FBfwtJLiPqKqm3gTQpbrXpOZ > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dk3cBr0LgcTTJeJWLRDMNgHpiTIbu7ng { display:block; }#dk3cBr0LgcTTJeJWLRDMNgHpiTIbu7ng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGE1Fi7thrDk9c5taIN44almBv6EBwp5 { top:0.6875rem;left:36.3125rem;width:8.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { top:8.3125rem;left:0rem;width:47.75rem;height:9.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { top:19.875rem;left:0rem;width:36.25rem;height:7.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDRWLQU0QathFU6WeNfUZ2OfUl3VGfvX { width:15.5625rem;height:3.9375rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy83BnqSECBPxLUNJnm793H8A22NXScJ { display:block; }
 }@media only screen and (max-width: 763px) { #L9A1RrbSsq1Pxs9NiFCz5ORooVyDFz6b { top:33.25rem;left:43.9375rem;width:2rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKBdC190g2l0PBG9x6EnydhNiWBOcEgT { display:block; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AcuGI0OiseXSJgdgl0o3GXeiiCzo4AgT { top:0.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy { display:block; }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfGtrVivdqf6oytl1rlyLrSBCdKGIvtV { top:0.6875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wph2p3MkhSTtlN2Gby1a9a4F9uGtgkWO { display:block; }#wph2p3MkhSTtlN2Gby1a9a4F9uGtgkWO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQazMzoDS0UgILQcf4spxATvy3nFtpR6 { width:6.25rem;height:0;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IATGv40T5mnKtx8Lw7FrDvbXzTWbyNEq { width:14.5625rem;height:5.5625rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwAwibqgZiF2ot3s7MiEi1nT2MNfnzka { width:22.5rem;height:24.3698578908rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCVbb29lTpVWkkdJCsRv65yNcHJzwrPB { width:15.625rem;height:2.4375rem;top:3.4375rem;left:16.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIOaJmGNpTsVo4wNqeU3UdaKnEd7KfvF { width:15.625rem;height:2.4375rem;top:11.25rem;left:16.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fne9nhKHXR7nsAs6noS3ADlIK9OgAIbc { width:15.625rem;height:4.875rem;top:18.75rem;left:16.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBcBwFiBUszNP4ZkOB7aCTbPgA6tTtVi { width:15.625rem;height:4.4375rem;top:2.9375rem;left:32rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdxpm65ggBi7tgoR3URfsLc1fBkGulGL { width:16.625rem;height:2.4375rem;top:10.8125rem;left:31rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgGKriStm42p04228nCHKisIbDQAxAkR { width:15.625rem;height:4.875rem;top:18.9375rem;left:32rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcEeJgIyrTcMKFCg68OXdi8E2t0gfgPn { top:3.4375rem;left:15.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzuUvlVmEt4ehozQwtKkM2KCtTtOnTwn { top:10.9375rem;left:15.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #StSLouxhnMcH6TAvNyF7qiHcx5zeJ1D8 { top:19.125rem;left:15.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqThCEbSw5pgSI2pcm4SSAabAT9QeJ9x { top:2.8125rem;left:31.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLIeVoGoNeHIT1c6DAdnq82HikCRX6Hr { top:10.4375rem;left:31.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6sTr6F9ggrs7xbtNP8pdg3AOqTfi177 { top:19.125rem;left:31.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPDfWWvnR6bLWnVmoGQTsinQ0zpx5fn3 { display:block; }#PPDfWWvnR6bLWnVmoGQTsinQ0zpx5fn3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9uR67JHZqzBafzrB3STdECxn7MlBM3S { display:block; }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAiBnGRuMSlXJhC0lTFTSda5iKasNk1l { top:1.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ { display:block; }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfMVTs5fIR8DNz2tw8aWCKfbfBBWrUM9 { top:0rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZeZg9b5rMKnfIkAZ4rsJXezlmVpb4Rl { display:block; }#gZeZg9b5rMKnfIkAZ4rsJXezlmVpb4Rl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffGe3wtS04VRN4A2NTAfdhTHmdIS9rhs { top:1.75rem;left:0rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqbUOoAA8E4BaUm0Epx8E5c81VIyZp4L { top:3.8125rem;left:0rem;width:25.125rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVEqLEJOUP1AszdIeTp4h2Cq0vlL1u2N { top:8.1875rem;left:0rem;width:23.125rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXMNpbqXQJannRvxC4ohTTpqgeBc0NWs { width:10.875rem;height:3.1875rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqEWMvpQMKFhqHMD2XBfAnBhEBC37R1F { display:block; }
 }@media only screen and (max-width: 763px) { #foTgJyLTWTfJGPnLCl8c00iFgCQtGBNf { top:1.6875rem;left:19rem;width:28.75rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLZqWAaTCO0ZkgF6e1emT67w6Uc6xwi6 { top:3.8125rem;left:22.625rem;width:25.125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M99Xy933MJ7FUOo8o7vmSSG2yI9qJwsc { top:8.1875rem;left:23.875rem;width:23.125rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyxfHtlNtLqZI7Dos3WIc6zNS84AeAU0 { width:10.8125rem;height:3.125rem;top:15.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUvbncfDdCEbuRIvW2nHLGJHpf7ctPW7 { display:block; }
 }@media only screen and (max-width: 763px) { #KGLI9yNT9vTIuSaSskPaqhXOZnTsdxxe { display:block; }#KGLI9yNT9vTIuSaSskPaqhXOZnTsdxxe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWh4pr3Wbnt8otGubGW11w8un47ZubNy { top:0.5625rem;left:0rem;width:28.75rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxedd3w9SVWBFnJKtUUZcMidIaNArU2X { top:0.5625rem;left:19rem;width:28.75rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgdq1PmSRmkA9MLeWTC1QdfNSS0qBrXn { top:4.1875rem;left:0rem;width:25.125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFWuT1ux5DgzpZgom9JUbM5XeHVawnly { top:4.1875rem;left:22.625rem;width:25.125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmNytsnb33Ds5Vp8whUAuFsLCqKiV03X { top:7.375rem;left:0rem;width:23.125rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngbC5WK7P73x5BGDLDXyguTJOffsPZMR { width:10.8125rem;height:3.125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIwAGafoOzVDDJOhJ0uVH5UvLPyJoEeu { display:block; }
 }@media only screen and (max-width: 763px) { #cv7VdGJXG4aph37wHvrTcOwlbJALDBvU { top:7.375rem;left:23.875rem;width:23.125rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8fKJoXEUMxm8re5cFstw30dNv6TPppx { width:10.8125rem;height:3.125rem;top:13.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dThPCFVdN8vHhrzCZ96g6DwoL5Kf35Zf { display:block; }
 }@media only screen and (max-width: 763px) { #vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc { display:block; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIFArq5dyeavEtt5P0Bm2WK8J2F7dd2N { top:1.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFWnscosDFi4FewbKE4yptpxzBxRydOH { top:5.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBsJWcCD5TV1yOWGHTpJPE566SElqs0K { display:block; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ru3gPIXUUoVGgp5oDsm165dd7qCR1UV4 { display:block; }#Ru3gPIXUUoVGgp5oDsm165dd7qCR1UV4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDN06IXU3vepNgGPkmxIGwgPE8QPWmgk { width:10.4375rem;height:3.4375rem;top:2rem;left:0.96875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcNkxc1hRiIzOpSp0UHwqrr2WcRbi9im { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZKsr3W311TINDTQTyUnN4wCciBBBmev { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmrKcyfgkFbdtBWkxobb5DSUH9iJ7kBq { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdJxNdK7bZh8Q9CTQpHgGTP1iea2NwtE { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC6dO6FcMeoQdlyESeFo5krgypeEWgfT { width:8.4375rem;height:3.4375rem;top:2.125rem;left:13.656032562256rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIRi1C5gebN38E4GGuwuARmp8xv9D52r { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAJouPtwpR6h2PToA1DAGFTZPEzHPy0e { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n28JP9e1muyXoEMPnH20KTulu1wMHUeD { width:8.4375rem;height:3.4375rem;top:2.5rem;left:25.593532562256rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7OsvyDTbXeys1Owwu8bg1TBTthUy8qk { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tykltqpEID4HSMOhOgyN6NBa75efULvM { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOb4TU7uMg97VEeNpKxaNiyMsrEdpm4Q { width:8.4375rem;height:3.4375rem;top:2.5rem;left:37.531032562256rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLJL0IfdkvZxx6QsCcVDRm2eya52Pg93 { display:block; }#zLJL0IfdkvZxx6QsCcVDRm2eya52Pg93 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hH37F8BNJxZNnIwHvBxbh6utilVrLuTk { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #is6dHw6TWG86xTwz4Udoed5nLKTbJbdF { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFgXPeBz7hbCl8TmZ1HJWJTskTMwfQGT { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acbOTDKot1FInLUxH5uguDqdQDazu0m3 { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoNoXsDX3sfFfukBPnHuLL1x16eghRuX { display:block; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlVEmJamKx6pIZrTNwk1rS16QoKHLVCr { top:2.0625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddHKznW0ewldE3iJ40M2dpVoXRBHAKls { top:5.375rem;left:4.1875rem;width:39.375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-button { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.5625rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-checkbox-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6  { width:20.4375rem;height:auto;top:8.875rem;left:12.404296875rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 {display:block;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 { width:20.4375rem;height:auto;top:8.875rem;left:12.404296875rem; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #I6EODbw7r3HD5TnfRwphMNOwt6UdxgPk {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #hZuyM7patqZfUzPLkQCKlydIe55gS2wR { display:none; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LVZHQq0xzPusunswuxUS8ASoKh9L1CO8 {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #omftMxQFU9L3JGKPl13IKsh0Fyad9kw8 {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #lAOsRSSu5pIKRcWQUSzXVVqye3aguydd { display:none; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #TPMbHBnbGZKCo4q4KJDLVqUmJ6BrTK8y {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LmNIIzwDeLuxLHO3TKJCZguP627raGkD {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #llSLeQhkgpFurQVO321fKq7EZ8E0kftp { display:none; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #vPF2QuzDrpHmMNv7WeTWeU6SFvpzDaJc {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #THpHToJhh3QvUgJwHeiEeTNIDCdWHNfu {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Cu6U6toC26QKJyPRytAy32RzTtyZaiGo { display:none; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #auvpTqIx3P0KmIDJbySrF8zEG12t318L {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #un2h2gL9Cs4NHigqZsVB006tBusFLbUE {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #t2TfGdSl5c8N7qiIrryIksDuIWBFrOMg {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #RcA2XRzc2BpofWVWvwKg8hhiruSlG4do {  }
 }@media only screen and (max-width: 763px) { #ws4WQPgDX8Ja376auWwMCEEM48UWk6Te { display:block; }
 }@media only screen and (max-width: 763px) { #NusmiOHBiUKcG6vZvJBt3OqkXHsQETNG { display:block; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Lik4x5D3pqiN8nMHL5fKwMdGHmOJoFTs {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #dNVZ4VVO58ZSOnm28qPTToNN5D0si8gJ {  }
 }@media only screen and (max-width: 763px) { #RCuZJDB7FBfwtJLiPqKqm3gTQpbrXpOZ { display:block; }#RCuZJDB7FBfwtJLiPqKqm3gTQpbrXpOZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dk3cBr0LgcTTJeJWLRDMNgHpiTIbu7ng { display:block; }#dk3cBr0LgcTTJeJWLRDMNgHpiTIbu7ng > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGE1Fi7thrDk9c5taIN44almBv6EBwp5 { width:8.2498125rem;height:5.56206875rem;top:1.5928820371627rem;left:10.789931297303rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/6d669943-e8fe-4797-8bde-f880033dd10d/LandingibackgroundTU.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK.adaptive-delivery-prevent-bg, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyload, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyloading { background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { border-width: 0; border-radius: 0; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { width:16.3748125rem;height:10.3949375rem;top:1.25rem;left:1.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { width:18.8748125rem;height:4.140625rem;top:11.59725rem;left:0.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sDRWLQU0QathFU6WeNfUZ2OfUl3VGfvX { width:13.186875rem;height:3.4375rem;top:16.987875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy83BnqSECBPxLUNJnm793H8A22NXScJ { display:block; }
 }@media only screen and (max-width: 763px) { #L9A1RrbSsq1Pxs9NiFCz5ORooVyDFz6b { width:1.3737rem;height:1.25rem;top:18.081600189209rem;left:12.999132156372rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #lKBdC190g2l0PBG9x6EnydhNiWBOcEgT { display:block; }#lKBdC190g2l0PBG9x6EnydhNiWBOcEgT > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AcuGI0OiseXSJgdgl0o3GXeiiCzo4AgT { width:20rem;height:4.548825rem;top:0.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy { display:block; }#BPMkxzawyIqwkoCEMeDvTOkQCIoZvvKy > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfGtrVivdqf6oytl1rlyLrSBCdKGIvtV { width:16rem;height:4.38801875rem;top:0rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wph2p3MkhSTtlN2Gby1a9a4F9uGtgkWO { display:block; }#wph2p3MkhSTtlN2Gby1a9a4F9uGtgkWO > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQazMzoDS0UgILQcf4spxATvy3nFtpR6 { width:6.875rem;height:0.124783125rem;top:20.509984970092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IATGv40T5mnKtx8Lw7FrDvbXzTWbyNEq { width:14.6245625rem;height:2.599825rem;top:21.497396469116rem;left:2.6877171993256rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwAwibqgZiF2ot3s7MiEi1nT2MNfnzka { width:17.4370625rem;height:18.8748125rem;top:1.6905384063721rem;left:1.2814671993256rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCVbb29lTpVWkkdJCsRv65yNcHJzwrPB { width:15.625rem;height:2.43815rem;top:26.826174020767rem;left:3.161892414093rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZIOaJmGNpTsVo4wNqeU3UdaKnEd7KfvF { width:15.625rem;height:2.43815rem;top:31.745878458023rem;left:3.161892414093rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fne9nhKHXR7nsAs6noS3ADlIK9OgAIbc { width:15.625rem;height:4.8763rem;top:58.496097564698rem;left:3.161892414093rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zBcBwFiBUszNP4ZkOB7aCTbPgA6tTtVi { width:15.625rem;height:4.4987rem;top:36.936850667rem;left:3.161892414093rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pdxpm65ggBi7tgoR3URfsLc1fBkGulGL { width:15.625rem;height:2.43815rem;top:52.404516220093rem;left:3.161892414093rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hgGKriStm42p04228nCHKisIbDQAxAkR { width:15.625rem;height:4.8763rem;top:44.629992604256rem;left:3.2313370704651rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DcEeJgIyrTcMKFCg68OXdi8E2t0gfgPn { display:flex;width:2.24935rem;height:2.24935rem;top:26.920574426651rem;left:0.50672745704651rem; }
 }@media only screen and (max-width: 763px) { #zzuUvlVmEt4ehozQwtKkM2KCtTtOnTwn { display:flex;width:2.24935rem;height:2.24935rem;top:31.839191555977rem;left:0.50672745704651rem; }
 }@media only screen and (max-width: 763px) { #StSLouxhnMcH6TAvNyF7qiHcx5zeJ1D8 { display:flex;width:2.24935rem;height:2.24935rem;top:36.936850667rem;left:0.50672745704651rem; }
 }@media only screen and (max-width: 763px) { #iqThCEbSw5pgSI2pcm4SSAabAT9QeJ9x { display:flex;width:2.24935rem;height:2.24935rem;top:44.629992604256rem;left:0.50672745704651rem; }
 }@media only screen and (max-width: 763px) { #BLIeVoGoNeHIT1c6DAdnq82HikCRX6Hr { display:flex;width:2.24935rem;height:2.24935rem;top:52.498915791511rem;left:0.50672745704651rem; }
 }@media only screen and (max-width: 763px) { #G6sTr6F9ggrs7xbtNP8pdg3AOqTfi177 { display:flex;width:2.24935rem;height:2.24935rem;top:59.059246063233rem;left:0.50672745704651rem; }
 }@media only screen and (max-width: 763px) { #PPDfWWvnR6bLWnVmoGQTsinQ0zpx5fn3 { display:block; }#PPDfWWvnR6bLWnVmoGQTsinQ0zpx5fn3 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9uR67JHZqzBafzrB3STdECxn7MlBM3S { display:block; }#v9uR67JHZqzBafzrB3STdECxn7MlBM3S > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAiBnGRuMSlXJhC0lTFTSda5iKasNk1l { width:20rem;height:2.2744125rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ { display:block; }#Cd5c6EJeM4vLxg8Cm651L1hq5MetH2SJ > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfMVTs5fIR8DNz2tw8aWCKfbfBBWrUM9 { width:20rem;height:4.38801875rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZeZg9b5rMKnfIkAZ4rsJXezlmVpb4Rl { display:block; }#gZeZg9b5rMKnfIkAZ4rsJXezlmVpb4Rl > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffGe3wtS04VRN4A2NTAfdhTHmdIS9rhs { width:19.375rem;height:18.375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqbUOoAA8E4BaUm0Epx8E5c81VIyZp4L { width:17.249375rem;height:3.2487rem;top:4.0483913421631rem;left:1.6243491172791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVEqLEJOUP1AszdIeTp4h2Cq0vlL1u2N { width:16.75rem;height:7.96440625rem;top:7.23046875rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXMNpbqXQJannRvxC4ohTTpqgeBc0NWs { width:9.625rem;height:2.875rem;top:15.83046913147rem;left:1.9375001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqEWMvpQMKFhqHMD2XBfAnBhEBC37R1F { display:block; }
 }@media only screen and (max-width: 763px) { #foTgJyLTWTfJGPnLCl8c00iFgCQtGBNf { width:20rem;height:18.3125rem;top:20.8745625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLZqWAaTCO0ZkgF6e1emT67w6Uc6xwi6 { width:15.2495625rem;height:3.2487rem;top:23.186849594116rem;left:1.6243491172791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M99Xy933MJ7FUOo8o7vmSSG2yI9qJwsc { width:16.1870625rem;height:4.77864375rem;top:27.639974594116rem;left:1.9053821563721rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyxfHtlNtLqZI7Dos3WIc6zNS84AeAU0 { width:10.8125rem;height:3.125rem;top:34.206807373047rem;left:1.3747787475586rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUvbncfDdCEbuRIvW2nHLGJHpf7ctPW7 { display:block; }
 }@media only screen and (max-width: 763px) { #KGLI9yNT9vTIuSaSskPaqhXOZnTsdxxe { display:block; }#KGLI9yNT9vTIuSaSskPaqhXOZnTsdxxe > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWh4pr3Wbnt8otGubGW11w8un47ZubNy { width:20rem;height:18.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxedd3w9SVWBFnJKtUUZcMidIaNArU2X { width:20rem;height:18.3125rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgdq1PmSRmkA9MLeWTC1QdfNSS0qBrXn { width:12.6248125rem;height:1.625rem;top:3.7131080627441rem;left:1.6232640743256rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFWuT1ux5DgzpZgom9JUbM5XeHVawnly { width:15rem;height:3.2487rem;top:22.838542938233rem;left:1.6232640743256rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmNytsnb33Ds5Vp8whUAuFsLCqKiV03X { width:15.8745625rem;height:7.9644375rem;top:5.859375rem;left:1.6232640743256rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngbC5WK7P73x5BGDLDXyguTJOffsPZMR { width:10.8125rem;height:3.125rem;top:14.60285949707rem;left:1.6232643127441rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIwAGafoOzVDDJOhJ0uVH5UvLPyJoEeu { display:block; }
 }@media only screen and (max-width: 763px) { #cv7VdGJXG4aph37wHvrTcOwlbJALDBvU { width:16.6873125rem;height:6.3715rem;top:26.780601501465rem;left:1.6558160781861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8fKJoXEUMxm8re5cFstw30dNv6TPppx { width:10.811625rem;height:3.125rem;top:34.164497375488rem;left:1.6232640743256rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dThPCFVdN8vHhrzCZ96g6DwoL5Kf35Zf { display:block; }
 }@media only screen and (max-width: 763px) { #vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc { display:block; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIFArq5dyeavEtt5P0Bm2WK8J2F7dd2N { width:20rem;height:2.2744125rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFWnscosDFi4FewbKE4yptpxzBxRydOH { width:20rem;height:4.38801875rem;top:4.77430625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBsJWcCD5TV1yOWGHTpJPE566SElqs0K { display:block; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ru3gPIXUUoVGgp5oDsm165dd7qCR1UV4 { display:block; }#Ru3gPIXUUoVGgp5oDsm165dd7qCR1UV4 > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDN06IXU3vepNgGPkmxIGwgPE8QPWmgk { width:8.5rem;height:2.5996125rem;top:1.25rem;left:5.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcNkxc1hRiIzOpSp0UHwqrr2WcRbi9im { width:3.75rem;height:0.375rem;top:3.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZKsr3W311TINDTQTyUnN4wCciBBBmev { width:10.0625rem;height:4.1232625rem;top:4.25rem;left:5rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cmrKcyfgkFbdtBWkxobb5DSUH9iJ7kBq { width:11.625rem;height:4.1232625rem;top:15.0625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AdJxNdK7bZh8Q9CTQpHgGTP1iea2NwtE { width:3.75rem;height:0.375rem;top:14.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC6dO6FcMeoQdlyESeFo5krgypeEWgfT { width:8.5rem;height:2.5996125rem;top:12.0996125rem;left:5.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIRi1C5gebN38E4GGuwuARmp8xv9D52r { width:10.0625rem;height:4.1232625rem;top:25.9375rem;left:5rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iAJouPtwpR6h2PToA1DAGFTZPEzHPy0e { width:3.75rem;height:0.375rem;top:25.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n28JP9e1muyXoEMPnH20KTulu1wMHUeD { width:8.5rem;height:2.5996125rem;top:22.949225rem;left:5.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7OsvyDTbXeys1Owwu8bg1TBTthUy8qk { width:10.0625rem;height:4.1232625rem;top:36.75rem;left:5rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tykltqpEID4HSMOhOgyN6NBa75efULvM { width:3.75rem;height:0.375rem;top:36.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOb4TU7uMg97VEeNpKxaNiyMsrEdpm4Q { width:8.5rem;height:2.5996125rem;top:33.7988375rem;left:5.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLJL0IfdkvZxx6QsCcVDRm2eya52Pg93 { display:block; }#zLJL0IfdkvZxx6QsCcVDRm2eya52Pg93 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hH37F8BNJxZNnIwHvBxbh6utilVrLuTk { width:18rem;height:7.86894375rem;top:7.296875rem;left:1rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #is6dHw6TWG86xTwz4Udoed5nLKTbJbdF { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFgXPeBz7hbCl8TmZ1HJWJTskTMwfQGT { width:16.5625rem;height:12.36544375rem;top:17.734369754791rem;left:1.7187502384186rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acbOTDKot1FInLUxH5uguDqdQDazu0m3 { width:16.6873125rem;height:13.489575rem;top:33.648004055023rem;left:1.6558160781861rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoNoXsDX3sfFfukBPnHuLL1x16eghRuX { display:block; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlVEmJamKx6pIZrTNwk1rS16QoKHLVCr { width:20rem;height:4.875rem;top:1.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddHKznW0ewldE3iJ40M2dpVoXRBHAKls { width:17.374125rem;height:1.3808625rem;top:6.8967018127444rem;left:1.3129341602326rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-form-header {  }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#fffefb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#004c6d;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#fffefb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#004c6d;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#efb71b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#ffffff;width:13.125rem;height:3.25rem;font-family:panton;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(67,43,30,0.5) ;font-style:normal; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]:-moz-placeholder { color:#004c6d;font-family:panton;font-size:0.9375rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]::-moz-placeholder { color:#004c6d;font-family:panton;font-size:0.9375rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]:-ms-input-placeholder { color:#004c6d;font-family:panton;font-size:0.9375rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]::-webkit-input-placeholder { color:#004c6d;font-family:panton;font-size:0.9375rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container:first-of-type{padding-top:0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container:last-of-type{padding-bottom:0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6  { background-color:#004c6d;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:9.9859008789062rem;z-index:15001; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 {display:block;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 { background-color:#004c6d;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:9.9859008789062rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #I6EODbw7r3HD5TnfRwphMNOwt6UdxgPk {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #hZuyM7patqZfUzPLkQCKlydIe55gS2wR { display:none; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LVZHQq0xzPusunswuxUS8ASoKh9L1CO8 {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #omftMxQFU9L3JGKPl13IKsh0Fyad9kw8 {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #lAOsRSSu5pIKRcWQUSzXVVqye3aguydd { display:none; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #TPMbHBnbGZKCo4q4KJDLVqUmJ6BrTK8y {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LmNIIzwDeLuxLHO3TKJCZguP627raGkD {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #llSLeQhkgpFurQVO321fKq7EZ8E0kftp { display:none; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #vPF2QuzDrpHmMNv7WeTWeU6SFvpzDaJc {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #THpHToJhh3QvUgJwHeiEeTNIDCdWHNfu {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Cu6U6toC26QKJyPRytAy32RzTtyZaiGo { display:none; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #auvpTqIx3P0KmIDJbySrF8zEG12t318L {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #un2h2gL9Cs4NHigqZsVB006tBusFLbUE {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #t2TfGdSl5c8N7qiIrryIksDuIWBFrOMg {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #RcA2XRzc2BpofWVWvwKg8hhiruSlG4do {  }
 }@media only screen and (max-width: 763px) { #ws4WQPgDX8Ja376auWwMCEEM48UWk6Te { display:block; }
 }@media only screen and (max-width: 763px) { #NusmiOHBiUKcG6vZvJBt3OqkXHsQETNG { display:block; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Lik4x5D3pqiN8nMHL5fKwMdGHmOJoFTs {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #dNVZ4VVO58ZSOnm28qPTToNN5D0si8gJ {  }
 }@media only screen and (max-width: 763px) { #RCuZJDB7FBfwtJLiPqKqm3gTQpbrXpOZ { display:block; }#RCuZJDB7FBfwtJLiPqKqm3gTQpbrXpOZ > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }