.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:254,236,218;--color-primary-1:255,162,128;--color-primary-2:252,162,72;--color-primary-3:151,97,43;--color-primary-4:50,32,14;--color-secondary-0:243,248,253;--color-secondary-1:214,232,248;--color-secondary-2:172,208,241;--color-secondary-3:86,104,121;--color-secondary-4:26,31,36;--color-tertiary-0:255,255,255;--color-tertiary-1:164,165,184;--color-tertiary-2:104,105,136;--color-tertiary-3:62,63,82;--color-tertiary-4:3,5,56;--headlines-font-family:Work Sans;--paragraphs-font-family:Work Sans; }@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-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f4dbe09d-fbe4-4b3c-8adc-76fc6fdc3874/CopyofLXBannerdesktopMeditationexperience2.png");background-position:bottom 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; }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb.adaptive-delivery-prevent-bg, #fiv0PbSb19lynV1LB38HwGbUbrHDMHtb.lazyload, #fiv0PbSb19lynV1LB38HwGbUbrHDMHtb.lazyloading { background-image: none; }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb > .row .container { background-color: transparent; background-image: none; }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb > .row .container > .video-iframe-container { display: none; }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb > .row > .video-iframe-container { display: none; }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb > .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); }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb > .row .container { border-width: 0; border-radius: 0; }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:block; }#Ermf5tokDX7cGZdO036IBL0qB9fxEHmP { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:29.799999237061rem;left:42.8125rem;height:0;font-style:normal;display:block; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-form-header { font-size:0.875rem; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#fbfdff;width:17.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-input-text {padding-top: 0; padding-bottom: 0;}#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-input-select {padding-top: 0; padding-bottom: 0;}#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.25rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay [class*="-text"]:-moz-placeholder { color:#898383;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay [class*="-text"]::-moz-placeholder { color:#898383;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay [class*="-text"]:-ms-input-placeholder { color:#898383;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay [class*="-text"]::-webkit-input-placeholder { color:#898383;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16rem;overflow:hidden;font-style:normal;float:none; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-container:first-of-type{padding-top:0;}#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-container:last-of-type{padding-bottom:0;}#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;position:absolute;top:29.18701171875rem;left:6.53076171875rem;font-size:0.875rem; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.25rem;display:block;vertical-align:top; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay {display:block;}#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;position:absolute;top:29.18701171875rem;left:6.53076171875rem;font-size:0.875rem; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #CVpNOx4a6HiIWLCbIXr9dRkVyPOuboo7 { position:relative; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #gGK3TizatMZVa11Ds9vmxM9WuNVxwO4l { position:relative;display:none; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #SFeM0yUinsqlI6ZoIefQcFpZxXT32Wf5 { position:relative; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #NEyR3SPnaMLrGBW8rA1AWaABONCe5iiI { position:relative; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #LsUa5slFkGw38sf7xtB0FBUba8RGhWdT { position:relative;display:none; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #riW8vJXeSmHrxP8LaAoexbBpiubCXPyD { position:relative; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #gmJTJ5PhdiWkH8OZdTgL4TbSztbTocQK { position:relative; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #CWEA8apWW56tT0FOtc2W0SpMoeXDfMHE { position:relative;display:none; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #XdbeLhfF52pRhaeOiVt0ClA4eJHW0gLr { position:relative; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #sUSyviPfWvsi0moiWdMBR3sfxNoiIWki { position:relative; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #TdwU2ZeEfp1VyZNCGTHPqZfIrwsyBzLV { position:relative;display:none; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #QKpLA1D87lq40y4ZnEMdc2HGXKNZrKEz { position:relative; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #yeCngTC8Ckz3EfcQm9cVep5fgRN1tKrP { position:relative; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #O2TD8PdXtcANpC3muwM4LtTzTR5zUg3i { position:relative;z-index:2; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #NXxu87qyuhmuQtH41A02uabd3mcNZRcm { position:relative; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #ig0KRkIZRX2AGMd7T0JyTXfVgUA0K37b { position:relative; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #aksCNBwGiMuwnEfeGk0tKL570BHJGP2g { position:relative; }
#T7OMM2hEwGWktuhIRKIhBrkQzsCV03Il { color:rgba(var(--color-primary-2),1);display:block;width:43.8125rem;position:absolute;font-family:montserrat;font-size:5.8125rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.6);top:16.125rem;left:7.5625rem;height:5.23111875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n3KJzP93M9zyFbIcERSu0tx2PSUJt6QB { color:#efefef;display:block;width:40.75rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.6);top:12.750001907349rem;left:7.5rem;height:3.1499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M3vneaTtONIMPVRRJXaCAzmFKVa0XGzd { color:rgba(var(--color-primary-2),1);display:block;width:21.0625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.6);top:21.60546875rem;left:15.75rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NTxxNZuaEpcJXVuGPbPNN2ugAvOevXNl { position:absolute;display:block;z-index:15007;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:3.0625rem;width:8.5rem;top:2.8125rem;left:7.5rem;overflow:hidden;display:block; }
#NVFMtAnt8KC2twdMTG6gsUBIKL4cqui2 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.6);top:26.680339813233rem;left:7.5625rem;height:3.1621125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#asfZHu8C1UG3FXMetA81rrT1DoXhNQOw { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.6);top:21.35546875rem;left:7.5625rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DpKd5C15dHKqrfh3urmRu7yveDKedMNE { position:relative;display:block; }#DpKd5C15dHKqrfh3urmRu7yveDKedMNE { background-color: transparent; background-image: none; }#DpKd5C15dHKqrfh3urmRu7yveDKedMNE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpKd5C15dHKqrfh3urmRu7yveDKedMNE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpKd5C15dHKqrfh3urmRu7yveDKedMNE > .row .container > .video-iframe-container { display: none; }#DpKd5C15dHKqrfh3urmRu7yveDKedMNE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpKd5C15dHKqrfh3urmRu7yveDKedMNE > .row > .video-iframe-container { display: none; }#DpKd5C15dHKqrfh3urmRu7yveDKedMNE > .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); }#DpKd5C15dHKqrfh3urmRu7yveDKedMNE { border-width: 0; border-radius: 0; }#DpKd5C15dHKqrfh3urmRu7yveDKedMNE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DpKd5C15dHKqrfh3urmRu7yveDKedMNE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#SFV065akRTQBUkFCayMNTs96fcSTMG5O { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.625rem;left:0.99869918823244rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HU4xTFP66gP81mVhHaxyTRHQVPdhfptM { 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:4.43725625rem;width:8.8745rem;top:1.21826171875rem;left:11.187133789062rem;overflow:hidden;display:block; }
#W5EKKNdoyNIzlFwMgsEDe8tR3Jmniirz { 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:4.43725625rem;width:8.8745rem;top:1.21826171875rem;left:18.8916015625rem;overflow:hidden;display:block; }
#JpH330aeJEAL4w7npitbXFemTlH7zLMN { 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:4.43725625rem;width:8.8745rem;top:1.21826171875rem;left:27.726440429688rem;overflow:hidden;display:block; }
#ZIEcwFkChr1ZoNUlv8oUZL66EPR93SeZ { position:absolute;display:block;z-index:15006;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:4.43725625rem;width:8.8745rem;top:1.21826171875rem;left:34.249877929688rem;overflow:hidden;display:block; }
#OhQVUhcwqSKW6dVW9U9EprWWHSTXZMhO { position:absolute;display:block;z-index:15007;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:4.43725625rem;width:8.8745rem;top:1.21826171875rem;left:42.200927734375rem;overflow:hidden;display:block; }
#pOqR5QFp2cwokZqVwTfACMGPxgNBeh9V { 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:4rem;width:8.0625rem;top:1.57739296875rem;left:51.036489689067rem;overflow:hidden;display:block; }
#fox9EcJdBvbnf1Gfw3fZBKMXTkdwBmtQ { 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:4.6875rem;width:9.4995rem;top:1.09375rem;left:58.062133789062rem;overflow:hidden;display:block; }
#K0QJnQPQZXGfwT5SrqD7tO10nbOzz0C4 { 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:3.99963125rem;width:8.125rem;top:1.436767578125rem;left:66.875rem;overflow:hidden;display:block; }
#pQXCXqEqER04pwBqKr7rJ4UkLn3c9R6M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pQXCXqEqER04pwBqKr7rJ4UkLn3c9R6M > .row .container { background-color: transparent; background-image: none; }#pQXCXqEqER04pwBqKr7rJ4UkLn3c9R6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQXCXqEqER04pwBqKr7rJ4UkLn3c9R6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQXCXqEqER04pwBqKr7rJ4UkLn3c9R6M > .row .container > .video-iframe-container { display: none; }#pQXCXqEqER04pwBqKr7rJ4UkLn3c9R6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQXCXqEqER04pwBqKr7rJ4UkLn3c9R6M > .row > .video-iframe-container { display: none; }#pQXCXqEqER04pwBqKr7rJ4UkLn3c9R6M > .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); }#pQXCXqEqER04pwBqKr7rJ4UkLn3c9R6M > .row .container { border-width: 0; border-radius: 0; }#pQXCXqEqER04pwBqKr7rJ4UkLn3c9R6M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQXCXqEqER04pwBqKr7rJ4UkLn3c9R6M > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#KJ3adfof5PJHhXFshVSQTHFnduTTB7Ic { 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:4.5rem;width:38.3125rem;top:0rem;left:18.34375rem;overflow:hidden;display:block; }
#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { background-color: transparent; background-image: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .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); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { border-width: 0; border-radius: 0; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.25rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:1.5rem;left:11.46875rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { color:rgba(var(--color-tertiary-4),1);display:block;width:46.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.375rem;left:14.125rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dqD3UkI90xwaNLZEd1PeK93wakNMaG9w { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.125001430511rem;left:29.6875rem;display:block; }
#bVOta7rGDT3li41QA3g2ArDvoG0bERfV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NkhsfLiTiCOrWzy60kXrJbKKmGKxIb8W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NkhsfLiTiCOrWzy60kXrJbKKmGKxIb8W > .row .container { background-color: transparent; background-image: none; }#NkhsfLiTiCOrWzy60kXrJbKKmGKxIb8W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkhsfLiTiCOrWzy60kXrJbKKmGKxIb8W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkhsfLiTiCOrWzy60kXrJbKKmGKxIb8W > .row .container > .video-iframe-container { display: none; }#NkhsfLiTiCOrWzy60kXrJbKKmGKxIb8W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkhsfLiTiCOrWzy60kXrJbKKmGKxIb8W > .row > .video-iframe-container { display: none; }#NkhsfLiTiCOrWzy60kXrJbKKmGKxIb8W > .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); }#NkhsfLiTiCOrWzy60kXrJbKKmGKxIb8W > .row .container { border-width: 0; border-radius: 0; }#NkhsfLiTiCOrWzy60kXrJbKKmGKxIb8W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NkhsfLiTiCOrWzy60kXrJbKKmGKxIb8W > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:block; }#W76sNJszhBvHTGW3ilMV4FnwJ9R9Ly0K { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:3.9375rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k7wZuFq2iOGW1WrLmGGZTuLTbVdUzG3K { box-sizing:content-box;height:17.375rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.5625rem;left:49.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Klc5i9Li9OCmpZvRTlIRQ10CewpXoytb { box-sizing:content-box;height:17.25rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.75rem;left:29.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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#uwZRvKWX5uHXgUuHavxRW12UrWZqBoEc { box-sizing:content-box;height:17.5rem;width:16.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.5625rem;left:9.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#v49R3GldKh8TU0sqaChD3xdBE4w61TUh { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:10.25rem;left:13.75rem;overflow:hidden;display:block; }
#IBwiQ3H1CbhTPK5MebceVeWntTzDx9sq { position:absolute;display:block;z-index:15013;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:7.5625rem;width:7.5625rem;top:10.25rem;left:33.75rem;overflow:hidden;display:block; }
#BwQSe4AHi6NE3EJ6cPuJFpTweUhCHqpW { position:absolute;display:block;z-index:15014;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:7.5625rem;width:7.5625rem;top:10.25rem;left:53.75rem;overflow:hidden;display:block; }
#sqDZi6bpLhSHpGuO7Frhr1rUXbSEAxhf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sqDZi6bpLhSHpGuO7Frhr1rUXbSEAxhf > .row .container { background-color: transparent; background-image: none; }#sqDZi6bpLhSHpGuO7Frhr1rUXbSEAxhf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqDZi6bpLhSHpGuO7Frhr1rUXbSEAxhf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqDZi6bpLhSHpGuO7Frhr1rUXbSEAxhf > .row .container > .video-iframe-container { display: none; }#sqDZi6bpLhSHpGuO7Frhr1rUXbSEAxhf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqDZi6bpLhSHpGuO7Frhr1rUXbSEAxhf > .row > .video-iframe-container { display: none; }#sqDZi6bpLhSHpGuO7Frhr1rUXbSEAxhf > .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); }#sqDZi6bpLhSHpGuO7Frhr1rUXbSEAxhf > .row .container { border-width: 0; border-radius: 0; }#sqDZi6bpLhSHpGuO7Frhr1rUXbSEAxhf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sqDZi6bpLhSHpGuO7Frhr1rUXbSEAxhf > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;position:relative;display:block; }#waAGA95UQVfmWeAmCH134OZrofANy6kp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5rem;left:11.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#scuA6IkCsFWOfhfsaIMivoOnTbuwiOh4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5rem;left:30.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i0P4aadK96vaSVouIOhGrplwoWhm3HJ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5rem;left:51.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vo3iJN7fCahQaPNJBvRCkh5GpbM4ccy2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:7.75rem;left:10.25rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sC73dTrKTdOm6rLiIs6zsWqWpHdi1olr { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:7.75rem;left:29.6875rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lz14b7woqwKGLktiTQVUQJ65cPALJudR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:7.75rem;left:49.75rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f1qyyCc5iAyEAwvKuvyrCsgbls0wvDuo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#f1qyyCc5iAyEAwvKuvyrCsgbls0wvDuo > .row .container { border-width: 0; border-radius: 0; }#f1qyyCc5iAyEAwvKuvyrCsgbls0wvDuo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1qyyCc5iAyEAwvKuvyrCsgbls0wvDuo > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:none; }#BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.3125rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { border-width: 0; border-radius: 0; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:none; }#BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { box-sizing:content-box;height:17.375rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.3125rem;left:49.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#vyC9LaViU2uMaalOPo2oARK1FStICxGZ { box-sizing:content-box;height:17.25rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.5rem;left:29.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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { box-sizing:content-box;height:17.5rem;width:16.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.3125rem;left:9.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#mD68ncanNteVTps9cbHKU2PMAlvNfn7Z { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:1rem;left:13.75rem;overflow:hidden;display:block; }
#twtO9MC6ivwtETKoyKWRHcaV4AtUiKhH { position:absolute;display:block;z-index:15013;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:7.5625rem;width:7.5625rem;top:1rem;left:33.75rem;overflow:hidden;display:block; }
#UNHz9e0xxADBJgnL73AuL0ZbVwTT6M9J { position:absolute;display:block;z-index:15014;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:7.5625rem;width:7.5625rem;top:1rem;left:53.75rem;overflow:hidden;display:block; }
#fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:12.4375rem;left:29.4375rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:12.4375rem;left:49.5rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.4375rem;left:10rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.1875rem;left:11.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q8U9CRkMoskOwK1I1adigb6ug6V83vXV { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:30.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W5wwI7d57F62QtGFMZboTPPew8XP99S0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:50.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C9zArMGzrut2d6n1S9dTV54EeMTtgi4F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C9zArMGzrut2d6n1S9dTV54EeMTtgi4F > .row .container { background-color: transparent; background-image: none; }#C9zArMGzrut2d6n1S9dTV54EeMTtgi4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9zArMGzrut2d6n1S9dTV54EeMTtgi4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9zArMGzrut2d6n1S9dTV54EeMTtgi4F > .row .container > .video-iframe-container { display: none; }#C9zArMGzrut2d6n1S9dTV54EeMTtgi4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9zArMGzrut2d6n1S9dTV54EeMTtgi4F > .row > .video-iframe-container { display: none; }#C9zArMGzrut2d6n1S9dTV54EeMTtgi4F > .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); }#C9zArMGzrut2d6n1S9dTV54EeMTtgi4F > .row .container { border-width: 0; border-radius: 0; }#C9zArMGzrut2d6n1S9dTV54EeMTtgi4F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C9zArMGzrut2d6n1S9dTV54EeMTtgi4F > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#f4XmCuZlhiJcJnTGDqG5LMOTEu7OZiGR { color:#001342;display:block;width:47.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.7714862823488rem;left:13.625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JUEQVf0JqQtc6e3msrDaVwAcBFU0Z6Kg { color:#001342;display:block;width:52.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.060546875rem;left:11.375rem;height:4.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw > .row .container { border-width: 0; border-radius: 0; }#FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:none; }#kWookPCL3U2Ek8zg9TIyZR2mrOqSx5qn { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:21.125rem;width:18.9375rem;top:12.9375rem;left:48.5625rem;display:block; }
#KaNEtIfT3s2lt2Q9tVFKVULL3oO8a8Ov { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:21.125rem;width:18.9375rem;top:12.9375rem;left:7.5rem;display:block; }
#zrAo45EZO6zymzdDFNiTfl37fkU9GWBQ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:19.8125rem;left:50.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UcFVHG4oAKPmOrkwXeco80WuyHsZSoCN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28rem;left:50.21875rem;display:block; }
#wk7rXE9wtqU46U4he2Orf5u2LTgpIZn9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qTJ86TLLHpA7efySgQOwoHkrT4TnLfUg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.431640625rem;left:10.9375rem;height:2.35656875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gW4ieIGXUEhz8LWQKRUUa4eKvQKlNeFC { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:21.4375rem;left:9.4791679382325rem;height:4.12475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PLSXuEnpzpAD7TEHFpQmXlaacJBEkxvP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28rem;left:9.15625rem;display:block; }
#V4POg6C6Vm2m53rDS8vQzidV294Gca21 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yPTLzCdwWklBSBBZiK8tkxLnaWpkp8fx { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28rem;left:29.6875rem;display:block; }
#dROpKJXmndcnbBayPDGsTlV742cmzEi1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sehuk5VlnUQeUEegHfEZiGW3HpKtkf3S { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:21.1875rem;width:18.9375rem;top:12.9375rem;left:28.0625rem;display:block; }
#qsibfXra4finzFATzHIODrDRTMpaL6e7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:17.431640625rem;left:31.46875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qzUVT9h7vnevrqFqCe7tKql8XODdk7Ta { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:21.4375rem;left:29rem;height:4.12475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XowrBq4tD1ipqL3CgfG4Ed9eEIlcrJ3a { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:21.25rem;left:49.53125rem;height:4.12475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kS2li1XNnsmlniOq0gLUSWNayXxUEcCV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:17.431640625rem;left:52rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bte6NMDdpzP5J2lDu7Ec0NmwitzpKwXP { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:7.3125114440919rem;left:23.09375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ImPQ9xly01CyMEaCpoMhOBpqTyl80aBa { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:3.9166660308838rem;left:0rem;height:2.74963125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kn8MhPCfT1BBNTtCecFcP177v9B858t4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:15.375rem;left:16.1875rem; }
#HmbIiShcG9Dt90ATgQA1lvwXdttfL3VJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:15.375rem;left:57.25rem; }
#Ppck5F5QFGWTbigF9RMCT6IQ6U1TlBHS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:15.375rem;left:36.71875rem; }
#yuUD475lzoKDk3aF3V3Z75JDfCJh8giE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yuUD475lzoKDk3aF3V3Z75JDfCJh8giE > .row .container { background-color: transparent; background-image: none; }#yuUD475lzoKDk3aF3V3Z75JDfCJh8giE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuUD475lzoKDk3aF3V3Z75JDfCJh8giE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuUD475lzoKDk3aF3V3Z75JDfCJh8giE > .row .container > .video-iframe-container { display: none; }#yuUD475lzoKDk3aF3V3Z75JDfCJh8giE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuUD475lzoKDk3aF3V3Z75JDfCJh8giE > .row > .video-iframe-container { display: none; }#yuUD475lzoKDk3aF3V3Z75JDfCJh8giE > .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); }#yuUD475lzoKDk3aF3V3Z75JDfCJh8giE > .row .container { border-width: 0; border-radius: 0; }#yuUD475lzoKDk3aF3V3Z75JDfCJh8giE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yuUD475lzoKDk3aF3V3Z75JDfCJh8giE > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#m1F6qGbZWUUSo0XuiM3rDLEnwqi8eJLI { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(56,16,3,0.2) ;height:22.9375rem;width:18.9375rem;top:11.6875rem;left:7.5rem;display:block; }
#HvCkGR6u3436aBKwRhnCgXTHT2KzBzzr { color:#000000;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:14.1875rem;left:49.5625rem;height:10.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MdMuxehlIgT0XWmpV8iFgwm1MPOQUocO { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(56,16,3,0.2) ;height:23.0625rem;width:18.9375rem;top:11.6875rem;left:28.0625rem;display:block; }
#IGslPfKGZpAgVTOvzp1wPtX3hQTcJmJH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.125rem;left:28.75rem;height:15.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uiA3MTh2AfihxBJGl8bgfTLCHtRnkyfJ { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(56,16,3,0.2) ;height:23.125rem;width:18.9375rem;top:11.6875rem;left:48.5625rem;display:block; }
#CuTwnhOBTkilGlwBeq7cCNOMnuSn7oEU { color:#000000;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:31.8125rem;left:8.4375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o8INSeTcfuFH9o6vefmJhwEo6ebxZShT { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:31.8125rem;left:29rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GJ9FOpossaIJ8Vdx9TZctemVFIMScpsp { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:31.8125rem;left:49.5625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GKZt0x1kuBzqbVwLAU1LkGLIvkCIW344 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.125rem;left:25.1875rem;display:block; }
#ycIkBSstNwQtRX0xXsyBEqKZqRx88WOA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VwtZ630VzJ9zbpZEml5CK0MECqltmHJH { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:4.625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cXoQT2ZqzKTXliaTTc1Amp20MHU16fp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:14.875rem;left:8.25rem;height:10.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BesACZ8AEnJtwobI9wADFktumMuAEN6D { position:absolute;display:block;z-index:15007;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:3.125rem;width:4.1875rem;top:10.0625rem;left:14.875rem;overflow:hidden;display:block; }
#mfr9KPofgSuPofUTRL2nDBbanwqxEadm { position:absolute;display:block;z-index:15018;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:3.125rem;width:4.1875rem;top:10.0625rem;left:55.9375rem;overflow:hidden;display:block; }
#D8q8irRVo3FT7SwCmtSRKhehhzyW4S3W { 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:3.125rem;width:4.1875rem;top:10.0625rem;left:35.4375rem;overflow:hidden;display:block; }
#Lb5lU7WoMQzAGUeH5LIX0BnuoSnQtUwo { position:absolute;display:block;z-index:15019;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:3.18725625rem;width:18.312375rem;top:0rem;left:28.34228515625rem;overflow:hidden;display:block; }
#EhOBwraU0T2EyMXdzxEAkLvAUCUfwqtB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EhOBwraU0T2EyMXdzxEAkLvAUCUfwqtB > .row .container { background-color: transparent; background-image: none; }#EhOBwraU0T2EyMXdzxEAkLvAUCUfwqtB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhOBwraU0T2EyMXdzxEAkLvAUCUfwqtB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhOBwraU0T2EyMXdzxEAkLvAUCUfwqtB > .row .container > .video-iframe-container { display: none; }#EhOBwraU0T2EyMXdzxEAkLvAUCUfwqtB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhOBwraU0T2EyMXdzxEAkLvAUCUfwqtB > .row > .video-iframe-container { display: none; }#EhOBwraU0T2EyMXdzxEAkLvAUCUfwqtB > .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); }#EhOBwraU0T2EyMXdzxEAkLvAUCUfwqtB > .row .container { border-width: 0; border-radius: 0; }#EhOBwraU0T2EyMXdzxEAkLvAUCUfwqtB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EhOBwraU0T2EyMXdzxEAkLvAUCUfwqtB > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;position:relative;display:block; }#Af0RANS3WAyPme86ITKJf0aJlGohrIzT { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:11.187495231628rem;left:0rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zUxBfLBtnoda7TiV0X6d6KI2HV9KrDvc { color:#000000;display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:2.3750028610229rem;left:11.34375rem;height:4.798825rem;text-align:center;text-align-last:center;display:block; }
#ZyywXis4NbmxRxvWs4M3CISA8Tmigg7H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZyywXis4NbmxRxvWs4M3CISA8Tmigg7H > .row .container { background-color: transparent; background-image: none; }#ZyywXis4NbmxRxvWs4M3CISA8Tmigg7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyywXis4NbmxRxvWs4M3CISA8Tmigg7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyywXis4NbmxRxvWs4M3CISA8Tmigg7H > .row .container > .video-iframe-container { display: none; }#ZyywXis4NbmxRxvWs4M3CISA8Tmigg7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyywXis4NbmxRxvWs4M3CISA8Tmigg7H > .row > .video-iframe-container { display: none; }#ZyywXis4NbmxRxvWs4M3CISA8Tmigg7H > .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); }#ZyywXis4NbmxRxvWs4M3CISA8Tmigg7H > .row .container { border-width: 0; border-radius: 0; }#ZyywXis4NbmxRxvWs4M3CISA8Tmigg7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZyywXis4NbmxRxvWs4M3CISA8Tmigg7H > .row .container { font-size:0.875rem;font-family:arial;height:65.25rem;width:75rem;position:relative;display:block; }#TlsdIUTpfKvpJZIRnw44K5oEvivkSKi5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27.875rem;width:49.6875rem;top:2.4375rem;left:12.625rem;display:block; }
#Ontc6Qd1y77pw71tat1cgs2JIOdDDQ1x { color:#000000;display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:32.47265625rem;left:11.3125rem;height:19.195325rem;text-align:center;text-align-last:center;display:block; }
#ZcdLQFkPd9FOtFVNBUm1b47fR31w0Eg1 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:57.111974716186rem;left:23.59375rem;display:block; }
#iKwIOJ9qRA7G3cDiORLUzJvRNqyJBoPN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wREt9XuSpTrqqugnKTwFnvJydaK9V3E2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wREt9XuSpTrqqugnKTwFnvJydaK9V3E2 > .row .container { background-color: transparent; background-image: none; }#wREt9XuSpTrqqugnKTwFnvJydaK9V3E2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wREt9XuSpTrqqugnKTwFnvJydaK9V3E2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wREt9XuSpTrqqugnKTwFnvJydaK9V3E2 > .row .container > .video-iframe-container { display: none; }#wREt9XuSpTrqqugnKTwFnvJydaK9V3E2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wREt9XuSpTrqqugnKTwFnvJydaK9V3E2 > .row > .video-iframe-container { display: none; }#wREt9XuSpTrqqugnKTwFnvJydaK9V3E2 > .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); }#wREt9XuSpTrqqugnKTwFnvJydaK9V3E2 > .row .container { border-width: 0; border-radius: 0; }#wREt9XuSpTrqqugnKTwFnvJydaK9V3E2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wREt9XuSpTrqqugnKTwFnvJydaK9V3E2 > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;position:relative;display:block; }#oNpz8IZeQzXGwLSXBiMnfwK00nSldTJU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:19.6875rem;left:21.25rem;overflow:hidden;display:block; }
#bIOs76r2xT7Kyxq9bk8W2Joql0pvWBo0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:12.875rem;top:21.75rem;left:11.875rem;overflow:hidden;display:block; }
#KKZzAysVadptJ45T3GkxI6TMCzVdZOC6 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:3.3749990463257rem;left:37.499351501465rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lkf6t7Os8ZfnZn0MPgme47VHvSNvFoPt { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:31rem;left:25rem;height:2.13736875rem;font-style:normal;display:block; }
#uHvyThAtTnbikCDdw4N1yP4mVFZeVptz { color:#3d4051;display:block;width:8.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:17.5625rem;left:29rem;height:2.13736875rem;font-style:normal;display:block; }
#N9H92MktMyy5gW2rGKtgOvfcLk42f8rh { color:#3d4051;display:block;width:12.0621875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:34.625rem;left:12.25rem;height:2.69921875rem;font-style:normal;display:block; }
#BWimLSGR18ebx3TwivghEhCnLm7tHe8R { color:#000000;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.451823234558rem;left:37.499351501465rem;height:23.39843125rem;font-style:normal;display:block; }
#O9iURTzkgZb7ohEfw0y6PaMmWmzc3vmK { position:absolute;display:block;z-index:15001;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:17.6248125rem;width:17.6248125rem;top:4.125rem;left:11.375rem;overflow:hidden;display:block; }
#ddHD7Em1Td6wXu4sDRFV0tKTBy6p7ZfO { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.6875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:41.436851501465rem;left:30.125rem;display:block; }
#qnddgT2G35V395a2NaeeL2mi247OkmZq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DA2CIP8F63RQS59r9azKrSnRcosLOIvD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DA2CIP8F63RQS59r9azKrSnRcosLOIvD > .row .container { background-color: transparent; background-image: none; }#DA2CIP8F63RQS59r9azKrSnRcosLOIvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DA2CIP8F63RQS59r9azKrSnRcosLOIvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DA2CIP8F63RQS59r9azKrSnRcosLOIvD > .row .container > .video-iframe-container { display: none; }#DA2CIP8F63RQS59r9azKrSnRcosLOIvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DA2CIP8F63RQS59r9azKrSnRcosLOIvD > .row > .video-iframe-container { display: none; }#DA2CIP8F63RQS59r9azKrSnRcosLOIvD > .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); }#DA2CIP8F63RQS59r9azKrSnRcosLOIvD > .row .container { border-width: 0; border-radius: 0; }#DA2CIP8F63RQS59r9azKrSnRcosLOIvD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DA2CIP8F63RQS59r9azKrSnRcosLOIvD > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#RvtkTOQrlK4n20yCoU4CN5bUmT02oKZk { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.4375rem;left:2.4375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pToLC1aSegR5pP3aTKlOhwcd9pBTWW45 { color:#000000;display:block;width:14.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8125rem;left:2.4375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#t27k70Jp1wSgM0WFdiscqxvg8mCvwiPn { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.8125rem;left:21.1875rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#n0k66eHhRU8Thi6Wz2PIqzbx4RiHEOtF { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:5.8125rem;left:21.1875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#W7DlHqILzp6ss7bVyHCuuBFciy01bJCW { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.9375rem;left:39.9375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xMUgIAzTAJZSkqx1ryKqv9r2g1aqwSOB { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:5.75rem;left:39.9375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mgpxcJ2mpcPwDbpG9Ds4FupOecrLKWpk { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.8125rem;left:59rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UlcKiElur8dx12v9PNXeT5VQlDdTVQR0 { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:5.75rem;left:59.375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#otbCO0GQ5ef4tE6MEt67tcxLTT5FRo2N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:0.6875rem;left:7.1875rem; }
#D9kqRoXsZ77U825UOt1EkToKxTboi2hb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.6875rem;left:25.9375rem; }
#tOSU6xIHNIMvxXLIGiEOUzuy5xN6ZVAD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:0.6875rem;left:44.6875rem; }
#ndQusPTiQR89w2wIfcycIwffAyoGhIaX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0.6875rem;left:63.4375rem; }
#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { background-color: transparent; background-image: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .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); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { border-width: 0; border-radius: 0; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:7.5rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#QGgknW9fNEXwtGam8JQ0wenouPT9ygTo { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.3125rem;left:55.125rem;height:1.13769375rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dc9kNhw2Xqyx5JWTPdpyAb1KRVpi6XN7 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.6875rem;left:58.9375rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
#J6UrOrser58TMDGAsMCvO8uFQQ5JEB02 { position:absolute;display:block;z-index:15007;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.8125rem;width:7.9375rem;top:1.5rem;left:7.5rem;overflow:hidden;display:block; }
#nyvM7TAvzihTVqZr3bacMlqsJ4EFLzmf { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.3125rem;left:27.1875rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#R2PikTezRoTB0Si6FH5SvicJEdaRyNiw { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:55.5625rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fiv0PbSb19lynV1LB38HwGbUbrHDMHtb { display:block; }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ermf5tokDX7cGZdO036IBL0qB9fxEHmP { top:29.75rem;left:26.5rem;width:21.25rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-input-text {padding-top: 0; padding-bottom: 0;}#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-input-select {padding-top: 0; padding-bottom: 0;}#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay  { width:17.25rem;height:auto;top:29.125rem;left:0rem; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay {display:block;}#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay { width:17.25rem;height:auto;top:29.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #CVpNOx4a6HiIWLCbIXr9dRkVyPOuboo7 {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #gGK3TizatMZVa11Ds9vmxM9WuNVxwO4l {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #SFeM0yUinsqlI6ZoIefQcFpZxXT32Wf5 {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #NEyR3SPnaMLrGBW8rA1AWaABONCe5iiI {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #LsUa5slFkGw38sf7xtB0FBUba8RGhWdT {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #riW8vJXeSmHrxP8LaAoexbBpiubCXPyD {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #gmJTJ5PhdiWkH8OZdTgL4TbSztbTocQK {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #CWEA8apWW56tT0FOtc2W0SpMoeXDfMHE {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #XdbeLhfF52pRhaeOiVt0ClA4eJHW0gLr {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #sUSyviPfWvsi0moiWdMBR3sfxNoiIWki {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #TdwU2ZeEfp1VyZNCGTHPqZfIrwsyBzLV {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #QKpLA1D87lq40y4ZnEMdc2HGXKNZrKEz {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #yeCngTC8Ckz3EfcQm9cVep5fgRN1tKrP {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #O2TD8PdXtcANpC3muwM4LtTzTR5zUg3i {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #NXxu87qyuhmuQtH41A02uabd3mcNZRcm {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #ig0KRkIZRX2AGMd7T0JyTXfVgUA0K37b {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #aksCNBwGiMuwnEfeGk0tKL570BHJGP2g {  }
 }@media only screen and (max-width: 763px) { #T7OMM2hEwGWktuhIRKIhBrkQzsCV03Il { top:16.125rem;left:0rem;width:43.8125rem;height:5.1875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3KJzP93M9zyFbIcERSu0tx2PSUJt6QB { top:12.75rem;left:0rem;width:40.75rem;height:3.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3vneaTtONIMPVRRJXaCAzmFKVa0XGzd { top:21.625rem;left:2.125rem;width:21.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTxxNZuaEpcJXVuGPbPNN2ugAvOevXNl { top:2.8125rem;left:0rem;width:8.5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVFMtAnt8KC2twdMTG6gsUBIKL4cqui2 { top:26.625rem;left:0rem;width:17.6875rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #asfZHu8C1UG3FXMetA81rrT1DoXhNQOw { top:21.3125rem;left:0rem;width:7.1875rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpKd5C15dHKqrfh3urmRu7yveDKedMNE { display:block; }#DpKd5C15dHKqrfh3urmRu7yveDKedMNE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFV065akRTQBUkFCayMNTs96fcSTMG5O { top:2.625rem;left:0rem;width:10.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU4xTFP66gP81mVhHaxyTRHQVPdhfptM { top:1.1875rem;left:0rem;width:8.8125rem;height:4.4062562063356rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5EKKNdoyNIzlFwMgsEDe8tR3Jmniirz { top:1.1875rem;left:5.2666015625rem;width:8.8125rem;height:4.4062562063356rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpH330aeJEAL4w7npitbXFemTlH7zLMN { top:1.1875rem;left:14.101440429688rem;width:8.8125rem;height:4.4062562063356rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIEcwFkChr1ZoNUlv8oUZL66EPR93SeZ { top:1.1875rem;left:20.624877929688rem;width:8.8125rem;height:4.4062562063356rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhQVUhcwqSKW6dVW9U9EprWWHSTXZMhO { top:1.1875rem;left:28.575927734375rem;width:8.8125rem;height:4.4062562063356rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOqR5QFp2cwokZqVwTfACMGPxgNBeh9V { top:1.5625rem;left:37.411489689067rem;width:8.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fox9EcJdBvbnf1Gfw3fZBKMXTkdwBmtQ { top:1.0625rem;left:38.25rem;width:9.4375rem;height:4.6569062845413rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0QJnQPQZXGfwT5SrqD7tO10nbOzz0C4 { top:1.375rem;left:39.625rem;width:8.125rem;height:3.99963125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQXCXqEqER04pwBqKr7rJ4UkLn3c9R6M { display:block; }#pQXCXqEqER04pwBqKr7rJ4UkLn3c9R6M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJ3adfof5PJHhXFshVSQTHFnduTTB7Ic { top:0rem;left:4.71875rem;width:38.3125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { top:1.5rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { top:11.375rem;left:0.5rem;width:46.75rem;height:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqD3UkI90xwaNLZEd1PeK93wakNMaG9w { width:15.625rem;height:3.4375rem;top:30.125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVOta7rGDT3li41QA3g2ArDvoG0bERfV { display:block; }
 }@media only screen and (max-width: 763px) { #NkhsfLiTiCOrWzy60kXrJbKKmGKxIb8W { display:block; }#NkhsfLiTiCOrWzy60kXrJbKKmGKxIb8W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W76sNJszhBvHTGW3ilMV4FnwJ9R9Ly0K { top:3.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7wZuFq2iOGW1WrLmGGZTuLTbVdUzG3K { top:13.5625rem;left:31.1875rem;width:16.5625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klc5i9Li9OCmpZvRTlIRQ10CewpXoytb { top:13.75rem;left:15.5625rem;width:16.5625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwZRvKWX5uHXgUuHavxRW12UrWZqBoEc { top:13.5625rem;left:0rem;width:16.5625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v49R3GldKh8TU0sqaChD3xdBE4w61TUh { top:10.25rem;left:0.125rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBwiQ3H1CbhTPK5MebceVeWntTzDx9sq { top:10.25rem;left:20.125rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwQSe4AHi6NE3EJ6cPuJFpTweUhCHqpW { top:10.25rem;left:40.125rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqDZi6bpLhSHpGuO7Frhr1rUXbSEAxhf { display:block; }#sqDZi6bpLhSHpGuO7Frhr1rUXbSEAxhf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waAGA95UQVfmWeAmCH134OZrofANy6kp { top:4.5rem;left:0rem;width:12.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scuA6IkCsFWOfhfsaIMivoOnTbuwiOh4 { top:4.5rem;left:16.9375rem;width:13.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0P4aadK96vaSVouIOhGrplwoWhm3HJ9 { top:4.5rem;left:35.125rem;width:12.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo3iJN7fCahQaPNJBvRCkh5GpbM4ccy2 { top:7.75rem;left:0rem;width:14.5rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC73dTrKTdOm6rLiIs6zsWqWpHdi1olr { top:7.75rem;left:16.0625rem;width:15.625rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz14b7woqwKGLktiTQVUQJ65cPALJudR { top:7.75rem;left:32.1875rem;width:15.5625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1qyyCc5iAyEAwvKuvyrCsgbls0wvDuo { display:block; }#f1qyyCc5iAyEAwvKuvyrCsgbls0wvDuo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { top:2.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { top:4.3125rem;left:31.1875rem;width:16.5625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyC9LaViU2uMaalOPo2oARK1FStICxGZ { top:4.5rem;left:15.5625rem;width:16.5625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { top:4.3125rem;left:0rem;width:16.5625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD68ncanNteVTps9cbHKU2PMAlvNfn7Z { top:1rem;left:0.125rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #twtO9MC6ivwtETKoyKWRHcaV4AtUiKhH { top:1rem;left:20.125rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNHz9e0xxADBJgnL73AuL0ZbVwTT6M9J { top:1rem;left:40.125rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { top:12.4375rem;left:15.8125rem;width:15.625rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { top:12.4375rem;left:32.1875rem;width:15.5625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { top:12.4375rem;left:0rem;width:14.5rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { top:9.1875rem;left:0rem;width:12.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9CRkMoskOwK1I1adigb6ug6V83vXV { top:9.1875rem;left:16.6875rem;width:13.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5wwI7d57F62QtGFMZboTPPew8XP99S0 { top:9.1875rem;left:35.125rem;width:12.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9zArMGzrut2d6n1S9dTV54EeMTtgi4F { display:block; }#C9zArMGzrut2d6n1S9dTV54EeMTtgi4F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4XmCuZlhiJcJnTGDqG5LMOTEu7OZiGR { top:7.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUEQVf0JqQtc6e3msrDaVwAcBFU0Z6Kg { top:3rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw { display:block; }#FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWookPCL3U2Ek8zg9TIyZR2mrOqSx5qn { width:18.9375rem;height:21.125rem;top:12.9375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaNEtIfT3s2lt2Q9tVFKVULL3oO8a8Ov { width:18.9375rem;height:21.125rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrAo45EZO6zymzdDFNiTfl37fkU9GWBQ { width:15.5rem;height:0;top:19.8125rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcFVHG4oAKPmOrkwXeco80WuyHsZSoCN { width:15.625rem;height:3.4375rem;top:28rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk7rXE9wtqU46U4he2Orf5u2LTgpIZn9 { display:block; }
 }@media only screen and (max-width: 763px) { #qTJ86TLLHpA7efySgQOwoHkrT4TnLfUg { top:17.375rem;left:0rem;width:12.0625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW4ieIGXUEhz8LWQKRUUa4eKvQKlNeFC { width:17rem;height:4.125rem;top:21.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLSXuEnpzpAD7TEHFpQmXlaacJBEkxvP { width:15.625rem;height:3.4375rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4POg6C6Vm2m53rDS8vQzidV294Gca21 { display:block; }
 }@media only screen and (max-width: 763px) { #yPTLzCdwWklBSBBZiK8tkxLnaWpkp8fx { width:15.625rem;height:3.4375rem;top:28rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dROpKJXmndcnbBayPDGsTlV742cmzEi1 { display:block; }
 }@media only screen and (max-width: 763px) { #Sehuk5VlnUQeUEegHfEZiGW3HpKtkf3S { width:18.9375rem;height:21.1875rem;top:12.9375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsibfXra4finzFATzHIODrDRTMpaL6e7 { top:17.375rem;left:17.84375rem;width:12.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzUVT9h7vnevrqFqCe7tKql8XODdk7Ta { width:17rem;height:4.125rem;top:21.4375rem;left:15.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XowrBq4tD1ipqL3CgfG4Ed9eEIlcrJ3a { width:17rem;height:4.125rem;top:21.25rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS2li1XNnsmlniOq0gLUSWNayXxUEcCV { top:17.375rem;left:35.6875rem;width:12.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bte6NMDdpzP5J2lDu7Ec0NmwitzpKwXP { width:28.8125rem;height:2.0625rem;top:7.3125rem;left:9.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImPQ9xly01CyMEaCpoMhOBpqTyl80aBa { top:3.875rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn8MhPCfT1BBNTtCecFcP177v9B858t4 { top:15.375rem;left:2.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmbIiShcG9Dt90ATgQA1lvwXdttfL3VJ { top:15.375rem;left:43.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppck5F5QFGWTbigF9RMCT6IQ6U1TlBHS { top:15.375rem;left:23.09375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuUD475lzoKDk3aF3V3Z75JDfCJh8giE { display:block; }#yuUD475lzoKDk3aF3V3Z75JDfCJh8giE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1F6qGbZWUUSo0XuiM3rDLEnwqi8eJLI { width:18.875rem;height:22.875rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvCkGR6u3436aBKwRhnCgXTHT2KzBzzr { width:16.9375rem;height:11.75rem;top:14.1875rem;left:30.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdMuxehlIgT0XWmpV8iFgwm1MPOQUocO { width:18.875rem;height:23rem;top:11.6875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGslPfKGZpAgVTOvzp1wPtX3hQTcJmJH { width:17.5rem;height:16.8125rem;top:14.125rem;left:15.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiA3MTh2AfihxBJGl8bgfTLCHtRnkyfJ { width:18.875rem;height:23.125rem;top:11.6875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuTwnhOBTkilGlwBeq7cCNOMnuSn7oEU { width:16.9375rem;height:1.625rem;top:31.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8INSeTcfuFH9o6vefmJhwEo6ebxZShT { width:16.9375rem;height:1.625rem;top:31.8125rem;left:15.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ9FOpossaIJ8Vdx9TZctemVFIMScpsp { width:16.9375rem;height:1.625rem;top:31.8125rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKZt0x1kuBzqbVwLAU1LkGLIvkCIW344 { width:24.5rem;height:3.4375rem;top:38.125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycIkBSstNwQtRX0xXsyBEqKZqRx88WOA { display:block; }
 }@media only screen and (max-width: 763px) { #VwtZ630VzJ9zbpZEml5CK0MECqltmHJH { top:4.625rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXoQT2ZqzKTXliaTTc1Amp20MHU16fp3 { width:17.5rem;height:11.75rem;top:14.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BesACZ8AEnJtwobI9wADFktumMuAEN6D { width:4.125rem;height:3.0787166267118rem;top:10.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfr9KPofgSuPofUTRL2nDBbanwqxEadm { width:4.125rem;height:3.0787166267118rem;top:10.0625rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8q8irRVo3FT7SwCmtSRKhehhzyW4S3W { width:4.125rem;height:3.0787166267118rem;top:10.0625rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb5lU7WoMQzAGUeH5LIX0BnuoSnQtUwo { top:0rem;left:14.71728515625rem;width:18.25rem;height:3.1763999242316rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhOBwraU0T2EyMXdzxEAkLvAUCUfwqtB { display:block; }#EhOBwraU0T2EyMXdzxEAkLvAUCUfwqtB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Af0RANS3WAyPme86ITKJf0aJlGohrIzT { top:11.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUxBfLBtnoda7TiV0X6d6KI2HV9KrDvc { top:2.375rem;left:0rem;width:47.75rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyywXis4NbmxRxvWs4M3CISA8Tmigg7H { display:block; }#ZyywXis4NbmxRxvWs4M3CISA8Tmigg7H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlsdIUTpfKvpJZIRnw44K5oEvivkSKi5 { top:2.4375rem;left:0rem;width:47.75rem;height:26.788050314465rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ontc6Qd1y77pw71tat1cgs2JIOdDDQ1x { top:32.4375rem;left:0rem;width:47.75rem;height:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcdLQFkPd9FOtFVNBUm1b47fR31w0Eg1 { width:27.8125rem;height:3.0625rem;top:57.0625rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKwIOJ9qRA7G3cDiORLUzJvRNqyJBoPN { display:block; }
 }@media only screen and (max-width: 763px) { #wREt9XuSpTrqqugnKTwFnvJydaK9V3E2 { display:block; }#wREt9XuSpTrqqugnKTwFnvJydaK9V3E2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNpz8IZeQzXGwLSXBiMnfwK00nSldTJU { width:11.3125rem;height:11.3125rem;top:19.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIOs76r2xT7Kyxq9bk8W2Joql0pvWBo0 { width:12.875rem;height:12.875rem;top:21.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKZzAysVadptJ45T3GkxI6TMCzVdZOC6 { width:26.125rem;height:6.25rem;top:3.3125rem;left:5.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkf6t7Os8ZfnZn0MPgme47VHvSNvFoPt { width:15.625rem;height:2.125rem;top:31rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHvyThAtTnbikCDdw4N1yP4mVFZeVptz { width:8.4375rem;height:2.125rem;top:17.5625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9H92MktMyy5gW2rGKtgOvfcLk42f8rh { width:12rem;height:2.6875rem;top:34.625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWimLSGR18ebx3TwivghEhCnLm7tHe8R { top:11.4375rem;left:6.75rem;width:25rem;height:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9iURTzkgZb7ohEfw0y6PaMmWmzc3vmK { width:17.5625rem;height:17.5625rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddHD7Em1Td6wXu4sDRFV0tKTBy6p7ZfO { width:15.5625rem;height:3.6875rem;top:41.375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnddgT2G35V395a2NaeeL2mi247OkmZq { display:block; }
 }@media only screen and (max-width: 763px) { #DA2CIP8F63RQS59r9azKrSnRcosLOIvD { display:block; }#DA2CIP8F63RQS59r9azKrSnRcosLOIvD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvtkTOQrlK4n20yCoU4CN5bUmT02oKZk { top:5.4375rem;left:0rem;width:13.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pToLC1aSegR5pP3aTKlOhwcd9pBTWW45 { top:7.8125rem;left:0rem;width:14.125rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t27k70Jp1wSgM0WFdiscqxvg8mCvwiPn { top:7.8125rem;left:10.1875rem;width:13.6875rem;height:4.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0k66eHhRU8Thi6Wz2PIqzbx4RiHEOtF { top:5.8125rem;left:10.1875rem;width:13.6875rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7DlHqILzp6ss7bVyHCuuBFciy01bJCW { top:7.9375rem;left:22.125rem;width:13.6875rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMUgIAzTAJZSkqx1ryKqv9r2g1aqwSOB { top:5.75rem;left:22.125rem;width:13.6875rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgpxcJ2mpcPwDbpG9Ds4FupOecrLKWpk { top:7.8125rem;left:34.6875rem;width:13.0625rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlcKiElur8dx12v9PNXeT5VQlDdTVQR0 { top:5.75rem;left:35.4375rem;width:12.3125rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otbCO0GQ5ef4tE6MEt67tcxLTT5FRo2N { top:0.6875rem;left:3.78125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9kqRoXsZ77U825UOt1EkToKxTboi2hb { top:0.6875rem;left:15.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOSU6xIHNIMvxXLIGiEOUzuy5xN6ZVAD { top:0.6875rem;left:27.65625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndQusPTiQR89w2wIfcycIwffAyoGhIaX { top:0.6875rem;left:39.59375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { top:5rem;left:0rem;width:15.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGgknW9fNEXwtGam8JQ0wenouPT9ygTo { top:2.25rem;left:35.375rem;width:12.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc9kNhw2Xqyx5JWTPdpyAb1KRVpi6XN7 { top:3.625rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6UrOrser58TMDGAsMCvO8uFQQ5JEB02 { top:1.4375rem;left:0rem;width:7.9375rem;height:2.8125664385773rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyvM7TAvzihTVqZr3bacMlqsJ4EFLzmf { top:2.25rem;left:13.5625rem;width:20.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2PikTezRoTB0Si6FH5SvicJEdaRyNiw { top:5rem;left:35.8125rem;width:11.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fiv0PbSb19lynV1LB38HwGbUbrHDMHtb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/500fe355-9078-4749-9541-354dddb2e871/2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb.adaptive-delivery-prevent-bg, #fiv0PbSb19lynV1LB38HwGbUbrHDMHtb.lazyload, #fiv0PbSb19lynV1LB38HwGbUbrHDMHtb.lazyloading { background-image: none; }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb > .row .container { background-color: transparent; background-image: none; }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb > .row .container > .video-iframe-container { display: none; }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb > .row > .video-iframe-container { display: none; }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb > .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); }#fiv0PbSb19lynV1LB38HwGbUbrHDMHtb > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ermf5tokDX7cGZdO036IBL0qB9fxEHmP { width:15.9375rem;height:0;top:25.375rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-input-text {padding-top: 0; padding-bottom: 0;}#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-input-select {padding-top: 0; padding-bottom: 0;}#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay  { width:17.5rem;height:auto;top:20.0625rem;left:0rem; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay {display:block;}#rilPy79eGi9f8LxiWNa7nTSlJcQBkbay { width:17.5rem;height:auto;top:20.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #CVpNOx4a6HiIWLCbIXr9dRkVyPOuboo7 {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #gGK3TizatMZVa11Ds9vmxM9WuNVxwO4l { display:none; }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #SFeM0yUinsqlI6ZoIefQcFpZxXT32Wf5 {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #NEyR3SPnaMLrGBW8rA1AWaABONCe5iiI {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #LsUa5slFkGw38sf7xtB0FBUba8RGhWdT { display:none; }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #riW8vJXeSmHrxP8LaAoexbBpiubCXPyD {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #gmJTJ5PhdiWkH8OZdTgL4TbSztbTocQK {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #CWEA8apWW56tT0FOtc2W0SpMoeXDfMHE { display:none; }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #XdbeLhfF52pRhaeOiVt0ClA4eJHW0gLr {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #sUSyviPfWvsi0moiWdMBR3sfxNoiIWki {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #TdwU2ZeEfp1VyZNCGTHPqZfIrwsyBzLV {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #QKpLA1D87lq40y4ZnEMdc2HGXKNZrKEz {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #yeCngTC8Ckz3EfcQm9cVep5fgRN1tKrP {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #O2TD8PdXtcANpC3muwM4LtTzTR5zUg3i {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #NXxu87qyuhmuQtH41A02uabd3mcNZRcm {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #ig0KRkIZRX2AGMd7T0JyTXfVgUA0K37b {  }
 }@media only screen and (max-width: 763px) { #rilPy79eGi9f8LxiWNa7nTSlJcQBkbay #aksCNBwGiMuwnEfeGk0tKL570BHJGP2g {  }
 }@media only screen and (max-width: 763px) { #T7OMM2hEwGWktuhIRKIhBrkQzsCV03Il { width:20rem;height:3.1875rem;top:9.875rem;left:0rem;font-size:3.1875rem;z-index:14999;text-align:left;text-align-last:left;line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #n3KJzP93M9zyFbIcERSu0tx2PSUJt6QB { width:20rem;height:2.0625rem;top:7.8125rem;left:0rem;font-size:2.0625rem;z-index:14999;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #M3vneaTtONIMPVRRJXaCAzmFKVa0XGzd { width:4.9375rem;height:1.75rem;top:13.8125rem;left:5.6875rem;font-size:1.75rem;z-index:14999;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NTxxNZuaEpcJXVuGPbPNN2ugAvOevXNl { width:6.62475rem;height:2.5rem;top:1.312255859375rem;left:6.6864013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVFMtAnt8KC2twdMTG6gsUBIKL4cqui2 { width:18.4375rem;height:2.749025rem;top:17.354167938233rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #asfZHu8C1UG3FXMetA81rrT1DoXhNQOw { width:7.1875rem;height:1.92448125rem;top:13.6875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DpKd5C15dHKqrfh3urmRu7yveDKedMNE { display:block; }#DpKd5C15dHKqrfh3urmRu7yveDKedMNE > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFV065akRTQBUkFCayMNTs96fcSTMG5O { width:20rem;height:1.13769375rem;top:0.1875rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HU4xTFP66gP81mVhHaxyTRHQVPdhfptM { width:3.875rem;height:1.875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5EKKNdoyNIzlFwMgsEDe8tR3Jmniirz { width:4.18723125rem;height:1.99973125rem;top:1.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpH330aeJEAL4w7npitbXFemTlH7zLMN { width:4.25rem;height:2rem;top:1.375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIEcwFkChr1ZoNUlv8oUZL66EPR93SeZ { width:4.3125rem;height:2.0625rem;top:1.3125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhQVUhcwqSKW6dVW9U9EprWWHSTXZMhO { width:4.3125rem;height:2.0625rem;top:1.3125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOqR5QFp2cwokZqVwTfACMGPxgNBeh9V { width:3.625rem;height:1.75rem;top:1.5rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fox9EcJdBvbnf1Gfw3fZBKMXTkdwBmtQ { width:6.9375rem;height:3.3125rem;top:6.1875rem;left:6.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0QJnQPQZXGfwT5SrqD7tO10nbOzz0C4 { width:5.4375rem;height:2.625rem;top:6.4375rem;left:13.68310546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQXCXqEqER04pwBqKr7rJ4UkLn3c9R6M { display:block; }#pQXCXqEqER04pwBqKr7rJ4UkLn3c9R6M > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJ3adfof5PJHhXFshVSQTHFnduTTB7Ic { width:20rem;height:2.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { width:19.25rem;height:5.49805rem;top:0.6875rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { width:17.1875rem;height:23.38988125rem;top:7.2311210632325rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqD3UkI90xwaNLZEd1PeK93wakNMaG9w { width:15.625rem;height:3.4375rem;top:31.812501907349rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVOta7rGDT3li41QA3g2ArDvoG0bERfV { display:block; }
 }@media only screen and (max-width: 763px) { #NkhsfLiTiCOrWzy60kXrJbKKmGKxIb8W { display:none; }#NkhsfLiTiCOrWzy60kXrJbKKmGKxIb8W > .row .container { width:20rem;height:57.937501907349rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W76sNJszhBvHTGW3ilMV4FnwJ9R9Ly0K { width:14.375rem;height:3.29948125rem;top:2.18701171875rem;left:2.8125rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k7wZuFq2iOGW1WrLmGGZTuLTbVdUzG3K { width:16.5625rem;height:13.75rem;top:44.187502861023rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klc5i9Li9OCmpZvRTlIRQ10CewpXoytb { width:16.5625rem;height:14.1875rem;top:26.6875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwZRvKWX5uHXgUuHavxRW12UrWZqBoEc { width:16.5625rem;height:12.9375rem;top:9.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v49R3GldKh8TU0sqaChD3xdBE4w61TUh { width:6.6875rem;height:6.6875rem;top:6.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBwiQ3H1CbhTPK5MebceVeWntTzDx9sq { width:6.6875rem;height:6.6875rem;top:22.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwQSe4AHi6NE3EJ6cPuJFpTweUhCHqpW { width:6.75rem;height:6.75rem;top:40.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqDZi6bpLhSHpGuO7Frhr1rUXbSEAxhf { background-color:#ffffff;background-image:none;display:none; }#sqDZi6bpLhSHpGuO7Frhr1rUXbSEAxhf > .row .container { width:20rem;height:58.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #waAGA95UQVfmWeAmCH134OZrofANy6kp { width:12.0625rem;height:3rem;top:11.875003814698rem;left:3.96875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #scuA6IkCsFWOfhfsaIMivoOnTbuwiOh4 { width:15rem;height:3rem;top:30.375rem;left:2.5rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #i0P4aadK96vaSVouIOhGrplwoWhm3HJ9 { width:12.8125rem;height:3rem;top:48.1875rem;left:3.625rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Vo3iJN7fCahQaPNJBvRCkh5GpbM4ccy2 { width:14.625rem;height:3.8984375rem;top:16.75rem;left:2.6875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sC73dTrKTdOm6rLiIs6zsWqWpHdi1olr { width:15rem;height:5.19791875rem;top:34.3125rem;left:2.5rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lz14b7woqwKGLktiTQVUQJ65cPALJudR { width:15.25rem;height:3.8984375rem;top:51.75rem;left:2.375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f1qyyCc5iAyEAwvKuvyrCsgbls0wvDuo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa280, #ffffff);background-image: -moz-linear-gradient(180deg, #ffa280, #ffffff);background-image: -ms-linear-gradient(180deg, #ffa280, #ffffff);background-image: -o-linear-gradient(180deg, #ffa280, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa280', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa280', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffa280, #ffffff);background-size:auto !important;display:block; }#f1qyyCc5iAyEAwvKuvyrCsgbls0wvDuo > .row .container { background-color: transparent; background-image: none; }#f1qyyCc5iAyEAwvKuvyrCsgbls0wvDuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1qyyCc5iAyEAwvKuvyrCsgbls0wvDuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1qyyCc5iAyEAwvKuvyrCsgbls0wvDuo > .row .container > .video-iframe-container { display: none; }#f1qyyCc5iAyEAwvKuvyrCsgbls0wvDuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1qyyCc5iAyEAwvKuvyrCsgbls0wvDuo > .row > .video-iframe-container { display: none; }#f1qyyCc5iAyEAwvKuvyrCsgbls0wvDuo > .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); }#f1qyyCc5iAyEAwvKuvyrCsgbls0wvDuo > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { width:14.375rem;height:3.7122375rem;top:4.1744785308838rem;left:2.8125rem;font-size:1.6875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { width:16.5625rem;height:13.75rem;top:40.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyC9LaViU2uMaalOPo2oARK1FStICxGZ { width:16.5625rem;height:14.1875rem;top:22.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { width:16.5625rem;height:12.9375rem;top:4.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD68ncanNteVTps9cbHKU2PMAlvNfn7Z { width:6.6875rem;height:6.6875rem;top:1.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #twtO9MC6ivwtETKoyKWRHcaV4AtUiKhH { width:6.6875rem;height:6.6875rem;top:18.3125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNHz9e0xxADBJgnL73AuL0ZbVwTT6M9J { width:6.75rem;height:6.75rem;top:37.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { width:15rem;height:5.19791875rem;top:29.6875rem;left:2.5625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { width:15.25rem;height:3.8984375rem;top:48.4375rem;left:2.375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { width:14.625rem;height:3.8984375rem;top:11.75rem;left:2.6875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { width:12.0625rem;height:2.99926875rem;top:8.125rem;left:3.9375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9CRkMoskOwK1I1adigb6ug6V83vXV { width:15rem;height:2.99926875rem;top:25.75rem;left:2.5625rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W5wwI7d57F62QtGFMZboTPPew8XP99S0 { width:12.8125rem;height:2.99926875rem;top:44.875rem;left:3.625rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C9zArMGzrut2d6n1S9dTV54EeMTtgi4F { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffa280);background-image: -moz-linear-gradient(180deg, #ffffff, #ffa280);background-image: -ms-linear-gradient(180deg, #ffffff, #ffa280);background-image: -o-linear-gradient(180deg, #ffffff, #ffa280);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffa280' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffa280' );";background-image: linear-gradient(180deg, #ffffff, #ffa280);background-size:auto !important;display:block; }#C9zArMGzrut2d6n1S9dTV54EeMTtgi4F > .row .container { background-color: transparent; background-image: none; }#C9zArMGzrut2d6n1S9dTV54EeMTtgi4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9zArMGzrut2d6n1S9dTV54EeMTtgi4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9zArMGzrut2d6n1S9dTV54EeMTtgi4F > .row .container > .video-iframe-container { display: none; }#C9zArMGzrut2d6n1S9dTV54EeMTtgi4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9zArMGzrut2d6n1S9dTV54EeMTtgi4F > .row > .video-iframe-container { display: none; }#C9zArMGzrut2d6n1S9dTV54EeMTtgi4F > .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); }#C9zArMGzrut2d6n1S9dTV54EeMTtgi4F > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4XmCuZlhiJcJnTGDqG5LMOTEu7OZiGR { width:20rem;height:2.11198125rem;top:8.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUEQVf0JqQtc6e3msrDaVwAcBFU0Z6Kg { width:20rem;height:6.499rem;top:1.3125038146973rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw { display:none; }#FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw > .row .container { width:20rem;height:60.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kWookPCL3U2Ek8zg9TIyZR2mrOqSx5qn { width:18.9375rem;height:15.1875rem;top:41.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaNEtIfT3s2lt2Q9tVFKVULL3oO8a8Ov { width:18.9375rem;height:14.4375rem;top:8.7187503576281rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrAo45EZO6zymzdDFNiTfl37fkU9GWBQ { width:15.5rem;height:0;top:47.4375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcFVHG4oAKPmOrkwXeco80WuyHsZSoCN { width:15.625rem;height:3.4375rem;top:52.000002861023rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk7rXE9wtqU46U4he2Orf5u2LTgpIZn9 { display:block; }
 }@media only screen and (max-width: 763px) { #qTJ86TLLHpA7efySgQOwoHkrT4TnLfUg { width:12.0625rem;height:1.799925rem;top:11.375000476837rem;left:3.96875rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gW4ieIGXUEhz8LWQKRUUa4eKvQKlNeFC { width:17rem;height:2.9992625rem;top:13.861979484558rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLSXuEnpzpAD7TEHFpQmXlaacJBEkxvP { width:15.625rem;height:3.4375rem;top:17.687500953674rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4POg6C6Vm2m53rDS8vQzidV294Gca21 { display:block; }
 }@media only screen and (max-width: 763px) { #yPTLzCdwWklBSBBZiK8tkxLnaWpkp8fx { width:15.625rem;height:3.4375rem;top:34.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dROpKJXmndcnbBayPDGsTlV742cmzEi1 { display:block; }
 }@media only screen and (max-width: 763px) { #Sehuk5VlnUQeUEegHfEZiGW3HpKtkf3S { width:18.9375rem;height:14.8125rem;top:25.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsibfXra4finzFATzHIODrDRTMpaL6e7 { width:12.0625rem;height:1.799925rem;top:27.8125rem;left:4rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qzUVT9h7vnevrqFqCe7tKql8XODdk7Ta { width:17rem;height:2.9992625rem;top:30.3125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XowrBq4tD1ipqL3CgfG4Ed9eEIlcrJ3a { width:17rem;height:2.9992625rem;top:48.031252861023rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS2li1XNnsmlniOq0gLUSWNayXxUEcCV { width:12.0625rem;height:1.799925rem;top:45.6875rem;left:4rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Bte6NMDdpzP5J2lDu7Ec0NmwitzpKwXP { width:20rem;height:1.59375rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImPQ9xly01CyMEaCpoMhOBpqTyl80aBa { width:16.75rem;height:3.57421875rem;top:2.125rem;left:1.9375rem;font-size:1.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kn8MhPCfT1BBNTtCecFcP177v9B858t4 { display:flex;width:1.5625rem;height:1.5625rem;top:9.8125004768369rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #HmbIiShcG9Dt90ATgQA1lvwXdttfL3VJ { display:flex;width:1.5625rem;height:1.5625rem;top:43.5625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #Ppck5F5QFGWTbigF9RMCT6IQ6U1TlBHS { display:flex;width:1.5625rem;height:1.5625rem;top:26.25rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #yuUD475lzoKDk3aF3V3Z75JDfCJh8giE { display:block; }#yuUD475lzoKDk3aF3V3Z75JDfCJh8giE > .row .container { width:20rem;height:82.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1F6qGbZWUUSo0XuiM3rDLEnwqi8eJLI { width:18.9375rem;height:17.1875rem;top:11rem;left:0.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(56,16,3,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #HvCkGR6u3436aBKwRhnCgXTHT2KzBzzr { width:16.6875rem;height:11.155375rem;top:13.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdMuxehlIgT0XWmpV8iFgwm1MPOQUocO { width:18.9375rem;height:22.5625rem;top:31.75rem;left:0.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(56,16,3,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #IGslPfKGZpAgVTOvzp1wPtX3hQTcJmJH { width:16.875rem;height:15.93625rem;top:34.491537094116rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiA3MTh2AfihxBJGl8bgfTLCHtRnkyfJ { width:18.9375rem;height:16.8125rem;top:56.75rem;left:0.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(56,16,3,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #CuTwnhOBTkilGlwBeq7cCNOMnuSn7oEU { width:17rem;height:1.6870125rem;top:25.4375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8INSeTcfuFH9o6vefmJhwEo6ebxZShT { width:17rem;height:1.6875rem;top:51.262372970581rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ9FOpossaIJ8Vdx9TZctemVFIMScpsp { width:17rem;height:1.6875rem;top:70.4375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKZt0x1kuBzqbVwLAU1LkGLIvkCIW344 { width:18.25rem;height:3.4375rem;top:76.549480438231rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycIkBSstNwQtRX0xXsyBEqKZqRx88WOA { display:block; }
 }@media only screen and (max-width: 763px) { #VwtZ630VzJ9zbpZEml5CK0MECqltmHJH { width:17.56225rem;height:3.848875rem;top:3.936767578125rem;left:1.2176513671875rem;font-size:1.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cXoQT2ZqzKTXliaTTc1Amp20MHU16fp3 { width:17.5rem;height:9.56175rem;top:59.549482345581rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BesACZ8AEnJtwobI9wADFktumMuAEN6D { width:4.1875rem;height:3.125rem;top:9.4375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfr9KPofgSuPofUTRL2nDBbanwqxEadm { width:4.1875rem;height:3.125rem;top:55.361980438233rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8q8irRVo3FT7SwCmtSRKhehhzyW4S3W { width:4.1875rem;height:3.125rem;top:30.361980438233rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb5lU7WoMQzAGUeH5LIX0BnuoSnQtUwo { width:18.25rem;height:3.1763999242316rem;top:0rem;left:0.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhOBwraU0T2EyMXdzxEAkLvAUCUfwqtB { display:block; }#EhOBwraU0T2EyMXdzxEAkLvAUCUfwqtB > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Af0RANS3WAyPme86ITKJf0aJlGohrIzT { width:20rem;height:3.84895625rem;top:18.387371063233rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUxBfLBtnoda7TiV0X6d6KI2HV9KrDvc { width:20rem;height:14.9963125rem;top:1.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyywXis4NbmxRxvWs4M3CISA8Tmigg7H { display:block; }#ZyywXis4NbmxRxvWs4M3CISA8Tmigg7H > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlsdIUTpfKvpJZIRnw44K5oEvivkSKi5 { height:11.220125786164rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ontc6Qd1y77pw71tat1cgs2JIOdDDQ1x { width:20rem;height:44.77540625rem;top:15.119140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcdLQFkPd9FOtFVNBUm1b47fR31w0Eg1 { width:18.311875rem;height:3.06185rem;top:61.876956939698rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKwIOJ9qRA7G3cDiORLUzJvRNqyJBoPN { display:block; }
 }@media only screen and (max-width: 763px) { #wREt9XuSpTrqqugnKTwFnvJydaK9V3E2 { display:block; }#wREt9XuSpTrqqugnKTwFnvJydaK9V3E2 > .row .container { width:20rem;height:73rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNpz8IZeQzXGwLSXBiMnfwK00nSldTJU { width:13.5rem;height:13.5rem;top:37.5625rem;left:6.5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #bIOs76r2xT7Kyxq9bk8W2Joql0pvWBo0 { width:11.3125rem;height:11.3125rem;top:47.5625rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #KKZzAysVadptJ45T3GkxI6TMCzVdZOC6 { width:18rem;height:4.261725rem;top:1.6237201690674rem;left:1rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lkf6t7Os8ZfnZn0MPgme47VHvSNvFoPt { width:5.625rem;height:1.69921875rem;top:35.9375rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #uHvyThAtTnbikCDdw4N1yP4mVFZeVptz { width:4.375rem;height:1.69921875rem;top:46.125rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #N9H92MktMyy5gW2rGKtgOvfcLk42f8rh { width:9.125rem;height:3.8984375rem;top:62.25rem;left:9.0625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BWimLSGR18ebx3TwivghEhCnLm7tHe8R { width:20rem;height:27.28819375rem;top:7.1874885559081rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9iURTzkgZb7ohEfw0y6PaMmWmzc3vmK { width:10.25rem;height:10.25rem;top:51.75rem;left:8.8125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ddHD7Em1Td6wXu4sDRFV0tKTBy6p7ZfO { width:11.25rem;height:2.9375rem;top:67.774740219119rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnddgT2G35V395a2NaeeL2mi247OkmZq { display:block; }
 }@media only screen and (max-width: 763px) { #DA2CIP8F63RQS59r9azKrSnRcosLOIvD { display:block; }#DA2CIP8F63RQS59r9azKrSnRcosLOIvD > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvtkTOQrlK4n20yCoU4CN5bUmT02oKZk { width:4.25rem;height:1.21875rem;top:3.3735790252686rem;left:0.18199574947357rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pToLC1aSegR5pP3aTKlOhwcd9pBTWW45 { width:3.937325rem;height:1.4624rem;top:5.3497867584229rem;left:0.55086994171143rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t27k70Jp1wSgM0WFdiscqxvg8mCvwiPn { width:4.75rem;height:2.19360625rem;top:5.3511180877686rem;left:5.0545986890793rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n0k66eHhRU8Thi6Wz2PIqzbx4RiHEOtF { width:5.74973125rem;height:0.9375rem;top:3.375rem;left:4.5543321371079rem;font-size:0.9375rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W7DlHqILzp6ss7bVyHCuuBFciy01bJCW { width:2.24964375rem;height:1.4624rem;top:5.4061603546142rem;left:11.530983328819rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xMUgIAzTAJZSkqx1ryKqv9r2g1aqwSOB { width:5.3125rem;height:1.6875rem;top:3.375rem;left:10rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mgpxcJ2mpcPwDbpG9Ds4FupOecrLKWpk { width:4.3124125rem;height:2.19360625rem;top:5.3511180877686rem;left:15.687588095665rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UlcKiElur8dx12v9PNXeT5VQlDdTVQR0 { width:4.74964375rem;height:1.7504875rem;top:3.3740224838257rem;left:15.250797629356rem;font-size:0.875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #otbCO0GQ5ef4tE6MEt67tcxLTT5FRo2N { display:flex;width:1.749825rem;height:1.749825rem;top:1.1875rem;left:1.4319957494736rem; }
 }@media only screen and (max-width: 763px) { #D9kqRoXsZ77U825UOt1EkToKxTboi2hb { display:flex;width:1.62464375rem;height:1.62464375rem;top:1.1834154129028rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #tOSU6xIHNIMvxXLIGiEOUzuy5xN6ZVAD { display:flex;width:1.62464375rem;height:1.62464375rem;top:1.1834154129028rem;left:11.842151999474rem; }
 }@media only screen and (max-width: 763px) { #ndQusPTiQR89w2wIfcycIwffAyoGhIaX { display:flex;width:1.68723125rem;height:1.68723125rem;top:1.1875rem;left:16.936256766319rem; }
 }@media only screen and (max-width: 763px) { #aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { width:15rem;height:2.2753875rem;top:18.287109375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGgknW9fNEXwtGam8JQ0wenouPT9ygTo { width:10.1875rem;height:1.13769375rem;top:12.9375rem;left:4.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dc9kNhw2Xqyx5JWTPdpyAb1KRVpi6XN7 { width:9.125rem;height:1.13769375rem;top:11.4375rem;left:5.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6UrOrser58TMDGAsMCvO8uFQQ5JEB02 { width:7.9375rem;height:2.8125rem;top:2.037109375rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyvM7TAvzihTVqZr3bacMlqsJ4EFLzmf { width:20rem;height:3.8983125rem;top:5.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2PikTezRoTB0Si6FH5SvicJEdaRyNiw { width:11.9375rem;height:1.13769375rem;top:14.5rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }