.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:253,234,205;--color-primary-1:251,203,118;--color-primary-2:248,169,26;--color-primary-3:242,153,6;--color-primary-4:50,34,5;--color-secondary-0:239,255,248;--color-secondary-1:163,217,188;--color-secondary-2:102,191,143;--color-secondary-3:61,115,86;--color-secondary-4:0,148,68;--color-tertiary-0:255,255,255;--color-tertiary-1:183,183,183;--color-tertiary-2:135,135,135;--color-tertiary-3:81,81,81;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#baiCi2G4DbwHG4OWfXcyiQgxo1q7d8aw { position:relative;display:block; }#baiCi2G4DbwHG4OWfXcyiQgxo1q7d8aw { background-color: transparent; background-image: none; }#baiCi2G4DbwHG4OWfXcyiQgxo1q7d8aw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baiCi2G4DbwHG4OWfXcyiQgxo1q7d8aw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baiCi2G4DbwHG4OWfXcyiQgxo1q7d8aw > .row .container > .video-iframe-container { display: none; }#baiCi2G4DbwHG4OWfXcyiQgxo1q7d8aw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baiCi2G4DbwHG4OWfXcyiQgxo1q7d8aw > .row > .video-iframe-container { display: none; }#baiCi2G4DbwHG4OWfXcyiQgxo1q7d8aw > .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); }#baiCi2G4DbwHG4OWfXcyiQgxo1q7d8aw { border-width: 0; border-radius: 0; }#baiCi2G4DbwHG4OWfXcyiQgxo1q7d8aw > .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; }#baiCi2G4DbwHG4OWfXcyiQgxo1q7d8aw > .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:6.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#McrFPxMrtESkuli9w5JeUWo54vfwFQm0 { color:#102282;display:block;width:22.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4562501907349rem;left:0rem;height:3.9rem;display:block; }
#Iy9T5GGIrU8niJR9EXfMbSk7uWi1aQVH { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.90625rem;left:59.500001907349rem;display:block; }
#nJzvmJUG5J6VFxLT6zBAs1NdrMg7Z8QA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/cbbb12ec-5833-4678-9102-5d9a277eda23/92a92effframe1012_1000000000000000000028.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#QmXc3HM0vdv7PXSTRyxmMJSdfTaJM8Uc { color:rgba(var(--color-primary-3),1);display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:6.1437501907349rem;left:0rem;height:11.55rem;display:block; }
#N1Ezc48RCv9x2D6LzgC6Taqz72d5A2W0 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:19.206251144409rem;left:0rem;height:4.725rem;display:block; }
#aHgD24Ge0fmJx0DxwisX4xXbsCCrk3hE { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:25.96875rem;left:0rem;display:block; }
#hmtZgRfaui41SgMyKcZyJKGglBvZVt2s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KpVv5fDFCOXd5u9goSvk68x39J1TGbk8 { color:#102282;display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5rem;left:37.625rem;height:9.75rem;display:none; }
#B7y8rJkxVmQoPZ0LhyXKk523CgkqqJPL { color:rgba(var(--color-primary-3),1);display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:20.8125rem;left:37.9375rem;height:2.40625rem;display:none; }
#nIOikOrN27HTmJ4pordUu6nWq9ChUlNc { position:relative;display:block; }#nIOikOrN27HTmJ4pordUu6nWq9ChUlNc { background-color: transparent; background-image: none; }#nIOikOrN27HTmJ4pordUu6nWq9ChUlNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIOikOrN27HTmJ4pordUu6nWq9ChUlNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIOikOrN27HTmJ4pordUu6nWq9ChUlNc > .row .container > .video-iframe-container { display: none; }#nIOikOrN27HTmJ4pordUu6nWq9ChUlNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIOikOrN27HTmJ4pordUu6nWq9ChUlNc > .row > .video-iframe-container { display: none; }#nIOikOrN27HTmJ4pordUu6nWq9ChUlNc > .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); }#nIOikOrN27HTmJ4pordUu6nWq9ChUlNc { border-width: 0; border-radius: 0; }#nIOikOrN27HTmJ4pordUu6nWq9ChUlNc > .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; }#nIOikOrN27HTmJ4pordUu6nWq9ChUlNc > .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:44rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BKNFi76HeyqfzmkfPSh3OG2DQGtPMTa4 { color:#102282;display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5rem;left:37.625rem;height:9.75rem;display:block; }
#WQlDyNt07s42pZ1BT8QiVIh5ShtV3OgL { color:rgba(var(--color-primary-3),1);display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:20.8125rem;left:37.9375rem;height:2.40625rem;display:block; }
#GQegFUTDF37hFNzcKywvT2FR7lB9Zv7C { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:25.25rem;left:37.9375rem;display:block; }
#hiQfe5JRZrRPF1NuGTLQZqL89MqbAf9U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d8BbrClssptJGPr3TixwOsAyc1JwtU0J { position:absolute;display:block;z-index:15003;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:25.1875rem;width:9.9375rem;top:7.6875rem;left:2.5625rem;overflow:hidden;display:block; }
#AAqtPMqr4D1hhdVJ1iSHGhtvWAWTupPx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:9.9375rem;top:11.375rem;left:13.625rem;overflow:hidden;display:block; }
#zmCoQefV7dH81DAbJgUP7HDvsLmEM3UD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:9.8125rem;top:7.75rem;left:24.625rem;overflow:hidden;display:block; }
#WVIrk01uI9saoxhpbraJTBwhGu1uCSwG { color:rgba(var(--color-primary-3),1);display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:6.643750190735rem;left:4.125rem;height:11.55rem;display:none; }
#T2lNxzSUI3wtBygLehn2Tu0Mfay03gOK { color:rgba(var(--color-tertiary-0),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:19.518749237061rem;left:4.125rem;height:4.725rem;display:none; }
#lyIMKR9KMFNtexCG89T5H5XCtlXtoitD { color:rgba(var(--color-tertiary-0),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:19.518749237061rem;left:4.125rem;height:4.725rem;display:none; }
#IVpThVkBQ5dGwcR6npuPDF0n79M0FvVM { 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:53.25rem;width:53.625rem;display:none; }
#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/23f83e0a-cd6d-4830-8c9b-b166a7ddcc78/r7zhh5desktop41_10000000sx0e5000000028.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T.adaptive-delivery-prevent-bg, #BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T.lazyload, #BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T.lazyloading { background-image: none; }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T > .row .container { background-color: transparent; background-image: none; }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T > .row .container > .video-iframe-container { display: none; }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T > .row > .video-iframe-container { display: none; }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T > .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); }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T > .row .container { border-width: 0; border-radius: 0; }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#maGbrV2E0ahO8QLMel0HqyQovQb0nB3K { color:rgba(var(--color-tertiary-0),1);display:block;width:34.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.9374961853025rem;left:2.5625rem;height:6.5rem;display:block; }
#BavAKO0KJcFHfWmrEdJTamCGOW73DIT8 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:15.831248283386rem;left:2.5625rem;height:7.875rem;display:block; }
#TvT12kSeSGxe3vLwbWftrFZEapFt2ZIy { box-sizing:content-box;height:5.5rem;width:29.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.4375rem;left:39.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#i53kmCODwVnURssJZMSu0GWszpkddAF1 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.4375rem;left:44.6875rem;height:1.4625rem;display:block; }
#KrMvMCAnStPh12so7TLTFXlGJZKv7g3W { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:9.875rem;left:40.9375rem;overflow:hidden;display:block; }
#TqSOkZCFN97znysb5XQF48MWTW46TzFx { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:9.25rem;left:40.25rem;display:block; }
#SlfBIARBvOwpH7ZUXuLyF5KFI0JzJSf7 { box-sizing:content-box;height:5.5rem;width:29.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.0625rem;left:39.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#Qzw018l2QUesNb9WoVm35JQMBPuVazsz { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;top:16.0625rem;left:40.3125rem;display:block; }
#JJkufb6yhFgEeDG574rV65Pe1dVG6GBu { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17rem;left:44.6875rem;height:1.4625rem;display:block; }
#zI1IwsTrMWGfP3ozfRoaN6yeXbhVosGy { position:absolute;display:block;z-index:15009;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:2.125rem;width:2.125rem;top:16.8125rem;left:41.125001907349rem;overflow:hidden;display:block; }
#rET9Awk0lMWFFrQ1ZEhHmg1xkAkdkkXb { box-sizing:content-box;height:5.5rem;width:29.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.8125rem;left:39.375001907349rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#MPSrAcLtXkHJufRZsnzT5mvaycmDDGrF { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.206249237061rem;left:44.687501907349rem;height:2.925rem;display:block; }
#dkAqJsTzdM9KKad1O5PAbPe3VpoKwGZB { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#102282;background-image:none;top:22.78125rem;left:40.281251907349rem;display:block; }
#PSb820olnQAXa5TfKUkTUJxfpL0wTLSo { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:23.581249237061rem;left:41.093751907349rem;overflow:hidden;display:block; }
#aiPW7OHNrryc1528VpZNwpl9TpefpcFK { position:relative;display:block; }#aiPW7OHNrryc1528VpZNwpl9TpefpcFK { background-color: transparent; background-image: none; }#aiPW7OHNrryc1528VpZNwpl9TpefpcFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiPW7OHNrryc1528VpZNwpl9TpefpcFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiPW7OHNrryc1528VpZNwpl9TpefpcFK > .row .container > .video-iframe-container { display: none; }#aiPW7OHNrryc1528VpZNwpl9TpefpcFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiPW7OHNrryc1528VpZNwpl9TpefpcFK > .row > .video-iframe-container { display: none; }#aiPW7OHNrryc1528VpZNwpl9TpefpcFK > .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); }#aiPW7OHNrryc1528VpZNwpl9TpefpcFK { border-width: 0; border-radius: 0; }#aiPW7OHNrryc1528VpZNwpl9TpefpcFK > .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; }#aiPW7OHNrryc1528VpZNwpl9TpefpcFK > .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:40rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AJSVoLUs1i9mbH4rg9TzwNaX0xGXiKQp { color:#102282;display:block;width:56.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.9375rem;left:9.03125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#VI9iO2TUEgsvoHL9kqX12p2TzGs1ydIP { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:9.8125rem;left:10rem;height:3.15rem;text-align:center;text-align-last:center;display:block; }
#iq7iSQssK6TTkHbcZrQ6msArWRfKdBb6 { box-sizing:content-box;height:20.5625rem;width:32.875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:18.012491226196rem;left:2.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#Zi3f1V4wwrrn4cQ8ZsVcNlG3RknRgUX4 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.0625rem;left:5.5rem;height:1.95rem;display:block; }
#naLXEThG1UvEsTarNxn8T2w55PoeBZQk { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:28.937491416931rem;left:5.5rem;height:6.3rem;text-align:left;text-align-last:left;display:block; }
#ngnOfuaMksV2Coc4bXNilPAhShJUpAGk { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:20.3125rem;left:5.5rem;display:block; }
#gXfrAO4DtiJo1SUVaXCV2B9bByCHWU7F { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:21.0625rem;left:6.375rem;overflow:hidden;display:block; }
#TwhxGBW42WWD1SF3XaoEb51w172Glxin { box-sizing:content-box;height:20.5625rem;width:32.875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:18.012499809265rem;left:39.250001907349rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#CSdcGIyXfTXeM1Bg7Bfaf7c4vtPOHdKg { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.0625rem;left:42.562501907349rem;height:1.95rem;display:block; }
#tndvpcFGwbFOnkT3Hnnq2WuAns34THIb { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:28.9375rem;left:42.562501907349rem;height:6.3rem;text-align:left;text-align-last:left;display:block; }
#OCnBl84BfOTKkwdzLuhi1qL0eJpiKuvK { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-primary-0),1);background-image:none;top:20.3125rem;left:42.562501907349rem;display:block; }
#eMnpulgqSSOlRzlWpOimREaGwNd8ntU3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:21.15625rem;left:43.406251907349rem;overflow:hidden;display:block; }
#CFCdWGvyvVC3LEA0Bp9lCQndCVtKTHTp { position:relative;display:block; }#CFCdWGvyvVC3LEA0Bp9lCQndCVtKTHTp { background-color: transparent; background-image: none; }#CFCdWGvyvVC3LEA0Bp9lCQndCVtKTHTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFCdWGvyvVC3LEA0Bp9lCQndCVtKTHTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFCdWGvyvVC3LEA0Bp9lCQndCVtKTHTp > .row .container > .video-iframe-container { display: none; }#CFCdWGvyvVC3LEA0Bp9lCQndCVtKTHTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFCdWGvyvVC3LEA0Bp9lCQndCVtKTHTp > .row > .video-iframe-container { display: none; }#CFCdWGvyvVC3LEA0Bp9lCQndCVtKTHTp > .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); }#CFCdWGvyvVC3LEA0Bp9lCQndCVtKTHTp { border-width: 0; border-radius: 0; }#CFCdWGvyvVC3LEA0Bp9lCQndCVtKTHTp > .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; }#CFCdWGvyvVC3LEA0Bp9lCQndCVtKTHTp > .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:28.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ydK2lS5xMIe3mrenf9ausQUoIfsT1GGe { box-sizing:content-box;height:20.5625rem;width:32.875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:2.3250007629394rem;left:2.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#xSVRteFv24MLnlFUgKrX8y2nPZA8dKu2 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.375003814698rem;left:5.5rem;height:1.95rem;display:block; }
#JkUepzTJLdGWybuVBH9Kg2NwdqCTiJZ6 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:13.250003814698rem;left:5.5rem;height:6.3rem;text-align:left;text-align-last:left;display:block; }
#Wg7fGbI26oOgGSQMLPsV1dWvtui95VGr { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#cfd2e6;background-image:none;top:4.625rem;left:5.5rem;display:block; }
#qIAGTITVXSqMds2qkh6pWediFihmoNof { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5.375rem;left:6.375rem;overflow:hidden;display:block; }
#NOgCeh77tUozeNnzFOoQnM6AhtRlyGMi { box-sizing:content-box;height:20.5625rem;width:32.875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:2.3250007629394rem;left:39.250001907349rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#KD8aIM2yXJmalWW68CyoaQ6XzvzmXTMI { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.375003814698rem;left:42.562501907349rem;height:1.95rem;display:block; }
#yq9nRkkrE6UeCgPlgfkVDmFL0MBAHz4G { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:13.250003814698rem;left:42.562501907349rem;height:6.3rem;text-align:left;text-align-last:left;display:block; }
#KcGTkxpzyaNQkPtbNVTNc5Zu4epDh82x { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:4.625rem;left:42.562501907349rem;display:block; }
#XPiWP9gNU3C2azxpVC8OTvoxwUi1Np33 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5.46875rem;left:43.406251907349rem;overflow:hidden;display:block; }
#zvMUUE49TWMh8woz8gd4CugGDa50S84U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zvMUUE49TWMh8woz8gd4CugGDa50S84U > .row .container { background-color: transparent; background-image: none; }#zvMUUE49TWMh8woz8gd4CugGDa50S84U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvMUUE49TWMh8woz8gd4CugGDa50S84U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvMUUE49TWMh8woz8gd4CugGDa50S84U > .row .container > .video-iframe-container { display: none; }#zvMUUE49TWMh8woz8gd4CugGDa50S84U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvMUUE49TWMh8woz8gd4CugGDa50S84U > .row > .video-iframe-container { display: none; }#zvMUUE49TWMh8woz8gd4CugGDa50S84U > .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); }#zvMUUE49TWMh8woz8gd4CugGDa50S84U > .row .container { border-width: 0; border-radius: 0; }#zvMUUE49TWMh8woz8gd4CugGDa50S84U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zvMUUE49TWMh8woz8gd4CugGDa50S84U > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#QCKnZ9qXyXBwZ9Tu47JSvqvOXQGhvzVZ { color:#102282;display:block;width:61.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8125rem;left:6.78125rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#cb7i6yTN8JVowbAxGvoi9DcwcwWqCN7b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cb7i6yTN8JVowbAxGvoi9DcwcwWqCN7b > .row .container { background-color: transparent; background-image: none; }#cb7i6yTN8JVowbAxGvoi9DcwcwWqCN7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cb7i6yTN8JVowbAxGvoi9DcwcwWqCN7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cb7i6yTN8JVowbAxGvoi9DcwcwWqCN7b > .row .container > .video-iframe-container { display: none; }#cb7i6yTN8JVowbAxGvoi9DcwcwWqCN7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cb7i6yTN8JVowbAxGvoi9DcwcwWqCN7b > .row > .video-iframe-container { display: none; }#cb7i6yTN8JVowbAxGvoi9DcwcwWqCN7b > .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); }#cb7i6yTN8JVowbAxGvoi9DcwcwWqCN7b > .row .container { border-width: 0; border-radius: 0; }#cb7i6yTN8JVowbAxGvoi9DcwcwWqCN7b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cb7i6yTN8JVowbAxGvoi9DcwcwWqCN7b > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:block; }#Jz1yIiZ72HsXH2IEFhI49DsvgFLVJMHT { color:#102282;display:block;width:56.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4999942779544rem;left:9.03125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#SQvZH4dRa23IKIaOPa4P3NGuBZpzUfTi { color:rgba(var(--color-tertiary-4),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:9.9375rem;left:18.0625rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#KRXJOaW8UgWSS25S9o1wPONPEFuVrTex { box-sizing:content-box;height:16rem;width:17.1875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:15.75rem;left:1.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Jp9ct7Qu8sQppcGFOerMwMbaef9qn5cf { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:2rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#gbIzhfOWGozKg0u1EmeeEhtCeV7dh0yT { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:24.9375rem;left:1.8125rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#d6vzpd6swKNg9anWLT85MkvtwSlqtpxt { box-sizing:content-box;height:16rem;width:17.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.75rem;left:19.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#W3TorEhbN4tSaoTT8bMwJQ2w6z5FRrlm { color:rgba(var(--color-primary-3),1);display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20rem;left:20.4375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#HXIGmzBWGlye9BrsNW58b1pbV19k7iW3 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:24.9375rem;left:21.4375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#uQN8l3tTE7FqWG5ID7rQUJq7F6442DUN { box-sizing:content-box;height:16rem;width:17.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.75rem;left:38.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#rTOAwU2kRPUkrVsGhNTfQBAAAJGKORZB { color:#102282;display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20rem;left:39rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#vwsLpbFwXEpwstZ6wvtRlqziQGTnOZ8T { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:24.9375rem;left:40rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#Q0Ar0U3UVx8CALWTJh8M016TPSfMrxU7 { box-sizing:content-box;height:16rem;width:17.1875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.75rem;left:56.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GOCT7siIETJQC2chgUfWRDmtgTk3Nmpi { color:rgba(var(--color-secondary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20rem;left:57.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#iTwOCSsLu4qRVgk19P3m6ini844tnQVb { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:24.9375rem;left:58.625rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#nfxMTpNg4zQ9OFJ2TN39TebvSX4DUNVP { position:relative;display:block; }#nfxMTpNg4zQ9OFJ2TN39TebvSX4DUNVP { background-color: transparent; background-image: none; }#nfxMTpNg4zQ9OFJ2TN39TebvSX4DUNVP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfxMTpNg4zQ9OFJ2TN39TebvSX4DUNVP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfxMTpNg4zQ9OFJ2TN39TebvSX4DUNVP > .row .container > .video-iframe-container { display: none; }#nfxMTpNg4zQ9OFJ2TN39TebvSX4DUNVP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfxMTpNg4zQ9OFJ2TN39TebvSX4DUNVP > .row > .video-iframe-container { display: none; }#nfxMTpNg4zQ9OFJ2TN39TebvSX4DUNVP > .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); }#nfxMTpNg4zQ9OFJ2TN39TebvSX4DUNVP { border-width: 0; border-radius: 0; }#nfxMTpNg4zQ9OFJ2TN39TebvSX4DUNVP > .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; }#nfxMTpNg4zQ9OFJ2TN39TebvSX4DUNVP > .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:24.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CtFoMBo7OsK6khcfz45zqbrNC9wyWzA2 { color:#102282;display:block;width:56.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.0625019073486rem;left:9.03125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#VUNhLK61THpTPsMaMiAHokNNc9JuWOFl { box-sizing:content-box;height:13.25rem;width:30rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.375rem;left:6.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#V8ru9qkTCEJTiG0gzTI45MHwV1pWgGtP { box-sizing:content-box;height:13.25rem;width:30rem;position:absolute;display:block;z-index:15013;background-color:#102282;background-image:none;top:8.375rem;left:38.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MPoaWFA42CAuslXryyULSQh1tTfI0Ulq { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.8125rem;left:9.1875rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#EKtKkrwaWpvW8woQP1gUqO0fP4ODu3a3 { box-sizing:content-box;height:2.4375rem;width:2.625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.0625rem;left:9.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#o4fDQir3rJrVHl5HpT1d8fJ5ZHIX59LS { color:#102282;display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.1875rem;left:9.4375rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#H6wSZdlfpK3z2bDL74r5UmILAxip7wOa { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16.0625rem;left:9.1875rem;height:3.9rem;text-align:left;text-align-last:left;display:block; }
#DTypMRT8qetueGXKV6aw06bO9ocFLDnT { box-sizing:content-box;height:2.4375rem;width:2.625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.0625rem;left:41.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TB7NAZlc0flQ5sTBRpfTTyX9B7Xg2kWl { color:#102282;display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.3125rem;left:41.5rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#IrthHFKVFIJ1taTHaFW4OtZchLNLegdg { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.25rem;left:41.1875rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#HoEZJFmaJZXquFzTxSLGGfnqtNl5DfXV { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.75rem;left:41.1875rem;height:3.9rem;text-align:left;text-align-last:left;display:block; }
#vF9QIJsGtUDQRfH58InDHdEG4NuTnrtd { position:relative;display:block; }#vF9QIJsGtUDQRfH58InDHdEG4NuTnrtd { background-color: transparent; background-image: none; }#vF9QIJsGtUDQRfH58InDHdEG4NuTnrtd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vF9QIJsGtUDQRfH58InDHdEG4NuTnrtd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vF9QIJsGtUDQRfH58InDHdEG4NuTnrtd > .row .container > .video-iframe-container { display: none; }#vF9QIJsGtUDQRfH58InDHdEG4NuTnrtd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vF9QIJsGtUDQRfH58InDHdEG4NuTnrtd > .row > .video-iframe-container { display: none; }#vF9QIJsGtUDQRfH58InDHdEG4NuTnrtd > .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); }#vF9QIJsGtUDQRfH58InDHdEG4NuTnrtd { border-width: 0; border-radius: 0; }#vF9QIJsGtUDQRfH58InDHdEG4NuTnrtd > .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; }#vF9QIJsGtUDQRfH58InDHdEG4NuTnrtd > .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:73.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Nb5pTGNKDeye6TNKgdrdGLDtNQ2iGaQx { position:absolute;display:block;z-index:15000;height:21.75rem;width:64.0625rem;top:2.7375001907349rem;left:3.2250003814698rem;display:block; }
#AogaD2A3fL4OsQyyxXKVbVekQV5RwmHg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#102282;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; }#AogaD2A3fL4OsQyyxXKVbVekQV5RwmHg > .row .container { background-color: transparent; background-image: none; }#AogaD2A3fL4OsQyyxXKVbVekQV5RwmHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AogaD2A3fL4OsQyyxXKVbVekQV5RwmHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AogaD2A3fL4OsQyyxXKVbVekQV5RwmHg > .row .container > .video-iframe-container { display: none; }#AogaD2A3fL4OsQyyxXKVbVekQV5RwmHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AogaD2A3fL4OsQyyxXKVbVekQV5RwmHg > .row > .video-iframe-container { display: none; }#AogaD2A3fL4OsQyyxXKVbVekQV5RwmHg > .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); }#AogaD2A3fL4OsQyyxXKVbVekQV5RwmHg > .row .container { border-width: 0; border-radius: 0; }#AogaD2A3fL4OsQyyxXKVbVekQV5RwmHg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AogaD2A3fL4OsQyyxXKVbVekQV5RwmHg > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#fTHQNa6ilKe3CmkJbBBG8lmR3vsb4i4k { color:rgba(var(--color-primary-3),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4562492370606rem;left:0rem;height:1.95rem;display:block; }
#c2FF4bcMHcIiPfRfUigwM0ViobBkEHFr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.1375007629394rem;left:0rem;height:2.6rem;display:block; }
#qCp1UqBvIClUuNVZLnhrHrnODV2mITD4 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:2.1812477111816rem;left:25.218751907349rem;height:2rem;display:block; }
#FlloyciwmlgzFy2VJ2E1Ivd1N7PfEBKQ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:8.40625rem;left:25.218751907349rem;height:2rem;display:block; }
#UIszFdmxH0InmoIvwyF6FWS8oE1xaSfx { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:4.40625rem;left:25.218751907349rem;height:2rem;display:block; }
#n01VUshOzk1VELcJu7Nu3GUdMPw1WyW6 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:6.40625rem;left:25.218751907349rem;height:2rem;display:block; }
#CKdOPffP7uNe0RJuCZq0URIZ4qKozB11 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:2.1812477111816rem;left:55.918750762939rem;height:2rem;display:block; }
#TAG1oSIWbAS5axgJXIKLVC54mPGUZr9k { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:4.65625rem;left:55.918750762939rem;overflow:hidden;display:block; }
#yLsedXxZlUNT56JOIlcKUGoKNJvdFyt7 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:4.40625rem;left:58rem;height:2rem;display:block; }
#f55FE2iWlEgB77f2DSZD9lxBG9bcD7Ih { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:6.5374984741213rem;left:55.918750762939rem;overflow:hidden;display:block; }
#h3HvzGmQt4RvarTlK1z6uh46snxoPIHK { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:6.4562492370606rem;left:58rem;height:4rem;display:block; }
#Fs0Fmbl8c5N4taOLU8OWMB8KnfwR2ZNf { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:15.018751144409rem;left:11.21875rem;height:2rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #baiCi2G4DbwHG4OWfXcyiQgxo1q7d8aw { display:block; }#baiCi2G4DbwHG4OWfXcyiQgxo1q7d8aw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McrFPxMrtESkuli9w5JeUWo54vfwFQm0 { width:22.875rem;height:3.875rem;top:1.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy9T5GGIrU8niJR9EXfMbSk7uWi1aQVH { width:15.5rem;height:3rem;top:1.875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJzvmJUG5J6VFxLT6zBAs1NdrMg7Z8QA { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmXc3HM0vdv7PXSTRyxmMJSdfTaJM8Uc { width:34.1875rem;height:11.5rem;top:6.125rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1Ezc48RCv9x2D6LzgC6Taqz72d5A2W0 { width:34.1875rem;height:4.6875rem;top:19.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHgD24Ge0fmJx0DxwisX4xXbsCCrk3hE { width:15.5rem;height:3rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmtZgRfaui41SgMyKcZyJKGglBvZVt2s { display:block; }
 }@media only screen and (max-width: 763px) { #KpVv5fDFCOXd5u9goSvk68x39J1TGbk8 { width:33.75rem;height:9.75rem;top:9.5rem;left:12.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7y8rJkxVmQoPZ0LhyXKk523CgkqqJPL { width:34.1875rem;height:2.375rem;top:20.8125rem;left:13.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nIOikOrN27HTmJ4pordUu6nWq9ChUlNc { display:block; }#nIOikOrN27HTmJ4pordUu6nWq9ChUlNc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKNFi76HeyqfzmkfPSh3OG2DQGtPMTa4 { width:33.75rem;height:9.75rem;top:9.5rem;left:12.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQlDyNt07s42pZ1BT8QiVIh5ShtV3OgL { width:34.1875rem;height:2.375rem;top:20.8125rem;left:13.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQegFUTDF37hFNzcKywvT2FR7lB9Zv7C { width:15.5rem;height:3rem;top:25.25rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiQfe5JRZrRPF1NuGTLQZqL89MqbAf9U { display:block; }
 }@media only screen and (max-width: 763px) { #d8BbrClssptJGPr3TixwOsAyc1JwtU0J { width:9.9375rem;height:25.1875rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAqtPMqr4D1hhdVJ1iSHGhtvWAWTupPx { width:9.9375rem;height:24.9375rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmCoQefV7dH81DAbJgUP7HDvsLmEM3UD { width:9.8125rem;height:24.9375rem;top:7.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVIrk01uI9saoxhpbraJTBwhGu1uCSwG { width:34.1875rem;height:11.5rem;top:6.625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2lNxzSUI3wtBygLehn2Tu0Mfay03gOK { width:34.1875rem;height:4.6875rem;top:19.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lyIMKR9KMFNtexCG89T5H5XCtlXtoitD { width:20rem;height:3.625rem;top:13.625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVpThVkBQ5dGwcR6npuPDF0n79M0FvVM { width:47.75rem;height:47.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T { display:block; }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maGbrV2E0ahO8QLMel0HqyQovQb0nB3K { width:34.875rem;height:6.5rem;top:7.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BavAKO0KJcFHfWmrEdJTamCGOW73DIT8 { width:31.1875rem;height:7.875rem;top:15.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvT12kSeSGxe3vLwbWftrFZEapFt2ZIy { width:29.6875rem;height:5.5rem;top:8.4375rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i53kmCODwVnURssJZMSu0GWszpkddAF1 { width:17.3125rem;height:1.4375rem;top:10.4375rem;left:30.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrMvMCAnStPh12so7TLTFXlGJZKv7g3W { width:2.25rem;height:2.25rem;top:9.875rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqSOkZCFN97znysb5XQF48MWTW46TzFx { width:3.5625rem;height:3.5625rem;top:9.25rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlfBIARBvOwpH7ZUXuLyF5KFI0JzJSf7 { width:29.6875rem;height:5.5rem;top:15.0625rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzw018l2QUesNb9WoVm35JQMBPuVazsz { width:3.5625rem;height:3.5625rem;top:16.0625rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJkufb6yhFgEeDG574rV65Pe1dVG6GBu { width:23.3125rem;height:1.4375rem;top:17rem;left:24.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI1IwsTrMWGfP3ozfRoaN6yeXbhVosGy { width:2.125rem;height:2.125rem;top:16.8125rem;left:27.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #rET9Awk0lMWFFrQ1ZEhHmg1xkAkdkkXb { width:29.6875rem;height:5.5rem;top:21.8125rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPSrAcLtXkHJufRZsnzT5mvaycmDDGrF { width:23.3125rem;height:2.875rem;top:23.1875rem;left:24.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkAqJsTzdM9KKad1O5PAbPe3VpoKwGZB { width:3.5625rem;height:3.5625rem;top:22.75rem;left:26.656251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSb820olnQAXa5TfKUkTUJxfpL0wTLSo { width:1.9375rem;height:1.9375rem;top:23.5625rem;left:27.468751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiPW7OHNrryc1528VpZNwpl9TpefpcFK { display:block; }#aiPW7OHNrryc1528VpZNwpl9TpefpcFK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJSVoLUs1i9mbH4rg9TzwNaX0xGXiKQp { width:47.75rem;height:3.25rem;top:5.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI9iO2TUEgsvoHL9kqX12p2TzGs1ydIP { width:47.75rem;height:3.125rem;top:9.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq7iSQssK6TTkHbcZrQ6msArWRfKdBb6 { width:32.875rem;height:20.5625rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi3f1V4wwrrn4cQ8ZsVcNlG3RknRgUX4 { width:25.0625rem;height:1.9375rem;top:26.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naLXEThG1UvEsTarNxn8T2w55PoeBZQk { width:27.5625rem;height:6.25rem;top:28.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngnOfuaMksV2Coc4bXNilPAhShJUpAGk { width:3.5625rem;height:3.5625rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXfrAO4DtiJo1SUVaXCV2B9bByCHWU7F { width:1.875rem;height:1.875rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwhxGBW42WWD1SF3XaoEb51w172Glxin { width:32.875rem;height:20.5625rem;top:18rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSdcGIyXfTXeM1Bg7Bfaf7c4vtPOHdKg { width:25.0625rem;height:1.9375rem;top:26.0625rem;left:22.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tndvpcFGwbFOnkT3Hnnq2WuAns34THIb { width:27.5625rem;height:6.25rem;top:28.9375rem;left:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCnBl84BfOTKkwdzLuhi1qL0eJpiKuvK { width:3.5625rem;height:3.5625rem;top:20.3125rem;left:28.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMnpulgqSSOlRzlWpOimREaGwNd8ntU3 { width:1.875rem;height:1.875rem;top:21.125rem;left:29.781251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFCdWGvyvVC3LEA0Bp9lCQndCVtKTHTp { display:block; }#CFCdWGvyvVC3LEA0Bp9lCQndCVtKTHTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydK2lS5xMIe3mrenf9ausQUoIfsT1GGe { width:32.875rem;height:20.5625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSVRteFv24MLnlFUgKrX8y2nPZA8dKu2 { width:25.0625rem;height:1.9375rem;top:10.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkUepzTJLdGWybuVBH9Kg2NwdqCTiJZ6 { width:27.5625rem;height:6.25rem;top:13.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg7fGbI26oOgGSQMLPsV1dWvtui95VGr { width:3.5625rem;height:3.5625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIAGTITVXSqMds2qkh6pWediFihmoNof { width:1.875rem;height:1.875rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOgCeh77tUozeNnzFOoQnM6AhtRlyGMi { width:32.875rem;height:20.5625rem;top:2.3125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD8aIM2yXJmalWW68CyoaQ6XzvzmXTMI { width:25.0625rem;height:1.9375rem;top:10.375rem;left:22.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq9nRkkrE6UeCgPlgfkVDmFL0MBAHz4G { width:27.5625rem;height:6.25rem;top:13.25rem;left:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcGTkxpzyaNQkPtbNVTNc5Zu4epDh82x { width:3.5625rem;height:3.5625rem;top:4.625rem;left:28.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPiWP9gNU3C2azxpVC8OTvoxwUi1Np33 { width:1.875rem;height:1.875rem;top:5.4375rem;left:29.781251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvMUUE49TWMh8woz8gd4CugGDa50S84U { display:block; }#zvMUUE49TWMh8woz8gd4CugGDa50S84U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCKnZ9qXyXBwZ9Tu47JSvqvOXQGhvzVZ { width:47.75rem;height:9.75rem;top:4.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb7i6yTN8JVowbAxGvoi9DcwcwWqCN7b { display:block; }#cb7i6yTN8JVowbAxGvoi9DcwcwWqCN7b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz1yIiZ72HsXH2IEFhI49DsvgFLVJMHT { width:47.75rem;height:3.25rem;top:6.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQvZH4dRa23IKIaOPa4P3NGuBZpzUfTi { width:38.875rem;height:1.75rem;top:9.9375rem;left:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRXJOaW8UgWSS25S9o1wPONPEFuVrTex { width:17.1875rem;height:16rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp9ct7Qu8sQppcGFOerMwMbaef9qn5cf { width:15.5rem;height:3.25rem;top:20rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbIzhfOWGozKg0u1EmeeEhtCeV7dh0yT { width:15rem;height:2.625rem;top:24.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6vzpd6swKNg9anWLT85MkvtwSlqtpxt { width:17.1875rem;height:16rem;top:15.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3TorEhbN4tSaoTT8bMwJQ2w6z5FRrlm { width:15.5rem;height:3.25rem;top:20rem;left:6.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXIGmzBWGlye9BrsNW58b1pbV19k7iW3 { width:13.5rem;height:2.625rem;top:24.9375rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQN8l3tTE7FqWG5ID7rQUJq7F6442DUN { width:17.1875rem;height:16rem;top:15.75rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTOAwU2kRPUkrVsGhNTfQBAAAJGKORZB { width:15.5rem;height:3.25rem;top:20rem;left:25.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwsLpbFwXEpwstZ6wvtRlqziQGTnOZ8T { width:13.5rem;height:2.625rem;top:24.9375rem;left:26.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Ar0U3UVx8CALWTJh8M016TPSfMrxU7 { width:17.1875rem;height:16rem;top:15.75rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOCT7siIETJQC2chgUfWRDmtgTk3Nmpi { width:15.5rem;height:3.25rem;top:20rem;left:32.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTwOCSsLu4qRVgk19P3m6ini844tnQVb { width:13.5rem;height:2.625rem;top:24.9375rem;left:34.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfxMTpNg4zQ9OFJ2TN39TebvSX4DUNVP { display:block; }#nfxMTpNg4zQ9OFJ2TN39TebvSX4DUNVP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtFoMBo7OsK6khcfz45zqbrNC9wyWzA2 { width:47.75rem;height:3.25rem;top:4.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUNhLK61THpTPsMaMiAHokNNc9JuWOFl { width:30rem;height:13.25rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8ru9qkTCEJTiG0gzTI45MHwV1pWgGtP { width:30rem;height:13.25rem;top:8.375rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPoaWFA42CAuslXryyULSQh1tTfI0Ulq { width:26.6875rem;height:1.9375rem;top:13.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKtKkrwaWpvW8woQP1gUqO0fP4ODu3a3 { width:2.625rem;height:2.4375rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4fDQir3rJrVHl5HpT1d8fJ5ZHIX59LS { width:2rem;height:1.9375rem;top:10.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6wSZdlfpK3z2bDL74r5UmILAxip7wOa { width:23.6875rem;height:3.875rem;top:16.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTypMRT8qetueGXKV6aw06bO9ocFLDnT { width:2.625rem;height:2.4375rem;top:10.0625rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB7NAZlc0flQ5sTBRpfTTyX9B7Xg2kWl { width:2rem;height:1.9375rem;top:10.3125rem;left:27.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrthHFKVFIJ1taTHaFW4OtZchLNLegdg { width:26.6875rem;height:1.9375rem;top:13.25rem;left:21.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoEZJFmaJZXquFzTxSLGGfnqtNl5DfXV { width:23.6875rem;height:3.875rem;top:15.75rem;left:24.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF9QIJsGtUDQRfH58InDHdEG4NuTnrtd { display:block; }#vF9QIJsGtUDQRfH58InDHdEG4NuTnrtd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nb5pTGNKDeye6TNKgdrdGLDtNQ2iGaQx { width:47.75rem;height:21.75rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AogaD2A3fL4OsQyyxXKVbVekQV5RwmHg { display:block; }#AogaD2A3fL4OsQyyxXKVbVekQV5RwmHg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTHQNa6ilKe3CmkJbBBG8lmR3vsb4i4k { width:22.875rem;height:1.9375rem;top:2.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2FF4bcMHcIiPfRfUigwM0ViobBkEHFr { width:15.25rem;height:2.625rem;top:5.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCp1UqBvIClUuNVZLnhrHrnODV2mITD4 { width:24.5625rem;height:2rem;top:2.125rem;left:11.593751907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlloyciwmlgzFy2VJ2E1Ivd1N7PfEBKQ { width:24.5625rem;height:1.5rem;top:8.375rem;left:11.593751907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIszFdmxH0InmoIvwyF6FWS8oE1xaSfx { width:24.5625rem;height:2rem;top:4.375rem;left:11.593751907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n01VUshOzk1VELcJu7Nu3GUdMPw1WyW6 { width:24.5625rem;height:2rem;top:6.375rem;left:11.593751907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKdOPffP7uNe0RJuCZq0URIZ4qKozB11 { width:18.25rem;height:2rem;top:2.125rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAG1oSIWbAS5axgJXIKLVC54mPGUZr9k { width:1.5rem;height:1.5rem;top:4.625rem;left:42.293750762939rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLsedXxZlUNT56JOIlcKUGoKNJvdFyt7 { width:11.625rem;height:2rem;top:4.375rem;left:36.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f55FE2iWlEgB77f2DSZD9lxBG9bcD7Ih { width:1.5rem;height:1.5rem;top:6.5rem;left:42.293750762939rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3HvzGmQt4RvarTlK1z6uh46snxoPIHK { width:17rem;height:4rem;top:6.4375rem;left:30.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs0Fmbl8c5N4taOLU8OWMB8KnfwR2ZNf { width:47.75rem;height:2rem;top:15rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #baiCi2G4DbwHG4OWfXcyiQgxo1q7d8aw { display:block; }#baiCi2G4DbwHG4OWfXcyiQgxo1q7d8aw > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McrFPxMrtESkuli9w5JeUWo54vfwFQm0 { width:10.125rem;height:1.86875rem;top:0.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy9T5GGIrU8niJR9EXfMbSk7uWi1aQVH { width:6.1875rem;height:1.875rem;top:0.40625rem;left:13.6875rem;font-size:0.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJzvmJUG5J6VFxLT6zBAs1NdrMg7Z8QA { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0ef2ac72-ac5a-4911-82f7-c2599b07b0cb/mobilekids.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmXc3HM0vdv7PXSTRyxmMJSdfTaJM8Uc { width:20rem;height:0;top:32.28125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1Ezc48RCv9x2D6LzgC6Taqz72d5A2W0 { width:20rem;height:0;top:23.28750038147rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHgD24Ge0fmJx0DxwisX4xXbsCCrk3hE { width:15.5rem;height:3rem;top:14.08749961853rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmtZgRfaui41SgMyKcZyJKGglBvZVt2s { display:block; }
 }@media only screen and (max-width: 763px) { #KpVv5fDFCOXd5u9goSvk68x39J1TGbk8 { width:20rem;height:6.09375rem;top:3.5625rem;left:0rem;font-size:1.5625rem;z-index:15002;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B7y8rJkxVmQoPZ0LhyXKk523CgkqqJPL { width:20rem;height:1.375rem;top:9.925000190735rem;left:0rem;font-size:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #nIOikOrN27HTmJ4pordUu6nWq9ChUlNc { display:block; }#nIOikOrN27HTmJ4pordUu6nWq9ChUlNc > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKNFi76HeyqfzmkfPSh3OG2DQGtPMTa4 { width:20rem;height:0;top:80.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQlDyNt07s42pZ1BT8QiVIh5ShtV3OgL { width:20rem;height:0;top:91.7125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQegFUTDF37hFNzcKywvT2FR7lB9Zv7C { width:15.5rem;height:3rem;top:37.875003814698rem;left:2.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #hiQfe5JRZrRPF1NuGTLQZqL89MqbAf9U { display:block; }
 }@media only screen and (max-width: 763px) { #d8BbrClssptJGPr3TixwOsAyc1JwtU0J { width:9.9375rem;height:25.1875rem;top:1.25rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AAqtPMqr4D1hhdVJ1iSHGhtvWAWTupPx { width:9.9375rem;height:24.9375rem;top:27.6875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmCoQefV7dH81DAbJgUP7HDvsLmEM3UD { width:9.8125rem;height:24.9375rem;top:53.875rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WVIrk01uI9saoxhpbraJTBwhGu1uCSwG { width:20rem;height:2.8875rem;top:2.875rem;left:0rem;font-size:1.3125rem;z-index:15002;color:#102282;display:block; }
 }@media only screen and (max-width: 763px) { #T2lNxzSUI3wtBygLehn2Tu0Mfay03gOK { width:20rem;height:5.6rem;top:6.91250038147rem;left:0rem;font-size:1rem;z-index:15003;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lyIMKR9KMFNtexCG89T5H5XCtlXtoitD { width:20rem;height:3.4125rem;top:12.78750038147rem;left:0rem;font-size:0.8125rem;z-index:15004;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IVpThVkBQ5dGwcR6npuPDF0n79M0FvVM { top:17.375rem;left:0rem;width:20rem;height:19.8125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/23f83e0a-cd6d-4830-8c9b-b166a7ddcc78/r7zhh5desktop41_10000000sx0e5000000028.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T.adaptive-delivery-prevent-bg, #BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T.lazyload, #BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T.lazyloading { background-image: none; }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T > .row .container { background-color: transparent; background-image: none; }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T > .row .container > .video-iframe-container { display: none; }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T > .row > .video-iframe-container { display: none; }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T > .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); }#BkSZyutJDUa298FTKI4r3GDyNdiZ7h4T > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maGbrV2E0ahO8QLMel0HqyQovQb0nB3K { width:20rem;height:3.4125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BavAKO0KJcFHfWmrEdJTamCGOW73DIT8 { width:20rem;height:8.575rem;top:5.6999998092651rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvT12kSeSGxe3vLwbWftrFZEapFt2ZIy { width:20rem;height:3.75rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i53kmCODwVnURssJZMSu0GWszpkddAF1 { width:14.75rem;height:1.21875rem;top:17.453124046326rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrMvMCAnStPh12so7TLTFXlGJZKv7g3W { width:1.5625rem;height:1.5625rem;top:17.218749046326rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqSOkZCFN97znysb5XQF48MWTW46TzFx { width:2.5rem;height:2.5rem;top:16.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlfBIARBvOwpH7ZUXuLyF5KFI0JzJSf7 { width:20rem;height:3.75rem;top:21.300003051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzw018l2QUesNb9WoVm35JQMBPuVazsz { width:2.5rem;height:2.5rem;top:21.925000190735rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJkufb6yhFgEeDG574rV65Pe1dVG6GBu { width:13.625rem;height:2.25rem;top:21.956250190735rem;left:3.9375rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zI1IwsTrMWGfP3ozfRoaN6yeXbhVosGy { width:1.5625rem;height:1.5625rem;top:22.425000190735rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rET9Awk0lMWFFrQ1ZEhHmg1xkAkdkkXb { width:20rem;height:3.75rem;top:26.237500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPSrAcLtXkHJufRZsnzT5mvaycmDDGrF { width:13.5rem;height:3.375rem;top:26.425000190735rem;left:3.9375rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dkAqJsTzdM9KKad1O5PAbPe3VpoKwGZB { width:2.5rem;height:2.5rem;top:26.862500190735rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSb820olnQAXa5TfKUkTUJxfpL0wTLSo { width:1.375rem;height:1.375rem;top:27.393750190735rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiPW7OHNrryc1528VpZNwpl9TpefpcFK { display:block; }#aiPW7OHNrryc1528VpZNwpl9TpefpcFK > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJSVoLUs1i9mbH4rg9TzwNaX0xGXiKQp { width:20rem;height:3.4125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI9iO2TUEgsvoHL9kqX12p2TzGs1ydIP { width:20rem;height:4.55rem;top:5.2999992370606rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq7iSQssK6TTkHbcZrQ6msArWRfKdBb6 { width:19.9375rem;height:17.5625rem;top:12.237500190735rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Zi3f1V4wwrrn4cQ8ZsVcNlG3RknRgUX4 { width:17.8125rem;height:1.4625rem;top:18.28750038147rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naLXEThG1UvEsTarNxn8T2w55PoeBZQk { width:17.5rem;height:7rem;top:20.53750038147rem;left:1.125rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ngnOfuaMksV2Coc4bXNilPAhShJUpAGk { width:3.5625rem;height:3.5625rem;top:13.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXfrAO4DtiJo1SUVaXCV2B9bByCHWU7F { width:1.875rem;height:1.875rem;top:14.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwhxGBW42WWD1SF3XaoEb51w172Glxin { width:19.875rem;height:17.5625rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSdcGIyXfTXeM1Bg7Bfaf7c4vtPOHdKg { width:14.5rem;height:1.4625rem;top:38.312503814698rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tndvpcFGwbFOnkT3Hnnq2WuAns34THIb { width:16.25rem;height:7rem;top:40.27499961853rem;left:1.09375rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OCnBl84BfOTKkwdzLuhi1qL0eJpiKuvK { width:3.5625rem;height:3.5625rem;top:33.4375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMnpulgqSSOlRzlWpOimREaGwNd8ntU3 { width:1.875rem;height:1.875rem;top:34.28125rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFCdWGvyvVC3LEA0Bp9lCQndCVtKTHTp { display:block; }#CFCdWGvyvVC3LEA0Bp9lCQndCVtKTHTp > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydK2lS5xMIe3mrenf9ausQUoIfsT1GGe { width:19.875rem;height:17.5625rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSVRteFv24MLnlFUgKrX8y2nPZA8dKu2 { width:16.4375rem;height:1.4625rem;top:7.8624992370606rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkUepzTJLdGWybuVBH9Kg2NwdqCTiJZ6 { width:18.0625rem;height:5.6rem;top:10.799987792969rem;left:1.125rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Wg7fGbI26oOgGSQMLPsV1dWvtui95VGr { width:3.5625rem;height:3.5625rem;top:2.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIAGTITVXSqMds2qkh6pWediFihmoNof { width:1.875rem;height:1.875rem;top:3.6875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOgCeh77tUozeNnzFOoQnM6AhtRlyGMi { width:19.875rem;height:17.5625rem;top:20.287475585938rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD8aIM2yXJmalWW68CyoaQ6XzvzmXTMI { width:17.3125rem;height:1.4625rem;top:27.106248855591rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq9nRkkrE6UeCgPlgfkVDmFL0MBAHz4G { width:17.0625rem;height:5.6rem;top:29.525007247925rem;left:1.125rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #KcGTkxpzyaNQkPtbNVTNc5Zu4epDh82x { width:3.5625rem;height:3.5625rem;top:22.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPiWP9gNU3C2azxpVC8OTvoxwUi1Np33 { width:1.875rem;height:1.875rem;top:23.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvMUUE49TWMh8woz8gd4CugGDa50S84U { display:block; }#zvMUUE49TWMh8woz8gd4CugGDa50S84U > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCKnZ9qXyXBwZ9Tu47JSvqvOXQGhvzVZ { width:18.0625rem;height:10.2375rem;top:3.0625rem;left:0.96875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb7i6yTN8JVowbAxGvoi9DcwcwWqCN7b { display:block; }#cb7i6yTN8JVowbAxGvoi9DcwcwWqCN7b > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz1yIiZ72HsXH2IEFhI49DsvgFLVJMHT { width:20rem;height:1.70625rem;top:2.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQvZH4dRa23IKIaOPa4P3NGuBZpzUfTi { width:20rem;height:2.275rem;top:4.6374969482422rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRXJOaW8UgWSS25S9o1wPONPEFuVrTex { width:17.1875rem;height:10rem;top:9.375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp9ct7Qu8sQppcGFOerMwMbaef9qn5cf { width:15.5rem;height:2.6rem;top:11.1875rem;left:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbIzhfOWGozKg0u1EmeeEhtCeV7dh0yT { width:15rem;height:2.625rem;top:14.9375rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6vzpd6swKNg9anWLT85MkvtwSlqtpxt { width:17.1875rem;height:10rem;top:21.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3TorEhbN4tSaoTT8bMwJQ2w6z5FRrlm { width:15.5rem;height:2.6rem;top:23.125000953674rem;left:2.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXIGmzBWGlye9BrsNW58b1pbV19k7iW3 { width:13.5rem;height:2.625rem;top:26.562500953674rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQN8l3tTE7FqWG5ID7rQUJq7F6442DUN { width:17.1875rem;height:10rem;top:33.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTOAwU2kRPUkrVsGhNTfQBAAAJGKORZB { width:15.5rem;height:2.6rem;top:35.25rem;left:2.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwsLpbFwXEpwstZ6wvtRlqziQGTnOZ8T { width:13.5rem;height:2.625rem;top:38.75rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Ar0U3UVx8CALWTJh8M016TPSfMrxU7 { width:17.1875rem;height:10rem;top:45.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOCT7siIETJQC2chgUfWRDmtgTk3Nmpi { width:15.5rem;height:2.6rem;top:47.250013351441rem;left:2.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTwOCSsLu4qRVgk19P3m6ini844tnQVb { width:13.5rem;height:2.625rem;top:50.875rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfxMTpNg4zQ9OFJ2TN39TebvSX4DUNVP { display:block; }#nfxMTpNg4zQ9OFJ2TN39TebvSX4DUNVP > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtFoMBo7OsK6khcfz45zqbrNC9wyWzA2 { width:16.9375rem;height:3.4125rem;top:2rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUNhLK61THpTPsMaMiAHokNNc9JuWOFl { width:17.1875rem;height:13.25rem;top:7.9249992370606rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8ru9qkTCEJTiG0gzTI45MHwV1pWgGtP { width:17.1875rem;height:13.25rem;top:22.875rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPoaWFA42CAuslXryyULSQh1tTfI0Ulq { width:14.0625rem;height:1.4625rem;top:12.049999237061rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKtKkrwaWpvW8woQP1gUqO0fP4ODu3a3 { width:2.625rem;height:2.4375rem;top:9rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4fDQir3rJrVHl5HpT1d8fJ5ZHIX59LS { width:2rem;height:1.95rem;top:9.125rem;left:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6wSZdlfpK3z2bDL74r5UmILAxip7wOa { width:15rem;height:5.6875rem;top:13.949999809265rem;left:2.8625001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTypMRT8qetueGXKV6aw06bO9ocFLDnT { width:2.625rem;height:2.4375rem;top:24rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB7NAZlc0flQ5sTBRpfTTyX9B7Xg2kWl { width:2rem;height:1.95rem;top:24.25rem;left:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrthHFKVFIJ1taTHaFW4OtZchLNLegdg { width:14.4375rem;height:2.925rem;top:27.299999237061rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoEZJFmaJZXquFzTxSLGGfnqtNl5DfXV { width:15.125rem;height:3.4125rem;top:30.737499237061rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF9QIJsGtUDQRfH58InDHdEG4NuTnrtd { display:block; }#vF9QIJsGtUDQRfH58InDHdEG4NuTnrtd > .row .container { width:20rem;height:124.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nb5pTGNKDeye6TNKgdrdGLDtNQ2iGaQx { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AogaD2A3fL4OsQyyxXKVbVekQV5RwmHg { display:block; }#AogaD2A3fL4OsQyyxXKVbVekQV5RwmHg > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTHQNa6ilKe3CmkJbBBG8lmR3vsb4i4k { width:20rem;height:1.95rem;top:2.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2FF4bcMHcIiPfRfUigwM0ViobBkEHFr { width:15.25rem;height:2.275rem;top:4.3875007629394rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCp1UqBvIClUuNVZLnhrHrnODV2mITD4 { width:20rem;height:1.6rem;top:8.3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlloyciwmlgzFy2VJ2E1Ivd1N7PfEBKQ { width:20rem;height:1.5rem;top:13.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIszFdmxH0InmoIvwyF6FWS8oE1xaSfx { width:20rem;height:1.5rem;top:10.550001144409rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n01VUshOzk1VELcJu7Nu3GUdMPw1WyW6 { width:18.1875rem;height:1.5rem;top:12.14999961853rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKdOPffP7uNe0RJuCZq0URIZ4qKozB11 { width:20rem;height:1.6rem;top:17.10000038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAG1oSIWbAS5axgJXIKLVC54mPGUZr9k { width:1.5rem;height:1.5rem;top:19.35000038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLsedXxZlUNT56JOIlcKUGoKNJvdFyt7 { width:11.625rem;height:1.5rem;top:19.300001144409rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f55FE2iWlEgB77f2DSZD9lxBG9bcD7Ih { width:1.5rem;height:1.5rem;top:21.987493515014rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3HvzGmQt4RvarTlK1z6uh46snxoPIHK { width:13.6875rem;height:3rem;top:21.83749961853rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs0Fmbl8c5N4taOLU8OWMB8KnfwR2ZNf { width:20rem;height:1rem;top:26.425001144409rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }