.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,226,228;--color-primary-1:242,169,174;--color-primary-2:234,112,120;--color-primary-3:214,69,78;--color-primary-4:47,22,24;--color-secondary-0:219,245,242;--color-secondary-1:134,222,211;--color-secondary-2:13,189,166;--color-secondary-3:7,95,83;--color-secondary-4:2,28,25;--color-tertiary-0:255,255,255;--color-tertiary-1:248,248,248;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;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); }#KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK > .row .container { background-color: transparent; background-image: none; }#KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK > .row .container > .video-iframe-container { display: none; }#KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK > .row > .video-iframe-container { display: none; }#KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK > .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); }#KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK > .row .container { border-width: 0; border-radius: 0; }#KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:block; }#NNqJKLXZkk9lfstCurNacSNlktdVwv3E { color:#ffffff;display:block;width:29.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.811279296875rem;left:30rem;height:7.1484375rem;text-align:center;text-align-last:center;display:block; }
#ZSCupoGTAR0XaR0tIgUgIVqIDGLaghOl { color:#ffffff;display:block;width:27.24975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.998291015625rem;left:31.935302734375rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#iOPaW1TDD2TG7oPdiBfDIfd6Oy6XO9BJ { background-color:transparent;background-image: -webkit-linear-gradient(113deg, #6159b2, #a200ff);background-image: -moz-linear-gradient(113deg, #6159b2, #a200ff);background-image: -ms-linear-gradient(113deg, #6159b2, #a200ff);background-image: -o-linear-gradient(113deg, #6159b2, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6159b2', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6159b2', endColorstr='#a200ff' );";background-image: linear-gradient(113deg, #6159b2, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1245rem;height:2.9370125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.9365234375rem;left:38.27880859375rem;display:block; }
#ygbkm2I1zKfJaQNeOhTsVEB405hUGKKi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#heTOWr9M65k5eUft6iQuqFO4LhlWIR5C { position:absolute;display:block;z-index:15013;background-color:#a200ff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.6875rem;top:15.669271469116rem;left:38.496097564698rem;display:block; }
#kAGLlkQgtkkNgTFFvsTkwThLdp4LsCts { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.99975625rem;width:15.3125rem;top:1.138916015625rem;left:37.34375rem;overflow:hidden;display:block; }
#qH30z03bTsxv4xR3PSMkH0aNCgooTDgS { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:31.0625rem;width:32.125rem;top:2.5634765625rem;left:0rem;overflow:hidden;display:block; }
#cwevTRzEoz9DXT6SOCHTS121aml5MVwZ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:20.75rem;width:31.1875rem;top:12.875rem;left:28.875rem;overflow:hidden;display:block; }
#rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5e008e;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; }#rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX > .row .container { background-color: transparent; background-image: none; }#rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX > .row .container > .video-iframe-container { display: none; }#rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX > .row > .video-iframe-container { display: none; }#rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX > .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); }#rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX > .row .container { border-width: 0; border-radius: 0; }#rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6159b2, #a200ff);background-image: -moz-linear-gradient(180deg, #6159b2, #a200ff);background-image: -ms-linear-gradient(180deg, #6159b2, #a200ff);background-image: -o-linear-gradient(180deg, #6159b2, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6159b2', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6159b2', endColorstr='#a200ff' );";background-image: linear-gradient(180deg, #6159b2, #a200ff);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; }#CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 > .row .container { background-color: transparent; background-image: none; }#CaghS15CRkZ83Pie5niCeL2NkvHPv5E8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 > .row .container > .video-iframe-container { display: none; }#CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 > .row > .video-iframe-container { display: none; }#CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 > .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); }#CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 > .row .container { border-width: 0; border-radius: 0; }#CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:60rem;position:relative;display:block; }#epXUaf5L7bhlOTBoQEEqOgSVGTSZRUBO { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.40625rem;left:3.53125rem;height:9.2607375rem;text-align:left;text-align-last:left;display:block; }
#mX0zvW6WuASqhxKICWyEwtwH34rpSP86 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:15.5625rem;width:18.375rem;top:3.63671875rem;left:41.623699188233rem;overflow:hidden;display:block; }
#Trc1Vcis3vGXNT05h4DN3BhbivSmM7FU { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.781250953674rem;left:3.53125rem;height:5.603025rem;text-align:left;text-align-last:left;display:block; }
#hDa1qRhRdFSXDVg6gom5XyA0sKbr8DJ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#hDa1qRhRdFSXDVg6gom5XyA0sKbr8DJ9 > .row .container { background-color: transparent; background-image: none; }#hDa1qRhRdFSXDVg6gom5XyA0sKbr8DJ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDa1qRhRdFSXDVg6gom5XyA0sKbr8DJ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDa1qRhRdFSXDVg6gom5XyA0sKbr8DJ9 > .row .container > .video-iframe-container { display: none; }#hDa1qRhRdFSXDVg6gom5XyA0sKbr8DJ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDa1qRhRdFSXDVg6gom5XyA0sKbr8DJ9 > .row > .video-iframe-container { display: none; }#hDa1qRhRdFSXDVg6gom5XyA0sKbr8DJ9 > .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); }#hDa1qRhRdFSXDVg6gom5XyA0sKbr8DJ9 > .row .container { border-width: 0; border-radius: 0; }#hDa1qRhRdFSXDVg6gom5XyA0sKbr8DJ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hDa1qRhRdFSXDVg6gom5XyA0sKbr8DJ9 > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:60rem;position:relative;display:block; }#Ip2c0onStzum2LwUTE7yfRNt01A6esxm { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:2.35546875rem;text-align:center;text-align-last:center;display:block; }
#QiU732g2icBNvQyWVoC6PglRy1beTJTK { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:4rem;left:0rem;height:5.15625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MDfay781gVrEdJiOeZkNgxL9JbC3i8nG { position:absolute;display:block;z-index:15011;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:6.687rem;width:6.687rem;top:14.2978515625rem;left:0rem;overflow:hidden;display:block; }
#KThD1hWslmzKHgLUAx4AttFRT5yIUpiP { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:13.125rem;left:6.875rem;height:1.7871125rem;font-style:normal;display:block; }
#L8mXlo3MlJWOiWAqQW7ArWeZPxrkbHgc { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:15.374755859375rem;left:6.875rem;height:5.6015625rem;font-style:normal;display:block; }
#m4wgDkD4ATTeA31JOH5akwZAhLGGfVyw { 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.75rem;width:7.75rem;top:23.0615234375rem;left:0rem;overflow:hidden;display:block; }
#wD8vbdEs5Op7VSExybBpd8x4q5nfqn0J { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:23.875rem;left:7.5rem;height:1.7871125rem;font-style:normal;display:block; }
#FhkNOyWuduUVyteo1aJAFQ636A6WfNw6 { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:26.0625rem;left:7.5rem;height:4.201175rem;font-style:normal;display:block; }
#ZGoAniRVGl9qX1X3hu3Oa1uc7eeMfRxx { position:absolute;display:block;z-index:15042;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:8.125rem;width:8.125rem;top:22.64892578125rem;left:37.764892578125rem;overflow:hidden;display:block; }
#L2soQW6fnonMAmfqnVl4GFGPmv9B5Sfs { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:11.625rem;left:45.1875rem;height:1.7871125rem;font-style:normal;display:block; }
#G4S91iNqdhmoVup3Csh0A5eolxCmPDkO { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:13.875rem;left:45.1875rem;height:5.6015625rem;font-style:normal;display:block; }
#b4Kya4oUcE4kvJxn03eKmQnPbdMUM32f { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:21.604248046875rem;left:44.810791015625rem;height:3.57421875rem;font-style:normal;display:block; }
#aLLVGsntz2oPPOKgXsfye6VUIxJrU3e1 { position:absolute;display:block;z-index:15045;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:6.875rem;width:6.875rem;top:34.09326171875rem;left:33.952880859375rem;overflow:hidden;display:block; }
#fQLBN5BaVaCFupbbg7MfO2i38S840akb { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:34.18701171875rem;left:9.06201171875rem;height:1.7871125rem;font-style:normal;display:block; }
#IQcSi6TFsSQDCKK5hkRxdTUgMmlQ4eA5 { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:36.68701171875rem;left:9.124755859375rem;height:4.201175rem;font-style:normal;display:block; }
#JGFE4i8x1fVUdKxfRXJc4UsAlQ346sna { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:25.625rem;left:44.874267578125rem;height:5.6015625rem;font-style:normal;display:block; }
#OcFvEw9zAz3mNDKSv79llwPCkbAEVvHN { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top: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:22.375rem;width:17.625rem;top:10.421142578125rem;left:20.06103515625rem;overflow:hidden;display:block; }
#k7lhPVVamwxqvGbkpXz3w2uQBWMRcwrI { background-color:#bd0d0d;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1245rem;height:2.9370125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:43.216552734375rem;left:22.4365234375rem;display:block; }
#xMtOuTTTwA0pQuvgyAlRRClWWfxZ5HZu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#icwgOFHsETrFpZnfwo5aQ9SfchtSQbp6 { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:33.624267578125rem;left:41.436767578125rem;height:1.7871125rem;font-style:normal;display:block; }
#MI2ZkoxxKECXpU6f7xN4ITIAsC9zEA3X { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:36.124267578125rem;left:41.68701171875rem;height:5.6015625rem;font-style:normal;display:block; }
#BlRangdEbm663X5CuTr2iWEhLbMfWKcV { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top: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:8.125rem;width:8.125rem;top:33.734130859375rem;left:0.373046875rem;overflow:hidden;display:block; }
#dUAWLRztooHdJSGfeTUzTu2LkTOuTkgQ { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:9.12475rem;width:9.12475rem;top:10.421142578125rem;left:37.559814453125rem;overflow:hidden;display:block; }
#erFRR4GB0uLCO83OT2X80t6Vp6hWlpIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a1138;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; }#erFRR4GB0uLCO83OT2X80t6Vp6hWlpIu > .row .container { background-color: transparent; background-image: none; }#erFRR4GB0uLCO83OT2X80t6Vp6hWlpIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erFRR4GB0uLCO83OT2X80t6Vp6hWlpIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erFRR4GB0uLCO83OT2X80t6Vp6hWlpIu > .row .container > .video-iframe-container { display: none; }#erFRR4GB0uLCO83OT2X80t6Vp6hWlpIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erFRR4GB0uLCO83OT2X80t6Vp6hWlpIu > .row > .video-iframe-container { display: none; }#erFRR4GB0uLCO83OT2X80t6Vp6hWlpIu > .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); }#erFRR4GB0uLCO83OT2X80t6Vp6hWlpIu > .row .container { border-width: 0; border-radius: 0; }#erFRR4GB0uLCO83OT2X80t6Vp6hWlpIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#erFRR4GB0uLCO83OT2X80t6Vp6hWlpIu > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;position:relative;display:block; }#yzu8G5SnCrxNFAKn1aBut0ZD829ed3Tg { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.843017578125rem;left:-0.031005859375rem;height:2.8418rem;text-align:center;text-align-last:center;display:block; }
#nNDG63osXnUA9dGQIkTGW2fLEETozrWO { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:28.75rem;width:50.37475rem;top:7.562255859375rem;left:4.810791015625rem;overflow:hidden;display:block; }
#cUGhloTtZErILBAmvE9iZszoXFLinHAM { color:#ffffff;display:block;width:55.49925rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:37.591552734375rem;left:2.24853515625rem;height:4.8691375rem;text-align:left;text-align-last:left;display:block; }
#O1hTWvvdrTDmQFe7LeyuzQutA2nRPEqa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6159b2, #a200ff);background-image: -moz-linear-gradient(180deg, #6159b2, #a200ff);background-image: -ms-linear-gradient(180deg, #6159b2, #a200ff);background-image: -o-linear-gradient(180deg, #6159b2, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6159b2', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6159b2', endColorstr='#a200ff' );";background-image: linear-gradient(180deg, #6159b2, #a200ff);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; }#O1hTWvvdrTDmQFe7LeyuzQutA2nRPEqa > .row .container { background-color: transparent; background-image: none; }#O1hTWvvdrTDmQFe7LeyuzQutA2nRPEqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1hTWvvdrTDmQFe7LeyuzQutA2nRPEqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1hTWvvdrTDmQFe7LeyuzQutA2nRPEqa > .row .container > .video-iframe-container { display: none; }#O1hTWvvdrTDmQFe7LeyuzQutA2nRPEqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1hTWvvdrTDmQFe7LeyuzQutA2nRPEqa > .row > .video-iframe-container { display: none; }#O1hTWvvdrTDmQFe7LeyuzQutA2nRPEqa > .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); }#O1hTWvvdrTDmQFe7LeyuzQutA2nRPEqa > .row .container { border-width: 0; border-radius: 0; }#O1hTWvvdrTDmQFe7LeyuzQutA2nRPEqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1hTWvvdrTDmQFe7LeyuzQutA2nRPEqa > .row .container { font-size:0.875rem;font-family:arial;height:62.0625rem;width:60rem;position:relative;display:block; }#LRTxMOsnmqLI8hPCbGiK1LfTbSu1h42M { color:#000000;display:block;width:42.56225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5927734375rem;left:16.187744140625rem;height:52.294925rem;text-align:left;text-align-last:left;display:block; }
#lXShSvyvwB3JuTOS9hlTVNCTpEwM9rNq { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:9.625rem;width:9.625rem;top:7.5927734375rem;left:3.996853515625rem;overflow:hidden;display:block; }
#kHGH3rEnkX57kNhsp8DqWhpCxkzHUNrn { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:9.5625rem;width:9.5625rem;top:20.467529296875rem;left:3.995361328125rem;overflow:hidden;display:block; }
#SI3rZETIBwIMDo4cEhsFCET9iN4bylob { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:9.5625rem;width:9.5625rem;top:35.716552734375rem;left:4.02587890625rem;overflow:hidden;display:block; }
#ZhvsMqdQVSTf6s5o2m5vLUPRyQ3XQ5ls { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:9.5625rem;width:9.5625rem;top:49.903564453125rem;left:4.02587890625rem;overflow:hidden;display:block; }
#r4bOPHTwNsxIMT4nlT2wZtTkoneDiJOk { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.2802734375rem;left:0rem;height:2.8418rem;text-align:center;text-align-last:center;display:block; }
#qbJ6s5dGJ2Q4ZKfMmedP97pHqZOocDAN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(222deg, #f07633, #a80502);background-image: -moz-linear-gradient(222deg, #f07633, #a80502);background-image: -ms-linear-gradient(222deg, #f07633, #a80502);background-image: -o-linear-gradient(222deg, #f07633, #a80502);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f07633', endColorstr='#a80502' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f07633', endColorstr='#a80502' );";background-image: linear-gradient(222deg, #f07633, #a80502);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; }#qbJ6s5dGJ2Q4ZKfMmedP97pHqZOocDAN > .row .container { background-color: transparent; background-image: none; }#qbJ6s5dGJ2Q4ZKfMmedP97pHqZOocDAN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbJ6s5dGJ2Q4ZKfMmedP97pHqZOocDAN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbJ6s5dGJ2Q4ZKfMmedP97pHqZOocDAN > .row .container > .video-iframe-container { display: none; }#qbJ6s5dGJ2Q4ZKfMmedP97pHqZOocDAN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbJ6s5dGJ2Q4ZKfMmedP97pHqZOocDAN > .row > .video-iframe-container { display: none; }#qbJ6s5dGJ2Q4ZKfMmedP97pHqZOocDAN > .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); }#qbJ6s5dGJ2Q4ZKfMmedP97pHqZOocDAN > .row .container { border-width: 0; border-radius: 0; }#qbJ6s5dGJ2Q4ZKfMmedP97pHqZOocDAN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbJ6s5dGJ2Q4ZKfMmedP97pHqZOocDAN > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#WLPQFg32qun7BOPN1ONI00io8JXFJQNw { color:#ffffff;display:block;width:14.24925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:18.1875rem;left:0rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#ix7yy7nfCBdBcmHTzVomQe4bdkV85yM3 { color:#ffffff;display:block;width:14.24925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:19.5625rem;left:15.3125rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#V5BZdqFV7RlMi5GsC4tC6wpH1dnyMvsA { color:#ffffff;display:block;width:14.24925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:19.5625rem;left:30.625rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#BTTXJTJnis95aUXIS4bxawfntRxPPktJ { color:#ffffff;display:block;width:14.24925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:19.5625rem;left:45.75rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#aldfzLv6xTT3H4lGWMQOahUiD0qkWtAT { position:absolute;display:block;z-index:15003;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:11.9375rem;left:11.75rem;display:block; }
#WUBpAzbziVhPEeDku9rdHvsRXLBnea7i { position:absolute;display:block;z-index:15004;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:12rem;left:27.125rem;display:block; }
#IUUZOBtKMvKXzRUdlTHLAwfoJDqT0l0q { position:absolute;display:block;z-index:15005;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:12rem;left:42.25rem;display:block; }
#G5xMqtbm0Exs0TTgnKx9lFccGGTQXDmm { color:#000000;display:block;width:14.24925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:17.5rem;left:0.375rem;height:1.57470625rem;text-align:center;text-align-last:center;display:block; }
#h2iyTg1Xcei6GwpJd2z3PqvtZNEg69IT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.24925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:17.5rem;left:15.375rem;height:1.57470625rem;text-align:center;text-align-last:center;display:block; }
#RdQxwB6wFw9cRz47QDPV2JFrEx1bIRpL { color:rgba(var(--color-tertiary-4),1);display:block;width:14.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:17.5rem;left:30.625rem;height:1.57470625rem;text-align:center;text-align-last:center;display:block; }
#L1hMx2smIbQT7yUvlmLKyuU5AT2CTH6p { color:rgba(var(--color-tertiary-4),1);display:block;width:14.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:17.5rem;left:45.75rem;height:1.57470625rem;text-align:center;text-align-last:center;display:block; }
#BRJWailiGTXdqQAnvFc6gp7vxeU3949Q { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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:8.625rem;width:7.5rem;top:7.75rem;left:3.375rem;overflow:hidden;display:block; }
#z7ZHrLKSGrUo6rWNMzxB4uc0pkqVCf47 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:8.25rem;width:7.5rem;top:7.75rem;left:18.6875rem;overflow:hidden;display:block; }
#F5JRxWAvsy34fuNWhiUC4amiTXET6GUb { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:8.125rem;width:5.875rem;top:8rem;left:34.8125rem;overflow:hidden;display:block; }
#auG0tAHw0MfiHGsL2zTXWAawMtvlnBw2 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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:8.0625rem;width:6.6875rem;top:8rem;left:49.75rem;overflow:hidden;display:block; }
#w8Wkdi7mc4qzUamvcUnEmEUaoC8srSQ4 { color:#ffffff;display:block;width:52.9358125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:3.5625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#yaCT5yKtU7UmfxVbDrACmrmkW75X7mB0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f06ab;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; }#yaCT5yKtU7UmfxVbDrACmrmkW75X7mB0 > .row .container { background-color: transparent; background-image: none; }#yaCT5yKtU7UmfxVbDrACmrmkW75X7mB0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaCT5yKtU7UmfxVbDrACmrmkW75X7mB0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaCT5yKtU7UmfxVbDrACmrmkW75X7mB0 > .row .container > .video-iframe-container { display: none; }#yaCT5yKtU7UmfxVbDrACmrmkW75X7mB0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yaCT5yKtU7UmfxVbDrACmrmkW75X7mB0 > .row > .video-iframe-container { display: none; }#yaCT5yKtU7UmfxVbDrACmrmkW75X7mB0 > .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); }#yaCT5yKtU7UmfxVbDrACmrmkW75X7mB0 > .row .container { border-width: 0; border-radius: 0; }#yaCT5yKtU7UmfxVbDrACmrmkW75X7mB0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yaCT5yKtU7UmfxVbDrACmrmkW75X7mB0 > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td { 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; }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .row .container { background-color: transparent; background-image: none; }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .row .container > .video-iframe-container { display: none; }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .row > .video-iframe-container { display: none; }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .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); }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .row .container { border-width: 0; border-radius: 0; }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#PZFWcemMLZ3Kmvx7BH9hUEKuyq3GCShD { 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:30.4980625rem;width:19.6875rem;top:1.640625rem;left:39.3896484375rem;overflow:hidden;display:block; }
#eI8GJgEJWMenQu3m1oV3qGrx1Mna52TK { background-color:transparent;background-image:url("https://images.assets-landingi.com/1JRokecY/icon_in_black_min_kopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.6875rem;left:7.875rem;display:block; }#eI8GJgEJWMenQu3m1oV3qGrx1Mna52TK.adaptive-delivery-prevent-bg, #eI8GJgEJWMenQu3m1oV3qGrx1Mna52TK.lazyload, #eI8GJgEJWMenQu3m1oV3qGrx1Mna52TK.lazyloading { background-image: none; }
#JWnyfMufLBbph9WC9L0vCTl3IgRMyp4E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FhmRuyBERT2PTAEWTMI0nDnEKyTfxUzy { background-color:transparent;background-image:url("https://images.assets-landingi.com/6vCfFQH9/icon_in_blayoutubeck_min_kopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.6875rem;left:5.4375rem;display:block; }#FhmRuyBERT2PTAEWTMI0nDnEKyTfxUzy.adaptive-delivery-prevent-bg, #FhmRuyBERT2PTAEWTMI0nDnEKyTfxUzy.lazyload, #FhmRuyBERT2PTAEWTMI0nDnEKyTfxUzy.lazyloading { background-image: none; }
#tloUcDeaRQJVylkWRwbwXGRSuRngyNUR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p8lvCOiCzVExu4w2TxwFgCtcB45NODDh { background-color:transparent;background-image:url("https://images.assets-landingi.com/6QRHJ9bs/icon_in_black_min_kopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.6875rem;left:10.1875rem;display:block; }#p8lvCOiCzVExu4w2TxwFgCtcB45NODDh.adaptive-delivery-prevent-bg, #p8lvCOiCzVExu4w2TxwFgCtcB45NODDh.lazyload, #p8lvCOiCzVExu4w2TxwFgCtcB45NODDh.lazyloading { background-image: none; }
#DVIpkQHGGOZLTMCq12hU7qLC40ddO8V7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B16F3azrsR2FC3JsrEgCtGizQDVKTW3W { position:absolute;display:block;z-index:15014;background-color:#a200ff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.375rem;left:5.4375rem;display:block; }
#na0E5pvbUhUicdAliaCS8rc2v3iuxuvv { color:#2a2a2a;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:5.375rem;height:1.86889375rem;text-align:left;text-align-last:left;display:block; }
#Pp1NoqwQINece3AIz5i7EKZKyXnvIfpE { color:#2a2a2a;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.312255859375rem;left:5.43701171875rem;height:22.07813125rem;text-align:left;text-align-last:left;display:block; }
#aGzLBbunLeTPTGEssGikwyvJbLOfvh7l { position:absolute;display:block;z-index:14999;background-color:#a200ff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:14.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:47.5rem;display:block; }
#qbIdVZha18uTxmZ81PzpGUqfVfQSiLxE { 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; }#qbIdVZha18uTxmZ81PzpGUqfVfQSiLxE > .row .container { background-color: transparent; background-image: none; }#qbIdVZha18uTxmZ81PzpGUqfVfQSiLxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbIdVZha18uTxmZ81PzpGUqfVfQSiLxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbIdVZha18uTxmZ81PzpGUqfVfQSiLxE > .row .container > .video-iframe-container { display: none; }#qbIdVZha18uTxmZ81PzpGUqfVfQSiLxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbIdVZha18uTxmZ81PzpGUqfVfQSiLxE > .row > .video-iframe-container { display: none; }#qbIdVZha18uTxmZ81PzpGUqfVfQSiLxE > .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); }#qbIdVZha18uTxmZ81PzpGUqfVfQSiLxE > .row .container { border-width: 0; border-radius: 0; }#qbIdVZha18uTxmZ81PzpGUqfVfQSiLxE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbIdVZha18uTxmZ81PzpGUqfVfQSiLxE > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#CQVTfTfTqz6drpO7ndSOhvLU5iHpxiPT { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:2.8418rem;text-align:center;text-align-last:center;display:block; }
#t6rkZQ5BOwzt8De2OKZK9eTUKrtfiCI0 { color:#2a2a2a;display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:1.54394375rem;text-align:center;text-align-last:center;display:block; }
#XAkL2OkOxLZpBXne6kw5lOOl4bxfBEPb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#XAkL2OkOxLZpBXne6kw5lOOl4bxfBEPb > .row .container { background-color: transparent; background-image: none; }#XAkL2OkOxLZpBXne6kw5lOOl4bxfBEPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAkL2OkOxLZpBXne6kw5lOOl4bxfBEPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAkL2OkOxLZpBXne6kw5lOOl4bxfBEPb > .row .container > .video-iframe-container { display: none; }#XAkL2OkOxLZpBXne6kw5lOOl4bxfBEPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAkL2OkOxLZpBXne6kw5lOOl4bxfBEPb > .row > .video-iframe-container { display: none; }#XAkL2OkOxLZpBXne6kw5lOOl4bxfBEPb > .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); }#XAkL2OkOxLZpBXne6kw5lOOl4bxfBEPb > .row .container { border-width: 0; border-radius: 0; }#XAkL2OkOxLZpBXne6kw5lOOl4bxfBEPb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAkL2OkOxLZpBXne6kw5lOOl4bxfBEPb > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:60rem;position:relative;display:block; }#lW66AffgaJBq0MEt1OwCUEHMIPAQ04RI { position:absolute;display:block;z-index:15007;background-color:#9570ea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:2.1875rem;left:0rem;display:block; }
#F2rhFwGkL2kKWDOIm05a0UnqtoMrTllL { color:rgba(var(--color-tertiary-4),1);display:block;width:17.99925rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:26.121826171875rem;left:20.999755859375rem;height:3.73535rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d3gR7Mzc8B4gEe52NWIVy2XAKsJTMpVc { 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:26.3125rem;width:19.625rem;top:3.6865234375rem;left:0rem;overflow:hidden;display:block; }
#hJllDtxl0fdDP3I3kWfaIpZTrM5e1DB0 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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:21.5rem;width:39.875rem;top:3.6865234375rem;left:20.122853070023rem;overflow:hidden;display:block; }
#S3QpPMd7Wpy9yqdT0rXXv9zLXJLzr7WW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:26.121826171875rem;left:40.999755859375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FNavth5eErmWCBkeHsN5IEz5PtWJNHJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#FNavth5eErmWCBkeHsN5IEz5PtWJNHJQ > .row .container { background-color: transparent; background-image: none; }#FNavth5eErmWCBkeHsN5IEz5PtWJNHJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNavth5eErmWCBkeHsN5IEz5PtWJNHJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNavth5eErmWCBkeHsN5IEz5PtWJNHJQ > .row .container > .video-iframe-container { display: none; }#FNavth5eErmWCBkeHsN5IEz5PtWJNHJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNavth5eErmWCBkeHsN5IEz5PtWJNHJQ > .row > .video-iframe-container { display: none; }#FNavth5eErmWCBkeHsN5IEz5PtWJNHJQ > .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); }#FNavth5eErmWCBkeHsN5IEz5PtWJNHJQ > .row .container { border-width: 0; border-radius: 0; }#FNavth5eErmWCBkeHsN5IEz5PtWJNHJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FNavth5eErmWCBkeHsN5IEz5PtWJNHJQ > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:60rem;position:relative;display:block; }#LsqheolRac8grTrk9v6e4tVi2ySSNeCw { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:2.1875rem;left:0rem;display:block; }
#JsRpOFvLgnoL0XWtMIG5hO0pBCQmGLLz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.99925rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:26.121826171875rem;left:20.999755859375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wbcztV9KPdbbJVM9GIGx6zT24LhXBmo2 { 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:26.0625rem;width:19.5rem;top:3.6865234375rem;left:0rem;overflow:hidden;display:block; }
#sopmDkqr1X5eTMI9Sab6UL6LWFuxqESL { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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:21.625rem;width:40rem;top:3.6865234375rem;left:20.1220703125rem;overflow:hidden;display:block; }
#pk4F90fqkLm9s40ZB6F4Xtx16WW9BKfe { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:26.121826171875rem;left:40.937255859375rem;height:3.73535rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lEHpWKekeTgs5qLula1rS319N2Wwk9n2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#lEHpWKekeTgs5qLula1rS319N2Wwk9n2 > .row .container { background-color: transparent; background-image: none; }#lEHpWKekeTgs5qLula1rS319N2Wwk9n2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEHpWKekeTgs5qLula1rS319N2Wwk9n2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEHpWKekeTgs5qLula1rS319N2Wwk9n2 > .row .container > .video-iframe-container { display: none; }#lEHpWKekeTgs5qLula1rS319N2Wwk9n2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEHpWKekeTgs5qLula1rS319N2Wwk9n2 > .row > .video-iframe-container { display: none; }#lEHpWKekeTgs5qLula1rS319N2Wwk9n2 > .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); }#lEHpWKekeTgs5qLula1rS319N2Wwk9n2 > .row .container { border-width: 0; border-radius: 0; }#lEHpWKekeTgs5qLula1rS319N2Wwk9n2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lEHpWKekeTgs5qLula1rS319N2Wwk9n2 > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:60rem;position:relative;display:block; }#eH9KrTVrFnu1mKcM9b72Ts7CZV4xXUHa { position:absolute;display:block;z-index:15007;background-color:#0da4bd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:2.1875rem;left:0rem;display:block; }
#n5IKe5hoJarpEr3V61mT68TC1RREG836 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.99925rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:26.121826171875rem;left:20.999755859375rem;height:3.73535rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dyL1MUt3y1hrdCJxx125sXUDtsXx9tF3 { 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:26.0625rem;width:19.5rem;top:3.6865234375rem;left:0rem;overflow:hidden;display:block; }
#o1z2ObfGpoHF0yZxSriplXs5fwRkl4cx { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top: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:21.375rem;width:39.4375rem;top:3.6865234375rem;left:20.125732421875rem;overflow:hidden;display:block; }
#mV1t38nGxa00bJIZSyxbKtLU69ENIXla { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6018c862-59a3-48d1-b398-ba5e33b7143a/starsbg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;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; }#mV1t38nGxa00bJIZSyxbKtLU69ENIXla.adaptive-delivery-prevent-bg, #mV1t38nGxa00bJIZSyxbKtLU69ENIXla.lazyload, #mV1t38nGxa00bJIZSyxbKtLU69ENIXla.lazyloading { background-image: none; }#mV1t38nGxa00bJIZSyxbKtLU69ENIXla > .row .container { background-color: transparent; background-image: none; }#mV1t38nGxa00bJIZSyxbKtLU69ENIXla::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mV1t38nGxa00bJIZSyxbKtLU69ENIXla > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mV1t38nGxa00bJIZSyxbKtLU69ENIXla > .row .container > .video-iframe-container { display: none; }#mV1t38nGxa00bJIZSyxbKtLU69ENIXla > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mV1t38nGxa00bJIZSyxbKtLU69ENIXla > .row > .video-iframe-container { display: none; }#mV1t38nGxa00bJIZSyxbKtLU69ENIXla > .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); }#mV1t38nGxa00bJIZSyxbKtLU69ENIXla > .row .container { border-width: 0; border-radius: 0; }#mV1t38nGxa00bJIZSyxbKtLU69ENIXla > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mV1t38nGxa00bJIZSyxbKtLU69ENIXla > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#TTTqG0Q1AqtnmrZT9XlaFaskpq5vflf8 { color:#ffdd00;display:block;width:31.43675rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9518280029297rem;left:14.278644561767rem;height:3.2504875rem;text-align:center;text-align-last:center;display:block; }
#RlZGzMHBfoVAibld54GwV3EpCGTLZszr { color:#ffffff;display:block;width:38.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.2005233764649rem;left:10.498699188233rem;height:2.8418rem;text-align:center;text-align-last:center;display:block; }
#TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD { position:relative;display:block; }#TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD { background-color: transparent; background-image: none; }#TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD > .row .container > .video-iframe-container { display: none; }#TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD > .row > .video-iframe-container { display: none; }#TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD > .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); }#TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD { border-width: 0; border-radius: 0; }#TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:82.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HoTH1w5fTQw1NwfX0Rd8rXrKHUAz8OLT { box-sizing:content-box;height:8.1875rem;width:42.75rem;position:absolute;display:block;z-index:15000;background-color:#6159b2;background-image:none;top:4.0598983764649rem;left:8.3098945617675rem;display:block; }
#Mixp3rLXufsCx9bVKSev27W1NfB0GSWw { color:rgba(var(--color-tertiary-0),1);display:block;width:42rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.8098983764649rem;left:8.4375rem;height:7.94825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nbowzAS69MhbUJU0rPg925QABFIWcT9O { color:rgba(var(--color-tertiary-0),1);display:block;width:44.12475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070707;top:13.24951171875rem;left:7.935791015625rem;height:5.24706875rem;text-align:center;text-align-last:center;display:block; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-form-header {  }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;color:#ffffff;width:27.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.2;text-align:left;text-align-last:left; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-input-text { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:27.875rem;box-sizing:border-box;height:3.4375rem;color:#ffffff;font-size:0.75rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-textarea { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:27.875rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.75rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-input-select { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:27.875rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:"open sans";font-size:0.75rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-input-button { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:#f2f9ff;width:27.875rem;height:3.4375rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(0,0,0,0.5) ; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"open sans";font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .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.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:26.5rem;overflow:hidden;font-style:normal; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .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; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .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:#ffffff;overflow:hidden;font-style:normal;line-height:1.5; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-container:first-of-type{padding-top:0;}#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-container:last-of-type{padding-bottom:0;}#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5  { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:14.52734375rem;top:20.217445373535rem;z-index:15005;position:absolute; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.875rem; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 {display:block;}#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:14.52734375rem;top:20.217445373535rem;z-index:15005;position:absolute; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #mcc7mbSEwBLPxiX4v9JGLVaZpCv35gkr { position:relative; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #lTt0gWwSFp13wPUxF6xQHMLgeD4EckqJ { position:relative;display:block; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #O6cqai4n1iUbQhM76aWLnvn01t0DdGP3 { position:relative; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #gga1lOZeIIy7ASGUV1ZhAXGorzprux81 { position:relative; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #vd8GsbLHtd76DSG4KEacD0tXCVv7PHqQ { position:relative;display:block; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #Ws9ki7ENR3HobwSAwXUdDzzEVn8ODMwL { position:relative; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #dUGKfE3nOINXUWSScxQH4wXezJ4mJ114 { position:relative; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #VtAAnaisDCQSmNrFcGi4eeG8PebOOg1A { position:relative;display:block; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #SbTi1AAzeqvHgoG7UTy4Sx1sa8tFV99M { position:relative; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #RBlqiZ4utfGFx7WyndFdltzo1dIfcUVk { position:relative; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #DT4sfMTG9AgnAmQW4Qx42mSZys8VUSyM { position:relative;display:block; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #CqmGUDmIiQpVVJ30spHGA4WXo00xmvxo { position:relative; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #r6urDMr3pyxFzZVxw1JzQVqMcqlunWSW { position:relative; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #dbeeASO7vHP6SoDhvVuCKwJKlRm7ndBT { position:relative;display:block; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #Upun95FQW6CpIR9ThkU1a06T1vPVvNIS { position:relative; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #xMnbZnObo39qafFI0rcnKdUr3AXxduGX { position:relative; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #f2Q9KLviGTCgiNL1AnGQiTT7DFMA2k8O { position:relative;display:block; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #hofTpP7HgZvMHgS4bhJxZBTtS2hgTyqs { position:relative; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #XbJvpuUTAfgeht6giULScUG7ymgk3RD9 { position:relative; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #qweI5fy1xD5DxrkUdkh9GboOPzEQWEqX { position:relative;display:block; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #l1LzOQNi7I36FfzEndxrI2lnWIzATTZ4 { position:relative; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #AJP9Ww66kAT1uzvb9PRJLx6ITtQbZwW1 { position:relative; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #CBBB1LSL3PMdhWzO99UzWVmtwJZ85aCE { position:relative;display:block; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #dtBX8uNbe226NKK0Z5zc6TPyDGHaQt9A { position:relative; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #eX3seNKmTldldCPTslMbHt2r20wczzFp { position:relative; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #AJ7Dl8NkmvtSv1aGD1mJqpGHitRFkuqz { position:relative; }
#Ke4KB9GpoPmyqLXq6kAm5UdevuJs1IZT { color:rgba(var(--color-tertiary-0),1);display:block;width:39.4361875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:79.71484565735rem;left:10.278644561767rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#NppoaieXp7yWCqngbo3HnCGZJy0rNWgb { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9987rem;width:15.3125rem;top:74.38281440735rem;left:22.34375rem;overflow:hidden;display:block; }
#WJVecL1XaevTdvQTJ90rNV3zqSKb7Q9f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#WJVecL1XaevTdvQTJ90rNV3zqSKb7Q9f > .row .container { background-color: transparent; background-image: none; }#WJVecL1XaevTdvQTJ90rNV3zqSKb7Q9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJVecL1XaevTdvQTJ90rNV3zqSKb7Q9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJVecL1XaevTdvQTJ90rNV3zqSKb7Q9f > .row .container > .video-iframe-container { display: none; }#WJVecL1XaevTdvQTJ90rNV3zqSKb7Q9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJVecL1XaevTdvQTJ90rNV3zqSKb7Q9f > .row > .video-iframe-container { display: none; }#WJVecL1XaevTdvQTJ90rNV3zqSKb7Q9f > .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); }#WJVecL1XaevTdvQTJ90rNV3zqSKb7Q9f > .row .container { border-width: 0; border-radius: 0; }#WJVecL1XaevTdvQTJ90rNV3zqSKb7Q9f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WJVecL1XaevTdvQTJ90rNV3zqSKb7Q9f > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:60rem;position:relative;display:block; }#uWXsLUs2foUTcDdv5r2fRX1BtDpRuXxK { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:1.62305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bsX7lv4iwhkSIhLbOldzURp7yqzBeMUM { color:#ac00ff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7tb1MPMZ3z8ixhva0gPCRIKe9XzZ9pt { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.6875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fyvAU8hvNwIubWXDHCQWTec3fZwFxxtv { 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:12.937rem;width:9.3115rem;top:11.56005859375rem;left:5.311279296875rem;overflow:hidden;display:block; }
#nJHxVmvFf5leGg7ZiJLguVP8aCP3vScA { color:#ffffff;display:block;width:19.9365rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.75rem;left:20.0625rem;height:4.063475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cnTUXL7giamBtWVd0Ik3TOUciTdLFGFu { 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:12.5rem;width:9.125rem;top:11.8740234375rem;left:25.499267578125rem;overflow:hidden;display:block; }
#ryQLR16CTCUVC4GTccMiSVS7VnFpGsZi { 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:13.49975rem;width:7.937rem;top:31.1875rem;left:6rem;overflow:hidden;display:block; }
#oFNN58ez1RHn08O053pX8R7BUtl9mga0 { 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:13.8125rem;width:8.6875rem;top:30.934326171875rem;left:25.8740234375rem;overflow:hidden;display:block; }
#x39sXIeEXC8HucNcLXRf8aEqwl1nc2Qi { position:absolute;display:block;z-index:15021;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.624rem;width:8.3745rem;top:31.62158203125rem;left:45.837890625rem;overflow:hidden;display:block; }
#lpzyxfEJn0hZkof9y7fUJqMRNnvAhFpW { position:absolute;display:block;z-index:15002;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.749rem;width:9.87425rem;top:11.651611328125rem;left:45.091552734375rem;overflow:hidden;display:block; }
#Gq7MtRG9lnFS5TJslAkvdCyTSsF9iV6v { color:#ffffff;display:block;width:19.9365rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.6875rem;left:40.0634765625rem;height:4.063475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xAipC5WWcMa4QrX8rtVdGhHgLhKU0r1v { color:#ffffff;display:block;width:19.9365rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:44.625rem;left:0rem;height:4.063475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vwcR7VGU0DBRETqWN5yoL3eLqQUDrOTv { color:#ffffff;display:block;width:19.9350625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:44.68505859375rem;left:20.03173828125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AzuMuiMdir6ghpE8zIzk5M95puKHXHvg { color:#ffffff;display:block;width:18.1245rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:44.68505859375rem;left:40.96435546875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8100da;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; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { background-color: transparent; background-image: none; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container > .video-iframe-container { display: none; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row > .video-iframe-container { display: none; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .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); }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { border-width: 0; border-radius: 0; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { font-size:0.875rem;font-family:arial;height:1.4375rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK { display:block; }#KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNqJKLXZkk9lfstCurNacSNlktdVwv3E { top:7.75rem;left:17.875rem;width:29.875rem;height:7.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSCupoGTAR0XaR0tIgUgIVqIDGLaghOl { top:16.9375rem;left:20.5625rem;width:27.1875rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOPaW1TDD2TG7oPdiBfDIfd6Oy6XO9BJ { width:15.0625rem;height:2.875rem;top:24.875rem;left:29.09130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygbkm2I1zKfJaQNeOhTsVEB405hUGKKi { display:block; }
 }@media only screen and (max-width: 763px) { #heTOWr9M65k5eUft6iQuqFO4LhlWIR5C { top:15.625rem;left:29.308597564698rem;width:14.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAGLlkQgtkkNgTFFvsTkwThLdp4LsCts { width:15.3125rem;height:5.99975625rem;top:1.125rem;left:28.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH30z03bTsxv4xR3PSMkH0aNCgooTDgS { width:32.125rem;height:31.0625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwevTRzEoz9DXT6SOCHTS121aml5MVwZ { width:31.1875rem;height:20.75rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX { display:block; }#rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 { display:block; }#CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #epXUaf5L7bhlOTBoQEEqOgSVGTSZRUBO { top:3.375rem;left:0rem;width:47.75rem;height:9.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX0zvW6WuASqhxKICWyEwtwH34rpSP86 { width:18.375rem;height:15.5625rem;top:3.625rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trc1Vcis3vGXNT05h4DN3BhbivSmM7FU { top:12.75rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDa1qRhRdFSXDVg6gom5XyA0sKbr8DJ9 { display:block; }#hDa1qRhRdFSXDVg6gom5XyA0sKbr8DJ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ip2c0onStzum2LwUTE7yfRNt01A6esxm { top:2.6875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiU732g2icBNvQyWVoC6PglRy1beTJTK { top:4rem;left:0rem;width:47.75rem;height:5.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDfay781gVrEdJiOeZkNgxL9JbC3i8nG { top:14.25rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KThD1hWslmzKHgLUAx4AttFRT5yIUpiP { top:13.125rem;left:0.75rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8mXlo3MlJWOiWAqQW7ArWeZPxrkbHgc { top:15.3125rem;left:0.75rem;width:14.0625rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4wgDkD4ATTeA31JOH5akwZAhLGGfVyw { top:23rem;left:0rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD8vbdEs5Op7VSExybBpd8x4q5nfqn0J { top:23.875rem;left:1.375rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhkNOyWuduUVyteo1aJAFQ636A6WfNw6 { top:26.0625rem;left:1.375rem;width:15.1875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGoAniRVGl9qX1X3hu3Oa1uc7eeMfRxx { top:22.625rem;left:31.639892578125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2soQW6fnonMAmfqnVl4GFGPmv9B5Sfs { top:11.625rem;left:35.1875rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4S91iNqdhmoVup3Csh0A5eolxCmPDkO { top:13.875rem;left:33.3125rem;width:14.4375rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4Kya4oUcE4kvJxn03eKmQnPbdMUM32f { top:21.5625rem;left:33.0625rem;width:14.6875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLLVGsntz2oPPOKgXsfye6VUIxJrU3e1 { top:34.0625rem;left:27.827880859375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQLBN5BaVaCFupbbg7MfO2i38S840akb { top:34.125rem;left:2.93701171875rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQcSi6TFsSQDCKK5hkRxdTUgMmlQ4eA5 { top:36.625rem;left:2.999755859375rem;width:16.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGFE4i8x1fVUdKxfRXJc4UsAlQ346sna { top:25.5625rem;left:32.6875rem;width:15.0625rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcFvEw9zAz3mNDKSv79llwPCkbAEVvHN { width:17.625rem;height:22.375rem;top:10.375rem;left:13.93603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7lhPVVamwxqvGbkpXz3w2uQBWMRcwrI { width:15.0625rem;height:2.875rem;top:43.1875rem;left:16.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMtOuTTTwA0pQuvgyAlRRClWWfxZ5HZu { display:block; }
 }@media only screen and (max-width: 763px) { #icwgOFHsETrFpZnfwo5aQ9SfchtSQbp6 { top:33.5625rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI2ZkoxxKECXpU6f7xN4ITIAsC9zEA3X { top:36.0625rem;left:31.0625rem;width:16.6875rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlRangdEbm663X5CuTr2iWEhLbMfWKcV { width:8.125rem;height:8.125rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUAWLRztooHdJSGfeTUzTu2LkTOuTkgQ { width:9.0625rem;height:9.0625rem;top:10.375rem;left:31.434814453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erFRR4GB0uLCO83OT2X80t6Vp6hWlpIu { display:block; }#erFRR4GB0uLCO83OT2X80t6Vp6hWlpIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzu8G5SnCrxNFAKn1aBut0ZD829ed3Tg { top:2.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNDG63osXnUA9dGQIkTGW2fLEETozrWO { width:47.75rem;height:27.251996287823rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUGhloTtZErILBAmvE9iZszoXFLinHAM { top:37.5625rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1hTWvvdrTDmQFe7LeyuzQutA2nRPEqa { display:block; }#O1hTWvvdrTDmQFe7LeyuzQutA2nRPEqa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRTxMOsnmqLI8hPCbGiK1LfTbSu1h42M { top:7.5625rem;left:5.25rem;width:42.5rem;height:52.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXShSvyvwB3JuTOS9hlTVNCTpEwM9rNq { width:9.625rem;height:9.625rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHGH3rEnkX57kNhsp8DqWhpCxkzHUNrn { width:9.5625rem;height:9.5625rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI3rZETIBwIMDo4cEhsFCET9iN4bylob { width:9.5625rem;height:9.5625rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhvsMqdQVSTf6s5o2m5vLUPRyQ3XQ5ls { width:9.5625rem;height:9.5625rem;top:49.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4bOPHTwNsxIMT4nlT2wZtTkoneDiJOk { top:2.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbJ6s5dGJ2Q4ZKfMmedP97pHqZOocDAN { display:block; }#qbJ6s5dGJ2Q4ZKfMmedP97pHqZOocDAN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLPQFg32qun7BOPN1ONI00io8JXFJQNw { top:18.1875rem;left:0rem;width:14.1875rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix7yy7nfCBdBcmHTzVomQe4bdkV85yM3 { top:19.5625rem;left:9.1875rem;width:14.1875rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5BZdqFV7RlMi5GsC4tC6wpH1dnyMvsA { top:19.5625rem;left:24.5rem;width:14.1875rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTTXJTJnis95aUXIS4bxawfntRxPPktJ { top:19.5625rem;left:33.5625rem;width:14.1875rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aldfzLv6xTT3H4lGWMQOahUiD0qkWtAT { top:11.9375rem;left:5.625rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #WUBpAzbziVhPEeDku9rdHvsRXLBnea7i { top:12rem;left:21rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #IUUZOBtKMvKXzRUdlTHLAwfoJDqT0l0q { top:12rem;left:36.125rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #G5xMqtbm0Exs0TTgnKx9lFccGGTQXDmm { top:17.5rem;left:0rem;width:14.1875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2iyTg1Xcei6GwpJd2z3PqvtZNEg69IT { top:17.5rem;left:9.25rem;width:14.1875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdQxwB6wFw9cRz47QDPV2JFrEx1bIRpL { top:17.5rem;left:24.5rem;width:14.1875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1hMx2smIbQT7yUvlmLKyuU5AT2CTH6p { top:17.5rem;left:33.5625rem;width:14.1875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRJWailiGTXdqQAnvFc6gp7vxeU3949Q { width:7.5rem;height:8.62425rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ZHrLKSGrUo6rWNMzxB4uc0pkqVCf47 { width:7.5rem;height:8.2495rem;top:7.75rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5JRxWAvsy34fuNWhiUC4amiTXET6GUb { width:5.8125rem;height:8.0398981107503rem;top:8rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auG0tAHw0MfiHGsL2zTXWAawMtvlnBw2 { width:6.625rem;height:7.9867560191416rem;top:8rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8Wkdi7mc4qzUamvcUnEmEUaoC8srSQ4 { top:2.6875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaCT5yKtU7UmfxVbDrACmrmkW75X7mB0 { display:block; }#yaCT5yKtU7UmfxVbDrACmrmkW75X7mB0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RahbgPHSDrdF5EtzIrO9b9V9lM4t49td { display:block; }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZFWcemMLZ3Kmvx7BH9hUEKuyq3GCShD { top:1.625rem;left:28.0625rem;width:19.6875rem;height:30.4980625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI8GJgEJWMenQu3m1oV3qGrx1Mna52TK { width:1.8125rem;height:1.8125rem;top:29.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWnyfMufLBbph9WC9L0vCTl3IgRMyp4E { display:block; }
 }@media only screen and (max-width: 763px) { #FhmRuyBERT2PTAEWTMI0nDnEKyTfxUzy { width:1.8125rem;height:1.8125rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tloUcDeaRQJVylkWRwbwXGRSuRngyNUR { display:block; }
 }@media only screen and (max-width: 763px) { #p8lvCOiCzVExu4w2TxwFgCtcB45NODDh { width:1.8125rem;height:1.8125rem;top:29.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVIpkQHGGOZLTMCq12hU7qLC40ddO8V7 { display:block; }
 }@media only screen and (max-width: 763px) { #B16F3azrsR2FC3JsrEgCtGizQDVKTW3W { top:3.375rem;left:0rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #na0E5pvbUhUicdAliaCS8rc2v3iuxuvv { top:3.8125rem;left:0rem;width:25.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp1NoqwQINece3AIz5i7EKZKyXnvIfpE { top:6.25rem;left:0rem;width:32.375rem;height:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGzLBbunLeTPTGEssGikwyvJbLOfvh7l { top:0rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbIdVZha18uTxmZ81PzpGUqfVfQSiLxE { display:block; }#qbIdVZha18uTxmZ81PzpGUqfVfQSiLxE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQVTfTfTqz6drpO7ndSOhvLU5iHpxiPT { top:1.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6rkZQ5BOwzt8De2OKZK9eTUKrtfiCI0 { top:5.25rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAkL2OkOxLZpBXne6kw5lOOl4bxfBEPb { display:block; }#XAkL2OkOxLZpBXne6kw5lOOl4bxfBEPb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lW66AffgaJBq0MEt1OwCUEHMIPAQ04RI { width:6.25rem;height:0;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2rhFwGkL2kKWDOIm05a0UnqtoMrTllL { width:17.9375rem;height:;top:26.0625rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3gR7Mzc8B4gEe52NWIVy2XAKsJTMpVc { width:19.625rem;height:26.3125rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJllDtxl0fdDP3I3kWfaIpZTrM5e1DB0 { width:39.875rem;height:21.499404377512rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3QpPMd7Wpy9yqdT0rXXv9zLXJLzr7WW { width:17.9375rem;height:;top:26.0625rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNavth5eErmWCBkeHsN5IEz5PtWJNHJQ { display:block; }#FNavth5eErmWCBkeHsN5IEz5PtWJNHJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsqheolRac8grTrk9v6e4tVi2ySSNeCw { width:6.25rem;height:0;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsRpOFvLgnoL0XWtMIG5hO0pBCQmGLLz { width:17.9375rem;height:;top:26.0625rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbcztV9KPdbbJVM9GIGx6zT24LhXBmo2 { width:19.5rem;height:26.0625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sopmDkqr1X5eTMI9Sab6UL6LWFuxqESL { width:40rem;height:21.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk4F90fqkLm9s40ZB6F4Xtx16WW9BKfe { width:18.1875rem;height:3.75rem;top:26.0625rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEHpWKekeTgs5qLula1rS319N2Wwk9n2 { display:block; }#lEHpWKekeTgs5qLula1rS319N2Wwk9n2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eH9KrTVrFnu1mKcM9b72Ts7CZV4xXUHa { width:6.25rem;height:0;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5IKe5hoJarpEr3V61mT68TC1RREG836 { width:17.9375rem;height:;top:26.0625rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyL1MUt3y1hrdCJxx125sXUDtsXx9tF3 { width:19.5rem;height:26.0625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1z2ObfGpoHF0yZxSriplXs5fwRkl4cx { width:39.4375rem;height:21.375rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV1t38nGxa00bJIZSyxbKtLU69ENIXla { display:block; }#mV1t38nGxa00bJIZSyxbKtLU69ENIXla > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTTqG0Q1AqtnmrZT9XlaFaskpq5vflf8 { top:1.9375rem;left:8.1536445617675rem;width:31.375rem;height:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlZGzMHBfoVAibld54GwV3EpCGTLZszr { top:5.1875rem;left:4.3736991882324rem;width:38.9375rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD { display:block; }#TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoTH1w5fTQw1NwfX0Rd8rXrKHUAz8OLT { top:4rem;left:2.1848945617676rem;width:42.75rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mixp3rLXufsCx9bVKSev27W1NfB0GSWw { top:3.75rem;left:2.3125rem;width:42rem;height:7.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbowzAS69MhbUJU0rPg925QABFIWcT9O { top:13.1875rem;left:1.810791015625rem;width:44.0625rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-regular-label { display:block;width:27.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-input-text { width:27.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-textarea { width:27.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-input-select { width:27.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-input-button { width:27.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-checkbox-label { width:26.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5  { width:27.875rem;height:auto;top:20.1875rem;left:8.40234375rem; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .radio-container { width:27.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 {display:block;}#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 { width:27.875rem;height:auto;top:20.1875rem;left:8.40234375rem; }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #mcc7mbSEwBLPxiX4v9JGLVaZpCv35gkr {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #lTt0gWwSFp13wPUxF6xQHMLgeD4EckqJ {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #O6cqai4n1iUbQhM76aWLnvn01t0DdGP3 {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #gga1lOZeIIy7ASGUV1ZhAXGorzprux81 {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #vd8GsbLHtd76DSG4KEacD0tXCVv7PHqQ { display:block; }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #Ws9ki7ENR3HobwSAwXUdDzzEVn8ODMwL {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #dUGKfE3nOINXUWSScxQH4wXezJ4mJ114 {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #VtAAnaisDCQSmNrFcGi4eeG8PebOOg1A {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #SbTi1AAzeqvHgoG7UTy4Sx1sa8tFV99M {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #RBlqiZ4utfGFx7WyndFdltzo1dIfcUVk {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #DT4sfMTG9AgnAmQW4Qx42mSZys8VUSyM {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #CqmGUDmIiQpVVJ30spHGA4WXo00xmvxo {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #r6urDMr3pyxFzZVxw1JzQVqMcqlunWSW {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #dbeeASO7vHP6SoDhvVuCKwJKlRm7ndBT { display:block; }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #Upun95FQW6CpIR9ThkU1a06T1vPVvNIS {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #xMnbZnObo39qafFI0rcnKdUr3AXxduGX {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #f2Q9KLviGTCgiNL1AnGQiTT7DFMA2k8O {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #hofTpP7HgZvMHgS4bhJxZBTtS2hgTyqs {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #XbJvpuUTAfgeht6giULScUG7ymgk3RD9 {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #qweI5fy1xD5DxrkUdkh9GboOPzEQWEqX {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #l1LzOQNi7I36FfzEndxrI2lnWIzATTZ4 {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #AJP9Ww66kAT1uzvb9PRJLx6ITtQbZwW1 {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #CBBB1LSL3PMdhWzO99UzWVmtwJZ85aCE {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #dtBX8uNbe226NKK0Z5zc6TPyDGHaQt9A {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #eX3seNKmTldldCPTslMbHt2r20wczzFp {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #AJ7Dl8NkmvtSv1aGD1mJqpGHitRFkuqz {  }
 }@media only screen and (max-width: 763px) { #Ke4KB9GpoPmyqLXq6kAm5UdevuJs1IZT { top:79.6875rem;left:4.1536445617676rem;width:39.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NppoaieXp7yWCqngbo3HnCGZJy0rNWgb { width:15.3125rem;height:5.9987rem;top:74.375rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJVecL1XaevTdvQTJ90rNV3zqSKb7Q9f { display:block; }#WJVecL1XaevTdvQTJ90rNV3zqSKb7Q9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWXsLUs2foUTcDdv5r2fRX1BtDpRuXxK { width:47.75rem;height:1.5625rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsX7lv4iwhkSIhLbOldzURp7yqzBeMUM { width:47.75rem;height:3.625rem;top:3.8125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tb1MPMZ3z8ixhva0gPCRIKe9XzZ9pt { width:19.875rem;height:4.0625rem;top:24.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyvAU8hvNwIubWXDHCQWTec3fZwFxxtv { width:9.25rem;height:12.851554529345rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJHxVmvFf5leGg7ZiJLguVP8aCP3vScA { width:19.875rem;height:4.0625rem;top:24.75rem;left:13.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnTUXL7giamBtWVd0Ik3TOUciTdLFGFu { width:9.125rem;height:12.5rem;top:11.8125rem;left:19.374267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryQLR16CTCUVC4GTccMiSVS7VnFpGsZi { width:7.875rem;height:13.394296491118rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFNN58ez1RHn08O053pX8R7BUtl9mga0 { width:8.6875rem;height:13.813840082312rem;top:30.875rem;left:19.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x39sXIeEXC8HucNcLXRf8aEqwl1nc2Qi { width:8.3125rem;height:12.530539136665rem;top:31.5625rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpzyxfEJn0hZkof9y7fUJqMRNnvAhFpW { width:9.8125rem;height:12.669272349799rem;top:11.625rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq7MtRG9lnFS5TJslAkvdCyTSsF9iV6v { width:19.875rem;height:4.0625rem;top:24.625rem;left:27.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAipC5WWcMa4QrX8rtVdGhHgLhKU0r1v { width:19.875rem;height:4.0625rem;top:44.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwcR7VGU0DBRETqWN5yoL3eLqQUDrOTv { width:19.875rem;height:4.0625rem;top:44.625rem;left:13.90673828125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzuMuiMdir6ghpE8zIzk5M95puKHXHvg { width:18.0625rem;height:4.0625rem;top:44.625rem;left:29.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE { display:block; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK { background-color:#000000;background-image:none;display:block; }#KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK > .row .container { background-color: transparent; background-image: none; }#KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK > .row .container > .video-iframe-container { display: none; }#KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK > .row > .video-iframe-container { display: none; }#KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK > .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); }#KHcQGpSCtkk64eBLTtI8BLqsr0ubFupK > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNqJKLXZkk9lfstCurNacSNlktdVwv3E { width:19.375rem;height:4.6494125rem;top:7.7490234375rem;left:0.31201171875rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZSCupoGTAR0XaR0tIgUgIVqIDGLaghOl { width:18.125rem;height:10.3945rem;top:13.56201171875rem;left:1.3740234375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iOPaW1TDD2TG7oPdiBfDIfd6Oy6XO9BJ { width:15.1245rem;height:2.9370125rem;top:25.4990234375rem;left:2.43603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygbkm2I1zKfJaQNeOhTsVEB405hUGKKi { display:block; }
 }@media only screen and (max-width: 763px) { #heTOWr9M65k5eUft6iQuqFO4LhlWIR5C { width:0.125rem;height:7.0625rem;top:15.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAGLlkQgtkkNgTFFvsTkwThLdp4LsCts { width:15.3125rem;height:5.99975625rem;top:1.5625rem;left:2.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #qH30z03bTsxv4xR3PSMkH0aNCgooTDgS { width:20rem;height:19.3388121031rem;top:30.623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwevTRzEoz9DXT6SOCHTS121aml5MVwZ { width:20rem;height:13.3056875rem;top:17.333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX { background-color:#7600b9;background-image:none;display:block; }#rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX > .row .container { background-color: transparent; background-image: none; }#rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX > .row .container > .video-iframe-container { display: none; }#rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX > .row > .video-iframe-container { display: none; }#rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX > .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); }#rPeUmN26MvA3PWXkhT3Qhgh1dTuvr0bX > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 { display:block; }#CaghS15CRkZ83Pie5niCeL2NkvHPv5E8 > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #epXUaf5L7bhlOTBoQEEqOgSVGTSZRUBO { width:20rem;height:5.0361375rem;top:13.1865234375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX0zvW6WuASqhxKICWyEwtwH34rpSP86 { width:13.5rem;height:11.3745rem;top:0.57568359375rem;left:3.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trc1Vcis3vGXNT05h4DN3BhbivSmM7FU { width:20rem;height:10.34473125rem;top:18.87451171875rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hDa1qRhRdFSXDVg6gom5XyA0sKbr8DJ9 { display:block; }#hDa1qRhRdFSXDVg6gom5XyA0sKbr8DJ9 > .row .container { width:20rem;height:96.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ip2c0onStzum2LwUTE7yfRNt01A6esxm { width:20rem;height:3.44824375rem;top:3.187255859375rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QiU732g2icBNvQyWVoC6PglRy1beTJTK { width:20rem;height:1.72485625rem;top:7.186279296875rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MDfay781gVrEdJiOeZkNgxL9JbC3i8nG { width:6.62475rem;height:6.62475rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KThD1hWslmzKHgLUAx4AttFRT5yIUpiP { width:12.5610625rem;height:1.7871125rem;top:29rem;left:5.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8mXlo3MlJWOiWAqQW7ArWeZPxrkbHgc { width:14.0625rem;height:5.6015625rem;top:30.75rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4wgDkD4ATTeA31JOH5akwZAhLGGfVyw { width:5.874025rem;height:5.874025rem;top:48.873291015625rem;left:0.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD8vbdEs5Op7VSExybBpd8x4q5nfqn0J { width:12.4995rem;height:1.7871125rem;top:48.873046875rem;left:5.560546875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhkNOyWuduUVyteo1aJAFQ636A6WfNw6 { width:14.375rem;height:4.201175rem;top:50.560546875rem;left:5.56103515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGoAniRVGl9qX1X3hu3Oa1uc7eeMfRxx { width:6.4375rem;height:6.4375rem;top:59.874267578125rem;left:0.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2soQW6fnonMAmfqnVl4GFGPmv9B5Sfs { width:12.5610625rem;height:1.7871125rem;top:38.763427734375rem;left:5.5126953125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4S91iNqdhmoVup3Csh0A5eolxCmPDkO { width:14.4360625rem;height:5.6015625rem;top:40.469970703125rem;left:5.562744140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4Kya4oUcE4kvJxn03eKmQnPbdMUM32f { width:14.25rem;height:3.57421875rem;top:57.1875rem;left:5.74853515625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLLVGsntz2oPPOKgXsfye6VUIxJrU3e1 { width:6.4980625rem;height:6.4980625rem;top:80.74951171875rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #fQLBN5BaVaCFupbbg7MfO2i38S840akb { width:12.5610625rem;height:1.7871125rem;top:68.41845703125rem;left:5.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQcSi6TFsSQDCKK5hkRxdTUgMmlQ4eA5 { width:14.3125rem;height:5.6015625rem;top:70.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGFE4i8x1fVUdKxfRXJc4UsAlQ346sna { width:14.5625rem;height:5.6015625rem;top:60.873046875rem;left:5.74951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcFvEw9zAz3mNDKSv79llwPCkbAEVvHN { width:14.2480625rem;height:18.125rem;top:9.676513671875rem;left:2.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7lhPVVamwxqvGbkpXz3w2uQBWMRcwrI { width:15.122375rem;height:2.9362rem;top:90.223962783812rem;left:2.4388022422791rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMtOuTTTwA0pQuvgyAlRRClWWfxZ5HZu { display:block; }
 }@media only screen and (max-width: 763px) { #icwgOFHsETrFpZnfwo5aQ9SfchtSQbp6 { width:12.4995rem;height:1.705075rem;top:78.63916015625rem;left:5.96630859375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI2ZkoxxKECXpU6f7xN4ITIAsC9zEA3X { width:13.875rem;height:7.0019375rem;top:80.4990234375rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlRangdEbm663X5CuTr2iWEhLbMfWKcV { width:6.3745rem;height:6.3745rem;top:69.610595703125rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #dUAWLRztooHdJSGfeTUzTu2LkTOuTkgQ { width:6.8115rem;height:6.8115rem;top:39.3310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erFRR4GB0uLCO83OT2X80t6Vp6hWlpIu { display:block; }#erFRR4GB0uLCO83OT2X80t6Vp6hWlpIu > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzu8G5SnCrxNFAKn1aBut0ZD829ed3Tg { width:20rem;height:7.5546875rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNDG63osXnUA9dGQIkTGW2fLEETozrWO { width:20rem;height:11.414717789714rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUGhloTtZErILBAmvE9iZszoXFLinHAM { width:20rem;height:14.6074375rem;top:23.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1hTWvvdrTDmQFe7LeyuzQutA2nRPEqa { display:block; }#O1hTWvvdrTDmQFe7LeyuzQutA2nRPEqa > .row .container { width:20rem;height:118.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRTxMOsnmqLI8hPCbGiK1LfTbSu1h42M { width:20rem;height:85.2538875rem;top:30.633544921875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXShSvyvwB3JuTOS9hlTVNCTpEwM9rNq { width:9.624rem;height:9.624rem;top:8.01025390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHGH3rEnkX57kNhsp8DqWhpCxkzHUNrn { width:9.56175rem;height:9.56175rem;top:8.03955078125rem;left:10.438232421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI3rZETIBwIMDo4cEhsFCET9iN4bylob { width:9.56175rem;height:9.56175rem;top:18.88427734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhvsMqdQVSTf6s5o2m5vLUPRyQ3XQ5ls { width:9.56175rem;height:9.56175rem;top:18.8818359375rem;left:10.438232421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4bOPHTwNsxIMT4nlT2wZtTkoneDiJOk { width:20rem;height:5.19791875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbJ6s5dGJ2Q4ZKfMmedP97pHqZOocDAN { display:block; }#qbJ6s5dGJ2Q4ZKfMmedP97pHqZOocDAN > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLPQFg32qun7BOPN1ONI00io8JXFJQNw { width:13.8125rem;height:6.5625rem;top:8.8125005960463rem;left:6.125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ix7yy7nfCBdBcmHTzVomQe4bdkV85yM3 { width:14.25rem;height:5.25rem;top:19.625001907349rem;left:5.75rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #V5BZdqFV7RlMi5GsC4tC6wpH1dnyMvsA { width:14.375rem;height:5.25rem;top:30.500001907349rem;left:5.375rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #BTTXJTJnis95aUXIS4bxawfntRxPPktJ { width:14.25rem;height:5.25rem;top:41.803385734558rem;left:5.75rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #aldfzLv6xTT3H4lGWMQOahUiD0qkWtAT { width:6.25rem;height:0.0625rem;top:16.875000596046rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUBpAzbziVhPEeDku9rdHvsRXLBnea7i { width:6.25rem;height:0.0625rem;top:26.281252503395rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUUZOBtKMvKXzRUdlTHLAwfoJDqT0l0q { width:6.25rem;height:0.0625rem;top:37.375002503395rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5xMqtbm0Exs0TTgnKx9lFccGGTQXDmm { width:14.184875rem;height:1.57470625rem;top:8.8125rem;left:5.8151044845581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2iyTg1Xcei6GwpJd2z3PqvtZNEg69IT { width:14.184875rem;height:1.57470625rem;top:18.134134292602rem;left:5.8151044845581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdQxwB6wFw9cRz47QDPV2JFrEx1bIRpL { width:14.184875rem;height:1.57470625rem;top:29.009115219116rem;left:5.8151044845581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1hMx2smIbQT7yUvlmLKyuU5AT2CTH6p { width:14.184875rem;height:1.57470625rem;top:40.312480926514rem;left:5.8151044845581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRJWailiGTXdqQAnvFc6gp7vxeU3949Q { width:7rem;height:8.0625rem;top:8.1875005960463rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ZHrLKSGrUo6rWNMzxB4uc0pkqVCf47 { width:7.5rem;height:8.2486875rem;top:17.497406005859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5JRxWAvsy34fuNWhiUC4amiTXET6GUb { width:5.8125rem;height:8.0390625rem;top:27.917969465256rem;left:0.39453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auG0tAHw0MfiHGsL2zTXWAawMtvlnBw2 { width:5.875rem;height:7.125rem;top:39.907552719116rem;left:0.33203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8Wkdi7mc4qzUamvcUnEmEUaoC8srSQ4 { width:20rem;height:4.7109375rem;top:2.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaCT5yKtU7UmfxVbDrACmrmkW75X7mB0 { display:block; }#yaCT5yKtU7UmfxVbDrACmrmkW75X7mB0 > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RahbgPHSDrdF5EtzIrO9b9V9lM4t49td { display:block; }#RahbgPHSDrdF5EtzIrO9b9V9lM4t49td > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZFWcemMLZ3Kmvx7BH9hUEKuyq3GCShD { width:12rem;height:18.5625rem;top:1.01953125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI8GJgEJWMenQu3m1oV3qGrx1Mna52TK { width:1.875rem;height:1.875rem;top:16.937500953674rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWnyfMufLBbph9WC9L0vCTl3IgRMyp4E { display:block; }
 }@media only screen and (max-width: 763px) { #FhmRuyBERT2PTAEWTMI0nDnEKyTfxUzy { width:1.875rem;height:1.875rem;top:16.937500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tloUcDeaRQJVylkWRwbwXGRSuRngyNUR { display:block; }
 }@media only screen and (max-width: 763px) { #p8lvCOiCzVExu4w2TxwFgCtcB45NODDh { width:1.875rem;height:1.875rem;top:16.937500953674rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVIpkQHGGOZLTMCq12hU7qLC40ddO8V7 { display:block; }
 }@media only screen and (max-width: 763px) { #B16F3azrsR2FC3JsrEgCtGizQDVKTW3W { width:3.125rem;height:0.125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #na0E5pvbUhUicdAliaCS8rc2v3iuxuvv { width:20rem;height:1.8684875rem;top:20.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp1NoqwQINece3AIz5i7EKZKyXnvIfpE { width:20rem;height:35.87695rem;top:23.687500953674rem;left:0rem;font-size:1.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #aGzLBbunLeTPTGEssGikwyvJbLOfvh7l { width:12.0625rem;height:12.0625rem;top:0rem;left:7.77083375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbIdVZha18uTxmZ81PzpGUqfVfQSiLxE { display:block; }#qbIdVZha18uTxmZ81PzpGUqfVfQSiLxE > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQVTfTfTqz6drpO7ndSOhvLU5iHpxiPT { width:20rem;height:5.19791875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6rkZQ5BOwzt8De2OKZK9eTUKrtfiCI0 { width:15.9375rem;height:4.6318375rem;top:6.625rem;left:2.03125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAkL2OkOxLZpBXne6kw5lOOl4bxfBEPb { display:block; }#XAkL2OkOxLZpBXne6kw5lOOl4bxfBEPb > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lW66AffgaJBq0MEt1OwCUEHMIPAQ04RI { width:6.25rem;height:0.0625rem;top:2.2500004768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2rhFwGkL2kKWDOIm05a0UnqtoMrTllL { width:14.625rem;height:2.59895625rem;top:15.812500476837rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d3gR7Mzc8B4gEe52NWIVy2XAKsJTMpVc { width:19.625rem;height:26.3125rem;top:20.282553195953rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJllDtxl0fdDP3I3kWfaIpZTrM5e1DB0 { width:20rem;height:10.7825625rem;top:3.97265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3QpPMd7Wpy9yqdT0rXXv9zLXJLzr7WW { width:17.9358125rem;height:2.59895625rem;top:47.380209445953rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNavth5eErmWCBkeHsN5IEz5PtWJNHJQ { display:block; }#FNavth5eErmWCBkeHsN5IEz5PtWJNHJQ > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsqheolRac8grTrk9v6e4tVi2ySSNeCw { width:6.25rem;height:0.0625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsRpOFvLgnoL0XWtMIG5hO0pBCQmGLLz { width:14.625rem;height:2.59895625rem;top:15.1875rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbcztV9KPdbbJVM9GIGx6zT24LhXBmo2 { width:19.5rem;height:26.062668273545rem;top:18.408851623535rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sopmDkqr1X5eTMI9Sab6UL6LWFuxqESL { width:20rem;height:10.8111875rem;top:3.5625279545784rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk4F90fqkLm9s40ZB6F4Xtx16WW9BKfe { width:18.184875rem;height:2.59895625rem;top:45.874979972839rem;left:1.8151042461395rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEHpWKekeTgs5qLula1rS319N2Wwk9n2 { display:block; }#lEHpWKekeTgs5qLula1rS319N2Wwk9n2 > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eH9KrTVrFnu1mKcM9b72Ts7CZV4xXUHa { width:6.25rem;height:0.0625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5IKe5hoJarpEr3V61mT68TC1RREG836 { width:14.625rem;height:2.59895625rem;top:16.33984375rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dyL1MUt3y1hrdCJxx125sXUDtsXx9tF3 { width:19.5rem;height:26.0625rem;top:20.106790542602rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1z2ObfGpoHF0yZxSriplXs5fwRkl4cx { width:20rem;height:10.8385625rem;top:4.2838535308838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV1t38nGxa00bJIZSyxbKtLU69ENIXla { display:block; }#mV1t38nGxa00bJIZSyxbKtLU69ENIXla > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTTqG0Q1AqtnmrZT9XlaFaskpq5vflf8 { width:19.9995rem;height:2.4375rem;top:1.96728515625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlZGzMHBfoVAibld54GwV3EpCGTLZszr { width:19.9995rem;height:1.4619125rem;top:4.31103515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD { display:block; }#TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD { background-color: transparent; background-image: none; }#TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD > .row .container > .video-iframe-container { display: none; }#TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD > .row > .video-iframe-container { display: none; }#TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD > .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); }#TG30WUPpLLIwIOHdwfzWHaShVg5SIvzD > .row .container { width:20rem;height:89.4375rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoTH1w5fTQw1NwfX0Rd8rXrKHUAz8OLT { width:20rem;height:6.5rem;top:2.3115234375rem;left:0.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mixp3rLXufsCx9bVKSev27W1NfB0GSWw { width:19.812rem;height:3.8964875rem;top:3.2490234375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nbowzAS69MhbUJU0rPg925QABFIWcT9O { width:18.312rem;height:9.443875rem;top:11.0595703125rem;left:0.84228515625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5  { width:17.5rem;height:auto;top:23.68505859375rem;left:0rem; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 {display:block;}#cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 { width:17.5rem;height:auto;top:23.68505859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #mcc7mbSEwBLPxiX4v9JGLVaZpCv35gkr {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #lTt0gWwSFp13wPUxF6xQHMLgeD4EckqJ { display:block; }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #O6cqai4n1iUbQhM76aWLnvn01t0DdGP3 {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #gga1lOZeIIy7ASGUV1ZhAXGorzprux81 {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #vd8GsbLHtd76DSG4KEacD0tXCVv7PHqQ { display:block; }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #Ws9ki7ENR3HobwSAwXUdDzzEVn8ODMwL {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #dUGKfE3nOINXUWSScxQH4wXezJ4mJ114 {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #VtAAnaisDCQSmNrFcGi4eeG8PebOOg1A { display:block; }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #SbTi1AAzeqvHgoG7UTy4Sx1sa8tFV99M {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #RBlqiZ4utfGFx7WyndFdltzo1dIfcUVk {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #DT4sfMTG9AgnAmQW4Qx42mSZys8VUSyM { display:block; }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #CqmGUDmIiQpVVJ30spHGA4WXo00xmvxo {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #r6urDMr3pyxFzZVxw1JzQVqMcqlunWSW {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #dbeeASO7vHP6SoDhvVuCKwJKlRm7ndBT { display:block; }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #Upun95FQW6CpIR9ThkU1a06T1vPVvNIS {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #xMnbZnObo39qafFI0rcnKdUr3AXxduGX {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #f2Q9KLviGTCgiNL1AnGQiTT7DFMA2k8O { display:block; }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #hofTpP7HgZvMHgS4bhJxZBTtS2hgTyqs {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #XbJvpuUTAfgeht6giULScUG7ymgk3RD9 {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #qweI5fy1xD5DxrkUdkh9GboOPzEQWEqX { display:block; }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #l1LzOQNi7I36FfzEndxrI2lnWIzATTZ4 {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #AJP9Ww66kAT1uzvb9PRJLx6ITtQbZwW1 {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #CBBB1LSL3PMdhWzO99UzWVmtwJZ85aCE { display:block; }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #dtBX8uNbe226NKK0Z5zc6TPyDGHaQt9A {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #eX3seNKmTldldCPTslMbHt2r20wczzFp {  }
 }@media only screen and (max-width: 763px) { #cHtk90W8M2ThgD3CcQkxuwoWRrpq7JS5 #AJ7Dl8NkmvtSv1aGD1mJqpGHitRFkuqz {  }
 }@media only screen and (max-width: 763px) { #Ke4KB9GpoPmyqLXq6kAm5UdevuJs1IZT { width:15.625rem;height:2.4375rem;top:84.74853515625rem;left:2.18701171875rem;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #NppoaieXp7yWCqngbo3HnCGZJy0rNWgb { width:15.3125rem;height:5.9987rem;top:78.1845703125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJVecL1XaevTdvQTJ90rNV3zqSKb7Q9f { display:block; }#WJVecL1XaevTdvQTJ90rNV3zqSKb7Q9f > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWXsLUs2foUTcDdv5r2fRX1BtDpRuXxK { width:19.25rem;height:2.59895625rem;top:6.8750004768369rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsX7lv4iwhkSIhLbOldzURp7yqzBeMUM { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tb1MPMZ3z8ixhva0gPCRIKe9XzZ9pt { width:9.5rem;height:2.6875rem;top:21.11198425293rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fyvAU8hvNwIubWXDHCQWTec3fZwFxxtv { width:7.5rem;height:10.375rem;top:10.820312976837rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJHxVmvFf5leGg7ZiJLguVP8aCP3vScA { width:10.3125rem;height:2.69824375rem;top:21.111979007721rem;left:9.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cnTUXL7giamBtWVd0Ik3TOUciTdLFGFu { width:7.1875rem;height:9.5rem;top:11.257812976837rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryQLR16CTCUVC4GTccMiSVS7VnFpGsZi { width:5.75rem;height:9.75rem;top:24.623718261719rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFNN58ez1RHn08O053pX8R7BUtl9mga0 { width:6.0625rem;height:9.6875rem;top:38.906251907349rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x39sXIeEXC8HucNcLXRf8aEqwl1nc2Qi { width:6.25rem;height:9.25rem;top:39.125000953674rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpzyxfEJn0hZkof9y7fUJqMRNnvAhFpW { width:7.4375rem;height:9.5rem;top:24.748699188233rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq7MtRG9lnFS5TJslAkvdCyTSsF9iV6v { width:9.9375rem;height:2.6982375rem;top:34.373699188233rem;left:10.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xAipC5WWcMa4QrX8rtVdGhHgLhKU0r1v { width:9.1875rem;height:2.69824375rem;top:34.373698234558rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vwcR7VGU0DBRETqWN5yoL3eLqQUDrOTv { width:10.0625rem;height:2.9375rem;top:49.197917938233rem;left:9.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzuMuiMdir6ghpE8zIzk5M95puKHXHvg { width:9.9375rem;height:2.6875rem;top:49.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE { display:block; }#La8xebs0VVcCOrz77ZIEK9oKs8FfqAOE > .row .container { width:20rem;height:1.125rem;position:relative;display:block; } }