.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:254,245,225;--color-primary-1:252,222,156;--color-primary-2:248,188,56;--color-primary-3:124,94,28;--color-primary-4:37,28,8;--color-secondary-0:218,221,227;--color-secondary-1:133,141,161;--color-secondary-2:11,26,67;--color-secondary-3:6,13,34;--color-secondary-4:2,4,10;--color-tertiary-0:218,221,227;--color-tertiary-1:133,141,161;--color-tertiary-2:11,26,67;--color-tertiary-3:6,13,34;--color-tertiary-4:2,4,10;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/c96a95b6-e44c-4a03-9e85-59f22f7f01f1/2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht.adaptive-delivery-prevent-bg, #dLmRc1r15JA5B64LkBsGQqovOLlAXKht.lazyload, #dLmRc1r15JA5B64LkBsGQqovOLlAXKht.lazyloading { background-image: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container { background-color: transparent; background-image: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container > .video-iframe-container { display: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row > .video-iframe-container { display: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .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); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container { border-width: 0; border-radius: 0; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#a4w68oQnOSa65a3Dey6Tcudv8XbopUng { color:#000000;display:block;width:26.43675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.0625rem;left:2.3125rem;height:3.16666675rem;display:block; }
#qCXC1lk8gw7a28PfhG91aHduyVx6doZ7 { position:absolute;display:block;z-index:15003;background-color:#284d42;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.24963375rem;width:4.6875rem;top:14.375rem;left:6.5rem;display:block; }
#VXFsWhymr1KBrMV1ikDgIXpcGPBOTNSc { background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.36) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.249633789062rem;left:2.31201171875rem;display:block; }
#NAEVC2kyiwSM5R9ntQPfOyoMLGeWfqhJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { color:#ffffff;display:block;width:33.248875rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8rem;left:2.3125rem;height:3.58333325rem;font-style:normal;display:block; }
#JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.436525rem;width:6.936625rem;top:1.1248779296875rem;left:2.31201171875rem;overflow:hidden;display:block; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-form-header { font-size:0.75rem; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:#ffffff;width:20.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.3125rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-input-text {padding-top: 0; padding-bottom: 0;}#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);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;width:20.3125rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.3125rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-input-select {padding-top: 0; padding-bottom: 0;}#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #88c040, #88c040);background-image: -moz-linear-gradient(13deg, #88c040, #88c040);background-image: -ms-linear-gradient(13deg, #88c040, #88c040);background-image: -o-linear-gradient(13deg, #88c040, #88c040);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#88c040', endColorstr='#88c040' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#88c040', endColorstr='#88c040' );";background-image: linear-gradient(13deg, #88c040, #88c040);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:20.3125rem;height:4.375rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal;float:none; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .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; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-container:first-of-type{padding-top:0;}#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-container:last-of-type{padding-bottom:0;}#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;font-size:0.75rem;left:44.326171875rem;top:5.3057861328125rem;z-index:15022;position:absolute; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.3125rem;display:block;vertical-align:top; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;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;text-align:left;text-align-last:left; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL {display:block;}#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;font-size:0.75rem;left:44.326171875rem;top:5.3057861328125rem;z-index:15022;position:absolute; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #MdOyrZ1Fw3yLnVhXFhTZtf1mVgUC7cog { position:relative; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #f0LxKJRByl60dGsL3Xh9fT1kOSGCc9JC { position:relative;display:block; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #Jywf4kwnVyG7sanVeNH3ruzsMl49iRpT { position:relative; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #i1MkOc4lpDZnChpfDp1nuXwlrrSpaHTl { position:relative; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #yxOgkuHeyrKd1864oW7n9830pVQQ5yhq { position:relative;display:block; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #VRoQ6TAIr6T4Q3fbDuGNwr2vrPmgsZ5Q { position:relative; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #P188nq29bdya2SfPCUo8HuHxyHypVnFR { position:relative; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #Tbu0wOkbZMLFbsXDNiLnd2uXEvb5tP7D { position:relative;display:block; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #DgC5ckZOKyHS5MuxfFSIl0FZ0vPVkTcA { position:relative; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #Tqqexatap6fty6ddc0FJlfmIEeMWtVxQ { position:relative; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #gialEIBymng9xVfNTRfFmcPTQlrG79AK { position:relative;display:block; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #vM0IrhB3ECF703WmXoTpH7ScIyLKpEeg { position:relative; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #cgziQ1pJcXTI4Q9SwmwFQr9wU24xygrM { position:relative; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #ClrPlM7I6qSX4dXeIf5aIR6WytbS04sP { position:relative;display:block; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #o8KGbVCcquUf8WxHa10I3FNMpWJczMiE { position:relative; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #HTGNtovoLzqAQqPI5fTvonx3RhzCIAGm { position:relative; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #Icfgm4u8gq8ZaIE25O0DvXw0PZui0crA { position:relative;z-index:2; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #s0vL8kN3tJKixVAClEMMT9z9A4oZnFCD { position:relative; }
#QoHHK4LR0ATDhF6SaCEkza76KMAwAqQ9 { position:relative;display:block; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #zxZwmH5d1nvqDdITdVfzFsl2HhiO45Mw { position:relative; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #JKro79OVRHsn8Rw3TyIBBonEG8g0z4fd { position:relative; }
#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { position:relative;display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { border-width: 0; border-radius: 0; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#adAp0RfAX3GL016lqdqL95Hpb23ofThi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.1875rem;width:25.8125rem;top:5.467529296875rem;left:7.061767578125rem;overflow:hidden;display:block; }
#rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.875rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:4.1241455078125rem;left:44.312133789062rem;height:12.333333rem;font-style:normal;display:block; }
#oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:4.6875rem;top:18.062133789062rem;left:44.312133789062rem;display:block; }
#kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { color:#284d42;display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.749755859375rem;left:44.312133789062rem;height:11.083333625rem;display:block; }
#KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.874145507812rem;left:44.312133789062rem;display:block; }
#ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yb2korPItyoIDiyZS2HEVMM8lxFktRtX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .row .container { background-color: transparent; background-image: none; }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .row .container > .video-iframe-container { display: none; }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .row > .video-iframe-container { display: none; }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .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); }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .row .container { border-width: 0; border-radius: 0; }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#h9JEdAzNLNqFE41GkQL8HkH22yBs87TU { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:7.3125rem;left:13.625rem;display:block; }
#xiiSiwZTezpxwHzux3306tXRPCDymdbV { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.58333325rem;font-style:normal;display:block; }
#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row .container { background-color: transparent; background-image: none; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row .container > .video-iframe-container { display: none; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row > .video-iframe-container { display: none; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .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); }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row .container { border-width: 0; border-radius: 0; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#u12VQ5XGVy9NMtmtKpM1SE89FH09zihr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:19.9375rem;top:0.74951171875rem;left:40.311889648438rem;overflow:hidden;display:block; }
#XfNK5WitWmoZyEG13CbEFtLN1glF7JZy { 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:30.3125rem;width:20.1875rem;top:0.74951171875rem;left:54.937133789062rem;overflow:hidden;display:block; }
#Lz8T6yMuabSZ9eobvwFeXwmugGy5y34E { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:2.6873779296875rem;left:1.1246337890625rem;height:28rem;display:block; }
#RE3daaEPOeAZekkVTT9oniWT3Utf04tU { color:rgba(var(--color-tertiary-2),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:2.6873779296875rem;left:12.499877929688rem;height:26.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QUgSgS7NpIbhxEnpXoNZO7T8I8DAs4sO { position:absolute;display:block;z-index:15004;background-color:#eaeaea;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:23.875rem;top:6.31201171875rem;left:6.8121337890625rem;display:block; }
#LwzdMSdtOnAv2eopGnSFfLrJoulGrv9b { position:absolute;display:block;z-index:15006;background-color:#eaeaea;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.062255875rem;width:23.8745rem;top:28.061279296875rem;left:6.8115234375rem;display:block; }
#rumT19mhs8x0zpVUC5h3IoMiQb2Hnz0p { position:absolute;display:block;z-index:15008;background-color:#eaeaea;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:23.875rem;top:17.062255859375rem;left:6.8121337890625rem;display:block; }
#fbOoT2bqysLloo33SqXWyl1FH01ZAhz0 { z-index:15006;top:36.749267578125rem;left:40.311889648438rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ItcbxvIN7oWcxdun2DFe1smL4cidB7PF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dEnr8FDyR3nTnLb3MV4x0u3TmPdTe3Xy { color:rgba(var(--color-tertiary-2),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:32.686767578125rem;left:40.311889648438rem;height:3.16666675rem;font-style:normal;display:block; }
#WFzGCxPn5N3cigwQqwkKJkk1qd9Eo1B9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.062rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:36.842651367188rem;left:1.124267578125rem;display:block; }
#iTfkNrCI5ZlSykO7cGWSc8lbmEVtZCGf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container { background-color: transparent; background-image: none; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container > .video-iframe-container { display: none; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row > .video-iframe-container { display: none; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .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); }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container { border-width: 0; border-radius: 0; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#UNc9cCkm09uEPTu5isqkfNf4LbxilK3E { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24963375rem;width:4.6875rem;top:11.99951171875rem;left:12.062377929688rem;display:block; }
#I4y63M9vatLg6ywmnMCTLJ71qsz0pLrl { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:7.1666665rem;font-style:normal;display:block; }
#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { background-color: transparent; background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .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); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { border-width: 0; border-radius: 0; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#v4O014VqCmfzW4B7Ifxq0bA6Gqglgf3r { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:22.125rem;top:2.9998779296875rem;left:3.9373779296875rem;overflow:hidden;display:block; }
#a1E3LS7B9Qdy5PvIB3s2n4NV3kJ8mT5I { 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:14.5625rem;width:22rem;top:18.312377929688rem;left:3.9373779296875rem;overflow:hidden;display:block; }
#zeZtFh1yVSIazaSdx7y78ZodeFRFxr8P { 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:3.125rem;width:3.125rem;top:4.625rem;left:34.375rem;overflow:hidden;display:block; }
#ZRoWBKLFDgcSCfpyrvmkKiDu1he5dACs { 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:2.8125rem;width:2.8125rem;top:11.8125rem;left:34.375rem;overflow:hidden;display:block; }
#PMtK9sOpI7sqbJbOvCvT1wXH5w1tWygr { 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:2.6875rem;width:2.6875rem;top:19.3125rem;left:34.4375rem;overflow:hidden;display:block; }
#q5EkE0LKE6pe0SEPs6GS8WU9egEH2EpT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:4.59375rem;left:52.5625rem;overflow:hidden;display:block; }
#HrPhatnd6NuT8myw4HF0XXacNM7u1PvF { 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:2.6875rem;width:2.6875rem;top:11.90625rem;left:52.4375rem;overflow:hidden;display:block; }
#odssKBVtKGSiEVkZC6puDl72d3kwWhDG { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.0625rem;top:3.6875rem;left:33.9375rem;display:block; }
#sNJzT7GSoryplvhC20mXTgRJcMQLcAVt { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.0625rem;top:3.6875rem;left:51.75rem;display:block; }
#xoyOGBXiMu6SknTQta5AGy12WiaG0MFm { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.0625rem;top:10.8125rem;left:34rem;display:block; }
#QwW8vglGb28XzLNTtNDS0Mbe2vzpa2gH { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.0625rem;top:10.8125rem;left:51.8125rem;display:block; }
#UKB9lHLz8UZqA6TTHS3Azc2uCTV24rxe { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.0625rem;top:18.3125rem;left:34rem;display:block; }
#fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.312255859375rem;left:38.749755859375rem;height:1.583333375rem;display:block; }
#TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.187377929688rem;left:38.812255859375rem;height:4.75rem;display:block; }
#HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { color:rgba(var(--color-tertiary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.8125rem;left:38.812255859375rem;height:4.75rem;display:block; }
#aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.1248779296875rem;left:56.874389648438rem;height:4.75rem;display:block; }
#nZSO1qlsuZXmRTGZkQ6BEvT30RpLBUM3 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.187377929688rem;left:56.874389648438rem;height:1.583333375rem;display:block; }
#IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { color:rgba(var(--color-tertiary-2),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:27.311889648438rem;left:33.937377929688rem;height:1.583333375rem;font-style:normal;display:block; }
#DvZEKlLhH7FAmVNPwQF9N1SJ7Zu2D8fH { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.811401367188rem;left:35.999755859375rem;display:block; }
#Q9oQpdZHRFXAQl9GJilLbbMzTiPI2n81 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#etqr7Ad5HTLwEfkAlW0XRMVfbgvatdCJ { z-index:15008;top:37.9375rem;left:3.9375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.12498825rem;height:3.18786325rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bQWgntksIm4rEWO1co9QxEf5ZdeM2TeV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aX6I28LgTz2yTW7ZXtyTUtqVkB7enfD7 { color:rgba(var(--color-tertiary-2),1);display:block;width:34.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:33.875rem;left:3.9375rem;height:3.16666675rem;font-style:normal;display:block; }
#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { position:relative;display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { background-color: transparent; background-image: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .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); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { border-width: 0; border-radius: 0; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .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; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OlmOsvFzsUdIMixkoSPfS2GREze4wIAS { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.58333325rem;font-style:normal;display:block; }
#rMpMXQlJqcqoxSUbA6xmyQGfy25GrwkX { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:7.9375rem;left:13.625rem;display:block; }
#ROFxlGasCvu7En6vDfOUFJVDHJNiqzG4 { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9.4000244140625rem;left:0rem;height:1.583333375rem;display:block; }
#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { position:relative;display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { background-color: transparent; background-image: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container > .video-iframe-container { display: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container { display: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .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); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { border-width: 0; border-radius: 0; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .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; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rAi3bI6qT6qfRuf0MxUHprgQiZIhvRmd { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:15.9375rem;width:15.875rem;top:1.625rem;left:4.5625rem;display:block; }
#NGwZJIFMx2ufffhueLmDo0HwOKJ4gcUg { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:15.9375rem;width:15.875rem;top:1.625rem;left:54.5625rem;display:block; }
#MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { 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:3.75rem;width:3.75rem;top:3.125rem;left:10.5625rem;overflow:hidden;display:block; }
#pota1PavVd6baS7BJM7KuVAuH9fAxMJ9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:3.125rem;left:60.875rem;overflow:hidden;display:block; }
#CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.10417175293rem;left:3.96875rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.125rem;left:54.5625rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { color:#000000;display:block;width:11.62369825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.6640625rem;left:7.6223945617675rem;height:5rem;font-style:italic;display:block; }
#AIOGccnNVBNQrb8GpXh3fegCK94b7JA5 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.874675rem;width:0.24956625rem;top:10.749240875244rem;left:6.2494573593139rem;display:block; }
#aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { color:#000000;display:block;width:11.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.237522125244rem;left:58.033316612244rem;height:3.75rem;font-style:italic;display:block; }
#DVVZgDI8tyo8ltrszSl5nZIPhzLCmruT { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.874675rem;width:0.24956625rem;top:10.749240875244rem;left:56.374785423279rem;display:block; }
#MOFxfci8JG0yzb9PWyVZFtUKTXXgD7fX { position:absolute;display:block;z-index:15010;background-color:#f9f7f8;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:15.9375rem;width:18.75rem;top:1.625rem;left:28.125rem;display:block; }
#h3WJZpsegbKEuodoyfBuJ0ZcC0vfOZpZ { color:rgba(var(--color-tertiary-2),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.125rem;left:28.1875rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNdv57aFz3WGctFhSBnrheBxQWep5KPA { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87369775rem;width:0.2486979375rem;top:10.8125rem;left:29.5rem;display:block; }
#lI48MAL1bT433fdv40VK7CK7F6I1Sd3u { color:#000000;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.9375rem;left:30.75rem;height:2.5rem;font-style:italic;display:block; }
#bOfhOZw3IUWBVtXSHgEaQQPGQWB7dnaB { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:3.125rem;left:35.5625rem;overflow:hidden;display:block; }
#xRR2SIXEALoSuMMgMVVaaDCkZf3mBxiv { position:relative;display:block; }#xRR2SIXEALoSuMMgMVVaaDCkZf3mBxiv { background-color: transparent; background-image: none; }#xRR2SIXEALoSuMMgMVVaaDCkZf3mBxiv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRR2SIXEALoSuMMgMVVaaDCkZf3mBxiv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRR2SIXEALoSuMMgMVVaaDCkZf3mBxiv > .row .container > .video-iframe-container { display: none; }#xRR2SIXEALoSuMMgMVVaaDCkZf3mBxiv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRR2SIXEALoSuMMgMVVaaDCkZf3mBxiv > .row > .video-iframe-container { display: none; }#xRR2SIXEALoSuMMgMVVaaDCkZf3mBxiv > .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); }#xRR2SIXEALoSuMMgMVVaaDCkZf3mBxiv { border-width: 0; border-radius: 0; }#xRR2SIXEALoSuMMgMVVaaDCkZf3mBxiv > .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; }#xRR2SIXEALoSuMMgMVVaaDCkZf3mBxiv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nVLUmEdG9e4l9UPfziBZ7qBdUBph7t1c { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:15.9375rem;width:15.875rem;top:1.625rem;left:4.5625rem;display:block; }
#QgPNxWoKIz6yFElTT9iPMSDpP5CUqq2R { 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:3.75rem;width:3.75rem;top:3.125rem;left:10.5625rem;overflow:hidden;display:block; }
#gOcvnc8MFhE77yiyVs655ISOOadbMSF8 { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zetPDyVnKNuPK3ZRayznfHpOvsmPWc9l { color:#000000;display:block;width:9.2496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.01171875rem;left:7.8748922348025rem;height:2.5rem;font-style:italic;display:block; }
#xsSl1zPFmW89GbDTZ7DwbtGB0Se1ZiFX { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.874675rem;width:0.24956625rem;top:10.8740234375rem;left:6.6243505477906rem;display:block; }
#KRBL5z2Nzw3PvhefuUURdGPdBSED4dbL { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:19.1865806875rem;width:15.8743105rem;top:1.5625rem;left:54.5625rem;display:block; }
#G44FEo93K97u9QM5L7GQNVunEF8Z2hhp { color:rgba(var(--color-tertiary-2),1);display:block;width:15.8743105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.0625rem;left:54.5625rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sx7gk5wdkCZXEe9MlTJNakEoTLde9kZp { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:3.0625rem;left:60.875rem;overflow:hidden;display:block; }
#SqhJBTmK7REzmr61ekRLzeBfHaM03TuZ { color:#000000;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.0625rem;left:57.5rem;height:3.75rem;font-style:italic;display:block; }
#OmmwB4xgMztv6uRJt4gU62hc7xkTuCEg { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.873621rem;width:0.2493106875rem;top:11.75rem;left:55.75rem;display:block; }
#r0IsG0dNWSfMQO3cq6xVTLPrSN7n52OT { position:absolute;display:block;z-index:15011;background-color:#f9f7f8;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:15.9375rem;width:15.875rem;top:1.625rem;left:29.5625rem;display:block; }
#qPAHrKu8PCQPLnTVcT3wda86TDb5P9c1 { color:#000000;display:block;width:11.43619825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:11.875rem;left:33.1875rem;height:2.5rem;font-style:italic;display:block; }
#Kla1vawTbo6hH3MzrDXTQFdW1qhT2QTS { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.125rem;left:29.5625rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nd0uIpIuQaIKasNoBcSwwBhbPnmvs3HR { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.872396rem;width:0.2486979375rem;top:10.75rem;left:31.125rem;display:block; }
#NKCiRMINIzaPEVt4R0eWDBwJnrI1AZH7 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:3.125rem;left:35.0625rem;overflow:hidden;display:block; }
#GdUItxoVHLWcuyG8lkzrNLSyxJpEFv93 { position:relative;display:block; }#GdUItxoVHLWcuyG8lkzrNLSyxJpEFv93 { background-color: transparent; background-image: none; }#GdUItxoVHLWcuyG8lkzrNLSyxJpEFv93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdUItxoVHLWcuyG8lkzrNLSyxJpEFv93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdUItxoVHLWcuyG8lkzrNLSyxJpEFv93 > .row .container > .video-iframe-container { display: none; }#GdUItxoVHLWcuyG8lkzrNLSyxJpEFv93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdUItxoVHLWcuyG8lkzrNLSyxJpEFv93 > .row > .video-iframe-container { display: none; }#GdUItxoVHLWcuyG8lkzrNLSyxJpEFv93 > .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); }#GdUItxoVHLWcuyG8lkzrNLSyxJpEFv93 { border-width: 0; border-radius: 0; }#GdUItxoVHLWcuyG8lkzrNLSyxJpEFv93 > .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; }#GdUItxoVHLWcuyG8lkzrNLSyxJpEFv93 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qX8pKLSeh9Rsz5UkVu6zMi4nesPBez6n { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.58333325rem;font-style:normal;display:block; }
#BKi6ceaNiuTHew7CsctXFk2dzfeceNpp { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:7.9375rem;left:13.625rem;display:block; }
#X2FOx9ygHwF4OO78a865TIrsBR8H8JQJ { z-index:15007;top:9.3218994140625rem;left:13.624877929688rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GoXHK53wm84LM1gtKsIai6OATDTFRntG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:30.562125rem;top:1.875rem;left:2.4993896484375rem;overflow:hidden;display:block; }
#ltXEAmpmbpOFpK0Ddghq1RUFBBlAlUfT { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24963375rem;width:4.6875rem;top:20.499267578125rem;left:42.8125rem;display:block; }
#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:rgba(var(--color-tertiary-2),1);display:block;width:36.3125rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.24951171875rem;left:36.812133789062rem;height:14.333333rem;font-style:normal;display:block; }
#Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.936645507812rem;left:42.8125rem;display:block; }
#eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg > .row .container { background-color: transparent; background-image: none; }#WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg > .row .container > .video-iframe-container { display: none; }#WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg > .row > .video-iframe-container { display: none; }#WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg > .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); }#WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg > .row .container { border-width: 0; border-radius: 0; }#WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#ghhiiunQDZrM6D80TO8teUd8Zf5lMyJJ { z-index:15006;top:0.228271484375rem;left:30.551147460938rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.89586325rem;height:3.27087575rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#W2CAzRo9xWmlN8CTI3b09pVianTIm5D8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dLmRc1r15JA5B64LkBsGQqovOLlAXKht { display:block; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4w68oQnOSa65a3Dey6Tcudv8XbopUng { top:13rem;left:0rem;width:26.375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCXC1lk8gw7a28PfhG91aHduyVx6doZ7 { top:14.375rem;left:0rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXFsWhymr1KBrMV1ikDgIXpcGPBOTNSc { width:17.75rem;height:3.125rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAEVC2kyiwSM5R9ntQPfOyoMLGeWfqhJ { display:block; }
 }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { top:8rem;left:0rem;width:33.1875rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { top:1.0625rem;left:0rem;width:6.875rem;height:2.4148789036455rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-regular-label { width:20.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-input-text { width:20.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-input-text {padding-top: 0; padding-bottom: 0;}#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-textarea { width:20.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-input-select { width:20.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-input-select {padding-top: 0; padding-bottom: 0;}#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-input-button { width:20.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-checkbox-label { width:19.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL  { width:20.3125rem;height:auto;top:5.25rem;left:24.9375rem; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .radio-container { width:20.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL {display:block;}#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL { width:20.3125rem;height:auto;top:5.25rem;left:24.9375rem; }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #MdOyrZ1Fw3yLnVhXFhTZtf1mVgUC7cog {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #f0LxKJRByl60dGsL3Xh9fT1kOSGCc9JC { display:block; }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #Jywf4kwnVyG7sanVeNH3ruzsMl49iRpT {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #i1MkOc4lpDZnChpfDp1nuXwlrrSpaHTl {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #yxOgkuHeyrKd1864oW7n9830pVQQ5yhq { display:block; }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #VRoQ6TAIr6T4Q3fbDuGNwr2vrPmgsZ5Q {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #P188nq29bdya2SfPCUo8HuHxyHypVnFR {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #Tbu0wOkbZMLFbsXDNiLnd2uXEvb5tP7D { display:block; }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #DgC5ckZOKyHS5MuxfFSIl0FZ0vPVkTcA {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #Tqqexatap6fty6ddc0FJlfmIEeMWtVxQ {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #gialEIBymng9xVfNTRfFmcPTQlrG79AK { display:block; }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #vM0IrhB3ECF703WmXoTpH7ScIyLKpEeg {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #cgziQ1pJcXTI4Q9SwmwFQr9wU24xygrM {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #ClrPlM7I6qSX4dXeIf5aIR6WytbS04sP { display:block; }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #o8KGbVCcquUf8WxHa10I3FNMpWJczMiE {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #HTGNtovoLzqAQqPI5fTvonx3RhzCIAGm {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #Icfgm4u8gq8ZaIE25O0DvXw0PZui0crA {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #s0vL8kN3tJKixVAClEMMT9z9A4oZnFCD {  }
 }@media only screen and (max-width: 763px) { #QoHHK4LR0ATDhF6SaCEkza76KMAwAqQ9 { display:block; }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #zxZwmH5d1nvqDdITdVfzFsl2HhiO45Mw {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #JKro79OVRHsn8Rw3TyIBBonEG8g0z4fd {  }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adAp0RfAX3GL016lqdqL95Hpb23ofThi { top:5.4375rem;left:0rem;width:25.8125rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { top:4.0625rem;left:16.875rem;width:30.875rem;height:12.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { top:18rem;left:23.875rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { top:19.6875rem;left:17.0625rem;width:30.6875rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { width:15.3125rem;height:3.125rem;top:32.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block; }
 }@media only screen and (max-width: 763px) { #yb2korPItyoIDiyZS2HEVMM8lxFktRtX { display:block; }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9JEdAzNLNqFE41GkQL8HkH22yBs87TU { top:7.25rem;left:0rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiiSiwZTezpxwHzux3306tXRPCDymdbV { top:2.5rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt { display:block; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u12VQ5XGVy9NMtmtKpM1SE89FH09zihr { top:0.6875rem;left:23.875rem;width:19.9375rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfNK5WitWmoZyEG13CbEFtLN1glF7JZy { top:0.6875rem;left:27.5625rem;width:20.1875rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz8T6yMuabSZ9eobvwFeXwmugGy5y34E { top:2.625rem;left:0rem;width:12.5rem;height:28.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE3daaEPOeAZekkVTT9oniWT3Utf04tU { top:2.625rem;left:0rem;width:24.5rem;height:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUgSgS7NpIbhxEnpXoNZO7T8I8DAs4sO { top:6.25rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwzdMSdtOnAv2eopGnSFfLrJoulGrv9b { top:28rem;left:0rem;width:23.8125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rumT19mhs8x0zpVUC5h3IoMiQb2Hnz0p { top:17rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbOoT2bqysLloo33SqXWyl1FH01ZAhz0 { top:36.6875rem;left:23.875rem;width:18.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItcbxvIN7oWcxdun2DFe1smL4cidB7PF { display:block; }
 }@media only screen and (max-width: 763px) { #dEnr8FDyR3nTnLb3MV4x0u3TmPdTe3Xy { top:32.625rem;left:12.9375rem;width:34.8125rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFzGCxPn5N3cigwQqwkKJkk1qd9Eo1B9 { width:16rem;height:3.125rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTfkNrCI5ZlSykO7cGWSc8lbmEVtZCGf { display:block; }
 }@media only screen and (max-width: 763px) { #kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y { display:block; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNc9cCkm09uEPTu5isqkfNf4LbxilK3E { top:11.9375rem;left:0rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4y63M9vatLg6ywmnMCTLJ71qsz0pLrl { top:2.5rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { display:block; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4O014VqCmfzW4B7Ifxq0bA6Gqglgf3r { top:2.9375rem;left:0rem;width:22.125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1E3LS7B9Qdy5PvIB3s2n4NV3kJ8mT5I { top:18.25rem;left:0rem;width:22rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeZtFh1yVSIazaSdx7y78ZodeFRFxr8P { top:4.5625rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRoWBKLFDgcSCfpyrvmkKiDu1he5dACs { top:11.75rem;left:20.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMtK9sOpI7sqbJbOvCvT1wXH5w1tWygr { top:19.25rem;left:20.8125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5EkE0LKE6pe0SEPs6GS8WU9egEH2EpT { top:4.5625rem;left:38.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrPhatnd6NuT8myw4HF0XXacNM7u1PvF { top:11.875rem;left:38.8125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odssKBVtKGSiEVkZC6puDl72d3kwWhDG { top:3.625rem;left:20.3125rem;width:4.0625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNJzT7GSoryplvhC20mXTgRJcMQLcAVt { top:3.625rem;left:38.125rem;width:4.0625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoyOGBXiMu6SknTQta5AGy12WiaG0MFm { top:10.75rem;left:20.375rem;width:4.0625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwW8vglGb28XzLNTtNDS0Mbe2vzpa2gH { top:10.75rem;left:38.1875rem;width:4.0625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKB9lHLz8UZqA6TTHS3Azc2uCTV24rxe { top:18.25rem;left:20.375rem;width:4.0625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { top:3.25rem;left:25.124755859375rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { top:10.125rem;left:25.187255859375rem;width:9.1875rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { top:17.8125rem;left:25.187255859375rem;width:9.0625rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { top:3.0625rem;left:37.125rem;width:10.625rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZSO1qlsuZXmRTGZkQ6BEvT30RpLBUM3 { top:10.125rem;left:37.125rem;width:10.625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { top:27.25rem;left:17.4375rem;width:30.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvZEKlLhH7FAmVNPwQF9N1SJ7Zu2D8fH { width:10.3125rem;height:3.125rem;top:29.75rem;left:22.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9oQpdZHRFXAQl9GJilLbbMzTiPI2n81 { display:block; }
 }@media only screen and (max-width: 763px) { #etqr7Ad5HTLwEfkAlW0XRMVfbgvatdCJ { top:37.9375rem;left:0rem;width:18.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQWgntksIm4rEWO1co9QxEf5ZdeM2TeV { display:block; }
 }@media only screen and (max-width: 763px) { #aX6I28LgTz2yTW7ZXtyTUtqVkB7enfD7 { top:33.875rem;left:0rem;width:34.75rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlmOsvFzsUdIMixkoSPfS2GREze4wIAS { top:3.125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMpMXQlJqcqoxSUbA6xmyQGfy25GrwkX { top:7.875rem;left:0rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROFxlGasCvu7En6vDfOUFJVDHJNiqzG4 { top:9.375rem;left:0rem;width:37.5rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAi3bI6qT6qfRuf0MxUHprgQiZIhvRmd { top:1.5625rem;left:0rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGwZJIFMx2ufffhueLmDo0HwOKJ4gcUg { top:1.5625rem;left:28.25rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { top:3.125rem;left:6rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pota1PavVd6baS7BJM7KuVAuH9fAxMJ9 { top:3.125rem;left:38.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { top:8.0625rem;left:0rem;width:17.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { top:8.125rem;left:31.75rem;width:15.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { top:10.625rem;left:3.0598945617676rem;width:11.5625rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIOGccnNVBNQrb8GpXh3fegCK94b7JA5 { top:10.6875rem;left:1.6869573593139rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { top:11.1875rem;left:35.220816612244rem;width:11.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVVZgDI8tyo8ltrszSl5nZIPhzLCmruT { top:10.6875rem;left:33.562285423279rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOFxfci8JG0yzb9PWyVZFtUKTXXgD7fX { top:1.625rem;left:13rem;width:18.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3WJZpsegbKEuodoyfBuJ0ZcC0vfOZpZ { top:8.125rem;left:13.0625rem;width:18.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNdv57aFz3WGctFhSBnrheBxQWep5KPA { top:10.8125rem;left:15.875rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI48MAL1bT433fdv40VK7CK7F6I1Sd3u { top:11.9375rem;left:17rem;width:14.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOfhOZw3IUWBVtXSHgEaQQPGQWB7dnaB { top:3.125rem;left:21.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRR2SIXEALoSuMMgMVVaaDCkZf3mBxiv { display:block; }#xRR2SIXEALoSuMMgMVVaaDCkZf3mBxiv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVLUmEdG9e4l9UPfziBZ7qBdUBph7t1c { top:1.5625rem;left:0rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgPNxWoKIz6yFElTT9iPMSDpP5CUqq2R { top:3.125rem;left:6rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOcvnc8MFhE77yiyVs655ISOOadbMSF8 { top:8.125rem;left:0rem;width:25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zetPDyVnKNuPK3ZRayznfHpOvsmPWc9l { top:12rem;left:3.3123922348023rem;width:9.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsSl1zPFmW89GbDTZ7DwbtGB0Se1ZiFX { top:10.8125rem;left:2.0618505477905rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRBL5z2Nzw3PvhefuUURdGPdBSED4dbL { top:1.5625rem;left:31.75rem;width:15.8125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G44FEo93K97u9QM5L7GQNVunEF8Z2hhp { top:8.0625rem;left:31.75rem;width:15.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx7gk5wdkCZXEe9MlTJNakEoTLde9kZp { top:3.0625rem;left:38.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqhJBTmK7REzmr61ekRLzeBfHaM03TuZ { top:12.0625rem;left:34.6875rem;width:10rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmmwB4xgMztv6uRJt4gU62hc7xkTuCEg { top:11.75rem;left:32.9375rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0IsG0dNWSfMQO3cq6xVTLPrSN7n52OT { top:1.625rem;left:15.875rem;width:15.875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPAHrKu8PCQPLnTVcT3wda86TDb5P9c1 { top:11.875rem;left:19.5rem;width:11.375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kla1vawTbo6hH3MzrDXTQFdW1qhT2QTS { top:8.125rem;left:15.875rem;width:15.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd0uIpIuQaIKasNoBcSwwBhbPnmvs3HR { top:10.75rem;left:17.4375rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKCiRMINIzaPEVt4R0eWDBwJnrI1AZH7 { top:3.125rem;left:21.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdUItxoVHLWcuyG8lkzrNLSyxJpEFv93 { display:block; }#GdUItxoVHLWcuyG8lkzrNLSyxJpEFv93 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qX8pKLSeh9Rsz5UkVu6zMi4nesPBez6n { top:3.125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKi6ceaNiuTHew7CsctXFk2dzfeceNpp { top:7.875rem;left:0rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2FOx9ygHwF4OO78a865TIrsBR8H8JQJ { top:9.3125rem;left:0rem;width:23.25rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoXHK53wm84LM1gtKsIai6OATDTFRntG { display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { top:1.875rem;left:0rem;width:30.5rem;height:16.840697431871rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltXEAmpmbpOFpK0Ddghq1RUFBBlAlUfT { top:20.4375rem;left:29.1875rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { top:3.1875rem;left:11.5rem;width:36.25rem;height:14.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:10.3125rem;height:3.125rem;top:21.875rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg { display:block; }#WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghhiiunQDZrM6D80TO8teUd8Zf5lMyJJ { top:0.1875rem;left:16.926147460938rem;width:13.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2CAzRo9xWmlN8CTI3b09pVianTIm5D8 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dLmRc1r15JA5B64LkBsGQqovOLlAXKht { background-color:transparent;background-image:url("https://images.assets-landingi.com/1akrsuDx/background_.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht.adaptive-delivery-prevent-bg, #dLmRc1r15JA5B64LkBsGQqovOLlAXKht.lazyload, #dLmRc1r15JA5B64LkBsGQqovOLlAXKht.lazyloading { background-image: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container { background-color: transparent; background-image: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0b1a43; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container > .video-iframe-container { display: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0b1a43; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row > .video-iframe-container { display: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .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); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4w68oQnOSa65a3Dey6Tcudv8XbopUng { width:19.375rem;height:2.5rem;top:11.06201171875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCXC1lk8gw7a28PfhG91aHduyVx6doZ7 { width:4.0625rem;height:0.24963375rem;top:9.3123779296875rem;left:1.8115234375rem;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VXFsWhymr1KBrMV1ikDgIXpcGPBOTNSc { width:14.74975rem;height:2.5rem;top:45.806884765625rem;left:2.6239013671875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAEVC2kyiwSM5R9ntQPfOyoMLGeWfqhJ { display:block; }
 }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { width:19.562375rem;height:2.41666675rem;top:5.8746337890625rem;left:0.4376220703125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { width:5.1875rem;height:1.9375rem;top:1rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-form-header { font-size:0.75rem; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:#ffffff;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-input-text {padding-top: 0; padding-bottom: 0;}#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);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;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-input-select {padding-top: 0; padding-bottom: 0;}#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #ff3557, #ff3557);background-image: -moz-linear-gradient(13deg, #ff3557, #ff3557);background-image: -ms-linear-gradient(13deg, #ff3557, #ff3557);background-image: -o-linear-gradient(13deg, #ff3557, #ff3557);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3557', endColorstr='#ff3557' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3557', endColorstr='#ff3557' );";background-image: linear-gradient(13deg, #ff3557, #ff3557);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:17.5rem;height:4.375rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal;float:none; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .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; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-container:first-of-type{padding-top:0;}#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-container:last-of-type{padding-bottom:0;}#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #11162f, #0b1a43);background-image: -moz-linear-gradient(180deg, #11162f, #0b1a43);background-image: -ms-linear-gradient(180deg, #11162f, #0b1a43);background-image: -o-linear-gradient(180deg, #11162f, #0b1a43);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#0b1a43' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#0b1a43' );";background-image: linear-gradient(180deg, #11162f, #0b1a43);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;font-size:0.75rem;left:0rem;top:14.999389648438rem;z-index:15001; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.1;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;text-align:left;text-align-last:left; }
#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL {display:block;}#LIxBExDm8v0CXM5z3RKNus96SGXWLVpL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #11162f, #0b1a43);background-image: -moz-linear-gradient(180deg, #11162f, #0b1a43);background-image: -ms-linear-gradient(180deg, #11162f, #0b1a43);background-image: -o-linear-gradient(180deg, #11162f, #0b1a43);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#0b1a43' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#0b1a43' );";background-image: linear-gradient(180deg, #11162f, #0b1a43);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;font-size:0.75rem;left:0rem;top:14.999389648438rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #MdOyrZ1Fw3yLnVhXFhTZtf1mVgUC7cog {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #f0LxKJRByl60dGsL3Xh9fT1kOSGCc9JC { display:block; }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #Jywf4kwnVyG7sanVeNH3ruzsMl49iRpT {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #i1MkOc4lpDZnChpfDp1nuXwlrrSpaHTl {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #yxOgkuHeyrKd1864oW7n9830pVQQ5yhq { display:block; }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #VRoQ6TAIr6T4Q3fbDuGNwr2vrPmgsZ5Q {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #P188nq29bdya2SfPCUo8HuHxyHypVnFR {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #Tbu0wOkbZMLFbsXDNiLnd2uXEvb5tP7D { display:block; }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #DgC5ckZOKyHS5MuxfFSIl0FZ0vPVkTcA {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #Tqqexatap6fty6ddc0FJlfmIEeMWtVxQ {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #gialEIBymng9xVfNTRfFmcPTQlrG79AK { display:block; }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #vM0IrhB3ECF703WmXoTpH7ScIyLKpEeg {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #cgziQ1pJcXTI4Q9SwmwFQr9wU24xygrM {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #ClrPlM7I6qSX4dXeIf5aIR6WytbS04sP { display:block; }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #o8KGbVCcquUf8WxHa10I3FNMpWJczMiE {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #HTGNtovoLzqAQqPI5fTvonx3RhzCIAGm {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #Icfgm4u8gq8ZaIE25O0DvXw0PZui0crA {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #s0vL8kN3tJKixVAClEMMT9z9A4oZnFCD {  }
 }@media only screen and (max-width: 763px) { #QoHHK4LR0ATDhF6SaCEkza76KMAwAqQ9 { display:block; }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #zxZwmH5d1nvqDdITdVfzFsl2HhiO45Mw {  }
 }@media only screen and (max-width: 763px) { #LIxBExDm8v0CXM5z3RKNus96SGXWLVpL #JKro79OVRHsn8Rw3TyIBBonEG8g0z4fd {  }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adAp0RfAX3GL016lqdqL95Hpb23ofThi { width:16.0625rem;height:18.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { width:19.0625rem;height:8rem;top:21.33203125rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { width:4.6875rem;height:0.24963375rem;top:30.76904296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { width:17.999875rem;height:8rem;top:32.081176757812rem;left:0.749755859375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { width:14.562375rem;height:2.5rem;top:41.769409179688rem;left:0.74951171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block; }
 }@media only screen and (max-width: 763px) { #yb2korPItyoIDiyZS2HEVMM8lxFktRtX { display:block; }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9JEdAzNLNqFE41GkQL8HkH22yBs87TU { width:4.6875rem;height:0.24963375rem;top:6.749267578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiiSiwZTezpxwHzux3306tXRPCDymdbV { width:14.5625rem;height:4.8333335rem;top:1.25rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt { display:block; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u12VQ5XGVy9NMtmtKpM1SE89FH09zihr { width:8.312375rem;height:12.5rem;top:48.323364257812rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfNK5WitWmoZyEG13CbEFtLN1glF7JZy { width:8.312375rem;height:12.5rem;top:48.323364257812rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz8T6yMuabSZ9eobvwFeXwmugGy5y34E { width:8.937375rem;height:45.333332rem;top:1.937255859375rem;left:0rem;font-size:1rem;line-height:2.9;display:block; }
 }@media only screen and (max-width: 763px) { #RE3daaEPOeAZekkVTT9oniWT3Utf04tU { width:10.9375rem;height:42.75rem;top:1.25rem;left:7.62451171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUgSgS7NpIbhxEnpXoNZO7T8I8DAs4sO { width:18.125rem;height:0.062255875rem;top:7.249755859375rem;left:0.9375rem;background-color:#0b1a43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LwzdMSdtOnAv2eopGnSFfLrJoulGrv9b { width:18.125rem;height:0.062255875rem;top:25.12451171875rem;left:0.9375rem;background-color:#0b1a43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rumT19mhs8x0zpVUC5h3IoMiQb2Hnz0p { width:18.125rem;height:0.062255875rem;top:44.425659179688rem;left:0.9375rem;background-color:#0b1a43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fbOoT2bqysLloo33SqXWyl1FH01ZAhz0 { top:73.775634765625rem;left:0.8740234375rem;width:18.25rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItcbxvIN7oWcxdun2DFe1smL4cidB7PF { display:block; }
 }@media only screen and (max-width: 763px) { #dEnr8FDyR3nTnLb3MV4x0u3TmPdTe3Xy { width:20rem;height:2.33333325rem;top:70.401611328125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WFzGCxPn5N3cigwQqwkKJkk1qd9Eo1B9 { width:16rem;height:3.125rem;top:63.026733398438rem;left:1.9989013671875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTfkNrCI5ZlSykO7cGWSc8lbmEVtZCGf { display:block; }
 }@media only screen and (max-width: 763px) { #kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y { display:block; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNc9cCkm09uEPTu5isqkfNf4LbxilK3E { width:4.6875rem;height:0.24963375rem;top:17.249145507812rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4y63M9vatLg6ywmnMCTLJ71qsz0pLrl { width:19.625rem;height:14.5rem;top:1.25rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { display:block; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4O014VqCmfzW4B7Ifxq0bA6Gqglgf3r { width:17.125rem;height:11.4375rem;top:0.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1E3LS7B9Qdy5PvIB3s2n4NV3kJ8mT5I { width:17.375rem;height:11.5rem;top:11.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeZtFh1yVSIazaSdx7y78ZodeFRFxr8P { width:2.8125rem;height:2.8125rem;top:25.857421875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRoWBKLFDgcSCfpyrvmkKiDu1he5dACs { width:2.5625rem;height:2.5625rem;top:34.732421875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMtK9sOpI7sqbJbOvCvT1wXH5w1tWygr { width:2.4375rem;height:2.4375rem;top:44.3408203125rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5EkE0LKE6pe0SEPs6GS8WU9egEH2EpT { width:2.25rem;height:2.25rem;top:25.919921875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrPhatnd6NuT8myw4HF0XXacNM7u1PvF { width:2.4375rem;height:2.4375rem;top:34.732421875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odssKBVtKGSiEVkZC6puDl72d3kwWhDG { width:4.0625rem;height:0.25rem;top:33.794921875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNJzT7GSoryplvhC20mXTgRJcMQLcAVt { width:4.0625rem;height:0.25rem;top:24.919921875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoyOGBXiMu6SknTQta5AGy12WiaG0MFm { width:4.0625rem;height:0.25rem;top:24.919921875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwW8vglGb28XzLNTtNDS0Mbe2vzpa2gH { width:4.0625rem;height:0.25rem;top:33.794921875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKB9lHLz8UZqA6TTHS3Azc2uCTV24rxe { width:4.0625rem;height:0.25rem;top:43.2158203125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { width:7.6875rem;height:1.083333375rem;top:29.669921875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { width:6.5625rem;height:3.25rem;top:38.232421875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { width:8.5625rem;height:3.25rem;top:47.7158203125rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { width:8.3125rem;height:3.25rem;top:29.669921875rem;left:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZSO1qlsuZXmRTGZkQ6BEvT30RpLBUM3 { width:8.3125rem;height:1.083333375rem;top:38.232421875rem;left:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { width:19.375rem;height:2.66666675rem;top:54.25rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DvZEKlLhH7FAmVNPwQF9N1SJ7Zu2D8fH { width:8.75rem;height:2.5rem;top:58.24951171875rem;left:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9oQpdZHRFXAQl9GJilLbbMzTiPI2n81 { display:block; }
 }@media only screen and (max-width: 763px) { #etqr7Ad5HTLwEfkAlW0XRMVfbgvatdCJ { top:65.310668945312rem;left:3.4674072265625rem;width:12.93761325rem;height:3.0627445rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQWgntksIm4rEWO1co9QxEf5ZdeM2TeV { display:block; }
 }@media only screen and (max-width: 763px) { #aX6I28LgTz2yTW7ZXtyTUtqVkB7enfD7 { width:20rem;height:2.33333325rem;top:61.99951171875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { width:20rem;height:11.723968505859rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlmOsvFzsUdIMixkoSPfS2GREze4wIAS { width:19rem;height:4.8333335rem;top:1.25rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMpMXQlJqcqoxSUbA6xmyQGfy25GrwkX { width:4.6875rem;height:0.24963375rem;top:7.1868896484375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROFxlGasCvu7En6vDfOUFJVDHJNiqzG4 { width:18.4375rem;height:3rem;top:8.724365234375rem;left:0.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAi3bI6qT6qfRuf0MxUHprgQiZIhvRmd { width:18.75rem;height:15.9375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGwZJIFMx2ufffhueLmDo0HwOKJ4gcUg { width:18.75rem;height:15.9375rem;top:35.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { width:3.75rem;height:3.75rem;top:3rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pota1PavVd6baS7BJM7KuVAuH9fAxMJ9 { width:3.75rem;height:3.75rem;top:37.25rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { width:19.3125rem;height:1.083333375rem;top:8rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { width:19.3125rem;height:1.083333375rem;top:42.25rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { width:14.5rem;height:4.3333335rem;top:10.75rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIOGccnNVBNQrb8GpXh3fegCK94b7JA5 { width:0.25rem;height:4.875rem;top:10.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { width:14.5rem;height:3.25rem;top:45.697937011719rem;left:3.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVVZgDI8tyo8ltrszSl5nZIPhzLCmruT { width:0.25rem;height:4.875rem;top:44.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOFxfci8JG0yzb9PWyVZFtUKTXXgD7fX { width:18.75rem;height:15.9375rem;top:18.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3WJZpsegbKEuodoyfBuJ0ZcC0vfOZpZ { width:18.6875rem;height:1.083333375rem;top:24.97917175293rem;left:0.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNdv57aFz3WGctFhSBnrheBxQWep5KPA { width:0.1875rem;height:4.8125rem;top:27.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI48MAL1bT433fdv40VK7CK7F6I1Sd3u { width:14.75rem;height:1.083333375rem;top:28.790374755859rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOfhOZw3IUWBVtXSHgEaQQPGQWB7dnaB { width:3.75rem;height:3.75rem;top:19.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRR2SIXEALoSuMMgMVVaaDCkZf3mBxiv { display:block; }#xRR2SIXEALoSuMMgMVVaaDCkZf3mBxiv > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVLUmEdG9e4l9UPfziBZ7qBdUBph7t1c { width:18.75rem;height:15.9375rem;top:3.583333375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgPNxWoKIz6yFElTT9iPMSDpP5CUqq2R { width:3.75rem;height:3.75rem;top:4.6458435058594rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOcvnc8MFhE77yiyVs655ISOOadbMSF8 { width:19.3125rem;height:1.083333375rem;top:9.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zetPDyVnKNuPK3ZRayznfHpOvsmPWc9l { width:14.5rem;height:1.083333375rem;top:13.970052125rem;left:3.9361953735351rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsSl1zPFmW89GbDTZ7DwbtGB0Se1ZiFX { width:0.25rem;height:4.875rem;top:12.83203637793rem;left:2.6861953735351rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRBL5z2Nzw3PvhefuUURdGPdBSED4dbL { width:18.75rem;height:15.9375rem;top:37.958333375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G44FEo93K97u9QM5L7GQNVunEF8Z2hhp { width:19.3125rem;height:1.083333375rem;top:44.458333375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx7gk5wdkCZXEe9MlTJNakEoTLde9kZp { width:3.75rem;height:3.75rem;top:39.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqhJBTmK7REzmr61ekRLzeBfHaM03TuZ { width:13.0625rem;height:3.250000125rem;top:48.458333375rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmmwB4xgMztv6uRJt4gU62hc7xkTuCEg { width:0.2486979375rem;height:4.87369775rem;top:47.626312255859rem;left:2.6848959922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0IsG0dNWSfMQO3cq6xVTLPrSN7n52OT { width:18.0625rem;height:15.9375rem;top:20.770833375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPAHrKu8PCQPLnTVcT3wda86TDb5P9c1 { width:11.375rem;height:2.16666675rem;top:31.020833375rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kla1vawTbo6hH3MzrDXTQFdW1qhT2QTS { width:15.875rem;height:1.083333375rem;top:27.0625rem;left:2.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd0uIpIuQaIKasNoBcSwwBhbPnmvs3HR { width:0.1875rem;height:4.8125rem;top:29.677093505859rem;left:2.7161459922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKCiRMINIzaPEVt4R0eWDBwJnrI1AZH7 { width:3.75rem;height:3.75rem;top:22.145843505859rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdUItxoVHLWcuyG8lkzrNLSyxJpEFv93 { display:block; }#GdUItxoVHLWcuyG8lkzrNLSyxJpEFv93 > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qX8pKLSeh9Rsz5UkVu6zMi4nesPBez6n { width:19rem;height:4.8333335rem;top:1.25rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKi6ceaNiuTHew7CsctXFk2dzfeceNpp { width:4.6875rem;height:0.24963375rem;top:6.124267578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2FOx9ygHwF4OO78a865TIrsBR8H8JQJ { top:7.37426875rem;left:0.5625rem;width:18.875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoXHK53wm84LM1gtKsIai6OATDTFRntG { display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { width:20rem;height:11.042rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltXEAmpmbpOFpK0Ddghq1RUFBBlAlUfT { width:4.6875rem;height:0.24963375rem;top:25.916748046875rem;left:0.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:18.562rem;height:12.083333rem;top:13.10546875rem;left:0.7177734375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:10.3125rem;height:3.125rem;top:27.1044921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg { background-color:#0b1a43;background-image:none;display:block; }#WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg > .row .container { background-color: transparent; background-image: none; }#WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg > .row .container > .video-iframe-container { display: none; }#WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg > .row > .video-iframe-container { display: none; }#WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg > .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); }#WIifhNP8tkWHeDZKvJfVxzLVB3ZLXcUg > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghhiiunQDZrM6D80TO8teUd8Zf5lMyJJ { top:0.9375rem;left:2.9998779296875rem;width:14rem;height:3.375rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #W2CAzRo9xWmlN8CTI3b09pVianTIm5D8 { display:block; }
 }