.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:251,221,229;--color-primary-1:243,141,168;--color-primary-2:231,27,80;--color-primary-3:116,14,40;--color-primary-4:35,4,12;--color-secondary-0:255,255,255;--color-secondary-1:249,249,249;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:102,102,102;--color-tertiary-2:51,51,51;--color-tertiary-3:0,5,9;--color-tertiary-4:0,0,0;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"Comfortaa"; }@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:#f9f9fc;background-image:url("https://images.assets-landingi.com/uc/cabea899-44bf-4c36-873a-380f1ddd0baf/heroimagev2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:transparent;background-image:none;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;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { border-width: 0; border-radius: 0; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:60rem;height:49.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#iOcCd319Z9Xwa7ahn2sBfLfJAUCZRnPW { position:absolute;display:block;z-index:15000;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:13.375rem;width:10.25rem;top:2.0619421005249rem;left:3.4995822906494rem;overflow:hidden;display:block; }
#pnTsRuGxzk0QKSh9wpKTnC9ms6pfJcBt { color:#746dbc;display:block;width:15.0620625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20.25rem;left:0.625rem;height:1.3808625rem;display:block; }
#lsUnt1PkIMGZ1kZEbkhxmRbJ7dbIi9iV { color:rgba(var(--color-tertiary-4),1);display:block;width:34.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0.625rem;height:7.474625rem;display:block; }
#F8kbqmuweRwec2cKauONwT65ORCVWPGp { color:rgba(var(--color-tertiary-4),1);display:block;width:21.49975rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:33.8125rem;left:1.0625rem;height:7.714875rem;display:block; }
#docyH3aTGMsHhtDmmSpxmQbB778u67za { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9373605251313rem;left:37.249580383301rem;height:2.76171875rem;display:block; }
#lxdgV3rImDUfFrXPNzGarAC3Wm2cHAv0 { box-sizing:content-box;height:5.0625rem;width:21.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.86);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6859654188156rem;left:36.090263366699rem;display:block; }
#tflm6H3eE7e3t0wsN5QglRfGPBtex5Iy { position:relative;display:block; }#tflm6H3eE7e3t0wsN5QglRfGPBtex5Iy { background-color: transparent; background-image: none; }#tflm6H3eE7e3t0wsN5QglRfGPBtex5Iy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tflm6H3eE7e3t0wsN5QglRfGPBtex5Iy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tflm6H3eE7e3t0wsN5QglRfGPBtex5Iy > .row .container > .video-iframe-container { display: none; }#tflm6H3eE7e3t0wsN5QglRfGPBtex5Iy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tflm6H3eE7e3t0wsN5QglRfGPBtex5Iy > .row > .video-iframe-container { display: none; }#tflm6H3eE7e3t0wsN5QglRfGPBtex5Iy > .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); }#tflm6H3eE7e3t0wsN5QglRfGPBtex5Iy { border-width: 0; border-radius: 0; }#tflm6H3eE7e3t0wsN5QglRfGPBtex5Iy > .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; }#tflm6H3eE7e3t0wsN5QglRfGPBtex5Iy > .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:52.0625rem;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; }#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-form-header {  }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:34.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .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;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),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:34.0625rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-input-text {padding-top: 0; padding-bottom: 0;}#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:34.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),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:34.0625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-input-select {padding-top: 0; padding-bottom: 0;}#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-input-button { 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-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left: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;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:34.0625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:32.6875rem;overflow:hidden;font-style:normal; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .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; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-container:first-of-type{padding-top:0;}#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-container:last-of-type{padding-bottom:0;}#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:11.321151733399rem;left:10.655693054199rem; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.0625rem; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;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; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU {display:block;}#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:11.321151733399rem;left:10.655693054199rem; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #GCSZ75wr76obqgQGfWUlWPsRiMkxPqST { position:relative; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #eZxwlHLAHScJ1JqS3b1iRqbKNroyGIpr { position:relative;display:block; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #ZIyze11cMW3TkaefXhUTRLNVwRh8eB3X { position:relative; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #haXyV1TO2MWIFTpu5sUzKlD0RLNPZQp0 { position:relative; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #TR7HhXHwMk8iyMBruTmrI5VrGGdyslTZ { position:relative;display:block; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #m40wKTnBJfZN0uEyFrIy96WMUo1TiCKJ { position:relative; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #b0HfEFAP04syuZe2x8ZsSGUpwTDKzPbv { position:relative; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #qssun04xK89eC95BiVxyDP1CfKGKbaWu { position:relative;display:block; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #pU2PlyBQZ5JlkMQb2Uo3ESxZVTZJTL2k { position:relative; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #i2ZFUTFGpr0AWVoTGsLPeJ08KN8DTZsN { position:relative; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #GzvM7Su8es1ttMTrZW6zxABD77K8eMWZ { position:relative;display:block; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #SVPUfy4tmyBtiIU9oNLEHVQx0rAQHDeQ { position:relative; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #kISTyAFXuxvleVIKm0BtoKeesS7CixEn { position:relative; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #NyuuyTcthUTorqDLnTK3XwMVdpNEhN4B { position:relative;display:block; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #F5ft0SSl3uB5PCOoNWxDheUHOnN12EEX { position:relative; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #Pfz4dvJSdTDM5zHLxSKNPqWwfmaPTcfn { position:relative; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #LW45vCBcRWEKW7QcUlrVHQ8RkfD5JFUn { position:relative;display:block; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #HNPiwI3fZBKTpTi0KIc1GFqE7DPR9umJ { position:relative; }
#Z3RwdMRsXrOiKvK8QhfDiFTfXXeT0Fgr { position:relative;display:block;z-index:100000;display:block; }
#hW4ifHLm5bRABGbqVHP4SWJ1yTNCcFrV { position:relative;display:block;z-index:100000;display:block; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #s8EFPxH54L02ihE8SKT4ek43nhuhhLaK { position:relative; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #U3GDC7qeweayJVL5UkbulDfKM73pxy0x { position:relative; }
#JQENDdFhP1BNA7Q23ht90JxTSflVsRPd { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.4998607635498rem;left:5.9234085083008rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/863df238-294b-4839-854c-d62f93c23847/pencils.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS.adaptive-delivery-prevent-bg, #kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS.lazyload, #kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS.lazyloading { background-image: none; }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS > .row .container { background-color: transparent; background-image: none; }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS > .row .container > .video-iframe-container { display: none; }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS > .row > .video-iframe-container { display: none; }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS > .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); }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS > .row .container { border-width: 0; border-radius: 0; }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#ZWaNG87QXX7DFp3I39SRZHxLOL45EiSo { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:19.125rem;left:0.375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WXphvoyhts00TaxquMTyQk1eNASHcTWm { box-sizing:content-box;height:25.9375rem;width:18.6875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:20.562496185302rem;left:41.312503814698rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;border-top:0.0625rem solid #c5c8ce;border-left:0.0625rem solid #c5c8ce;border-right:0.0625rem solid #c5c8ce;border-bottom:0.0625rem solid #c5c8ce;display:block; }
#IsxSckG8RUcS1ZKsPZm3L7hatAoeGqhB { box-sizing:content-box;height:26rem;width:18.6875rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:20.562496185302rem;left:21.375rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;border-top:0.0625rem solid #c5c8ce;border-left:0.0625rem solid #c5c8ce;border-right:0.0625rem solid #c5c8ce;border-bottom:0.0625rem solid #c5c8ce;display:block; }
#SC0K8Za2ipPLUDMgonSTOHlX3SyinJdh { box-sizing:content-box;height:26rem;width:18.6875rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:20.562496185302rem;left:0.8125rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;border-top:0.0625rem solid #c5c8ce;border-left:0.0625rem solid #c5c8ce;border-right:0.0625rem solid #c5c8ce;border-bottom:0.0625rem solid #c5c8ce;display:block; }
#bTfZeqQ3a77hM6IilalZldV26QkBt7AX { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:37.8125rem;left:1.375rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#HPuIn1KJCakwcQVH53u4frpM97CooWWW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:37.8125rem;left:21.875rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#JDkTdFQZvD9IRITytgB22MkatmIUnRzN { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:38rem;left:41.875rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#KR20RBZLTHsDXm24FpX7Bl3MGMzEVFuh { color:#746dbc;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:35.5rem;left:1.3125rem;height:1.46205625rem;text-align:center;text-align-last:center;display:block; }
#TZrEqnOn6rx7k2SoZWX7sN7NMlwZ1yMn { color:#746dbc;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:35.5rem;left:21.25rem;height:1.46205625rem;text-align:center;text-align-last:center;display:block; }
#pufMw3ES749GpafEXFvyz1sdQs78P1Hk { color:#746dbc;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:35.4375rem;left:41.8125rem;height:1.46205625rem;text-align:center;text-align-last:center;display:block; }
#aQJnxrw4aLVy3w6mGwuETRKTA66TDvDP { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:33.4375rem;left:1.25rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xTbaA9K6wsXnrP9wNcddi06SfWdETRzu { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:33.4375rem;left:21.125rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Zy0aS5StNN2F6PgSqMQalZosCmdN4ocm { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:33.4375rem;left:41.75rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iRXX8DSuoT2K1tAco73SOfO7asy6ETwS { position:absolute;display:block;z-index:15024;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:12.0625rem;width:16.75rem;top:21.75rem;left:1.875rem;overflow:hidden;display:block; }
#SCCXF53to2F1XiXLLRH2PaJVMFpisOhS { position:absolute;display:block;z-index:15025;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:11.6875rem;width:16.75rem;top:21.8125rem;left:22.375rem;overflow:hidden;display:block; }
#OAlQzIt7JQsQCFbhRyeD16kBEEk8RChX { position:absolute;display:block;z-index:15026;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:11.6875rem;width:16.75rem;top:21.75rem;left:42.375rem;overflow:hidden;display:block; }
#dAhrtINxzvnSU4dOmbPlXzGhmesg2ZsD { color:#004673;display:block;width:40.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6rem;left:10rem;height:6.6629375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v3rODARUtpBIbW0SdNB8EbvTtpiQ5DIX { color:rgba(var(--color-tertiary-1),1);display:block;width:55.0625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.3125rem;left:3.6875rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xn9JBRp3MyGl8IshCsNzgN34PVcwyC3P { position:relative;display:block; }#xn9JBRp3MyGl8IshCsNzgN34PVcwyC3P { background-color: transparent; background-image: none; }#xn9JBRp3MyGl8IshCsNzgN34PVcwyC3P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xn9JBRp3MyGl8IshCsNzgN34PVcwyC3P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xn9JBRp3MyGl8IshCsNzgN34PVcwyC3P > .row .container > .video-iframe-container { display: none; }#xn9JBRp3MyGl8IshCsNzgN34PVcwyC3P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xn9JBRp3MyGl8IshCsNzgN34PVcwyC3P > .row > .video-iframe-container { display: none; }#xn9JBRp3MyGl8IshCsNzgN34PVcwyC3P > .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); }#xn9JBRp3MyGl8IshCsNzgN34PVcwyC3P { border-width: 0; border-radius: 0; }#xn9JBRp3MyGl8IshCsNzgN34PVcwyC3P > .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; }#xn9JBRp3MyGl8IshCsNzgN34PVcwyC3P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9fc;background-image:none;font-size:0.875rem;font-family:arial;height:37.875rem;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; }#kmsSh6yrPS90xwUsSDe1EGo7mATshbMc { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:16.750000953674rem;left:0.65625rem;height:13.88675rem;font-style:normal;display:block; }
#L23fFkK0Cwo8Wnalio6dxXVZqXTE3CLE { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0.75rem;height:9.50390625rem;display:block; }
#F7f13nnqm1KxBwNtBQmyeV0s6T3XTxAf { color:#746dbc;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0.75rem;height:1.3811375rem;display:block; }
#KJ33X67KMC7D9tuBAtydAVzZxm9Ml7AM { position:absolute;display:block;z-index:15012;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:35.5rem;width:29.25rem;top:2.375rem;left:30.375rem;overflow:hidden;display:block; }
#RswSNFm4gyrzMPLzdIP3ILhTQefUM7Az { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9fc;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; }#RswSNFm4gyrzMPLzdIP3ILhTQefUM7Az > .row .container { background-color: transparent; background-image: none; }#RswSNFm4gyrzMPLzdIP3ILhTQefUM7Az::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RswSNFm4gyrzMPLzdIP3ILhTQefUM7Az > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RswSNFm4gyrzMPLzdIP3ILhTQefUM7Az > .row .container > .video-iframe-container { display: none; }#RswSNFm4gyrzMPLzdIP3ILhTQefUM7Az > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RswSNFm4gyrzMPLzdIP3ILhTQefUM7Az > .row > .video-iframe-container { display: none; }#RswSNFm4gyrzMPLzdIP3ILhTQefUM7Az > .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); }#RswSNFm4gyrzMPLzdIP3ILhTQefUM7Az > .row .container { border-width: 0; border-radius: 0; }#RswSNFm4gyrzMPLzdIP3ILhTQefUM7Az > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RswSNFm4gyrzMPLzdIP3ILhTQefUM7Az > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;position:relative;display:block; }#F3PtTnvpdyeWTooZSxXCnMDkQGTmplmp { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.9997177124025rem;left:1.5625rem;height:3.899275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GSH5Tc86l4D2i6M97kuBq23RWSwFW2zI { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:14.279434204101rem;left:1.5625rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wtf9SzKCosovn95vyRXVxrNr33g0eTXk { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:1.5966796875rem;left:6.2848777770994rem; }
#PchwevopmT5wZbwDlKorFg2VXTHNKxN8 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:1.5952849388123rem;left:26.874301910401rem; }
#Ipl9O12BuHkzOV5FkmUx66LpKo5v2vx4 { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9990239143369rem;left:22.177734375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tbWay5DveuMbWxmTNiCAqytIxKCX7zli { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:14.278738498688rem;left:21.5625rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eZd0a5TaVp2mNaNx0qB5A3EQXqVeanOf { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:1.5952849388123rem;left:47.145648956299rem; }
#SLzgcaZiiGK2l7c4DF3mkrKe8Gp0QJzZ { color:#04253a;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.9990239143369rem;left:41.364955902099rem;height:3.899275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ngIRRWAkilaS3EaqTK9eaJOzA8ysxIU1 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:14.278738498688rem;left:42.345844268799rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VmautRH8BwqTwubCXt1F5cKldzNS7a1J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9fc;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; }#VmautRH8BwqTwubCXt1F5cKldzNS7a1J > .row .container { background-color: transparent; background-image: none; }#VmautRH8BwqTwubCXt1F5cKldzNS7a1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmautRH8BwqTwubCXt1F5cKldzNS7a1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmautRH8BwqTwubCXt1F5cKldzNS7a1J > .row .container > .video-iframe-container { display: none; }#VmautRH8BwqTwubCXt1F5cKldzNS7a1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmautRH8BwqTwubCXt1F5cKldzNS7a1J > .row > .video-iframe-container { display: none; }#VmautRH8BwqTwubCXt1F5cKldzNS7a1J > .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); }#VmautRH8BwqTwubCXt1F5cKldzNS7a1J > .row .container { border-width: 0; border-radius: 0; }#VmautRH8BwqTwubCXt1F5cKldzNS7a1J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VmautRH8BwqTwubCXt1F5cKldzNS7a1J > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#zTpeuikOzwhak6fMKsEbrhDSsbtUwqDZ { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.9997177124025rem;left:1.5625rem;height:1.9496375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GXLcpHIdp8bSADhfmIeHSE2I65SvL4QP { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:14.279434204101rem;left:1.5625rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTimmJIhB55aKVSKX533OyvuV6gNQN4K { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:1.5952849388123rem;left:26.874301910401rem; }
#nRhslodRGHGT8U0a9cXabq0krl9oBucv { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9990239143369rem;left:22.177734375rem;height:1.9496375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XLykbyQdZUV95cP3S2l94Ll3iQrFdBtG { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:14.278738498688rem;left:21.5625rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VKTE75KDSsUm1O0JC55yC7rtKwnZUGxx { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:1.5952849388123rem;left:47.145648956299rem; }
#K7e5s4KoXST5OCfKvU46QnzT06PkI25v { color:#04253a;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.9990239143369rem;left:41.364955902099rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qmy56k7L4PzFKflfBMD57rbkuKdRTdZe { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:14.278738498688rem;left:42.345844268799rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTfVau5xMNLIm1wphLXBWmN4Zz4mXcAX { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:1.5938911437988rem;left:6.875rem; }
#rlh8NhVyyfI0xb3Ga8VTB1lx6LwdPRpJ { position:relative;display:block; }#rlh8NhVyyfI0xb3Ga8VTB1lx6LwdPRpJ { background-color: transparent; background-image: none; }#rlh8NhVyyfI0xb3Ga8VTB1lx6LwdPRpJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlh8NhVyyfI0xb3Ga8VTB1lx6LwdPRpJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlh8NhVyyfI0xb3Ga8VTB1lx6LwdPRpJ > .row .container > .video-iframe-container { display: none; }#rlh8NhVyyfI0xb3Ga8VTB1lx6LwdPRpJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlh8NhVyyfI0xb3Ga8VTB1lx6LwdPRpJ > .row > .video-iframe-container { display: none; }#rlh8NhVyyfI0xb3Ga8VTB1lx6LwdPRpJ > .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); }#rlh8NhVyyfI0xb3Ga8VTB1lx6LwdPRpJ { border-width: 0; border-radius: 0; }#rlh8NhVyyfI0xb3Ga8VTB1lx6LwdPRpJ > .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; }#rlh8NhVyyfI0xb3Ga8VTB1lx6LwdPRpJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9fc;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#E6D7Ize4G52hCXOoEANZToGHtPIiBU5I { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.4358114525676rem;left:3.6248588562012rem;height:5.361325rem;display:block; }
#f8Tnwv7v4iN0zzfC2ZRGzrUxXIHaXk7J { background-color:rgba(var(--color-primary-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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;box-sizing:border-box;color:rgba(var(--color-secondary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:9.5417118072513rem;left:21.25rem;display:block; }
#pOhSMwiAyvp6XErctQeZOEzsB8QnSaCG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/863df238-294b-4839-854c-d62f93c23847/pencils.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb.adaptive-delivery-prevent-bg, #Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb.lazyload, #Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb.lazyloading { background-image: none; }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb > .row .container { background-color: transparent; background-image: none; }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb > .row .container > .video-iframe-container { display: none; }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb > .row > .video-iframe-container { display: none; }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb > .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); }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb > .row .container { border-width: 0; border-radius: 0; }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb > .row .container { font-size:0.875rem;font-family:arial;height:85.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#tqpxOhhVkCS3Rkt9pb6JEAWAkfg8wJRW { box-sizing:content-box;height:24.0625rem;width:57.8125rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.3984413146975rem;left:0rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;border-top:0.0625rem solid #c5c8ce;border-left:0.0625rem solid #c5c8ce;border-right:0.0625rem solid #c5c8ce;border-bottom:0.0625rem solid #c5c8ce;display:block; }
#ZAsQT0BWNbBuCVmOzkvhhCF36okRR51Z { color:rgba(var(--color-tertiary-4),1);display:block;width:51.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:17.532366752624rem;left:4.28125rem;height:8.285125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yIVeKisbmqLk1CJRlDLCHIMBGsoOwPyE { color:rgba(var(--color-tertiary-4),1);display:block;width:54.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:44.695313036442rem;left:1.40625rem;height:11.046875rem;text-align:center;text-align-last:center;display:block; }
#SfDFhKXLKnr52llvvgfC91FJSTAgGU6e { color:rgba(var(--color-tertiary-4),1);display:block;width:52.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:72.8928604126rem;left:3.5044651031494rem;height:6.9043125rem;text-align:center;text-align-last:center;display:block; }
#z4c8R1ya2NX6oJJMm2czUS4O0cAwns4p { position:absolute;display:block;z-index:15024;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:11.0625rem;width:18.5625rem;top:6.9375009536744rem;left:18.629467010498rem;overflow:hidden;display:block; }
#JJWOskpzJQKFDrNaTFMDrb9fDFVVHZqw { position:absolute;display:block;z-index:15025;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:10.375rem;width:18.5rem;top:33.959265708923rem;left:19.535717010498rem;overflow:hidden;display:block; }
#QmIiiLabUoPC5M7WJXfL0LIeLsGIO10C { position:absolute;display:block;z-index:15026;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:12.125rem;width:20rem;top:60.767858505249rem;left:18.629467010498rem;overflow:hidden;display:block; }
#lVJISLCrw8FiFZZ9SNb2W06uK8WOQuXk { color:#004673;display:block;width:54.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.15625rem;height:3.331475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SavmiKlXHdPN9laFETpPbTMzJnObPepJ { position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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.625rem;width:7.4375rem;top:49.25rem;left:7.75rem;display:block; }
#isZ8KUysoJ1z8r4KZmS6nTBSQ7od8bMl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:25.491070747376rem;left:26.379467010498rem;height:1.300225rem;display:block; }
#eW5IGBopWVqC4Lh1WGcLXd0pqa7Dhc2O { box-sizing:content-box;height:26.875rem;width:57.8125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:32.455359458923rem;left:0rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;border-top:0.0625rem solid #c5c8ce;border-left:0.0625rem solid #c5c8ce;border-right:0.0625rem solid #c5c8ce;border-bottom:0.0625rem solid #c5c8ce;display:block; }
#vLrIiGmT34zOTy5s3U8wvQS5ksNAELu9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:56.892858505249rem;left:26.205356597901rem;height:1.300225rem;display:block; }
#Pxpc8mbHoZCEEO2a4l13sq4xfvmEF9xb { box-sizing:content-box;height:22.875rem;width:57.8125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:60.767858505249rem;left:0rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;border-top:0.0625rem solid #c5c8ce;border-left:0.0625rem solid #c5c8ce;border-right:0.0625rem solid #c5c8ce;border-bottom:0.0625rem solid #c5c8ce;display:block; }
#XVMlyAD56K60sBtyUEwsuCIezuiJ25Pp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:81.267862319944rem;left:27.267860412597rem;height:1.300225rem;display:block; }
#Pg0WmZt0vpJ9yO0GA8bMSpRQXqz7l49L { background-color:transparent;background-image:url("https://images.assets-landingi.com/zf3hI1DG/bg2.jpg");background-position:center 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;display:block; }#Pg0WmZt0vpJ9yO0GA8bMSpRQXqz7l49L.adaptive-delivery-prevent-bg, #Pg0WmZt0vpJ9yO0GA8bMSpRQXqz7l49L.lazyload, #Pg0WmZt0vpJ9yO0GA8bMSpRQXqz7l49L.lazyloading { background-image: none; }#Pg0WmZt0vpJ9yO0GA8bMSpRQXqz7l49L > .row .container { background-color: transparent; background-image: none; }#Pg0WmZt0vpJ9yO0GA8bMSpRQXqz7l49L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.28); }#Pg0WmZt0vpJ9yO0GA8bMSpRQXqz7l49L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pg0WmZt0vpJ9yO0GA8bMSpRQXqz7l49L > .row .container > .video-iframe-container { display: none; }#Pg0WmZt0vpJ9yO0GA8bMSpRQXqz7l49L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.28); }#Pg0WmZt0vpJ9yO0GA8bMSpRQXqz7l49L > .row > .video-iframe-container { display: none; }#Pg0WmZt0vpJ9yO0GA8bMSpRQXqz7l49L > .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); }#Pg0WmZt0vpJ9yO0GA8bMSpRQXqz7l49L > .row .container { border-width: 0; border-radius: 0; }#Pg0WmZt0vpJ9yO0GA8bMSpRQXqz7l49L::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Pg0WmZt0vpJ9yO0GA8bMSpRQXqz7l49L > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Pg0WmZt0vpJ9yO0GA8bMSpRQXqz7l49L > .row .container { width:60rem;height:46.375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#RwqzvnTbXkueFLwbEVeJmzGkxRrJCkQF { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:12.1875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EQ0POMZfssr8JIDWypvAkSOp6PnozTS0 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:22.0625rem;left:0rem;height:3.8984375rem;font-style:normal;display:block; }
#hZHAvEr5PxORm4GodGUmXaSS6itXQeLf { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.13) ;height:39.4375rem;width:34.9375rem;top:3.3125rem;left:25.0625rem;display:block; }
#UMRUdXbZg0t3XTvzTxqzxRM7rTyWmuPp { position:absolute;display:block;z-index:15009;height:27.75rem;width:32.4375rem;top:5.69921875rem;left:26.41357421875rem;display:block; }
#d7JolZ6z35qDlUGdmpFGQ5SnqMIGT0cb { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27.000002145767rem;left:0rem;height:2.03125rem;display:block; }
#Kto9TmonsVPmN5PHClauH2At5K5yHmiK { position:relative;display:block; }#Kto9TmonsVPmN5PHClauH2At5K5yHmiK { background-color: transparent; background-image: none; }#Kto9TmonsVPmN5PHClauH2At5K5yHmiK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kto9TmonsVPmN5PHClauH2At5K5yHmiK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kto9TmonsVPmN5PHClauH2At5K5yHmiK > .row .container > .video-iframe-container { display: none; }#Kto9TmonsVPmN5PHClauH2At5K5yHmiK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kto9TmonsVPmN5PHClauH2At5K5yHmiK > .row > .video-iframe-container { display: none; }#Kto9TmonsVPmN5PHClauH2At5K5yHmiK > .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); }#Kto9TmonsVPmN5PHClauH2At5K5yHmiK { border-width: 0; border-radius: 0; }#Kto9TmonsVPmN5PHClauH2At5K5yHmiK > .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; }#Kto9TmonsVPmN5PHClauH2At5K5yHmiK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a3df94f5-8729-4837-aaf1-be681fe36f31/rectngle.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:24.0625rem;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; }#Kto9TmonsVPmN5PHClauH2At5K5yHmiK > .row .container.adaptive-delivery-prevent-bg, #Kto9TmonsVPmN5PHClauH2At5K5yHmiK > .row .container.lazyload, #Kto9TmonsVPmN5PHClauH2At5K5yHmiK > .row .container.lazyloading { background-image: none; }#rTQlMRGolvm3JZg0we528oMU9R18UMAb { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:11.5625rem;left:17.5rem;height:4.62890625rem;font-style:normal;display:block; }
#PsXCBkeDxRm1gdC8R1UCvdV1RGbzloZL { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.5625rem;left:14.75rem;height:3.16796875rem;text-align:center;text-align-last:center;display:block; }
#syzstXGMxVtTIG4PFlnT9FTMGT27lBcK { color:#746dbc;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.6875rem;left:23.5rem;height:1.3808625rem;display:block; }
#sGoTDLqTFn8OXr3cuZfGAX5TpkZT45ng { background-color:rgba(var(--color-primary-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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;box-sizing:border-box;color:rgba(var(--color-secondary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:17.249591827392rem;left:21.104911804199rem;display:block; }
#R6yPR5crrvJR7KcwDpoKqKnFTXVOCyZH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C4XcxcVGreUn9bEMlSCO20PLJNmUfy83 { background-color:transparent;background-image:none;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;display:block; }#C4XcxcVGreUn9bEMlSCO20PLJNmUfy83 > .row .container { background-color: transparent; background-image: none; }#C4XcxcVGreUn9bEMlSCO20PLJNmUfy83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4XcxcVGreUn9bEMlSCO20PLJNmUfy83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4XcxcVGreUn9bEMlSCO20PLJNmUfy83 > .row .container > .video-iframe-container { display: none; }#C4XcxcVGreUn9bEMlSCO20PLJNmUfy83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4XcxcVGreUn9bEMlSCO20PLJNmUfy83 > .row > .video-iframe-container { display: none; }#C4XcxcVGreUn9bEMlSCO20PLJNmUfy83 > .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); }#C4XcxcVGreUn9bEMlSCO20PLJNmUfy83 > .row .container { border-width: 0; border-radius: 0; }#C4XcxcVGreUn9bEMlSCO20PLJNmUfy83 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#C4XcxcVGreUn9bEMlSCO20PLJNmUfy83 > .row .container { width:60rem;height:16.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#iFCXwcqDX4Cwzwm4uzbPK3z1KKlk1ix4 { position:absolute;display:block;z-index:15000;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:11.75rem;width:9rem;top:2.0625rem;left:3.5rem;overflow:hidden;display:block; }
#SQBNKF2c2Wv7UmqasO8FL3GirnS33IJn { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9373605251313rem;left:37.249580383301rem;height:2.76171875rem;display:block; }
#MSZbo631s76T0ndHeAfIN5NGwbCylHN9 { box-sizing:content-box;height:5.0625rem;width:21.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.86);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6859654188156rem;left:36.090263366699rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOcCd319Z9Xwa7ahn2sBfLfJAUCZRnPW { top:2rem;left:0rem;width:10.25rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnTsRuGxzk0QKSh9wpKTnC9ms6pfJcBt { top:20.25rem;left:0rem;width:15rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsUnt1PkIMGZ1kZEbkhxmRbJ7dbIi9iV { top:21.5625rem;left:0rem;width:34.875rem;height:11.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8kbqmuweRwec2cKauONwT65ORCVWPGp { top:33.8125rem;left:0rem;width:21.4375rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #docyH3aTGMsHhtDmmSpxmQbB778u67za { top:2.875rem;left:25.5rem;width:22.25rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxdgV3rImDUfFrXPNzGarAC3Wm2cHAv0 { top:1.625rem;left:26.25rem;width:21.5rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tflm6H3eE7e3t0wsN5QglRfGPBtex5Iy { display:block; }#tflm6H3eE7e3t0wsN5QglRfGPBtex5Iy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-regular-label { width:34.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-input-text { width:34.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-input-text {padding-top: 0; padding-bottom: 0;}#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-textarea { width:34.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-input-select { width:34.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-input-select {padding-top: 0; padding-bottom: 0;}#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-input-button { width:34.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-checkbox-label { width:32.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU  { width:34.0625rem;height:auto;top:11.3125rem;left:4.5306930541992rem; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .radio-container { width:34.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU {display:block;}#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU { width:34.0625rem;height:auto;top:11.3125rem;left:4.5306930541992rem; }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #GCSZ75wr76obqgQGfWUlWPsRiMkxPqST {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #eZxwlHLAHScJ1JqS3b1iRqbKNroyGIpr {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #ZIyze11cMW3TkaefXhUTRLNVwRh8eB3X {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #haXyV1TO2MWIFTpu5sUzKlD0RLNPZQp0 {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #TR7HhXHwMk8iyMBruTmrI5VrGGdyslTZ {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #m40wKTnBJfZN0uEyFrIy96WMUo1TiCKJ {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #b0HfEFAP04syuZe2x8ZsSGUpwTDKzPbv {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #qssun04xK89eC95BiVxyDP1CfKGKbaWu {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #pU2PlyBQZ5JlkMQb2Uo3ESxZVTZJTL2k {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #i2ZFUTFGpr0AWVoTGsLPeJ08KN8DTZsN {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #GzvM7Su8es1ttMTrZW6zxABD77K8eMWZ {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #SVPUfy4tmyBtiIU9oNLEHVQx0rAQHDeQ {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #kISTyAFXuxvleVIKm0BtoKeesS7CixEn {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #NyuuyTcthUTorqDLnTK3XwMVdpNEhN4B {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #F5ft0SSl3uB5PCOoNWxDheUHOnN12EEX {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #Pfz4dvJSdTDM5zHLxSKNPqWwfmaPTcfn {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #LW45vCBcRWEKW7QcUlrVHQ8RkfD5JFUn {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #HNPiwI3fZBKTpTi0KIc1GFqE7DPR9umJ {  }
 }@media only screen and (max-width: 763px) { #Z3RwdMRsXrOiKvK8QhfDiFTfXXeT0Fgr { display:block; }
 }@media only screen and (max-width: 763px) { #hW4ifHLm5bRABGbqVHP4SWJ1yTNCcFrV { display:block; }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #s8EFPxH54L02ihE8SKT4ek43nhuhhLaK {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #U3GDC7qeweayJVL5UkbulDfKM73pxy0x {  }
 }@media only screen and (max-width: 763px) { #JQENDdFhP1BNA7Q23ht90JxTSflVsRPd { top:4.4375rem;left:0rem;width:47.25rem;height:6.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS { display:block; }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWaNG87QXX7DFp3I39SRZHxLOL45EiSo { width:34.5625rem;height:1.4375rem;top:19.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXphvoyhts00TaxquMTyQk1eNASHcTWm { top:20.5rem;left:28.9375rem;width:18.6875rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsxSckG8RUcS1ZKsPZm3L7hatAoeGqhB { top:20.5rem;left:15.25rem;width:18.6875rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC0K8Za2ipPLUDMgonSTOHlX3SyinJdh { top:20.5rem;left:0rem;width:18.6875rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTfZeqQ3a77hM6IilalZldV26QkBt7AX { top:37.8125rem;left:0rem;width:17.75rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPuIn1KJCakwcQVH53u4frpM97CooWWW { top:37.8125rem;left:15.75rem;width:17.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDkTdFQZvD9IRITytgB22MkatmIUnRzN { top:38rem;left:30rem;width:17.75rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR20RBZLTHsDXm24FpX7Bl3MGMzEVFuh { top:35.5rem;left:0rem;width:17.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZrEqnOn6rx7k2SoZWX7sN7NMlwZ1yMn { top:35.5rem;left:15.125rem;width:17.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pufMw3ES749GpafEXFvyz1sdQs78P1Hk { top:35.4375rem;left:29.9375rem;width:17.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQJnxrw4aLVy3w6mGwuETRKTA66TDvDP { top:33.4375rem;left:0rem;width:18rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTbaA9K6wsXnrP9wNcddi06SfWdETRzu { top:33.4375rem;left:15rem;width:18rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy0aS5StNN2F6PgSqMQalZosCmdN4ocm { top:33.4375rem;left:29.75rem;width:18rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRXX8DSuoT2K1tAco73SOfO7asy6ETwS { top:21.75rem;left:0rem;width:16.75rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCCXF53to2F1XiXLLRH2PaJVMFpisOhS { top:21.8125rem;left:16.25rem;width:16.75rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAlQzIt7JQsQCFbhRyeD16kBEEk8RChX { top:21.75rem;left:31rem;width:16.75rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAhrtINxzvnSU4dOmbPlXzGhmesg2ZsD { width:40.3125rem;height:6.625rem;top:6rem;left:3.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3rODARUtpBIbW0SdNB8EbvTtpiQ5DIX { width:47.75rem;height:5.8125rem;top:13.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn9JBRp3MyGl8IshCsNzgN34PVcwyC3P { display:block; }#xn9JBRp3MyGl8IshCsNzgN34PVcwyC3P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmsSh6yrPS90xwUsSDe1EGo7mATshbMc { top:16.75rem;left:0rem;width:28.6875rem;height:15.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L23fFkK0Cwo8Wnalio6dxXVZqXTE3CLE { top:5.1875rem;left:0rem;width:34.9375rem;height:9.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7f13nnqm1KxBwNtBQmyeV0s6T3XTxAf { top:3.3125rem;left:0rem;width:22.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ33X67KMC7D9tuBAtydAVzZxm9Ml7AM { top:2.375rem;left:18.5rem;width:29.25rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RswSNFm4gyrzMPLzdIP3ILhTQefUM7Az { display:block; }#RswSNFm4gyrzMPLzdIP3ILhTQefUM7Az > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3PtTnvpdyeWTooZSxXCnMDkQGTmplmp { width:16.875rem;height:3.875rem;top:8.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSH5Tc86l4D2i6M97kuBq23RWSwFW2zI { width:16.875rem;height:10.0625rem;top:14.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtf9SzKCosovn95vyRXVxrNr33g0eTXk { width:6.25rem;height:6.25rem;top:1.5625rem;left:4.2223777770996rem;display:block; }
 }@media only screen and (max-width: 763px) { #PchwevopmT5wZbwDlKorFg2VXTHNKxN8 { width:6.25rem;height:6.25rem;top:1.5625rem;left:20.686801910401rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipl9O12BuHkzOV5FkmUx66LpKo5v2vx4 { width:16.875rem;height:3.875rem;top:8.9375rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbWay5DveuMbWxmTNiCAqytIxKCX7zli { width:16.875rem;height:10.0625rem;top:14.25rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZd0a5TaVp2mNaNx0qB5A3EQXqVeanOf { width:6.25rem;height:6.25rem;top:1.5625rem;left:36.833148956299rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLzgcaZiiGK2l7c4DF3mkrKe8Gp0QJzZ { width:17.8125rem;height:3.875rem;top:8.9375rem;left:29.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngIRRWAkilaS3EaqTK9eaJOzA8ysxIU1 { width:16.875rem;height:10.0625rem;top:14.25rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmautRH8BwqTwubCXt1F5cKldzNS7a1J { display:block; }#VmautRH8BwqTwubCXt1F5cKldzNS7a1J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTpeuikOzwhak6fMKsEbrhDSsbtUwqDZ { width:16.875rem;height:1.9375rem;top:8.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXLcpHIdp8bSADhfmIeHSE2I65SvL4QP { width:16.875rem;height:10.0625rem;top:14.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTimmJIhB55aKVSKX533OyvuV6gNQN4K { width:6.25rem;height:6.25rem;top:1.5625rem;left:20.686801910401rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRhslodRGHGT8U0a9cXabq0krl9oBucv { width:16.875rem;height:1.9375rem;top:8.9375rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLykbyQdZUV95cP3S2l94Ll3iQrFdBtG { width:16.875rem;height:8.375rem;top:14.25rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKTE75KDSsUm1O0JC55yC7rtKwnZUGxx { width:6.25rem;height:6.25rem;top:1.5625rem;left:36.833148956299rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7e5s4KoXST5OCfKvU46QnzT06PkI25v { width:17.8125rem;height:3.875rem;top:8.9375rem;left:29.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmy56k7L4PzFKflfBMD57rbkuKdRTdZe { width:16.875rem;height:6.6875rem;top:14.25rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTfVau5xMNLIm1wphLXBWmN4Zz4mXcAX { width:6.25rem;height:6.25rem;top:1.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlh8NhVyyfI0xb3Ga8VTB1lx6LwdPRpJ { display:block; }#rlh8NhVyyfI0xb3Ga8VTB1lx6LwdPRpJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6D7Ize4G52hCXOoEANZToGHtPIiBU5I { top:2.375rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8Tnwv7v4iN0zzfC2ZRGzrUxXIHaXk7J { width:17.5rem;height:4.375rem;top:9.5rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOhSMwiAyvp6XErctQeZOEzsB8QnSaCG { display:block; }
 }@media only screen and (max-width: 763px) { #Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb { display:block; }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqpxOhhVkCS3Rkt9pb6JEAWAkfg8wJRW { top:6.375rem;left:0rem;width:47.625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAsQT0BWNbBuCVmOzkvhhCF36okRR51Z { top:17.5rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIVeKisbmqLk1CJRlDLCHIMBGsoOwPyE { top:44.6875rem;left:0rem;width:47.75rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfDFhKXLKnr52llvvgfC91FJSTAgGU6e { top:72.875rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4c8R1ya2NX6oJJMm2czUS4O0cAwns4p { top:6.9375rem;left:12.504467010498rem;width:18.5625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJWOskpzJQKFDrNaTFMDrb9fDFVVHZqw { top:33.9375rem;left:13.410717010498rem;width:18.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmIiiLabUoPC5M7WJXfL0LIeLsGIO10C { top:60.75rem;left:12.504467010498rem;width:20rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVJISLCrw8FiFZZ9SNb2W06uK8WOQuXk { width:47.75rem;height:3.3125rem;top:1.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SavmiKlXHdPN9laFETpPbTMzJnObPepJ { width:7.4375rem;height:5.625rem;top:49.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #isZ8KUysoJ1z8r4KZmS6nTBSQ7od8bMl { top:25.4375rem;left:20.254467010498rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW5IGBopWVqC4Lh1WGcLXd0pqa7Dhc2O { top:32.4375rem;left:0rem;width:47.625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLrIiGmT34zOTy5s3U8wvQS5ksNAELu9 { top:56.875rem;left:20.080360412597rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxpc8mbHoZCEEO2a4l13sq4xfvmEF9xb { top:60.75rem;left:0rem;width:47.625rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVMlyAD56K60sBtyUEwsuCIezuiJ25Pp { top:81.25rem;left:21.142860412597rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg0WmZt0vpJ9yO0GA8bMSpRQXqz7l49L { display:block; }#Pg0WmZt0vpJ9yO0GA8bMSpRQXqz7l49L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwqzvnTbXkueFLwbEVeJmzGkxRrJCkQF { width:31.6875rem;height:;top:12.1875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ0POMZfssr8JIDWypvAkSOp6PnozTS0 { width:24.625rem;height:3.875rem;top:22rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZHAvEr5PxORm4GodGUmXaSS6itXQeLf { width:34.9375rem;height:39.4375rem;top:3.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMRUdXbZg0t3XTvzTxqzxRM7rTyWmuPp { top:5.6875rem;left:15.3125rem;width:32.4375rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7JolZ6z35qDlUGdmpFGQ5SnqMIGT0cb { top:27rem;left:0rem;width:14.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kto9TmonsVPmN5PHClauH2At5K5yHmiK { display:block; }#Kto9TmonsVPmN5PHClauH2At5K5yHmiK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTQlMRGolvm3JZg0we528oMU9R18UMAb { top:11.5625rem;left:0rem;width:28.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsXCBkeDxRm1gdC8R1UCvdV1RGbzloZL { top:4.5625rem;left:0rem;width:27.9375rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syzstXGMxVtTIG4PFlnT9FTMGT27lBcK { top:2.6875rem;left:8.8125rem;width:15.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGoTDLqTFn8OXr3cuZfGAX5TpkZT45ng { width:17.5rem;height:4.375rem;top:17.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6yPR5crrvJR7KcwDpoKqKnFTXVOCyZH { display:block; }
 }@media only screen and (max-width: 763px) { #C4XcxcVGreUn9bEMlSCO20PLJNmUfy83 { display:block; }#C4XcxcVGreUn9bEMlSCO20PLJNmUfy83 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFCXwcqDX4Cwzwm4uzbPK3z1KKlk1ix4 { top:2.0625rem;left:0rem;width:9rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQBNKF2c2Wv7UmqasO8FL3GirnS33IJn { top:2.875rem;left:25.5rem;width:22.25rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSZbo631s76T0ndHeAfIN5NGwbCylHN9 { top:1.625rem;left:26.25rem;width:21.5rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:transparent;background-image:none;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOcCd319Z9Xwa7ahn2sBfLfJAUCZRnPW { width:3.37471875rem;height:4.43708125rem;top:2.7497210502624rem;left:3.1870816349983rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnTsRuGxzk0QKSh9wpKTnC9ms6pfJcBt { width:19.8744375rem;height:1.3808625rem;top:20.0439453125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lsUnt1PkIMGZ1kZEbkhxmRbJ7dbIi9iV { width:19.8744375rem;height:7.79925rem;top:21.380441665649rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F8kbqmuweRwec2cKauONwT65ORCVWPGp { width:18.249875rem;height:7.714875rem;top:29.866769790649rem;left:0.87472099065781rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #docyH3aTGMsHhtDmmSpxmQbB778u67za { width:16.5625rem;height:2.4375rem;top:12.982003211975rem;left:1.7187500596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxdgV3rImDUfFrXPNzGarAC3Wm2cHAv0 { width:20rem;height:5.06208125rem;top:11.669921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tflm6H3eE7e3t0wsN5QglRfGPBtex5Iy { display:block; }#tflm6H3eE7e3t0wsN5QglRfGPBtex5Iy > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-input-text {padding-top: 0; padding-bottom: 0;}#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-input-select {padding-top: 0; padding-bottom: 0;}#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU  { width:17.5rem;height:auto;top:8.7911558151244rem;left:0rem; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU {display:block;}#WutayEXkvcGh1dpqOEa3NnbwMJ63niaU { width:17.5rem;height:auto;top:8.7911558151244rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #GCSZ75wr76obqgQGfWUlWPsRiMkxPqST {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #eZxwlHLAHScJ1JqS3b1iRqbKNroyGIpr {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #ZIyze11cMW3TkaefXhUTRLNVwRh8eB3X {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #haXyV1TO2MWIFTpu5sUzKlD0RLNPZQp0 {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #TR7HhXHwMk8iyMBruTmrI5VrGGdyslTZ {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #m40wKTnBJfZN0uEyFrIy96WMUo1TiCKJ {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #b0HfEFAP04syuZe2x8ZsSGUpwTDKzPbv {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #qssun04xK89eC95BiVxyDP1CfKGKbaWu {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #pU2PlyBQZ5JlkMQb2Uo3ESxZVTZJTL2k {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #i2ZFUTFGpr0AWVoTGsLPeJ08KN8DTZsN {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #GzvM7Su8es1ttMTrZW6zxABD77K8eMWZ {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #SVPUfy4tmyBtiIU9oNLEHVQx0rAQHDeQ {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #kISTyAFXuxvleVIKm0BtoKeesS7CixEn {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #NyuuyTcthUTorqDLnTK3XwMVdpNEhN4B {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #F5ft0SSl3uB5PCOoNWxDheUHOnN12EEX {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #Pfz4dvJSdTDM5zHLxSKNPqWwfmaPTcfn {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #LW45vCBcRWEKW7QcUlrVHQ8RkfD5JFUn {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #HNPiwI3fZBKTpTi0KIc1GFqE7DPR9umJ {  }
 }@media only screen and (max-width: 763px) { #Z3RwdMRsXrOiKvK8QhfDiFTfXXeT0Fgr { display:block; }
 }@media only screen and (max-width: 763px) { #hW4ifHLm5bRABGbqVHP4SWJ1yTNCcFrV { display:block; }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #s8EFPxH54L02ihE8SKT4ek43nhuhhLaK {  }
 }@media only screen and (max-width: 763px) { #WutayEXkvcGh1dpqOEa3NnbwMJ63niaU #U3GDC7qeweayJVL5UkbulDfKM73pxy0x {  }
 }@media only screen and (max-width: 763px) { #JQENDdFhP1BNA7Q23ht90JxTSflVsRPd { width:20rem;height:6.5800625rem;top:2.2119140625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/863df238-294b-4839-854c-d62f93c23847/pencils.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS.adaptive-delivery-prevent-bg, #kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS.lazyload, #kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS.lazyloading { background-image: none; }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS > .row .container { background-color: transparent; background-image: none; }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS > .row .container > .video-iframe-container { display: none; }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS > .row > .video-iframe-container { display: none; }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS > .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); }#kAQoS7T6BoBVhahh7Ahrxr9WqTvBBpuS > .row .container { width:20rem;height:98.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWaNG87QXX7DFp3I39SRZHxLOL45EiSo { width:20rem;height:1.300225rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WXphvoyhts00TaxquMTyQk1eNASHcTWm { width:18.6875rem;height:24.0625rem;top:72.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsxSckG8RUcS1ZKsPZm3L7hatAoeGqhB { width:18.6875rem;height:24.0625rem;top:47.1123046875rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC0K8Za2ipPLUDMgonSTOHlX3SyinJdh { width:18.6875rem;height:24.0625rem;top:21rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTfZeqQ3a77hM6IilalZldV26QkBt7AX { width:17.75rem;height:6.9043125rem;top:38.4375rem;left:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPuIn1KJCakwcQVH53u4frpM97CooWWW { width:17.75rem;height:4.142575rem;top:64.3125rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDkTdFQZvD9IRITytgB22MkatmIUnRzN { width:17.75rem;height:5.5234375rem;top:89.9375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR20RBZLTHsDXm24FpX7Bl3MGMzEVFuh { width:17.8125rem;height:1.4624rem;top:35.75rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZrEqnOn6rx7k2SoZWX7sN7NMlwZ1yMn { width:17.8125rem;height:1.4624rem;top:61.8125rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pufMw3ES749GpafEXFvyz1sdQs78P1Hk { width:17.8125rem;height:1.4624rem;top:87.4375rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQJnxrw4aLVy3w6mGwuETRKTA66TDvDP { width:18rem;height:1.94970625rem;top:34rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTbaA9K6wsXnrP9wNcddi06SfWdETRzu { width:18rem;height:1.94970625rem;top:60.0625rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy0aS5StNN2F6PgSqMQalZosCmdN4ocm { width:18rem;height:1.94970625rem;top:85.5625rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRXX8DSuoT2K1tAco73SOfO7asy6ETwS { width:16.75rem;height:12.0625rem;top:22rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCCXF53to2F1XiXLLRH2PaJVMFpisOhS { width:16.75rem;height:11.6875rem;top:48.3623046875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAlQzIt7JQsQCFbhRyeD16kBEEk8RChX { width:16.75rem;height:11.6875rem;top:73.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAhrtINxzvnSU4dOmbPlXzGhmesg2ZsD { width:20rem;height:3.8994125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3rODARUtpBIbW0SdNB8EbvTtpiQ5DIX { width:20rem;height:8.7723125rem;top:8.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn9JBRp3MyGl8IshCsNzgN34PVcwyC3P { display:block; }#xn9JBRp3MyGl8IshCsNzgN34PVcwyC3P > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmsSh6yrPS90xwUsSDe1EGo7mATshbMc { width:18.6244375rem;height:21.60159375rem;top:16.317665100097rem;left:1.3755579590797rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L23fFkK0Cwo8Wnalio6dxXVZqXTE3CLE { width:20rem;height:10.398425rem;top:3.8808625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F7f13nnqm1KxBwNtBQmyeV0s6T3XTxAf { width:19.9375rem;height:2.76171875rem;top:1.25rem;left:0.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJ33X67KMC7D9tuBAtydAVzZxm9Ml7AM { width:20rem;height:24.2734375rem;top:40.06494140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RswSNFm4gyrzMPLzdIP3ILhTQefUM7Az { display:block; }#RswSNFm4gyrzMPLzdIP3ILhTQefUM7Az > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3PtTnvpdyeWTooZSxXCnMDkQGTmplmp { width:16.875rem;height:2.92410625rem;top:4.4375038146972rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSH5Tc86l4D2i6M97kuBq23RWSwFW2zI { width:16.875rem;height:7.5rem;top:7.1244468688962rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtf9SzKCosovn95vyRXVxrNr33g0eTXk { width:3.125rem;height:3.125rem;top:0.49986267089844rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #PchwevopmT5wZbwDlKorFg2VXTHNKxN8 { width:3.125rem;height:3.125rem;top:16.999862670899rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipl9O12BuHkzOV5FkmUx66LpKo5v2vx4 { width:16.875rem;height:1.46205625rem;top:21.374862670899rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbWay5DveuMbWxmTNiCAqytIxKCX7zli { width:16.875rem;height:7.5rem;top:24.086918920899rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZd0a5TaVp2mNaNx0qB5A3EQXqVeanOf { width:6.25rem;height:6.25rem;top:32.838293920899rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLzgcaZiiGK2l7c4DF3mkrKe8Gp0QJzZ { width:17.8125rem;height:2.9241125rem;top:40.338293920899rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngIRRWAkilaS3EaqTK9eaJOzA8ysxIU1 { width:16.875rem;height:7.5rem;top:44.512400170899rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmautRH8BwqTwubCXt1F5cKldzNS7a1J { display:block; }#VmautRH8BwqTwubCXt1F5cKldzNS7a1J > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTpeuikOzwhak6fMKsEbrhDSsbtUwqDZ { width:16.875rem;height:1.46205625rem;top:6.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXLcpHIdp8bSADhfmIeHSE2I65SvL4QP { width:16.875rem;height:9rem;top:9.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTimmJIhB55aKVSKX533OyvuV6gNQN4K { width:6.25rem;height:6.25rem;top:21.187221527099rem;left:6.9369416832925rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRhslodRGHGT8U0a9cXabq0krl9oBucv { width:16.875rem;height:1.46205625rem;top:28.249858856201rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLykbyQdZUV95cP3S2l94Ll3iQrFdBtG { width:16.875rem;height:7.5rem;top:30.961915106201rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKTE75KDSsUm1O0JC55yC7rtKwnZUGxx { width:6.25rem;height:6.25rem;top:39.713290106201rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7e5s4KoXST5OCfKvU46QnzT06PkI25v { width:17.8125rem;height:1.46205625rem;top:47.213290106201rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmy56k7L4PzFKflfBMD57rbkuKdRTdZe { width:16.875rem;height:6rem;top:49.925346356201rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTfVau5xMNLIm1wphLXBWmN4Zz4mXcAX { width:6.25rem;height:6.25rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlh8NhVyyfI0xb3Ga8VTB1lx6LwdPRpJ { display:block; }#rlh8NhVyyfI0xb3Ga8VTB1lx6LwdPRpJ > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6D7Ize4G52hCXOoEANZToGHtPIiBU5I { width:20rem;height:11.375rem;top:1.5680809020996rem;left:0rem;font-size:1.25rem;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-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f8Tnwv7v4iN0zzfC2ZRGzrUxXIHaXk7J { width:17.5rem;height:4.375rem;top:13.314034461975rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOhSMwiAyvp6XErctQeZOEzsB8QnSaCG { display:block; }
 }@media only screen and (max-width: 763px) { #Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/863df238-294b-4839-854c-d62f93c23847/pencils.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb.adaptive-delivery-prevent-bg, #Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb.lazyload, #Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb.lazyloading { background-image: none; }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb > .row .container { background-color: transparent; background-image: none; }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb > .row .container > .video-iframe-container { display: none; }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb > .row > .video-iframe-container { display: none; }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb > .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); }#Sh0LtdmX1ncVhe5hMGNxko00G2Tx5DNb > .row .container { width:20rem;height:140.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqpxOhhVkCS3Rkt9pb6JEAWAkfg8wJRW { width:18.6875rem;height:39.5625rem;top:7.1240234375rem;left:0.61035162210464rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAsQT0BWNbBuCVmOzkvhhCF36okRR51Z { width:17.74975rem;height:22.09375rem;top:20.623604774475rem;left:1.1244420409203rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIVeKisbmqLk1CJRlDLCHIMBGsoOwPyE { width:17.74975rem;height:33.140625rem;top:59.184572219849rem;left:1.1244420409203rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfDFhKXLKnr52llvvgfC91FJSTAgGU6e { width:17.74975rem;height:19.332rem;top:113.56097030639rem;left:1.1244420409203rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4c8R1ya2NX6oJJMm2czUS4O0cAwns4p { width:16.7494375rem;height:10rem;top:8.687220573425rem;left:1.6245816349983rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJWOskpzJQKFDrNaTFMDrb9fDFVVHZqw { width:16.7494375rem;height:9.4370625rem;top:49.748888969421rem;left:1.6252790093422rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmIiiLabUoPC5M7WJXfL0LIeLsGIO10C { width:16.7494375rem;height:10.1869375rem;top:103.3747253418rem;left:1.6252790093422rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVJISLCrw8FiFZZ9SNb2W06uK8WOQuXk { width:20rem;height:3.899275rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SavmiKlXHdPN9laFETpPbTMzJnObPepJ { width:7.4375rem;height:5.625rem;top:99rem;left:7.4375rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #isZ8KUysoJ1z8r4KZmS6nTBSQ7od8bMl { width:5.24971875rem;height:1.300225rem;top:43.763255119324rem;left:7.4372211098669rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW5IGBopWVqC4Lh1WGcLXd0pqa7Dhc2O { width:19.875rem;height:51.125rem;top:48.31333732605rem;left:0.036272346973419rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLrIiGmT34zOTy5s3U8wvQS5ksNAELu9 { width:5.99958125rem;height:1.300225rem;top:94.375004768369rem;left:7.4372211098669rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxpc8mbHoZCEEO2a4l13sq4xfvmEF9xb { width:19.875rem;height:36.8125rem;top:102.0905456543rem;left:0.036272346973419rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVMlyAD56K60sBtyUEwsuCIezuiJ25Pp { width:12.5rem;height:1.300225rem;top:133.96484851837rem;left:7.5000005364419rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg0WmZt0vpJ9yO0GA8bMSpRQXqz7l49L { display:block; }#Pg0WmZt0vpJ9yO0GA8bMSpRQXqz7l49L > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwqzvnTbXkueFLwbEVeJmzGkxRrJCkQF { width:20rem;height:5.3984375rem;top:7.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ0POMZfssr8JIDWypvAkSOp6PnozTS0 { width:20rem;height:3.25rem;top:14.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZHAvEr5PxORm4GodGUmXaSS6itXQeLf { width:19.75rem;height:35.1875rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMRUdXbZg0t3XTvzTxqzxRM7rTyWmuPp { width:20rem;height:27.75rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7JolZ6z35qDlUGdmpFGQ5SnqMIGT0cb { width:14.2494375rem;height:2.03125rem;top:55.373888183594rem;left:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kto9TmonsVPmN5PHClauH2At5K5yHmiK { display:block; }#Kto9TmonsVPmN5PHClauH2At5K5yHmiK > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTQlMRGolvm3JZg0we528oMU9R18UMAb { width:17.5rem;height:9.2578125rem;top:10.5537109375rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsXCBkeDxRm1gdC8R1UCvdV1RGbzloZL { width:20rem;height:5.1995rem;top:3.8808625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #syzstXGMxVtTIG4PFlnT9FTMGT27lBcK { width:20rem;height:1.3808625rem;top:1.25rem;left:-0.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGoTDLqTFn8OXr3cuZfGAX5TpkZT45ng { width:17.5rem;height:4.375rem;top:20.3525125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6yPR5crrvJR7KcwDpoKqKnFTXVOCyZH { display:block; }
 }@media only screen and (max-width: 763px) { #C4XcxcVGreUn9bEMlSCO20PLJNmUfy83 { background-color:transparent;background-image:none;display:block; }#C4XcxcVGreUn9bEMlSCO20PLJNmUfy83 > .row .container { background-color: transparent; background-image: none; }#C4XcxcVGreUn9bEMlSCO20PLJNmUfy83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4XcxcVGreUn9bEMlSCO20PLJNmUfy83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4XcxcVGreUn9bEMlSCO20PLJNmUfy83 > .row .container > .video-iframe-container { display: none; }#C4XcxcVGreUn9bEMlSCO20PLJNmUfy83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4XcxcVGreUn9bEMlSCO20PLJNmUfy83 > .row > .video-iframe-container { display: none; }#C4XcxcVGreUn9bEMlSCO20PLJNmUfy83 > .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); }#C4XcxcVGreUn9bEMlSCO20PLJNmUfy83 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFCXwcqDX4Cwzwm4uzbPK3z1KKlk1ix4 { width:5.875rem;height:7.75rem;top:0.43666458129883rem;left:6.2366988729106rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQBNKF2c2Wv7UmqasO8FL3GirnS33IJn { width:16.5625rem;height:2.03125rem;top:9.5291557312013rem;left:2.3744419217109rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSZbo631s76T0ndHeAfIN5NGwbCylHN9 { width:20rem;height:5.0625rem;top:14.561950683594rem;left:0rem;display:block; }
 }