.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:220,222,228;--color-primary-1:138,145,164;--color-primary-2:20,34,72;--color-primary-3:10,17,36;--color-primary-4:3,5,11;--color-secondary-0:246,237,220;--color-secondary-1:227,201,151;--color-secondary-2:209,165,81;--color-secondary-3:197,142,38;--color-secondary-4:114,44,9;--color-tertiary-0:255,255,255;--color-tertiary-1:245,244,242;--color-tertiary-2:51,51,51;--color-tertiary-3:9,9,9;--color-tertiary-4:0,0,0;--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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;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); }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7267377a-f290-413e-8ecf-50e3d4a83a09/IMG_0690.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm.adaptive-delivery-prevent-bg, #CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm.lazyload, #CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm.lazyloading { background-image: none; }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm > .row .container { background-color: transparent; background-image: none; }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm > .row .container > .video-iframe-container { display: none; }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm > .row > .video-iframe-container { display: none; }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm > .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); }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm > .row .container { border-width: 0; border-radius: 0; }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#dK4xF9OyXH6crlGHh1itNP1fmur4BRh3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.124125rem;width:16.4995625rem;top:1.257595539093rem;left:12.434896469116rem;overflow:hidden;display:block; }
#mcB5VZZTqF8guen1tL5SkODn7eDhu1O6 { color:rgba(var(--color-tertiary-1),1);display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(var(--color-tertiary-0),0);top:39.125rem;left:3.5rem;height:1.74375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-form-header {  }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:19.0625rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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:19.0625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-input-text {padding-top: 0; padding-bottom: 0;}#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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:19.0625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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:19.0625rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-input-select {padding-top: 0; padding-bottom: 0;}#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .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; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-input-button { 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:#ffb400;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.0625rem;height:3.75rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.875rem;overflow:hidden;font-style:normal;float:none; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .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; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-container:first-of-type{padding-top:0;}#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-container:last-of-type{padding-bottom:0;}#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm  { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:47.8125rem;top:17.310791015625rem;z-index:15009;position:absolute; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.0625rem;display:block;vertical-align:top; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm {display:block;}#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:46.5625rem;top:15rem;z-index:15009;position:absolute; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #HPSyTA085mcfuJOTiQelchvbbTXnWDJN { position:relative; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #kxUMIsE4AMA7Ti0mgqHtgMoEPoGLfElw { position:relative;display:block; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #evQqAXvqaFyxHgvJUvQJ63sU2CJVB01T { position:relative; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #cGvZahcTv95lZegKLqbQ2iRh8K3pGnBl { position:relative; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #fnUe8bZnVyyEOdhbTCnO6GtRU0rPunMT { position:relative;display:block; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #UikNdDRz5BqlZLtx7sl2WUH2u3cKBLnU { position:relative; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #VSXCvaQQpeBgXWngeHXve8S088TW55D4 { position:relative; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #g632ZXxsgBAJiWq2LgkdDsZn42mQfXGC { position:relative;display:block; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #IhHOMeQT7TG1naXZCKTqZ51VsVPB1bxJ { position:relative; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #sEAtO3ZUhsRHvKs2Jo3ERCKfgx9Cp07S { position:relative; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #oVvROMNa4W4phRugLGa0bTS4zCO981uT { position:relative;display:block; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #vkfyuDNLAyzWC5kMlEdk3z72bk2x0RA3 { position:relative; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #UtSNgL1o5VauUFi9CFUMib82iDQ9LoTL { position:relative; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #RyyMk1up2F8eXV1V53cngsT9V8DVGTvM { position:relative; }
#md59ZL4IWPZnzgFk5tUDHyWLOtsNa5ZX { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),0.79);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(31,43,83,0.87) ;height:29.3125rem;width:24.5rem;top:10.625rem;left:45.0625rem;display:block; }
#xyFMOEPg3d2EKHp3W7V3dVflwatzc2cZ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.7480625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.3125rem;left:46.9375rem;height:2.76041875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #PmxxxewISFnhDpqo16hIGAITffKguAmf { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #masMhQ6nST47KFASCXOKGJT63kd1enTD { position:relative;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #CFHWT7HNcGrMTiW78GhfEQAcSkChrqzr { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #WAFiJXeWEmLpS3TczAcMZLVtifML9412 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #nqD5zkrOMBaqJhpV00zSLFTqhwbf0bIL { position:relative;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #JFLITTUmqBolTFKCQ4wUpJfex1RkNlz1 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #ysqWRMNQVXG2K8wiMN5rCLtGPpWXkAV1 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d0rmUwT2pT29UmGrzpAtZID4Qw6r6gTc { position:relative;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #t2Eb48FFlLM233SmQgqUTLacNWHQJOyE { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #h3wFsEFg3Jwh29yusioC3Ey1wGT4T7BA { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #BashJMnDKB8lqC9G3Tu7i1C5rrkzxrA1 { position:relative;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #qKAQA4PuTtA8yEsITmiaQ8veSO2MPJal { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RtLr9hQlGILuQIrozTFfPUBTKN5nbJs6 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #oF9FoCh5hHCkq4bvA2Nl5DcPmLH5G0lQ { position:relative; }
#a9akNSAa2fApDVmW7KlT8SGinnRX5dcT { color:rgba(var(--color-tertiary-0),1);display:block;width:37.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15096;line-height:1.2;letter-spacing:0;top:12.38064289093rem;left:5.4372844696045rem;height:7.425125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gl0bnaoimu5f4nb3h6M7bbzC3AIELQ7X { color:#fbfaf8;display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:13.3125rem;font-weight:700;z-index:15054;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(var(--color-tertiary-0),0);top:19.8125rem;left:16.125rem;height:11.9813125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EI9cUtl9e1mW4pBTvTtL5fgJHaRgB3vv { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15097;line-height:1;letter-spacing:0;top:23.9375rem;left:8.9375rem;height:3.37456875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IRRRO3113QQ5dnGdHIxElUUpbKJ4TCNv { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15098;line-height:1;letter-spacing:0;top:24.25rem;left:26rem;height:5.24956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cCmhP7TOcWqE6SwGgwsrA1EJikRiL6Ua { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:33.25rem;left:5.4375rem; }
#BUONmz7cI690F3NbGk7LFAodBiO9TpZ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15099;line-height:1;letter-spacing:0;top:33.25rem;left:19.125rem;height:4.31315rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IOemRd38UfdeynctGMd0hRP9NJ9l4p4J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:34.875rem;left:16rem; }
#Btcv9LHZ0OrImhTF7a7CiD80i0UWgcl9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:34.625rem;left:30.8125rem; }
#kmlnny7qp7hzub6KnHSGOrM3MRGzqG4E { color:rgba(var(--color-tertiary-0),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15098;line-height:1;letter-spacing:0;top:34.6875rem;left:10.75rem;height:2.87543125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s84vxRJBPu9GVupbOSoDxkXAQ3SVUq3w { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15099;line-height:1;letter-spacing:0;top:34.6875rem;left:34.5625rem;height:2.87543125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e6QdWemnOt9SXUzoKfUyvJLbrtO2GuaE { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:rubik;font-size:0.625rem;font-weight:700;z-index:15056;line-height:.7;letter-spacing:0;top:39.124349594116rem;left:15.527345657349rem;height:0.437283125rem;font-style:normal;display:block; }
#ExV2h15EzkF5qspnRi4pT8yMsHB8gZ8P { position:relative;display:block; }#ExV2h15EzkF5qspnRi4pT8yMsHB8gZ8P { background-color: transparent; background-image: none; }#ExV2h15EzkF5qspnRi4pT8yMsHB8gZ8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExV2h15EzkF5qspnRi4pT8yMsHB8gZ8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExV2h15EzkF5qspnRi4pT8yMsHB8gZ8P > .row .container > .video-iframe-container { display: none; }#ExV2h15EzkF5qspnRi4pT8yMsHB8gZ8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExV2h15EzkF5qspnRi4pT8yMsHB8gZ8P > .row > .video-iframe-container { display: none; }#ExV2h15EzkF5qspnRi4pT8yMsHB8gZ8P > .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); }#ExV2h15EzkF5qspnRi4pT8yMsHB8gZ8P { border-width: 0; border-radius: 0; }#ExV2h15EzkF5qspnRi4pT8yMsHB8gZ8P > .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; }#ExV2h15EzkF5qspnRi4pT8yMsHB8gZ8P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.625rem;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; }#nFErO9tc7Uez3CwTRycumCcerJkWSMLD { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),0.96);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.3125rem;width:35rem;top:5.8125rem;left:38.8125rem;display:block; }
#TdGS7Oe4703SO2ByGK20TaGtZUnNZeTB { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:35rem;top:6.0625rem;left:38.8125rem;display:block; }
#HAlSOKqzDJpVNpK8xOyUA02e6cFRpLuS { color:#070707;display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.0625rem;left:38.625rem;height:6.9010625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#cPE2KK5MEwdsgF9hzkfTlREFbVTWJ9hv { color:#4f463b;display:block;width:34.99675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(231,237,244,0.94);top:2.1430130004883rem;left:38.751085281372rem;height:3.73698125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VPeUa0F0EL39zrEQf0teJZnCSuHGeLn9 { color:rgba(var(--color-tertiary-3),1);display:block;width:35.058625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5);top:26.498483657837rem;left:38.719621658325rem;height:5.19965rem;text-align:justify;text-align-last:initial;display:block; }
#JRmgAc3emy3bNEv4DebzTyUAgTHhOo7u { color:rgba(var(--color-tertiary-3),1);display:block;width:35.058625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.9;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5);top:13.653429031372rem;left:38.719621658325rem;height:14.12761875rem;text-align:justify;text-align-last:initial;display:block; }
#upMXs8Qb8rnDAOuhilOeiCGBW7sFHTu4 { color:rgba(var(--color-tertiary-3),1);display:block;width:35.058625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5);top:32.481556415558rem;left:38.719621658325rem;height:3.20095625rem;text-align:justify;text-align-last:initial;display:block; }
#ROaUdpy6rBbpQ0AU1RCNgV4lksEawwZP { color:rgba(var(--color-tertiary-3),1);display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:14999;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5);top:16.479164123535rem;left:14.166666030884rem;height:16.00475625rem;text-align:justify;text-align-last:initial;display:block; }
#ILkGaVBniL8vIudgdT1Fx60oUFLfqWpX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom: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;height:35.1248125rem;width:36.25rem;top:2.4055991172791rem;left:0.625rem;overflow:hidden;display:block; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:neuton;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.88671875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v3K1XZeXygheCTgXmB1JevPFO6xJ2C54 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:3.6556rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wTuLF3u60XQWiM8iIvPpGaOaWnFhSl9h { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:13.4375rem;left:6.25rem;overflow:hidden;display:block; }
#ct5GAUZ1TyTK6MNp8fbhIZoN8VbCCc1z { box-sizing:content-box;color:#5d92ff;font-size:4.5rem;font-weight:400;line-height:1;height:6.5rem;width:6.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:13.3125rem;left:24.875rem; }
#ssTsT4msqIplPdm9kwyyc4TrTw0thAeG { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.5rem;top:13.375rem;left:43.625rem;overflow:hidden;display:block; }
#swUg2w6Jc4yDxs8p5HwTieSyL9LEZngd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:21.0625rem;left:0rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vOTi9gFB0gT19FKVgXUQpJQ1sTcFEL06 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:21.0625rem;left:18.75rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nd9222L4Irbx26An9IdTdtK1TXNWIlVX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:21.0625rem;left:37.5rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N86avg6s294Ty7qLfZE3mwkGzxpwCHu8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:23.4375rem;left:1.3125rem;height:7.43275rem;text-align:center;text-align-last:center;display:block; }
#IhMVlKdSUtIHhlkNdvcFznVLy3TKe644 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.7;letter-spacing:0;top:23rem;left:19.75rem;height:8.28775rem;text-align:center;text-align-last:center;display:block; }
#PvTksFLt1VJ1PGKiEKMQhnWKVnSmKQ9X { color:rgba(var(--color-tertiary-4),1);display:block;width:16.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:23.4375rem;left:38.625rem;height:5.525175rem;text-align:center;text-align-last:center;display:block; }
#fWGHqtTQnp8UsG1rlTO9Rlhc3JBP8Xhq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:21.0625rem;left:56.1875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aXDf2S1r5IgXbSnOC0QeqQkPVv6Zphtx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15037;line-height:1.7;letter-spacing:0;top:23.4375rem;left:57.25rem;height:8.28775rem;text-align:center;text-align-last:center;display:block; }
#N59SGVPziaORSOn1mcedWcv68U8VpM2V { box-sizing:content-box;color:#5d92ff;font-size:4.5rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:13.375rem;left:61.875rem; }
#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { background-color: transparent; background-image: none; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container > .video-iframe-container { display: none; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row > .video-iframe-container { display: none; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .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); }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { border-width: 0; border-radius: 0; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { font-size:0.875rem;font-family:arial;height:102.9375rem;width:75rem;position:relative;display:block; }#yUU0tLR8KNC2ePv7dUvwCX9GU3lct28g { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);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;height:19.4375rem;width:16.5rem;top:10.75rem;left:1.0625rem;display:block; }
#rdirAiURRKaIBVMv08sOoFSM9GLwA1Hs { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:27.9375rem;left:2.1875rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mBrmTKQhbGUC3HZ6x7fI0qw6yIUUD88l { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:37rem;left:2.9375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yUitTZFfqSCBVgb6oM26XXcXyMB2Q0Q9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.6875rem;width:16.6875rem;top:10.75rem;left:1.125rem;overflow:hidden;display:block; }
#RfxBC7Um0mKnHysOzoHk8vHDK3TTyXy5 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);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;height:19.4375rem;width:16.25rem;top:10.75rem;left:19.8125rem;display:block; }
#Mp8J8mT856xGmDhIR1k1AH1OabJDmMQx { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:37rem;left:22.3125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bZTx897Z1ZDsIxxEVUkq2rckksUT6LZF { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.125rem;left:21.5625rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vgnlpMfRIPXG62X18eXGQ4iS5pUDMBqd { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);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;height:19.4375rem;width:16.25rem;top:10.75rem;left:38.5625rem;display:block; }
#UUyWyWdSdqBpR458PR07tCWhdpA0KqNm { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:37rem;left:41.0625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#upKubC4p6FOrJx4a4lwuXJS4I0KfhT8E { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:28.125rem;left:40.3125rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLfv6XxakWSBDTPE2znM1nZkrAA0Uf77 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:12.5625rem;left:45.625rem;overflow:hidden;display:block; }
#eTnPlq0E0cPHOu0hdDgmmoHU1pTEEZS8 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);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;height:19.4375rem;width:16.25rem;top:10.75rem;left:57.3125rem;display:block; }
#RHq74dUGHhV2wtKtM6zCdPVs1OobJavG { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:37rem;left:59.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oFt9BOmZGgfBXZNBomp1w2lCmRKm2KWi { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.125rem;left:59.0625rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DQnIg0r4S1om7xz2MLNPJ4Or7wF7T5mw { position:absolute;display:block;z-index:15015;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:12.5625rem;left:64.625rem;overflow:hidden;display:block; }
#o0RM3krskfwGX5ueUNphOyfVSnXlGKyo { color:#14261c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:3.6556rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q5cO1kwT8svfz9Wy7iJWXpP6uWkKcr0G { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.5625rem;width:16.5625rem;top:10.75rem;left:19.8125rem;overflow:hidden;display:block; }
#VHMhfCfIbUyrGllorKZT29C0U9ppeSeF { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.5rem;width:16.5rem;top:10.75rem;left:38.5625rem;overflow:hidden;display:block; }
#baoAsAozmkx985AOT1EqHxFT4ig5lIfv { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.625rem;width:16.625rem;top:10.75rem;left:57.3125rem;overflow:hidden;display:block; }
#KNMBJP5cNqGVoeVN8bdVMqfO5uAz2OTc { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);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;height:19.4375rem;width:16.5rem;top:33.1875rem;left:1.0625rem;display:block; }
#DtKRWncOQWCeRfGL1N58lTI7OEuRl2LR { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.6875rem;width:16.6875rem;top:33.1875rem;left:1.125rem;overflow:hidden;display:block; }
#TIBaqs8RTieLHVIOPWkdfasQxDkHWyJd { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);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;height:19.4375rem;width:16.25rem;top:33.1875rem;left:19.8125rem;display:block; }
#ZrCPafJawQtpblAINyxHSIBeZ4mxxt8u { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.5rem;width:16.5rem;top:33.1875rem;left:19.8125rem;overflow:hidden;display:block; }
#D8dSah7yMqqauvDwOXAgO4isiVRiJgSJ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:50.375rem;left:2.1875rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yWgyrbvpDmDHlP0irhnkFPR5KBVwGQe2 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);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;height:19.4375rem;width:16.25rem;top:33.1875rem;left:38.5625rem;display:block; }
#qadcgcAKHJaS5Kx4bSGhq6PkWl4NWRMT { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.625rem;width:16.625rem;top:33.1875rem;left:38.5625rem;overflow:hidden;display:block; }
#q8y9B7rSgqbiLxxQSublCwLld8qWJiHG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;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:50.5625rem;left:21.5625rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OHPaSZIQh0KPUtrDNT2nhXITufbNxJBs { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;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:50.5625rem;left:40.3125rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lD0pqxSJZRbu0iKLLT0xqhaUNzriLxFJ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:35rem;left:45.625rem;overflow:hidden;display:block; }
#KAhWxfaeUTwunl3CaVMIln4QwSpptB0l { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);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;height:19.4375rem;width:16.25rem;top:33.1875rem;left:57.3125rem;display:block; }
#qZVWMcJ25drfOUNz4Q4SWy3v7wgeIAEP { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.625rem;width:16.625rem;top:33.1875rem;left:57.3125rem;overflow:hidden;display:block; }
#bRuhD3KkFh2lchH053xwocT1W2BhcCOQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:50.5625rem;left:59.0625rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V8iFi6NzOWc8CNwg4AV8QN1AfDph01RZ { position:absolute;display:block;z-index:15029;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:35rem;left:64.625rem;overflow:hidden;display:block; }
#gABOkmi6AXf1F8cn3SB0sBRfCF3LhMdl { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:58.8125rem;left:1.875rem;display:none; }
#Z7Fftgy8QN7Do10XMvbVzTMcyBh0BwZ9 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:37.1875rem;width:66.375rem;top:61.205516815186rem;left:4.3120670318604rem;display:block; }
#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { position:relative;display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { background-color: transparent; background-image: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .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); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { border-width: 0; border-radius: 0; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .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; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:59.625rem;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; }#pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.6556rem;text-align:center;text-align-last:center;font-style:normal;color:#14261c;display:block; }
#SkRZXztdLFGydw0oHkIZPpeTT8ZwlQcU { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.625rem;width:22.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:1.0625rem;overflow:hidden;display:block; }
#IUquPKsIMnKx8AmJBltn41qIKSDM9k3Q { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.875rem;width:22.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:26.125rem;overflow:hidden;display:block; }
#ubgzI4AT37skwxflPGqNmN03GLruLm9U { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.875rem;width:22.8125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:51rem;overflow:hidden;display:block; }
#IOMB9nvPu42DtaxLRkksBkkVVryrV2SR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.875rem;width:22.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:32.8125rem;left:1.11328125rem;overflow:hidden;display:block; }
#db4tfOAqg42kbhr89gqVnPOqzuI8e4FV { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0.81);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:2.5625rem;width:22.8125rem;top:28.4375rem;left:1.0625rem;display:block; }
#PSUcOOShErRggkFDLgaP4ubDK25AN5BL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.90625rem;left:2.375rem;height:1.62435rem;font-style:normal;display:block; }
#hCn1gCiNi5g2Bkc1ZifgkeJTfoPXQquX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;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:28.9375rem;left:27.375001907349rem;height:1.62435rem;font-style:normal;display:block; }
#rVWV9zc3LWOrxRXrRnF8y9ZGg755G4Re { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),0.81);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:2.5625rem;width:22.8125rem;top:28.375rem;left:26.125rem;display:block; }
#F8h1IUvbszyRAWcNP3h1zGXadlR5sUZL { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;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:28.90625rem;left:52.312501907349rem;height:1.62435rem;font-style:normal;display:block; }
#Hb4gTfmXDG7NMbWLc7rbzSTKaD5pgSH1 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.81);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:2.5625rem;width:22.8125rem;top:28.4375rem;left:51rem;display:block; }
#lWPtH9opkHmm7ehqAflRob1NBztnXg8A { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:51.4375rem;left:2.375rem;height:1.62435rem;font-style:normal;display:block; }
#vKmqFlTkTgqwtkPlqssmkegmMsFy5NAB { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),0.81);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:2.5625rem;width:22.8125rem;top:50.9375rem;left:1.0625rem;display:block; }
#SV4OqlUlogD5spRikqbRiGBJ2zrP8Rwb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:51.4375rem;left:27.375rem;height:1.625rem;font-style:normal;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { color:rgba(var(--color-tertiary-0),1);display:block;width:61.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15013;line-height:.9;letter-spacing:0;top:2.75390625rem;left:6.71875rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eOJSc5RiWxG7yZ6PXOH7QedTlgExV0QC { color:rgba(var(--color-tertiary-0),1);display:block;width:61.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15014;line-height:.9;letter-spacing:0;top:7.0030364990238rem;left:6.7187519073488rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1.0867156982422rem;left:27.937501907349rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm { display:block; }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dK4xF9OyXH6crlGHh1itNP1fmur4BRh3 { top:1.25rem;left:0rem;width:16.4375rem;height:11.082282011265rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcB5VZZTqF8guen1tL5SkODn7eDhu1O6 { top:39.125rem;left:0rem;width:26.625rem;height:1.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-regular-label { display:block;width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-input-text { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-input-text {padding-top: 0; padding-bottom: 0;}#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-textarea { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-input-select { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-input-select {padding-top: 0; padding-bottom: 0;}#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-input-button { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-checkbox-label { width:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm  { width:19.0625rem;height:auto;top:17.25rem;left:26.1875rem; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .radio-container { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm {display:block;}#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm { width:19.0625rem;height:21.9375rem;top:15rem;left:26.1875rem; }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #HPSyTA085mcfuJOTiQelchvbbTXnWDJN {  }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #kxUMIsE4AMA7Ti0mgqHtgMoEPoGLfElw { display:none; }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #evQqAXvqaFyxHgvJUvQJ63sU2CJVB01T {  }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #cGvZahcTv95lZegKLqbQ2iRh8K3pGnBl {  }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #fnUe8bZnVyyEOdhbTCnO6GtRU0rPunMT { display:none; }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #UikNdDRz5BqlZLtx7sl2WUH2u3cKBLnU {  }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #VSXCvaQQpeBgXWngeHXve8S088TW55D4 {  }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #g632ZXxsgBAJiWq2LgkdDsZn42mQfXGC {  }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #IhHOMeQT7TG1naXZCKTqZ51VsVPB1bxJ {  }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #sEAtO3ZUhsRHvKs2Jo3ERCKfgx9Cp07S {  }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #oVvROMNa4W4phRugLGa0bTS4zCO981uT {  }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #vkfyuDNLAyzWC5kMlEdk3z72bk2x0RA3 {  }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #UtSNgL1o5VauUFi9CFUMib82iDQ9LoTL {  }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #RyyMk1up2F8eXV1V53cngsT9V8DVGTvM {  }
 }@media only screen and (max-width: 763px) { #md59ZL4IWPZnzgFk5tUDHyWLOtsNa5ZX { top:10.625rem;left:23.25rem;width:24.4375rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyFMOEPg3d2EKHp3W7V3dVflwatzc2cZ { top:12.3125rem;left:27.0625rem;width:20.6875rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #PmxxxewISFnhDpqo16hIGAITffKguAmf {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #masMhQ6nST47KFASCXOKGJT63kd1enTD { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #CFHWT7HNcGrMTiW78GhfEQAcSkChrqzr {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #WAFiJXeWEmLpS3TczAcMZLVtifML9412 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #nqD5zkrOMBaqJhpV00zSLFTqhwbf0bIL { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #JFLITTUmqBolTFKCQ4wUpJfex1RkNlz1 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #ysqWRMNQVXG2K8wiMN5rCLtGPpWXkAV1 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d0rmUwT2pT29UmGrzpAtZID4Qw6r6gTc {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #t2Eb48FFlLM233SmQgqUTLacNWHQJOyE {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #h3wFsEFg3Jwh29yusioC3Ey1wGT4T7BA {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #BashJMnDKB8lqC9G3Tu7i1C5rrkzxrA1 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #qKAQA4PuTtA8yEsITmiaQ8veSO2MPJal {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RtLr9hQlGILuQIrozTFfPUBTKN5nbJs6 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #oF9FoCh5hHCkq4bvA2Nl5DcPmLH5G0lQ {  }
 }@media only screen and (max-width: 763px) { #a9akNSAa2fApDVmW7KlT8SGinnRX5dcT { top:12.375rem;left:0rem;width:37.75rem;height:7.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl0bnaoimu5f4nb3h6M7bbzC3AIELQ7X { top:19.8125rem;left:2.5rem;width:9.8125rem;height:11.9375rem;font-size:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI9cUtl9e1mW4pBTvTtL5fgJHaRgB3vv { top:23.9375rem;left:0rem;width:8.4375rem;height:3.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRRRO3113QQ5dnGdHIxElUUpbKJ4TCNv { top:24.25rem;left:12.375rem;width:6.4375rem;height:5.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCmhP7TOcWqE6SwGgwsrA1EJikRiL6Ua { top:33.25rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUONmz7cI690F3NbGk7LFAodBiO9TpZ8 { top:33.25rem;left:5.5rem;width:10.9375rem;height:4.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOemRd38UfdeynctGMd0hRP9NJ9l4p4J { top:34.875rem;left:2.375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btcv9LHZ0OrImhTF7a7CiD80i0UWgcl9 { top:34.625rem;left:17.1875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmlnny7qp7hzub6KnHSGOrM3MRGzqG4E { top:34.6875rem;left:0rem;width:4.0625rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s84vxRJBPu9GVupbOSoDxkXAQ3SVUq3w { top:34.6875rem;left:20.9375rem;width:7.25rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6QdWemnOt9SXUzoKfUyvJLbrtO2GuaE { top:39.0625rem;left:1.9023456573486rem;width:10.3125rem;height:0.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExV2h15EzkF5qspnRi4pT8yMsHB8gZ8P { display:block; }#ExV2h15EzkF5qspnRi4pT8yMsHB8gZ8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFErO9tc7Uez3CwTRycumCcerJkWSMLD { top:5.8125rem;left:12.75rem;width:35rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdGS7Oe4703SO2ByGK20TaGtZUnNZeTB { top:6.0625rem;left:12.75rem;width:35rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAlSOKqzDJpVNpK8xOyUA02e6cFRpLuS { top:7rem;left:12.75rem;width:35rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPE2KK5MEwdsgF9hzkfTlREFbVTWJ9hv { top:2.125rem;left:12.8125rem;width:34.9375rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPeUa0F0EL39zrEQf0teJZnCSuHGeLn9 { top:26.4375rem;left:12.75rem;width:35rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRmgAc3emy3bNEv4DebzTyUAgTHhOo7u { top:13.625rem;left:12.75rem;width:35rem;height:14.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upMXs8Qb8rnDAOuhilOeiCGBW7sFHTu4 { top:32.4375rem;left:12.75rem;width:35rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROaUdpy6rBbpQ0AU1RCNgV4lksEawwZP { top:17.0625rem;left:7.9791660308837rem;width:14.375rem;height:16rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILkGaVBniL8vIudgdT1Fx60oUFLfqWpX { top:2.375rem;left:0rem;width:36.25rem;height:35.1248125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:47.75rem;height:3.625rem;top:1.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3K1XZeXygheCTgXmB1JevPFO6xJ2C54 { width:47.75rem;height:3.625rem;top:2.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTuLF3u60XQWiM8iIvPpGaOaWnFhSl9h { top:13.4375rem;left:2.84375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct5GAUZ1TyTK6MNp8fbhIZoN8VbCCc1z { top:13.3125rem;left:14.65625rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssTsT4msqIplPdm9kwyyc4TrTw0thAeG { top:13.375rem;left:26.59375rem;width:6.4375rem;height:6.3751634725414rem;display:block; }
 }@media only screen and (max-width: 763px) { #swUg2w6Jc4yDxs8p5HwTieSyL9LEZngd { top:21.0625rem;left:0rem;width:18.625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOTi9gFB0gT19FKVgXUQpJQ1sTcFEL06 { top:21.0625rem;left:5.125rem;width:18.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd9222L4Irbx26An9IdTdtK1TXNWIlVX { top:21.0625rem;left:17.125rem;width:18.625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N86avg6s294Ty7qLfZE3mwkGzxpwCHu8 { top:23.4375rem;left:0rem;width:16.0625rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhMVlKdSUtIHhlkNdvcFznVLy3TKe644 { top:23rem;left:7.125rem;width:16.6875rem;height:8.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvTksFLt1VJ1PGKiEKMQhnWKVnSmKQ9X { top:23.4375rem;left:19.375rem;width:16.4375rem;height:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWGHqtTQnp8UsG1rlTO9Rlhc3JBP8Xhq { top:21.0625rem;left:17.1875rem;width:18.625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXDf2S1r5IgXbSnOC0QeqQkPVv6Zphtx { top:23.4375rem;left:31.0625rem;width:16.625rem;height:8.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N59SGVPziaORSOn1mcedWcv68U8VpM2V { top:13.375rem;left:38.03125rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg5ufb0ZelznPtxdkPk1hO84SHls6cfn { display:block; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUU0tLR8KNC2ePv7dUvwCX9GU3lct28g { width:16.4375rem;height:19.375rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdirAiURRKaIBVMv08sOoFSM9GLwA1Hs { width:13.125rem;height:1.5625rem;top:27.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBrmTKQhbGUC3HZ6x7fI0qw6yIUUD88l { width:11.625rem;height:5.5625rem;top:37rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUitTZFfqSCBVgb6oM26XXcXyMB2Q0Q9 { width:16.625rem;height:16.625rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfxBC7Um0mKnHysOzoHk8vHDK3TTyXy5 { width:16.25rem;height:19.375rem;top:10.75rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp8J8mT856xGmDhIR1k1AH1OabJDmMQx { width:11.625rem;height:5.5625rem;top:37rem;left:12.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZTx897Z1ZDsIxxEVUkq2rckksUT6LZF { width:13.125rem;height:1.5625rem;top:28.125rem;left:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgnlpMfRIPXG62X18eXGQ4iS5pUDMBqd { width:16.25rem;height:19.375rem;top:10.75rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUyWyWdSdqBpR458PR07tCWhdpA0KqNm { width:11.625rem;height:5.5625rem;top:37rem;left:24.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upKubC4p6FOrJx4a4lwuXJS4I0KfhT8E { width:13.125rem;height:1.5625rem;top:28.125rem;left:22.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLfv6XxakWSBDTPE2znM1nZkrAA0Uf77 { width:3.125rem;height:3.125rem;top:12.5625rem;left:28.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTnPlq0E0cPHOu0hdDgmmoHU1pTEEZS8 { width:16.25rem;height:19.375rem;top:10.75rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHq74dUGHhV2wtKtM6zCdPVs1OobJavG { width:11.625rem;height:5.5625rem;top:37rem;left:35.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFt9BOmZGgfBXZNBomp1w2lCmRKm2KWi { width:13.125rem;height:1.5625rem;top:28.125rem;left:34.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQnIg0r4S1om7xz2MLNPJ4Or7wF7T5mw { width:3.125rem;height:3.125rem;top:12.5625rem;left:40.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0RM3krskfwGX5ueUNphOyfVSnXlGKyo { width:47.75rem;height:3.625rem;top:2.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5cO1kwT8svfz9Wy7iJWXpP6uWkKcr0G { width:16.5625rem;height:16.5625rem;top:10.75rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHMhfCfIbUyrGllorKZT29C0U9ppeSeF { width:16.4375rem;height:16.4375rem;top:10.75rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baoAsAozmkx985AOT1EqHxFT4ig5lIfv { width:16.5625rem;height:16.5625rem;top:10.75rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNMBJP5cNqGVoeVN8bdVMqfO5uAz2OTc { width:16.4375rem;height:19.375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtKRWncOQWCeRfGL1N58lTI7OEuRl2LR { width:16.625rem;height:16.625rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIBaqs8RTieLHVIOPWkdfasQxDkHWyJd { width:16.25rem;height:19.375rem;top:33.1875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrCPafJawQtpblAINyxHSIBeZ4mxxt8u { width:16.4375rem;height:16.4375rem;top:33.1875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8dSah7yMqqauvDwOXAgO4isiVRiJgSJ { width:13.125rem;height:1.5625rem;top:50.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWgyrbvpDmDHlP0irhnkFPR5KBVwGQe2 { width:16.25rem;height:19.375rem;top:33.1875rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qadcgcAKHJaS5Kx4bSGhq6PkWl4NWRMT { width:16.5625rem;height:16.5625rem;top:33.1875rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8y9B7rSgqbiLxxQSublCwLld8qWJiHG { width:13.125rem;height:1.5625rem;top:50.5625rem;left:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHPaSZIQh0KPUtrDNT2nhXITufbNxJBs { width:13.125rem;height:1.5625rem;top:50.5625rem;left:22.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD0pqxSJZRbu0iKLLT0xqhaUNzriLxFJ { width:3.125rem;height:3.125rem;top:35rem;left:28.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAhWxfaeUTwunl3CaVMIln4QwSpptB0l { width:16.25rem;height:19.375rem;top:33.1875rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZVWMcJ25drfOUNz4Q4SWy3v7wgeIAEP { width:16.5625rem;height:16.5625rem;top:33.1875rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRuhD3KkFh2lchH053xwocT1W2BhcCOQ { width:13.125rem;height:1.5625rem;top:50.5625rem;left:34.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8iFi6NzOWc8CNwg4AV8QN1AfDph01RZ { width:3.125rem;height:3.125rem;top:35rem;left:40.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gABOkmi6AXf1F8cn3SB0sBRfCF3LhMdl { top:58.8125rem;left:0rem;width:16.25rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7Fftgy8QN7Do10XMvbVzTMcyBh0BwZ9 { top:61.1875rem;left:0rem;width:47.75rem;height:26.752589453861rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:47.75rem;height:3.625rem;top:4.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRZXztdLFGydw0oHkIZPpeTT8ZwlQcU { width:22.8125rem;height:20.625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUquPKsIMnKx8AmJBltn41qIKSDM9k3Q { width:22.8125rem;height:18.875rem;top:10.3125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubgzI4AT37skwxflPGqNmN03GLruLm9U { width:22.8125rem;height:18.875rem;top:10.3125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOMB9nvPu42DtaxLRkksBkkVVryrV2SR { width:22.8125rem;height:18.875rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #db4tfOAqg42kbhr89gqVnPOqzuI8e4FV { top:28.4375rem;left:0rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSUcOOShErRggkFDLgaP4ubDK25AN5BL { top:28.875rem;left:0rem;width:12.5rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCn1gCiNi5g2Bkc1ZifgkeJTfoPXQquX { top:28.9375rem;left:13.750001907349rem;width:12.4375rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVWV9zc3LWOrxRXrRnF8y9ZGg755G4Re { top:28.375rem;left:12.5rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8h1IUvbszyRAWcNP3h1zGXadlR5sUZL { top:28.875rem;left:32rem;width:15.75rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4gTfmXDG7NMbWLc7rbzSTKaD5pgSH1 { top:28.4375rem;left:24.875rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWPtH9opkHmm7ehqAflRob1NBztnXg8A { top:51.4375rem;left:0rem;width:13.5625rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKmqFlTkTgqwtkPlqssmkegmMsFy5NAB { top:50.9375rem;left:0rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV4OqlUlogD5spRikqbRiGBJ2zrP8Rwb { top:51.4375rem;left:13.75rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { top:2.75rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOJSc5RiWxG7yZ6PXOH7QedTlgExV0QC { top:7rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:1.0625rem;left:14.312501907349rem;width:20.4375rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7267377a-f290-413e-8ecf-50e3d4a83a09/IMG_0690.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;display:block; }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm.adaptive-delivery-prevent-bg, #CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm.lazyload, #CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm.lazyloading { background-image: none; }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm > .row .container { background-color: transparent; background-image: none; }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm > .row .container > .video-iframe-container { display: none; }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm > .row > .video-iframe-container { display: none; }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm > .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); }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm > .row .container { border-width: 0; border-radius: 0; }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CNfQUB9O9bSEpeOdLKJCkd8nMqW3r7Vm > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dK4xF9OyXH6crlGHh1itNP1fmur4BRh3 { width:13.3125rem;height:9.1875rem;top:2.6875rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcB5VZZTqF8guen1tL5SkODn7eDhu1O6 { width:20rem;height:0;top:57.398440625rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-regular-label { display:block;width:14.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-input-text { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.625rem; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-input-text {padding-top: 0; padding-bottom: 0;}#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-textarea { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-input-select { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-input-select {padding-top: 0; padding-bottom: 0;}#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-input-button { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;height:2.6875rem; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .widget-checkbox-label { width:13.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm  { width:14.3125rem;height:auto;top:43.1875rem;left:1.5rem; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm .radio-container { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm {display:block;}#XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm { width:14.3125rem;height:auto;top:43.1875rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #HPSyTA085mcfuJOTiQelchvbbTXnWDJN {  }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #kxUMIsE4AMA7Ti0mgqHtgMoEPoGLfElw { display:none; }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #evQqAXvqaFyxHgvJUvQJ63sU2CJVB01T {  }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #cGvZahcTv95lZegKLqbQ2iRh8K3pGnBl {  }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #fnUe8bZnVyyEOdhbTCnO6GtRU0rPunMT { display:none; }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #UikNdDRz5BqlZLtx7sl2WUH2u3cKBLnU {  }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #VSXCvaQQpeBgXWngeHXve8S088TW55D4 {  }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #g632ZXxsgBAJiWq2LgkdDsZn42mQfXGC { display:block; }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #IhHOMeQT7TG1naXZCKTqZ51VsVPB1bxJ {  }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #sEAtO3ZUhsRHvKs2Jo3ERCKfgx9Cp07S {  }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #oVvROMNa4W4phRugLGa0bTS4zCO981uT { display:block; }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #vkfyuDNLAyzWC5kMlEdk3z72bk2x0RA3 {  }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #UtSNgL1o5VauUFi9CFUMib82iDQ9LoTL {  }
 }@media only screen and (max-width: 763px) { #XorSnP6WkmK3SOmbDVHaFmOxLymLZTNm #RyyMk1up2F8eXV1V53cngsT9V8DVGTvM {  }
 }@media only screen and (max-width: 763px) { #md59ZL4IWPZnzgFk5tUDHyWLOtsNa5ZX { width:17.3125rem;height:23.3125rem;top:40.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyFMOEPg3d2EKHp3W7V3dVflwatzc2cZ { width:16.0625rem;height:2.11154375rem;top:41.125rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #PmxxxewISFnhDpqo16hIGAITffKguAmf {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #masMhQ6nST47KFASCXOKGJT63kd1enTD { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #CFHWT7HNcGrMTiW78GhfEQAcSkChrqzr {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #WAFiJXeWEmLpS3TczAcMZLVtifML9412 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #nqD5zkrOMBaqJhpV00zSLFTqhwbf0bIL { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #JFLITTUmqBolTFKCQ4wUpJfex1RkNlz1 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #ysqWRMNQVXG2K8wiMN5rCLtGPpWXkAV1 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d0rmUwT2pT29UmGrzpAtZID4Qw6r6gTc {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #t2Eb48FFlLM233SmQgqUTLacNWHQJOyE {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #h3wFsEFg3Jwh29yusioC3Ey1wGT4T7BA {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #BashJMnDKB8lqC9G3Tu7i1C5rrkzxrA1 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #qKAQA4PuTtA8yEsITmiaQ8veSO2MPJal {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RtLr9hQlGILuQIrozTFfPUBTKN5nbJs6 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #oF9FoCh5hHCkq4bvA2Nl5DcPmLH5G0lQ {  }
 }@media only screen and (max-width: 763px) { #a9akNSAa2fApDVmW7KlT8SGinnRX5dcT { width:19.6875rem;height:4.53450625rem;top:13.798832893372rem;left:0.31141501665116rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gl0bnaoimu5f4nb3h6M7bbzC3AIELQ7X { width:9.875rem;height:9.7504375rem;top:19.375rem;left:6.84375rem;font-size:9.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EI9cUtl9e1mW4pBTvTtL5fgJHaRgB3vv { width:7.1875rem;height:2.75rem;top:23.4375rem;left:1.5625rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IRRRO3113QQ5dnGdHIxElUUpbKJ4TCNv { width:5.375rem;height:2.1994375rem;top:23.75rem;left:12.9375rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cCmhP7TOcWqE6SwGgwsrA1EJikRiL6Ua { display:flex;width:3.68706875rem;height:3.68706875rem;top:29.125rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #BUONmz7cI690F3NbGk7LFAodBiO9TpZ8 { width:7.4370625rem;height:1.786025rem;top:30.0625rem;left:12.0625rem;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IOemRd38UfdeynctGMd0hRP9NJ9l4p4J { display:flex;width:2rem;height:2rem;top:29.6875rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #Btcv9LHZ0OrImhTF7a7CiD80i0UWgcl9 { display:flex;width:1.9375rem;height:1.9375rem;top:33.75rem;left:5.4375rem; }
 }@media only screen and (max-width: 763px) { #kmlnny7qp7hzub6KnHSGOrM3MRGzqG4E { width:2.37413125rem;height:1.786025rem;top:30.0625rem;left:4.125rem;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #s84vxRJBPu9GVupbOSoDxkXAQ3SVUq3w { width:6.4995625rem;height:0.8930125rem;top:34.25rem;left:8.125rem;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #e6QdWemnOt9SXUzoKfUyvJLbrtO2GuaE { width:10.3125rem;height:0.393555rem;top:38.0625rem;left:4.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExV2h15EzkF5qspnRi4pT8yMsHB8gZ8P { display:block; }#ExV2h15EzkF5qspnRi4pT8yMsHB8gZ8P > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFErO9tc7Uez3CwTRycumCcerJkWSMLD { width:20rem;height:0.3125rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdGS7Oe4703SO2ByGK20TaGtZUnNZeTB { width:20rem;height:0.25rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAlSOKqzDJpVNpK8xOyUA02e6cFRpLuS { width:20rem;height:5.84635625rem;top:28.288846969604rem;left:0rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cPE2KK5MEwdsgF9hzkfTlREFbVTWJ9hv { width:20rem;height:3.7109375rem;top:23.346788644791rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VPeUa0F0EL39zrEQf0teJZnCSuHGeLn9 { width:20rem;height:5.525175rem;top:44.629993438721rem;left:0rem;font-size:0.8125rem;line-height:1.7;font-family:"open sans";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JRmgAc3emy3bNEv4DebzTyUAgTHhOo7u { width:20rem;height:8.6664375rem;top:34.72656583786rem;left:0rem;font-size:0.6875rem;line-height:1.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #upMXs8Qb8rnDAOuhilOeiCGBW7sFHTu4 { width:20rem;height:2.11154375rem;top:50.811634063721rem;left:0rem;font-size:0.8125rem;line-height:1.3;font-family:"open sans";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ROaUdpy6rBbpQ0AU1RCNgV4lksEawwZP { width:14.375rem;height:9.501975rem;top:9.1710042953494rem;left:2.8125000596046rem;font-size:0.8125rem;line-height:1.3;font-family:"open sans";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ILkGaVBniL8vIudgdT1Fx60oUFLfqWpX { width:20rem;height:19.3771875rem;top:1.5907120704651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:85.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:20rem;height:4.875rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3K1XZeXygheCTgXmB1JevPFO6xJ2C54 { width:20rem;height:4.2252625rem;top:2.5607585906983rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTuLF3u60XQWiM8iIvPpGaOaWnFhSl9h { width:6.25rem;height:6.25rem;top:10.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct5GAUZ1TyTK6MNp8fbhIZoN8VbCCc1z { display:flex;width:6.5rem;height:6.5rem;top:28.25rem;left:6.75rem; }
 }@media only screen and (max-width: 763px) { #ssTsT4msqIplPdm9kwyyc4TrTw0thAeG { width:6.25rem;height:6.25rem;top:48.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swUg2w6Jc4yDxs8p5HwTieSyL9LEZngd { width:18.625rem;height:1.055775rem;top:17.75rem;left:0.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vOTi9gFB0gT19FKVgXUQpJQ1sTcFEL06 { width:18.75rem;height:1.055775rem;top:36rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nd9222L4Irbx26An9IdTdtK1TXNWIlVX { width:18.6875rem;height:1.055775rem;top:55.5rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N86avg6s294Ty7qLfZE3mwkGzxpwCHu8 { width:16.0625rem;height:6.9064375rem;top:19.4375rem;left:1.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IhMVlKdSUtIHhlkNdvcFznVLy3TKe644 { width:16.75rem;height:8.28775rem;top:37.5rem;left:1.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PvTksFLt1VJ1PGKiEKMQhnWKVnSmKQ9X { width:16.436625rem;height:5.525175rem;top:57.186411380768rem;left:1.7805991768837rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWGHqtTQnp8UsG1rlTO9Rlhc3JBP8Xhq { width:18.625rem;height:1.055775rem;top:72.4375rem;left:0.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXDf2S1r5IgXbSnOC0QeqQkPVv6Zphtx { width:16.6873125rem;height:8.28775rem;top:74.5rem;left:1.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N59SGVPziaORSOn1mcedWcv68U8VpM2V { display:flex;width:6.375rem;height:6.375rem;top:65.5rem;left:6.8125rem;font-size:4.4375rem; }
 }@media only screen and (max-width: 763px) { #bg5ufb0ZelznPtxdkPk1hO84SHls6cfn { display:block; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { width:20rem;height:80.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUU0tLR8KNC2ePv7dUvwCX9GU3lct28g { width:7.875rem;height:9.125rem;top:11.375rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdirAiURRKaIBVMv08sOoFSM9GLwA1Hs { width:3.3125rem;height:0.97439375rem;top:19.5rem;left:3.4375002980233rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBrmTKQhbGUC3HZ6x7fI0qw6yIUUD88l { width:13.125rem;height:0;top:31.959rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUitTZFfqSCBVgb6oM26XXcXyMB2Q0Q9 { width:8.125rem;height:8.125rem;top:11.375rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfxBC7Um0mKnHysOzoHk8vHDK3TTyXy5 { width:7.875rem;height:9.125rem;top:11.375rem;left:10.937500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp8J8mT856xGmDhIR1k1AH1OabJDmMQx { width:13.125rem;height:0;top:88.834rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZTx897Z1ZDsIxxEVUkq2rckksUT6LZF { width:2.6875rem;height:0.97439375rem;top:19.5rem;left:13.687066376209rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgnlpMfRIPXG62X18eXGQ4iS5pUDMBqd { width:7.875rem;height:9.125rem;top:23.374130249024rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUyWyWdSdqBpR458PR07tCWhdpA0KqNm { width:13.125rem;height:0;top:115.709rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #upKubC4p6FOrJx4a4lwuXJS4I0KfhT8E { width:3.4375rem;height:0.97439375rem;top:31.499130249024rem;left:3.3745663762093rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLfv6XxakWSBDTPE2znM1nZkrAA0Uf77 { width:3.125rem;height:3.125rem;top:102.125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTnPlq0E0cPHOu0hdDgmmoHU1pTEEZS8 { width:7.875rem;height:9.125rem;top:23.374130249024rem;left:10.937500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHq74dUGHhV2wtKtM6zCdPVs1OobJavG { width:13.125rem;height:0;top:142.584rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFt9BOmZGgfBXZNBomp1w2lCmRKm2KWi { width:2.375rem;height:0.97439375rem;top:31.499130249024rem;left:13.750000298023rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQnIg0r4S1om7xz2MLNPJ4Or7wF7T5mw { width:3.125rem;height:3.125rem;top:74.1875rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0RM3krskfwGX5ueUNphOyfVSnXlGKyo { width:20rem;height:2.11263125rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5cO1kwT8svfz9Wy7iJWXpP6uWkKcr0G { width:8.125rem;height:8.125rem;top:11.375rem;left:10.937500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHMhfCfIbUyrGllorKZT29C0U9ppeSeF { width:8.125rem;height:8.125rem;top:23.374130249024rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #baoAsAozmkx985AOT1EqHxFT4ig5lIfv { width:8.125rem;height:8.125rem;top:23.374130249024rem;left:10.937500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNMBJP5cNqGVoeVN8bdVMqfO5uAz2OTc { width:7.875rem;height:9.125rem;top:35.1875rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtKRWncOQWCeRfGL1N58lTI7OEuRl2LR { width:8.125rem;height:8.125rem;top:35.1875rem;left:1.0622830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIBaqs8RTieLHVIOPWkdfasQxDkHWyJd { width:7.875rem;height:9.125rem;top:35.1875rem;left:10.937500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrCPafJawQtpblAINyxHSIBeZ4mxxt8u { width:8.125rem;height:8.125rem;top:35.1875rem;left:10.937500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8dSah7yMqqauvDwOXAgO4isiVRiJgSJ { width:2.5625rem;height:0.97439375rem;top:43.3125rem;left:3.8118489384651rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWgyrbvpDmDHlP0irhnkFPR5KBVwGQe2 { width:7.875rem;height:9.125rem;top:46.999130249024rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #qadcgcAKHJaS5Kx4bSGhq6PkWl4NWRMT { width:8.125rem;height:8.125rem;top:46.999130249024rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8y9B7rSgqbiLxxQSublCwLld8qWJiHG { width:2.5rem;height:0.97439375rem;top:43.3125rem;left:13.811849892139rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHPaSZIQh0KPUtrDNT2nhXITufbNxJBs { width:2.8125rem;height:0.97439375rem;top:55.124130249024rem;left:3.6870663762093rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD0pqxSJZRbu0iKLLT0xqhaUNzriLxFJ { width:3.125rem;height:3.125rem;top:143.4375rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KAhWxfaeUTwunl3CaVMIln4QwSpptB0l { width:7.875rem;height:9.125rem;top:46.999130249024rem;left:10.937500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZVWMcJ25drfOUNz4Q4SWy3v7wgeIAEP { width:8.125rem;height:8.125rem;top:46.999130249024rem;left:10.937500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRuhD3KkFh2lchH053xwocT1W2BhcCOQ { width:2.875rem;height:0.97439375rem;top:55.124130249024rem;left:13.624132454395rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8iFi6NzOWc8CNwg4AV8QN1AfDph01RZ { width:3.125rem;height:3.125rem;top:196.55234146118rem;left:8.4375003576281rem;display:none; }
 }@media only screen and (max-width: 763px) { #gABOkmi6AXf1F8cn3SB0sBRfCF3LhMdl { top:61.436634063721rem;left:0.18663197755814rem;width:19.6245625rem;height:2.11263125rem;z-index:15035;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.625rem;font-family:"open sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7Fftgy8QN7Do10XMvbVzTMcyBh0BwZ9 { height:10.5625rem;width:18.9375rem;top:66.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { background-color:#ded4d4;background-image:none;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;display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { background-color: transparent; background-image: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .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); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { border-width: 0; border-radius: 0; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:20rem;height:2.11263125rem;top:1.88671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRZXztdLFGydw0oHkIZPpeTT8ZwlQcU { width:8.8125rem;height:7.875rem;top:6.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUquPKsIMnKx8AmJBltn41qIKSDM9k3Q { width:8.8125rem;height:7.875rem;top:6.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubgzI4AT37skwxflPGqNmN03GLruLm9U { width:8.8125rem;height:7.875rem;top:14.8125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOMB9nvPu42DtaxLRkksBkkVVryrV2SR { width:8.8125rem;height:7.875rem;top:14.8125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #db4tfOAqg42kbhr89gqVnPOqzuI8e4FV { width:8.8125rem;height:1.3125rem;top:12.7998046875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSUcOOShErRggkFDLgaP4ubDK25AN5BL { width:7.25rem;height:0.9746125rem;top:12.96875rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCn1gCiNi5g2Bkc1ZifgkeJTfoPXQquX { width:7.375rem;height:0.9746125rem;top:12.91796875rem;left:11.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVWV9zc3LWOrxRXrRnF8y9ZGg755G4Re { width:8.875rem;height:1.3125rem;top:12.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8h1IUvbszyRAWcNP3h1zGXadlR5sUZL { width:8.625rem;height:0.8941rem;top:21.646484375rem;left:0.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4gTfmXDG7NMbWLc7rbzSTKaD5pgSH1 { width:8.8125rem;height:1.3125rem;top:21.4375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWPtH9opkHmm7ehqAflRob1NBztnXg8A { width:7.8125rem;height:0.9746125rem;top:21.6494140625rem;left:10.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKmqFlTkTgqwtkPlqssmkegmMsFy5NAB { width:8.875rem;height:1.3125rem;top:21.4375rem;left:10.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV4OqlUlogD5spRikqbRiGBJ2zrP8Rwb { width:12.5rem;height:0;top:79.28125190735rem;left:0.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { width:18.125rem;height:4.375rem;top:1.3491821289062rem;left:0.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eOJSc5RiWxG7yZ6PXOH7QedTlgExV0QC { width:17.125rem;height:2.2482625rem;top:6.6109390258787rem;left:1.4375001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:20rem;height:0.8941rem;top:0.552734375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }