.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,229,221;--color-primary-1:248,176,154;--color-primary-2:244,124,87;--color-primary-3:240,104,85;--color-primary-4:49,25,17;--color-secondary-0:230,244,244;--color-secondary-1:180,221,223;--color-secondary-2:130,199,202;--color-secondary-3:78,119,121;--color-secondary-4:0,76,111;--color-tertiary-0:255,255,255;--color-tertiary-1:128,128,128;--color-tertiary-2:108,117,123;--color-tertiary-3:34,34,34;--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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ee489ed8-fbab-4ae1-a48c-a4972b3b3c4c/aaShot_05_Trainer_051.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.63); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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.63); }#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); }#ZTh7elmotiiAETNT2rK84KPrdairwuhk { 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; }#ZTh7elmotiiAETNT2rK84KPrdairwuhk > .row .container { background-color: transparent; background-image: none; }#ZTh7elmotiiAETNT2rK84KPrdairwuhk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTh7elmotiiAETNT2rK84KPrdairwuhk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTh7elmotiiAETNT2rK84KPrdairwuhk > .row .container > .video-iframe-container { display: none; }#ZTh7elmotiiAETNT2rK84KPrdairwuhk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTh7elmotiiAETNT2rK84KPrdairwuhk > .row > .video-iframe-container { display: none; }#ZTh7elmotiiAETNT2rK84KPrdairwuhk > .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); }#ZTh7elmotiiAETNT2rK84KPrdairwuhk > .row .container { border-width: 0; border-radius: 0; }#ZTh7elmotiiAETNT2rK84KPrdairwuhk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTh7elmotiiAETNT2rK84KPrdairwuhk > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#ie1tAURiprivtHnBMOx4RHqvorwiu3Ot { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:9.75rem;top:1.09375rem;left:0.7509765625rem;overflow:hidden;display:block; }
#Byit1dZptTJgmsgsCOQfvIciPOiTAipQ { position:relative;display:block; }#Byit1dZptTJgmsgsCOQfvIciPOiTAipQ { background-color: transparent; background-image: none; }#Byit1dZptTJgmsgsCOQfvIciPOiTAipQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Byit1dZptTJgmsgsCOQfvIciPOiTAipQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Byit1dZptTJgmsgsCOQfvIciPOiTAipQ > .row .container > .video-iframe-container { display: none; }#Byit1dZptTJgmsgsCOQfvIciPOiTAipQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Byit1dZptTJgmsgsCOQfvIciPOiTAipQ > .row > .video-iframe-container { display: none; }#Byit1dZptTJgmsgsCOQfvIciPOiTAipQ > .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); }#Byit1dZptTJgmsgsCOQfvIciPOiTAipQ { border-width: 0; border-radius: 0; }#Byit1dZptTJgmsgsCOQfvIciPOiTAipQ > .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; }#Byit1dZptTJgmsgsCOQfvIciPOiTAipQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:2.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#REhcAi1P6S1DI61UOnvmkTtTZvoH3qig { box-sizing:content-box;height:2.0625rem;width:31.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);top:0.28125rem;left:14.3125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#uKzP8cHBNcccuBBHs98PNRaWfB60ehL9 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:0.1875rem;left:15.5625rem;overflow:hidden;display:block; }
#h5HKpgyhvM6ucnkRAVKHg6D32PhEXX9R { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.787109375rem;left:28.8125rem;height:1.29980625rem;display:block; }
#P1eIS8iMemDdlNx9Ji6epugf5ctBU46e { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:10.1875rem;top:0.4375rem;left:18.25rem;overflow:hidden;display:block; }
#QmM7yotb8vRGFWdw0vNwgC7mS04tDWR6 { display:block; }#QmM7yotb8vRGFWdw0vNwgC7mS04tDWR6 { background-color: transparent; background-image: none; }#QmM7yotb8vRGFWdw0vNwgC7mS04tDWR6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmM7yotb8vRGFWdw0vNwgC7mS04tDWR6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmM7yotb8vRGFWdw0vNwgC7mS04tDWR6 > .row .container > .video-iframe-container { display: none; }#QmM7yotb8vRGFWdw0vNwgC7mS04tDWR6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmM7yotb8vRGFWdw0vNwgC7mS04tDWR6 > .row > .video-iframe-container { display: none; }#QmM7yotb8vRGFWdw0vNwgC7mS04tDWR6 > .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); }#QmM7yotb8vRGFWdw0vNwgC7mS04tDWR6 > .row .container { background-color:rgba(var(--color-tertiary-0),0);background-image:none;width:60rem;height:33.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#DXiDiR0XL3W7RNE0rvekiBLxV6Tgzasa { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0) ;height:27.25rem;width:23.9375rem;top:6rem;left:35.9375rem;display:block; }
#SDdTKvi8XGuiFxUfIpPdpS7GukAkdICS { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:"barlow condensed";font-size:2.3125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.1123046875rem;left:36.125rem;height:4.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ePNxhAki9QCuqHX7FaLx8dQ9aanrnnZV { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.0625rem;left:0rem;height:;font-style:normal;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; }
#eoFf4zbQzWE5UWqTEFENDfxBH1ep83CX { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:23.47509765625rem;left:0rem;height:;font-style:normal;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; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-form-header {  }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:19.9375rem;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; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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.9375rem;box-sizing:border-box;height:2.75rem;color:#04253a;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top;font-weight:300;font-style:normal;line-height:1.2; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-input-text {padding-top: 0; padding-bottom: 0;}#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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.9375rem;box-sizing:border-box;height:4.375rem;color:#04253a;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top;font-weight:300;font-style:normal;line-height:1.2; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-input-select {padding-top: 0; padding-bottom: 0;}#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f4db03;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #0e9ae5;border-right:0.125rem solid #0e9ae5;border-bottom:0.125rem solid #0e9ae5;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.1875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:19.9375rem;height:3.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.3;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc [class*="-text"]:-moz-placeholder { color:rgba(4,37,58,0.7);font-family:lato;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc [class*="-text"]::-moz-placeholder { color:rgba(4,37,58,0.7);font-family:lato;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc [class*="-text"]:-ms-input-placeholder { color:rgba(4,37,58,0.7);font-family:lato;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc [class*="-text"]::-webkit-input-placeholder { color:rgba(4,37,58,0.7);font-family:lato;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .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:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.79);vertical-align:top;width:18.875rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .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; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-container:first-of-type{padding-top:0;}#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-container:last-of-type{padding-bottom:0;}#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.4248046875rem;left:36.75rem; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.9375rem;display:block;vertical-align:top; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc {display:block;}#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.4248046875rem;left:36.75rem; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #A9hktCWuqOUT3zybNsFmsTMN87q6SiuB { position:relative; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #EJxiT27eBZHW7MIG1nBrU4KqX0NqA2Bw { position:relative;display:none; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #decnOXTTkALFVvTcrcIaMx8zTfdhaMvP { position:relative; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #MPRoXGXoILiardvWI3o59riLGegk8sl0 { position:relative; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #VgqE0LOiDmEqNlUbr4wVy5soBb29Lmf4 { position:relative;display:none; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #KOfGS5nHnwRFppHH1fBofUTJDsNzxULK { position:relative; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #mh1sMOc5dQd8TzTGeKKoIA2oqAJUe9SF { position:relative; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #ds5J9EQ8hUHPrbrbIUiknUQuWlKyJRms { position:relative;display:none; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #y7kF6izUGGsqpuPAJ7P8IEln4e0TWpVw { position:relative; }
#ThM7xmB9JcCK2OJwTPDNfRww2TDnt26y #pTUBLHuOXSZv33EocSmFxpyMW6kL6TSI { position:relative; }
#ThM7xmB9JcCK2OJwTPDNfRww2TDnt26y #IlyrT8yUVrG9G5oVE0iLbTJPKzWh8iyb { position:relative; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #FIRrOTVd5NW54KFX9XnJ0z6dNN0zA3VE { position:relative; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #kMF98AKiPEDbr01z2CTJyxggGRfhkTUn { position:relative;z-index:2; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #WgTocePynXEXT6CyysdEnhaAc4bSaGUa { position:relative; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #GW4BLykZfdKi7LzbE0fvLOsOKu5GUuuP { position:relative; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #QDvKOFc72CwkZWKJgbOexvO1nyIGaJAw { position:relative; }
#sb2ohlxOIDISUUC2mS9gW9fAQo464uSz { color:rgba(var(--color-secondary-1),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:29.76220703125rem;left:37rem;height:;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; }
#dD83Kd039mQmTEcFtoWWJUUR0pVUy03L { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:25rem;display:none; }
#wCoayHkhblpg2hJhqNzFqhyye7AndQAK { position:relative;display:block; }#wCoayHkhblpg2hJhqNzFqhyye7AndQAK { background-color: transparent; background-image: none; }#wCoayHkhblpg2hJhqNzFqhyye7AndQAK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCoayHkhblpg2hJhqNzFqhyye7AndQAK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCoayHkhblpg2hJhqNzFqhyye7AndQAK > .row .container > .video-iframe-container { display: none; }#wCoayHkhblpg2hJhqNzFqhyye7AndQAK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCoayHkhblpg2hJhqNzFqhyye7AndQAK > .row > .video-iframe-container { display: none; }#wCoayHkhblpg2hJhqNzFqhyye7AndQAK > .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); }#wCoayHkhblpg2hJhqNzFqhyye7AndQAK { border-width: 0; border-radius: 0; }#wCoayHkhblpg2hJhqNzFqhyye7AndQAK > .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; }#wCoayHkhblpg2hJhqNzFqhyye7AndQAK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iDIKtOFxRzigmTb9vhbBRtarLRtUhhZO { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:7.875rem;left:0rem;display:block; }
#J1OiEKZmyC1EKQPIVRTI2OM6vBSlkzau { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.75rem;left:1.5625rem;height:;font-style:normal;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; }
#tN4DZnOsX59u6kxb3mD0vlHeMGtvrCS2 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.994140625rem;left:21.5625rem;height:2.4375rem;font-style:normal;display:block; }
#GtcmO9obTXa8NEgb9uvvnpTzklbdCGnK { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:7.875rem;left:20rem;display:block; }
#xBaZtMeWfpcIiFoNHRgzmxdlHegvRQlC { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:7.875rem;left:40rem;display:block; }
#qoWkmpBMrTkGSPLvN2NTTbnHJ648Fnfy { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.994140625rem;left:41.5625rem;height:2.4375rem;font-style:normal;display:block; }
#h071bpxwF4Oq9tQKCygV1ZWS1mkFWdQC { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:9.6875rem;left:1.5625rem;overflow:hidden;display:block; }
#ZHytuObirbyAk4TpWqlOBhzbummNzhMI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:9.90625rem;left:21.5625rem; }
#UeRP1LsR2mPUg5JCPTFVIr5pHIepNiUV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:9.8125rem;left:41.5625rem; }
#lnVrBZ2AvNCHoFdGKh4dfOSqMQgXUHTk { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:9.3125rem;left:3.9375rem;height:0;font-style:normal;display:none; }
#xbD68iQlgDdWLeM0zomuxNfT8PAl217n { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.525390625rem;left:23.1875rem;height:0;font-style:normal;display:none; }
#Nwas0EuUooPeBa8NAVxSSx49mZCP6yZo { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.474609375rem;left:23.1875rem;height:0;font-style:normal;display:none; }
#LLoPaqHoBdgqoF7GofEaFRfneoNe1IME { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:11.625rem;left:43.125rem;height:0;font-style:normal;display:none; }
#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { 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; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { background-color: transparent; background-image: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .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); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { border-width: 0; border-radius: 0; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#ZRhUFUV7RPwFCktxsoUu7sNBsOhHuyXV { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:2.90625rem;left:21.5625rem;height:3.1875rem;font-style:normal;display:block; }
#V0TXhqWrsIKrNmmJCN0GCe690itGWu9s { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0.75rem;left:21.5625rem;height:1.95rem;font-style:normal;display:block; }
#lJr9AwHma81KGWys2Vpw53pxaJhMqWkO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0.75rem;left:41.75rem;height:4.78125rem;font-style:normal;display:block; }
#keKSavsqqLZOH9UqMaKkPNRhxNTWqAXS { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:0.75rem;left:1.625rem;height:;font-style:normal;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; }
#bgwkH6kgONebpKusscDAg2FHvzD6vr4z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#bgwkH6kgONebpKusscDAg2FHvzD6vr4z > .row .container { background-color: transparent; background-image: none; }#bgwkH6kgONebpKusscDAg2FHvzD6vr4z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgwkH6kgONebpKusscDAg2FHvzD6vr4z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgwkH6kgONebpKusscDAg2FHvzD6vr4z > .row .container > .video-iframe-container { display: none; }#bgwkH6kgONebpKusscDAg2FHvzD6vr4z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgwkH6kgONebpKusscDAg2FHvzD6vr4z > .row > .video-iframe-container { display: none; }#bgwkH6kgONebpKusscDAg2FHvzD6vr4z > .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); }#bgwkH6kgONebpKusscDAg2FHvzD6vr4z > .row .container { border-width: 0; border-radius: 0; }#bgwkH6kgONebpKusscDAg2FHvzD6vr4z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bgwkH6kgONebpKusscDAg2FHvzD6vr4z > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#aKJGXvSJJTKeeNIsmJCxf3hZKlMece2V { color:#454545;display:block;width:9.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.6875rem;left:10.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KvOJyChCAOPqqWVZ9VpkT0XVcNPQonZu { color:#454545;display:block;width:8.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22rem;left:10.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dGBxEDw0NfHGdQalGTEP0wcv6t86Ke2m { color:#454545;display:block;width:12rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22rem;left:39.8125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OrJ7k2pdGFJUdy6TAhQPZpraeaqkJocw { color:#454545;display:block;width:10.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.04345703125rem;left:40.78125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wHFiupa2mi96Jiz2nOPdWAGKUWqsboTJ { 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:19.4375rem;width:29.1875rem;top:4rem;left:15.40625rem;overflow:hidden;display:block; }
#U8811oAML5IMQQ3Wk9IDLdxUXTEkPKrA { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:19.25rem;left:13.28125rem; }
#t1XFyX9tXrebrATUgSSNEb2lha8r43pb { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:10.1875rem;left:13.1875rem; }
#Dt4LGNtEwUaXVrX6F8uZDXURQE8wPH00 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:10.5625rem;left:44.71875rem; }
#tWxZVFlm1rL8oBB7L58B7zP9757TZgk3 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:19.15625rem;left:44.625rem; }
#lTFEBgutAqHWWJrsknwJvR7vZSch6qOc { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.6875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0rem;left:0rem;height:;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; }
#Uh78Zfu2GpNBv1hRopFDBT1dkGTlCRQl { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:22.875rem;left:28.8125rem; }
#qWMvw40bCL67WzbFKueF84fnCExdHqUa { color:#454545;display:block;width:14.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.8125rem;left:22.625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I9gGsVEUgQzRgwz0syNwbJXMPfDaW5T6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:60rem;display:none; }
#KhF861b9a2U1MX3bzOk2Ttz85vCxTDMW { 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; }#KhF861b9a2U1MX3bzOk2Ttz85vCxTDMW > .row .container { background-color: transparent; background-image: none; }#KhF861b9a2U1MX3bzOk2Ttz85vCxTDMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhF861b9a2U1MX3bzOk2Ttz85vCxTDMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhF861b9a2U1MX3bzOk2Ttz85vCxTDMW > .row .container > .video-iframe-container { display: none; }#KhF861b9a2U1MX3bzOk2Ttz85vCxTDMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhF861b9a2U1MX3bzOk2Ttz85vCxTDMW > .row > .video-iframe-container { display: none; }#KhF861b9a2U1MX3bzOk2Ttz85vCxTDMW > .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); }#KhF861b9a2U1MX3bzOk2Ttz85vCxTDMW > .row .container { border-width: 0; border-radius: 0; }#KhF861b9a2U1MX3bzOk2Ttz85vCxTDMW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KhF861b9a2U1MX3bzOk2Ttz85vCxTDMW > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#NQ2SudNyfs3TLP5A8Z9JEAcNS8ulbJzL { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:3.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:1.25rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KCv9fbPQrEJPM4XG9vvzEBbkW9dJzT6u { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.1875rem;left:1.25rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e6inwhG5AP1s7KOIBLpVqWzqHn7KgiWa { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.1875rem;left:16.25rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UlJwBTViEzHMf9FI9EftizJfkwBtyfso { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:3.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:16.25rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ErH0g1or9IfFLKstaAkGAATgTHLeMvMo { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.1875rem;left:31.25rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KUT3Hy8lC8SUEauA0RmCXdX97eK2oBVS { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:3.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:31.25rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x6EPgd5gksXCfqh5aCgedUbJCutxBGdk { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.1875rem;left:46.25rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#isdGsN3R0drEgmNytECAEUDTUkIC1hgO { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:3.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:46.25rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aB8VRtRqKSbQlFQxatwBIWiUUMx36ZN5 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:5.8125rem;left:5.3125rem;display:block; }
#OW3RmfhsqnyN09FW7lLEE8FR4vXl67R6 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:5.8125rem;left:20.3125rem;display:block; }
#RdnmtaQs1UU9h7TTgULtHuWm2ivqTU72 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:5.8125rem;left:35.3125rem;display:block; }
#OwZ3RQhoeBc4BrwvImzDicCRprV8MTlf { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:5.8125rem;left:50.3125rem;display:block; }
#U0X9MS14JBmnNCdW29pXH333Bd9cgO12 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U0X9MS14JBmnNCdW29pXH333Bd9cgO12 > .row .container { background-color: transparent; background-image: none; }#U0X9MS14JBmnNCdW29pXH333Bd9cgO12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0X9MS14JBmnNCdW29pXH333Bd9cgO12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0X9MS14JBmnNCdW29pXH333Bd9cgO12 > .row .container > .video-iframe-container { display: none; }#U0X9MS14JBmnNCdW29pXH333Bd9cgO12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0X9MS14JBmnNCdW29pXH333Bd9cgO12 > .row > .video-iframe-container { display: none; }#U0X9MS14JBmnNCdW29pXH333Bd9cgO12 > .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); }#U0X9MS14JBmnNCdW29pXH333Bd9cgO12 > .row .container { border-width: 0; border-radius: 0; }#U0X9MS14JBmnNCdW29pXH333Bd9cgO12 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U0X9MS14JBmnNCdW29pXH333Bd9cgO12 > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#VB4csOD3hL2Sd3bAJiHzgN0vvOKJO0Od { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.974609375rem;left:0rem;height:6.9873125rem;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; }
#gCCCkZTrozzeeP3T0EH8FfrhMqsyZgen { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#gCCCkZTrozzeeP3T0EH8FfrhMqsyZgen > .row .container { background-color: transparent; background-image: none; }#gCCCkZTrozzeeP3T0EH8FfrhMqsyZgen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCCCkZTrozzeeP3T0EH8FfrhMqsyZgen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCCCkZTrozzeeP3T0EH8FfrhMqsyZgen > .row .container > .video-iframe-container { display: none; }#gCCCkZTrozzeeP3T0EH8FfrhMqsyZgen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCCCkZTrozzeeP3T0EH8FfrhMqsyZgen > .row > .video-iframe-container { display: none; }#gCCCkZTrozzeeP3T0EH8FfrhMqsyZgen > .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); }#gCCCkZTrozzeeP3T0EH8FfrhMqsyZgen > .row .container { border-width: 0; border-radius: 0; }#gCCCkZTrozzeeP3T0EH8FfrhMqsyZgen > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gCCCkZTrozzeeP3T0EH8FfrhMqsyZgen > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#S7A2RWOWV8SI5ZcZVfJ5ckQHA7eWo0eM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:21.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zSWqrQWlLl6Mh9mhE13UmWOKvz9xUF8b { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:16.1875rem;top:0rem;left:21.90625rem;overflow:hidden;display:block; }
#eTTq8nHwWHz5FUrXKi8LGtJCcknmK9Tb { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:21.5rem;top:0rem;left:38.5rem;overflow:hidden;display:block; }
#tBlvbDqoCqkuf7fudB8kPKbT4kIPl2wA { 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; }#tBlvbDqoCqkuf7fudB8kPKbT4kIPl2wA > .row .container { background-color: transparent; background-image: none; }#tBlvbDqoCqkuf7fudB8kPKbT4kIPl2wA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBlvbDqoCqkuf7fudB8kPKbT4kIPl2wA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBlvbDqoCqkuf7fudB8kPKbT4kIPl2wA > .row .container > .video-iframe-container { display: none; }#tBlvbDqoCqkuf7fudB8kPKbT4kIPl2wA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBlvbDqoCqkuf7fudB8kPKbT4kIPl2wA > .row > .video-iframe-container { display: none; }#tBlvbDqoCqkuf7fudB8kPKbT4kIPl2wA > .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); }#tBlvbDqoCqkuf7fudB8kPKbT4kIPl2wA > .row .container { border-width: 0; border-radius: 0; }#tBlvbDqoCqkuf7fudB8kPKbT4kIPl2wA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tBlvbDqoCqkuf7fudB8kPKbT4kIPl2wA > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:60rem;position:relative;display:block; }#thhNH6ooZL0b6NsDM0DPcZgPt1fhxtG2 { color:#04253a;display:block;width:11.8125rem;position:absolute;font-family:neuton;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:7.75rem;left:1.59375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PubNnoeMJ0CDBMwymn5WENMrIAoCDakI { color:rgba(var(--color-secondary-4),1);display:block;width:10.9375rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.71875rem;left:2.03125rem;height:1.86865rem;font-style:normal;display:block; }
#Pbud9KfpxQ1PcvRR0uglODPJwgiRi0mb { color:#04253a;display:block;width:11.6875rem;position:absolute;font-family:neuton;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.75rem;left:16.65625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C6J3TOO7Dw3G6WUluCx6D0whleTZytTb { color:#1ca09a;display:block;width:8.6875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.71875rem;left:18.15625rem;height:1.86865rem;font-style:normal;display:block; }
#zQoN9ZznT2g88iZd0cXgmyX5S0aVk3Qg { color:#04253a;display:block;width:11.6875rem;position:absolute;font-family:neuton;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:7.6875rem;left:31.65625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4IgXyVrQKxTrmr89zvgD5NJyBipIDwI { color:#04253a;display:block;width:11.6875rem;position:absolute;font-family:neuton;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:7.75rem;left:46.65625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fvN5OUtnJFoEU4RcExRiACETpzHocp8E { color:#1ca09a;display:block;width:7.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.71875rem;left:33.90625rem;height:1.86875rem;font-style:normal;display:block; }
#b5vuyXTkxXJJZHh994os9AQ39gfp6arq { color:#1ca09a;display:block;width:4.9375rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.78125rem;left:50.03125rem;height:1.86875rem;font-style:normal;display:block; }
#C6W5SwPQkWTmvi9X9tME0aLQeIT24M29 { 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:3.5625rem;width:3.5625rem;top:1.65625rem;left:5.71875rem;overflow:hidden;display:block; }
#RSpvs3VZa2XUF3neUr8p3wtgI0nchb9G { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.5625rem;top:1.90625rem;left:20.71875rem;overflow:hidden;display:block; }
#VsseN1A4NK2FiwtOAVfiNt4VR0uXczHE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.5625rem;top:1.84375rem;left:35.71875rem;overflow:hidden;display:block; }
#ny44b2DnBVav4TPl9umM2TPEoZo7pTsh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.5625rem;top:1.875rem;left:50.71875rem;overflow:hidden;display:block; }
#JMOVQp2zK4HGlorpZtxnVCFSRNd2rK0e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JMOVQp2zK4HGlorpZtxnVCFSRNd2rK0e > .row .container { background-color: transparent; background-image: none; }#JMOVQp2zK4HGlorpZtxnVCFSRNd2rK0e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMOVQp2zK4HGlorpZtxnVCFSRNd2rK0e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMOVQp2zK4HGlorpZtxnVCFSRNd2rK0e > .row .container > .video-iframe-container { display: none; }#JMOVQp2zK4HGlorpZtxnVCFSRNd2rK0e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMOVQp2zK4HGlorpZtxnVCFSRNd2rK0e > .row > .video-iframe-container { display: none; }#JMOVQp2zK4HGlorpZtxnVCFSRNd2rK0e > .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); }#JMOVQp2zK4HGlorpZtxnVCFSRNd2rK0e > .row .container { border-width: 0; border-radius: 0; }#JMOVQp2zK4HGlorpZtxnVCFSRNd2rK0e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMOVQp2zK4HGlorpZtxnVCFSRNd2rK0e > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#Fqwgvu7SPgsHlENK0kETJM5UwC3SRlk4 { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.92529296875rem;left:0rem;height:;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; }
#akkgQ06Ob4qWG3nv0ZMuFwPiQtw87QvR { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:13.375rem;left:8.21875rem;display:block; }
#Nb9h6GNAiQcx6azL9pT2mgkt3IxBMF65 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:26.25rem;width:18.9375rem;top:7.375rem;left:0rem;display:block; }
#XT4qeTKQyBHfKOorutfNaQOS0BbDTaTL { color:rgba(var(--color-secondary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:2;letter-spacing:0;top:15.375rem;left:0.71875rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l0RgWAOeohOT4PTuwsiSQU7FO8nhh5Uw { color:rgba(var(--color-secondary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.5625rem;left:7rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GnVobK2JIErW4GyrHOnELvQolkbvf2Gd { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/598c4567-119b-4a70-97b8-824e90df7255/ftsuccesseileen.jpg");background-position: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:27.875rem;left:1.375rem;display:block; }#GnVobK2JIErW4GyrHOnELvQolkbvf2Gd.adaptive-delivery-prevent-bg, #GnVobK2JIErW4GyrHOnELvQolkbvf2Gd.lazyload, #GnVobK2JIErW4GyrHOnELvQolkbvf2Gd.lazyloading { background-image: none; }
#B9B4JAEJuRI8xSO7UzwTzUQR5R0AsK9N { color:rgba(var(--color-secondary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.5625rem;left:27.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fIo6kKU90nQqqIon7eaoEezk4SlkyTV2 { color:rgba(var(--color-secondary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15016;line-height:2;letter-spacing:0;top:15.375rem;left:21.25rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZdzMSUHShbtbT2hrEmkDgaT6NUwRqUKx { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b0ff59ca-8f70-40c5-824b-9dea487946fe/ftsuccessmarilyn.jpg");background-position: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:27.875rem;left:22.0625rem;display:block; }#ZdzMSUHShbtbT2hrEmkDgaT6NUwRqUKx.adaptive-delivery-prevent-bg, #ZdzMSUHShbtbT2hrEmkDgaT6NUwRqUKx.lazyload, #ZdzMSUHShbtbT2hrEmkDgaT6NUwRqUKx.lazyloading { background-image: none; }
#dilf2X5eSdLB7lDbTOs17iHGc7gDaw5h { color:rgba(var(--color-secondary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:28.5625rem;left:48.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qnQQg1w4K18JQc2TR5hNfyd4cKJx2tQX { color:rgba(var(--color-secondary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:15.375rem;left:41.78125rem;height:9.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FnHaWU3AqWyW07Ifins0LKKBhD8OXSqT { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/74ebdd50-748a-4c3a-bfb3-460310b91ec1/ftsuccessjim.jpg");background-position: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:27.875rem;left:42.9375rem;display:block; }#FnHaWU3AqWyW07Ifins0LKKBhD8OXSqT.adaptive-delivery-prevent-bg, #FnHaWU3AqWyW07Ifins0LKKBhD8OXSqT.lazyload, #FnHaWU3AqWyW07Ifins0LKKBhD8OXSqT.lazyloading { background-image: none; }
#Zkxo1OCy7UhpHXqItMVPO7hmeH9oeVFF { color:rgba(var(--color-secondary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:8.7216796875rem;left:2.125rem;height:4.7119125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BiJWOSUVG3S5LrFqpVOHJIq98c1V0Oy5 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:26.25rem;width:18.9375rem;top:7.375rem;left:20.53125rem;display:block; }
#dpqaHaGVmPAJ1dulRuz1l2b6CtLtkreh { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:26.25rem;width:18.9375rem;top:7.375rem;left:41.0625rem;display:block; }
#sBTMUKSpc7tRPZ7nHi41Fw42hLPuw20o { color:rgba(var(--color-secondary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:8.7216796875rem;left:21.59375rem;height:4.7119125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XqfK2w0IwkEO4uQuOK0AFRl5yy9dsTFI { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:13.3125rem;left:28.75rem;display:block; }
#X9Q1Cr4w4hWmGg0QDmsWmqNXZR1FiaJ5 { color:rgba(var(--color-secondary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.72607421875rem;left:43.34375rem;height:4.7119125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lWkqP1OgX3QsAZ8Wp5tI0TqmQlrTPnyM { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:13.3125rem;left:49.25rem;display:block; }
#Up593WNG8wNGK9y1mXcHDaw3LQrRf9Gu { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0b0c0c;border-left:0.125rem solid #0b0c0c;border-right:0.125rem solid #0b0c0c;border-bottom:0.125rem solid #0b0c0c;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.4375rem;left:20.53125rem;display:block; }
#PKhWIB5TfNO18AceQATiKUMpqV8mIOs1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OCKTTvVHvSWGOSqybTFNVfWvtRJJXKwI { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:28.21875rem;left:12.90625rem;overflow:hidden;display:block; }
#FfRpmVpihCwTT7ryut2ycSPMZdZgTBCT { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:28.21875rem;left:34.6875rem;overflow:hidden;display:block; }
#dUm0ih2zGATp3wABenuS23RvOa5GvbkT { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:28.21875rem;left:53.03125rem;overflow:hidden;display:block; }
#MPFTQCIJDDht1eOlKu1gGKvNBCXAAXZ6 { 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; }#MPFTQCIJDDht1eOlKu1gGKvNBCXAAXZ6 > .row .container { background-color: transparent; background-image: none; }#MPFTQCIJDDht1eOlKu1gGKvNBCXAAXZ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPFTQCIJDDht1eOlKu1gGKvNBCXAAXZ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPFTQCIJDDht1eOlKu1gGKvNBCXAAXZ6 > .row .container > .video-iframe-container { display: none; }#MPFTQCIJDDht1eOlKu1gGKvNBCXAAXZ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPFTQCIJDDht1eOlKu1gGKvNBCXAAXZ6 > .row > .video-iframe-container { display: none; }#MPFTQCIJDDht1eOlKu1gGKvNBCXAAXZ6 > .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); }#MPFTQCIJDDht1eOlKu1gGKvNBCXAAXZ6 > .row .container { border-width: 0; border-radius: 0; }#MPFTQCIJDDht1eOlKu1gGKvNBCXAAXZ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MPFTQCIJDDht1eOlKu1gGKvNBCXAAXZ6 > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#yzlUbCzxd5AWSMbU9NT6CtlPefV7wbri { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:17.724609375rem;left:20.75rem;height:7.9980625rem;font-style:normal;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; }
#GfdXZcMQJtetqtTVLTNIgRyGxBdUbGCO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:17.724609375rem;left:41.28125rem;height:6.3984375rem;font-style:normal;display:block; }
#PyctQWc2pBAVWJCmsPULnevzDVUdieEX { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:38.037109375rem;left:20.75rem;height:6.3984375rem;font-style:normal;display:block; }
#ErEDqKpTksSTXZ9h2nfOTx4o2x3aOKQo { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.25rem;left:21.0625rem;height:2.4746125rem;font-style:normal;display:block; }
#x5teAkSVtCT0h60WDKPDT6pe35GbpF9q { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.26220703125rem;left:41.25rem;height:2.4746125rem;font-style:normal;display:block; }
#hErUaQ761VKFy763NNN1puLeQOwkRtFN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:35.5625rem;left:20.75rem;height:2.4746125rem;font-style:normal;display:block; }
#STuJpTrdSSl5gOykV3TJ7l5adtxAqUB2 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:38.037109375rem;left:40.75rem;height:4.798825rem;font-style:normal;display:block; }
#BrF9ST9CbvKsSC2yFFJcCf8X9liTD5sw { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:35.5625rem;left:40.9375rem;height:2.4746125rem;font-style:normal;display:block; }
#kTy0hmTOfr4VNy4ZzTtxbldzzQcnboaU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:9.375rem;top:6.3125rem;left:21rem;overflow:hidden;display:block; }
#CblM5idQWwyaMwMhFPJPESpdBAH7ETHo { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:9.375rem;top:6.3125rem;left:41rem;overflow:hidden;display:block; }
#BqrqEDR3LAXtsIhym3EHDxCl5qJdmk66 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:9.375rem;top:26.75rem;left:20.75rem;overflow:hidden;display:block; }
#LcTBtPCUGAxS6Gmu9mlNt6IXxoPQQ40K { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:9.375rem;top:26.75rem;left:41rem;overflow:hidden;display:block; }
#wQkHlnm1DRoS53Ts6kxmqtdTUzLIWIby { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:9.375rem;top:26.75rem;left:0rem;overflow:hidden;display:block; }
#naatHWaa43ZppxVv1a5PM7FblNmW2yRQ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:35.5625rem;left:0rem;height:2.4746125rem;font-style:normal;display:block; }
#ApW6T7x7Rg6n4G2SDHv2TvTvwJSiV7T8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:38.037109375rem;left:0rem;height:9.09864375rem;font-style:normal;display:block; }
#V7OTwmxE4OAc2GmpBQZVINL22XiEPigO { color:rgba(var(--color-secondary-4),1);display:block;width:19.8125rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);top:3rem;left:0rem;height:;font-style:normal;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; }
#RavkuB6zMI6mQh55lyFrLxUslciCW7Bo { color:rgba(0,0,0,0);display:block;width:17.25rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);top:11.36328125rem;left:0rem;height:7.474625rem;font-style:normal;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; }
#aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2 > .row .container { background-color: transparent; background-image: none; }#aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2 > .row .container > .video-iframe-container { display: none; }#aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2 > .row > .video-iframe-container { display: none; }#aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2 > .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); }#aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2 > .row .container { border-width: 0; border-radius: 0; }#aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2 > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#oSL0kM2QM5tAdCTrMhXTgFlVM2P7MgTG { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.15625rem;left:0rem;height:4.0625rem;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; }
#NgLgwLwhOyU51X7Cltskbh71LDh2AUIV { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.21875rem;left:0rem;height:;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; }
#l4EVMuUdzgx7kn0SznnHcImhzbTPQaJE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#l4EVMuUdzgx7kn0SznnHcImhzbTPQaJE > .row .container { background-color: transparent; background-image: none; }#l4EVMuUdzgx7kn0SznnHcImhzbTPQaJE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4EVMuUdzgx7kn0SznnHcImhzbTPQaJE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4EVMuUdzgx7kn0SznnHcImhzbTPQaJE > .row .container > .video-iframe-container { display: none; }#l4EVMuUdzgx7kn0SznnHcImhzbTPQaJE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4EVMuUdzgx7kn0SznnHcImhzbTPQaJE > .row > .video-iframe-container { display: none; }#l4EVMuUdzgx7kn0SznnHcImhzbTPQaJE > .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); }#l4EVMuUdzgx7kn0SznnHcImhzbTPQaJE > .row .container { border-width: 0; border-radius: 0; }#l4EVMuUdzgx7kn0SznnHcImhzbTPQaJE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4EVMuUdzgx7kn0SznnHcImhzbTPQaJE > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:60rem;position:relative;display:block; }#sDQHN5toQBELycU7oBckhnhzTwiBCoSW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:19.875rem;top:2.3125rem;left:0rem;overflow:hidden;display:block; }
#cuk5MmTsTWRQwzy7wkBdWPhLwTlJmEmt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:18.75rem;top:2.3125rem;left:20.625rem;overflow:hidden;display:block; }
#mdJKlfWd4fhobAqHz5GLXHRUzE0zB85L { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0b0c0c;border-left:0.125rem solid #0b0c0c;border-right:0.125rem solid #0b0c0c;border-bottom:0.125rem solid #0b0c0c;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.75rem;left:20.84375rem;display:block; }
#IeocZplDsaDGkwJECq8qu8y5u4MlQrT0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wrat9aeD1oXDl5G8HTq8o6DHnDvH03eb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:18.625rem;top:2.3125rem;left:40.625rem;overflow:hidden;display:block; }
#wIIbrfawNTrbeHZx3l2QODeI7fOD1m5n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wIIbrfawNTrbeHZx3l2QODeI7fOD1m5n > .row .container { background-color: transparent; background-image: none; }#wIIbrfawNTrbeHZx3l2QODeI7fOD1m5n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIIbrfawNTrbeHZx3l2QODeI7fOD1m5n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIIbrfawNTrbeHZx3l2QODeI7fOD1m5n > .row .container > .video-iframe-container { display: none; }#wIIbrfawNTrbeHZx3l2QODeI7fOD1m5n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIIbrfawNTrbeHZx3l2QODeI7fOD1m5n > .row > .video-iframe-container { display: none; }#wIIbrfawNTrbeHZx3l2QODeI7fOD1m5n > .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); }#wIIbrfawNTrbeHZx3l2QODeI7fOD1m5n > .row .container { border-width: 0; border-radius: 0; }#wIIbrfawNTrbeHZx3l2QODeI7fOD1m5n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wIIbrfawNTrbeHZx3l2QODeI7fOD1m5n > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#zlMcENQytft0UFO49n8xEXZUlX60bhbL { 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:9.25rem;width:10.6875rem;top:8rem;left:0rem;overflow:hidden;display:block; }
#ZlSHDTSsOklFxHu1e8nvgRg4CxBdC4Cm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:10.6875rem;top:8rem;left:30rem;overflow:hidden;display:block; }
#t4ecAUsZZiq9KrdbgoncOpgLqegeBDCl { color:rgba(var(--color-secondary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.5625rem;left:11.3125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#moATTt3iQmDcHSwDdrRGMd8FFZlV3hl5 { color:rgba(var(--color-secondary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5625rem;left:41.375001907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CGhev6Ano2r2Zhwp3OC9fizBpfOsCKn8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:neuton;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.890625rem;left:11.3125rem;height:6.499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i8MbNhTfEt67aLZutM7M0dZ9eCDhbF7i { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:neuton;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.578125rem;left:41.375rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xJgLpNLhw0E6ZyJi70BIe3v8dA3BoBkG { color:rgba(var(--color-secondary-4),1);display:block;width:56.875rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.25rem;left:0.875rem;height:3.25rem;font-style:normal;display:block; }
#sdPotGJiy88Hpq970KPd8tR7XR522tO8 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.75rem;top:5.5625rem;left:0.875rem;display:block; }
#kZXRmOBgFzwzGvQ5SuztDM8kCb3GgCsh { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:5.59375rem;left:0.875rem;display:block; }
#CRldnkmdyM6iH1ONdAuZH6NXfzJFuBLt { color:rgba(var(--color-secondary-4),1);display:block;width:7.6875rem;position:absolute;font-family:neuton;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.1500000953675rem;left:11.15625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qp5AAzhQJgOmqt9PtBOlgEnmp64VIsl5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qp5AAzhQJgOmqt9PtBOlgEnmp64VIsl5 > .row .container { background-color: transparent; background-image: none; }#Qp5AAzhQJgOmqt9PtBOlgEnmp64VIsl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qp5AAzhQJgOmqt9PtBOlgEnmp64VIsl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qp5AAzhQJgOmqt9PtBOlgEnmp64VIsl5 > .row .container > .video-iframe-container { display: none; }#Qp5AAzhQJgOmqt9PtBOlgEnmp64VIsl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qp5AAzhQJgOmqt9PtBOlgEnmp64VIsl5 > .row > .video-iframe-container { display: none; }#Qp5AAzhQJgOmqt9PtBOlgEnmp64VIsl5 > .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); }#Qp5AAzhQJgOmqt9PtBOlgEnmp64VIsl5 > .row .container { border-width: 0; border-radius: 0; }#Qp5AAzhQJgOmqt9PtBOlgEnmp64VIsl5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qp5AAzhQJgOmqt9PtBOlgEnmp64VIsl5 > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#QFkWVazg2TXRHOgwtTWVN0aqcC1g4qza { 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:9.1875rem;width:10.6875rem;top:4.75rem;left:0rem;overflow:hidden;display:block; }
#PeixfLkOLv1bUUmU0lcup3XHBk6TQlRN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:10.6875rem;top:4.75rem;left:30rem;overflow:hidden;display:block; }
#Tc1NXD1xH6H3fo4X5sNv8B39T1N3T5up { color:rgba(var(--color-secondary-4),1);display:block;width:16.25rem;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:6.0242195129394rem;left:11.53125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BEPBHaoBguozbl9oN6VzqCDWMNBxhHmw { color:rgba(var(--color-secondary-4),1);display:block;width:14.9375rem;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:6.025390625rem;left:41.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QyNE1K6l1RPw2DLJPFAT0TdnTW8VmNn7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:neuton;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.80078125rem;left:11.5rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aS2hrtw1WAiMEbuGvmEPuzdeJKaKgLHl { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:neuton;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.80078125rem;left:41.8125rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6743e3cf-4a45-462c-8c72-b45fadf48d5d/4732430340431184285.jpeg");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; }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV.adaptive-delivery-prevent-bg, #OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV.lazyload, #OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV.lazyloading { background-image: none; }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV > .row .container { background-color: transparent; background-image: none; }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.68); }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV > .row .container > .video-iframe-container { display: none; }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV > .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.68); }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV > .row > .video-iframe-container { display: none; }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV > .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); }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV > .row .container { border-width: 0; border-radius: 0; }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV::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; }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:60rem;position:relative;display:block; }#kxWwzczG7aMkm5P4JZtrUQNb5S44enDu { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.5078125rem;left:1.75rem;height:;font-style:normal;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; }
#tmn2ahIyJT5fAbqQFrPMeS7LHRtTqPbc { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.9375rem;left:1.75rem;height:1.95rem;font-style:normal;display:block; }
#SuWqLEJxEWolfE8T9GxoGnttSNKwoogX { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8dae3;border-left:0.0625rem solid #c8dae3;border-right:0.0625rem solid #c8dae3;border-bottom:0.0625rem solid #c8dae3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.5rem;left:1.75rem;display:block; }
#hB8gGel2yTv4CcOfARTI3xdfQfV0QkyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XZBiNOrH5TzNnKGCbW17wo3hO3Z3knBI { color:#1ca09a;display:block;width:56.875rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.1044921875rem;left:1.5625rem;height:;font-style:normal;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; }
#yQfylezF6enHiAzK7DOVRaJpZsDJ9fl9 { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.41250038147rem;left:6.46875rem;display:block; }
#vWLNBl9JF8FF0mgGJfrvUbtczd4bVPE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wiQ4TQHllnXJ2drlTZ9kcwndW67SC83h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wiQ4TQHllnXJ2drlTZ9kcwndW67SC83h.adaptive-delivery-prevent-bg, #wiQ4TQHllnXJ2drlTZ9kcwndW67SC83h.lazyload, #wiQ4TQHllnXJ2drlTZ9kcwndW67SC83h.lazyloading { background-image: none; }#wiQ4TQHllnXJ2drlTZ9kcwndW67SC83h > .row .container { background-color: transparent; background-image: none; }#wiQ4TQHllnXJ2drlTZ9kcwndW67SC83h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiQ4TQHllnXJ2drlTZ9kcwndW67SC83h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiQ4TQHllnXJ2drlTZ9kcwndW67SC83h > .row .container > .video-iframe-container { display: none; }#wiQ4TQHllnXJ2drlTZ9kcwndW67SC83h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiQ4TQHllnXJ2drlTZ9kcwndW67SC83h > .row > .video-iframe-container { display: none; }#wiQ4TQHllnXJ2drlTZ9kcwndW67SC83h > .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); }#wiQ4TQHllnXJ2drlTZ9kcwndW67SC83h > .row .container { border-width: 0; border-radius: 0; }#wiQ4TQHllnXJ2drlTZ9kcwndW67SC83h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wiQ4TQHllnXJ2drlTZ9kcwndW67SC83h > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:60rem;position:relative;display:block; }#Cbqt8bvstoSXa7G2aHUNAt4duHTT3Sd5 { color:rgba(var(--color-tertiary-3),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.375rem;left:6.875rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xmrnwpAc110wlL3GREEtxXcO1ubTxGGb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:11.6748046875rem;left:3.5rem;overflow:hidden;display:block; }
#tQBTfAdHwrNzO6hcrpRXTuVXKGR6xznL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:11.6748046875rem;left:54.8125rem;overflow:hidden;display:block; }
#HV2aSo9nHdEfEpfEQfJhTc3J2wsZTTG2 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:17.46875rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bK7KfwLiDeoviEFThxWrLc7uA2sHnRge { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:60rem;top:19.7294921875rem;left:0rem;display:block; }
#Ak96CLyt0ftXb8w76uRnWT7Kf4iBMakd { color:rgba(var(--color-tertiary-3),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:21.3369140625rem;left:0.62109375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qILnG2z7mRuV4Es1ThFGhcHthd8peNSE { color:rgba(var(--color-tertiary-3),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.4951171875rem;left:0.62109375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SRQtL7W9OFfnzZPom6s38GfBASqZ6aiN { color:rgba(var(--color-tertiary-3),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.3369140625rem;left:31.25rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oCTtSJfrcT7zKF87ULU9v7sooPSEuGt2 { color:rgba(var(--color-tertiary-3),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:25.4951171875rem;left:30.0625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f3Fnb0BAn3qWw7EkRDtNZ2e0U7HkGamz { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.125rem;top:20.7919921875rem;left:30.0625rem;display:block; }
#MCNSglrUnWdWcVh8BcKryh54kN6wZK4B { color:rgba(var(--color-secondary-4),1);display:block;width:56.875rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.5rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#rLfAXtqToUvyncv7AfbnuC9W56KHGgaR { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:8.4375rem;left:1.5625rem;display:block; }
#SaMDkprfsoRl5ZW5NtvVUiRLJyHQJLyS { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:8.375rem;left:1.5625rem;display:block; }
#TIAP4nOoFR22rPWFquKX3iDIwZNe9rVW { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.5625rem;left:19.875rem;overflow:hidden;display:block; }
#PHWeATk5z3VbX7dicPNLoKhSeR8DOWUg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.94);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; }#PHWeATk5z3VbX7dicPNLoKhSeR8DOWUg > .row .container { background-color: transparent; background-image: none; }#PHWeATk5z3VbX7dicPNLoKhSeR8DOWUg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHWeATk5z3VbX7dicPNLoKhSeR8DOWUg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHWeATk5z3VbX7dicPNLoKhSeR8DOWUg > .row .container > .video-iframe-container { display: none; }#PHWeATk5z3VbX7dicPNLoKhSeR8DOWUg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHWeATk5z3VbX7dicPNLoKhSeR8DOWUg > .row > .video-iframe-container { display: none; }#PHWeATk5z3VbX7dicPNLoKhSeR8DOWUg > .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); }#PHWeATk5z3VbX7dicPNLoKhSeR8DOWUg > .row .container { border-width: 0; border-radius: 0; }#PHWeATk5z3VbX7dicPNLoKhSeR8DOWUg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PHWeATk5z3VbX7dicPNLoKhSeR8DOWUg > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#GVZzLWXJRu6V0TfozrkkHhJp1qbbEZhu { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:400;z-index:15000;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.9375rem;left:3rem;height:3.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CkieFzpch81xmAAHqyhMpOTvRNkrp4PI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:9.65625rem;left:3rem;overflow:hidden;display:block; }
#u2LauETdpDR7qCO6KvKEJBLam3QfT2SD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:15.75rem;left:3rem;overflow:hidden;display:block; }
#VWIyfBE1kbRzeiTL6NXv3aJSQV1x4sZg { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9rem;left:5.875rem;height:3.25rem;display:block; }
#NM9uA2fbLc1gpNnfz1w2rHoTElfEfa9Z { 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.0625rem solid #c1d8e4;border-left:0.0625rem solid #c1d8e4;border-right:0.0625rem solid #c1d8e4;border-bottom:0.0625rem solid #c1d8e4;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.75rem;left:39.625rem;display:block; }
#Qm9HvERLGThak8urSxv4pXpu1dQ8EM43 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WpoohtQyORvLpFQPTdnL2DF6OTRqiQf0 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:5.0312509536743rem;left:45.250001907349rem;overflow:hidden;display:block; }
#oq1H7nHu3CDG3b7J1JKeuA4XqUQ0AyoH { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.375rem dotted rgba(var(--color-tertiary-0),1);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:18.75rem;width:0.3125rem;top:1.25rem;left:29.625rem;display:block; }
#nTZl2rpryvZSQWaeQdy4ZVWx04uPFNE5 { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:2.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.3125rem;left:4.9375rem;display:block; }
#SMwrnxQDgMXqPtoIgT67uHHaqecylOhJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K3QTuyE35ERX2yekzeTvbgCHgwJTZfvP { 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.0625rem solid #c1d8e4;border-left:0.0625rem solid #c1d8e4;border-right:0.0625rem solid #c1d8e4;border-bottom:0.0625rem solid #c1d8e4;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.75rem;left:39.625rem;display:none; }
#qh3ntARzQEv9NA6Q60T8GQTM5m5UTuDn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CKfANXNPzIKc3RxEdu7XIclw2RB7qS5f { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8dae3;border-left:0.0625rem solid #c8dae3;border-right:0.0625rem solid #c8dae3;border-bottom:0.0625rem solid #c8dae3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.5rem;left:1.75rem;display:none; }
#RybBISsktfCcHO1ODq7ae8WlewlhaWtz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TIbdEr8vAAW3rsfmoTy9LWh0dV5pUEHK { 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; }#TIbdEr8vAAW3rsfmoTy9LWh0dV5pUEHK > .row .container { background-color: transparent; background-image: none; }#TIbdEr8vAAW3rsfmoTy9LWh0dV5pUEHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIbdEr8vAAW3rsfmoTy9LWh0dV5pUEHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIbdEr8vAAW3rsfmoTy9LWh0dV5pUEHK > .row .container > .video-iframe-container { display: none; }#TIbdEr8vAAW3rsfmoTy9LWh0dV5pUEHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIbdEr8vAAW3rsfmoTy9LWh0dV5pUEHK > .row > .video-iframe-container { display: none; }#TIbdEr8vAAW3rsfmoTy9LWh0dV5pUEHK > .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); }#TIbdEr8vAAW3rsfmoTy9LWh0dV5pUEHK > .row .container { border-width: 0; border-radius: 0; }#TIbdEr8vAAW3rsfmoTy9LWh0dV5pUEHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIbdEr8vAAW3rsfmoTy9LWh0dV5pUEHK > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:60rem;position:relative;display:block; }#krJJb1IGsWcciDCvk7xGu50mssO4XBUZ { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.099609375rem;left:9.71875rem;height:1.38125rem;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) { #ZTh7elmotiiAETNT2rK84KPrdairwuhk { display:block; }#ZTh7elmotiiAETNT2rK84KPrdairwuhk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ie1tAURiprivtHnBMOx4RHqvorwiu3Ot { width:9.75rem;height:2.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byit1dZptTJgmsgsCOQfvIciPOiTAipQ { display:block; }#Byit1dZptTJgmsgsCOQfvIciPOiTAipQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REhcAi1P6S1DI61UOnvmkTtTZvoH3qig { top:0.25rem;left:8.1875rem;width:31.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKzP8cHBNcccuBBHs98PNRaWfB60ehL9 { top:0.1875rem;left:9.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5HKpgyhvM6ucnkRAVKHg6D32PhEXX9R { top:0.75rem;left:22.6875rem;width:16.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1eIS8iMemDdlNx9Ji6epugf5ctBU46e { top:0.4375rem;left:12.125rem;width:10.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmM7yotb8vRGFWdw0vNwgC7mS04tDWR6 { display:block; }#QmM7yotb8vRGFWdw0vNwgC7mS04tDWR6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXiDiR0XL3W7RNE0rvekiBLxV6Tgzasa { width:23.9375rem;height:27.25rem;top:6rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDdTKvi8XGuiFxUfIpPdpS7GukAkdICS { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePNxhAki9QCuqHX7FaLx8dQ9aanrnnZV { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoFf4zbQzWE5UWqTEFENDfxBH1ep83CX { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-regular-label { width:27.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-input-text { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-input-text {padding-top: 0; padding-bottom: 0;}#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-textarea { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-input-select { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-input-select {padding-top: 0; padding-bottom: 0;}#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-input-button { width:8.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-checkbox-label { width:26.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc  { width:27.375rem;height:auto;top:28.9375rem;left:1.5625rem; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .radio-container { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc {display:block;}#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc { width:27.375rem;height:auto;top:28.9375rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #A9hktCWuqOUT3zybNsFmsTMN87q6SiuB {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #EJxiT27eBZHW7MIG1nBrU4KqX0NqA2Bw { display:none; }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #decnOXTTkALFVvTcrcIaMx8zTfdhaMvP {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #MPRoXGXoILiardvWI3o59riLGegk8sl0 {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #VgqE0LOiDmEqNlUbr4wVy5soBb29Lmf4 { display:none; }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #KOfGS5nHnwRFppHH1fBofUTJDsNzxULK {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #mh1sMOc5dQd8TzTGeKKoIA2oqAJUe9SF {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #ds5J9EQ8hUHPrbrbIUiknUQuWlKyJRms {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #y7kF6izUGGsqpuPAJ7P8IEln4e0TWpVw {  }
 }@media only screen and (max-width: 763px) { #ThM7xmB9JcCK2OJwTPDNfRww2TDnt26y #pTUBLHuOXSZv33EocSmFxpyMW6kL6TSI {  }
 }@media only screen and (max-width: 763px) { #ThM7xmB9JcCK2OJwTPDNfRww2TDnt26y #IlyrT8yUVrG9G5oVE0iLbTJPKzWh8iyb {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #FIRrOTVd5NW54KFX9XnJ0z6dNN0zA3VE {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #kMF98AKiPEDbr01z2CTJyxggGRfhkTUn {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #WgTocePynXEXT6CyysdEnhaAc4bSaGUa {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #GW4BLykZfdKi7LzbE0fvLOsOKu5GUuuP {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #QDvKOFc72CwkZWKJgbOexvO1nyIGaJAw {  }
 }@media only screen and (max-width: 763px) { #sb2ohlxOIDISUUC2mS9gW9fAQo464uSz { top:29.75rem;left:25.8125rem;width:21.9375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD83Kd039mQmTEcFtoWWJUUR0pVUy03L { width:25rem;height:16.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCoayHkhblpg2hJhqNzFqhyye7AndQAK { display:block; }#wCoayHkhblpg2hJhqNzFqhyye7AndQAK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDIKtOFxRzigmTb9vhbBRtarLRtUhhZO { width:20rem;height:16.25rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1OiEKZmyC1EKQPIVRTI2OM6vBSlkzau { width:14.375rem;height:1.9375rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN4DZnOsX59u6kxb3mD0vlHeMGtvrCS2 { width:14.375rem;height:1.9375rem;top:4.6875rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtcmO9obTXa8NEgb9uvvnpTzklbdCGnK { width:20rem;height:16.25rem;top:7.875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBaZtMeWfpcIiFoNHRgzmxdlHegvRQlC { width:20rem;height:16.25rem;top:7.875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoWkmpBMrTkGSPLvN2NTTbnHJ648Fnfy { width:14.375rem;height:1.9375rem;top:4.6875rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #h071bpxwF4Oq9tQKCygV1ZWS1mkFWdQC { top:9.6875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHytuObirbyAk4TpWqlOBhzbummNzhMI { width:3.1875rem;height:3.1875rem;top:9.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeRP1LsR2mPUg5JCPTFVIr5pHIepNiUV { width:3.1875rem;height:3.1875rem;top:9.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnVrBZ2AvNCHoFdGKh4dfOSqMQgXUHTk { width:14.375rem;height:3rem;top:10.75rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbD68iQlgDdWLeM0zomuxNfT8PAl217n { width:14.375rem;height:1.9375rem;top:7.875rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwas0EuUooPeBa8NAVxSSx49mZCP6yZo { width:14.375rem;height:3rem;top:10.75rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLoPaqHoBdgqoF7GofEaFRfneoNe1IME { width:14.375rem;height:3rem;top:8rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { display:block; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRhUFUV7RPwFCktxsoUu7sNBsOhHuyXV { width:14.375rem;height:3rem;top:10.75rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0TXhqWrsIKrNmmJCN0GCe690itGWu9s { width:14.375rem;height:1.9375rem;top:7.875rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJr9AwHma81KGWys2Vpw53pxaJhMqWkO { width:14.375rem;height:3rem;top:8rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #keKSavsqqLZOH9UqMaKkPNRhxNTWqAXS { width:14.375rem;height:3rem;top:10.75rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgwkH6kgONebpKusscDAg2FHvzD6vr4z { display:block; }#bgwkH6kgONebpKusscDAg2FHvzD6vr4z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKJGXvSJJTKeeNIsmJCxf3hZKlMece2V { width:9.3125rem;height:2.5625rem;top:12.6875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvOJyChCAOPqqWVZ9VpkT0XVcNPQonZu { width:8.5rem;height:2.5625rem;top:22rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGBxEDw0NfHGdQalGTEP0wcv6t86Ke2m { width:12rem;height:2.5625rem;top:22rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrJ7k2pdGFJUdy6TAhQPZpraeaqkJocw { width:10.0625rem;height:2.5625rem;top:13rem;left:34.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHFiupa2mi96Jiz2nOPdWAGKUWqsboTJ { width:29.1875rem;height:19.4375rem;top:4rem;left:9.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8811oAML5IMQQ3Wk9IDLdxUXTEkPKrA { top:19.25rem;left:7.15625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1XFyX9tXrebrATUgSSNEb2lha8r43pb { top:10.1875rem;left:7.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt4LGNtEwUaXVrX6F8uZDXURQE8wPH00 { top:10.5625rem;left:38.59375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWxZVFlm1rL8oBB7L58B7zP9757TZgk3 { top:19.125rem;left:38.5rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTFEBgutAqHWWJrsknwJvR7vZSch6qOc { width:47.75rem;height:;top:0rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh78Zfu2GpNBv1hRopFDBT1dkGTlCRQl { top:22.875rem;left:22.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWMvw40bCL67WzbFKueF84fnCExdHqUa { width:14.75rem;height:2.5625rem;top:25.8125rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9gGsVEUgQzRgwz0syNwbJXMPfDaW5T6 { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KhF861b9a2U1MX3bzOk2Ttz85vCxTDMW { display:block; }#KhF861b9a2U1MX3bzOk2Ttz85vCxTDMW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQ2SudNyfs3TLP5A8Z9JEAcNS8ulbJzL { width:12.5rem;height:4.9375rem;top:0rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCv9fbPQrEJPM4XG9vvzEBbkW9dJzT6u { width:12.5rem;height:2.875rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6inwhG5AP1s7KOIBLpVqWzqHn7KgiWa { width:12.5rem;height:2.875rem;top:7.1875rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlJwBTViEzHMf9FI9EftizJfkwBtyfso { width:12.5rem;height:4.9375rem;top:0rem;left:11.375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErH0g1or9IfFLKstaAkGAATgTHLeMvMo { width:12.5rem;height:2.875rem;top:7.1875rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUT3Hy8lC8SUEauA0RmCXdX97eK2oBVS { width:12.5rem;height:4.9375rem;top:0rem;left:23.3125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6EPgd5gksXCfqh5aCgedUbJCutxBGdk { width:12.5rem;height:2.875rem;top:7.1875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #isdGsN3R0drEgmNytECAEUDTUkIC1hgO { width:12.5rem;height:4.9375rem;top:0rem;left:35.25rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB8VRtRqKSbQlFQxatwBIWiUUMx36ZN5 { top:5.8125rem;left:3.78125rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW3RmfhsqnyN09FW7lLEE8FR4vXl67R6 { top:5.8125rem;left:15.71875rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdnmtaQs1UU9h7TTgULtHuWm2ivqTU72 { top:5.8125rem;left:27.65625rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwZ3RQhoeBc4BrwvImzDicCRprV8MTlf { top:5.8125rem;left:39.59375rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0X9MS14JBmnNCdW29pXH333Bd9cgO12 { display:block; }#U0X9MS14JBmnNCdW29pXH333Bd9cgO12 > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VB4csOD3hL2Sd3bAJiHzgN0vvOKJO0Od { width:47.75rem;height:;top:1.9375rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCCCkZTrozzeeP3T0EH8FfrhMqsyZgen { display:block; }#gCCCkZTrozzeeP3T0EH8FfrhMqsyZgen > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7A2RWOWV8SI5ZcZVfJ5ckQHA7eWo0eM { width:21.5625rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSWqrQWlLl6Mh9mhE13UmWOKvz9xUF8b { width:16.1875rem;height:16.1875rem;top:0rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTq8nHwWHz5FUrXKi8LGtJCcknmK9Tb { width:21.5rem;height:16.3125rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlvbDqoCqkuf7fudB8kPKbT4kIPl2wA { display:block; }#tBlvbDqoCqkuf7fudB8kPKbT4kIPl2wA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thhNH6ooZL0b6NsDM0DPcZgPt1fhxtG2 { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PubNnoeMJ0CDBMwymn5WENMrIAoCDakI { width:10.9375rem;height:1.8125rem;top:5.6875rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbud9KfpxQ1PcvRR0uglODPJwgiRi0mb { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6J3TOO7Dw3G6WUluCx6D0whleTZytTb { width:8.6875rem;height:1.8125rem;top:5.6875rem;left:13.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQoN9ZznT2g88iZd0cXgmyX5S0aVk3Qg { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4IgXyVrQKxTrmr89zvgD5NJyBipIDwI { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvN5OUtnJFoEU4RcExRiACETpzHocp8E { width:7.1875rem;height:1.8125rem;top:5.6875rem;left:26.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5vuyXTkxXJJZHh994os9AQ39gfp6arq { width:4.9375rem;height:1.8125rem;top:5.75rem;left:39.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6W5SwPQkWTmvi9X9tME0aLQeIT24M29 { top:1.625rem;left:4.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSpvs3VZa2XUF3neUr8p3wtgI0nchb9G { top:1.875rem;left:16.125rem;width:3.5625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsseN1A4NK2FiwtOAVfiNt4VR0uXczHE { top:1.8125rem;left:28.0625rem;width:3.5625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny44b2DnBVav4TPl9umM2TPEoZo7pTsh { top:1.875rem;left:40rem;width:3.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMOVQp2zK4HGlorpZtxnVCFSRNd2rK0e { display:block; }#JMOVQp2zK4HGlorpZtxnVCFSRNd2rK0e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fqwgvu7SPgsHlENK0kETJM5UwC3SRlk4 { width:47.75rem;height:;top:0.875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akkgQ06Ob4qWG3nv0ZMuFwPiQtw87QvR { width:2.5rem;height:0.125rem;top:13.375rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb9h6GNAiQcx6azL9pT2mgkt3IxBMF65 { width:18.9375rem;height:26.25rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT4qeTKQyBHfKOorutfNaQOS0BbDTaTL { width:17.5rem;height:9.375rem;top:15.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0RgWAOeohOT4PTuwsiSQU7FO8nhh5Uw { width:11.25rem;height:1.625rem;top:28.5625rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnVobK2JIErW4GyrHOnELvQolkbvf2Gd { width:4.5625rem;height:4.5625rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9B4JAEJuRI8xSO7UzwTzUQR5R0AsK9N { width:11.25rem;height:1.625rem;top:28.5625rem;left:21.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIo6kKU90nQqqIon7eaoEezk4SlkyTV2 { width:17.5rem;height:9.375rem;top:15.375rem;left:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdzMSUHShbtbT2hrEmkDgaT6NUwRqUKx { width:4.5625rem;height:4.5625rem;top:27.875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dilf2X5eSdLB7lDbTOs17iHGc7gDaw5h { width:11.25rem;height:1.625rem;top:28.5625rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnQQg1w4K18JQc2TR5hNfyd4cKJx2tQX { width:17.5rem;height:9.5625rem;top:15.375rem;left:30.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnHaWU3AqWyW07Ifins0LKKBhD8OXSqT { width:4.5625rem;height:4.5625rem;top:27.875rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkxo1OCy7UhpHXqItMVPO7hmeH9oeVFF { top:8.6875rem;left:0rem;width:14.6875rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiJWOSUVG3S5LrFqpVOHJIq98c1V0Oy5 { width:18.9375rem;height:26.25rem;top:7.375rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpqaHaGVmPAJ1dulRuz1l2b6CtLtkreh { width:18.9375rem;height:26.25rem;top:7.375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBTMUKSpc7tRPZ7nHi41Fw42hLPuw20o { top:8.6875rem;left:15.46875rem;width:16.8125rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqfK2w0IwkEO4uQuOK0AFRl5yy9dsTFI { width:2.5rem;height:0.125rem;top:13.3125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Q1Cr4w4hWmGg0QDmsWmqNXZR1FiaJ5 { top:8.6875rem;left:33.375rem;width:14.375rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWkqP1OgX3QsAZ8Wp5tI0TqmQlrTPnyM { width:2.5rem;height:0.125rem;top:13.3125rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up593WNG8wNGK9y1mXcHDaw3LQrRf9Gu { width:18.9375rem;height:4.375rem;top:34.4375rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKhWIB5TfNO18AceQATiKUMpqV8mIOs1 { display:block; }
 }@media only screen and (max-width: 763px) { #OCKTTvVHvSWGOSqybTFNVfWvtRJJXKwI { top:28.1875rem;left:6.78125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfRpmVpihCwTT7ryut2ycSPMZdZgTBCT { top:28.1875rem;left:28.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUm0ih2zGATp3wABenuS23RvOa5GvbkT { top:28.1875rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPFTQCIJDDht1eOlKu1gGKvNBCXAAXZ6 { display:block; }#MPFTQCIJDDht1eOlKu1gGKvNBCXAAXZ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzlUbCzxd5AWSMbU9NT6CtlPefV7wbri { top:17.6875rem;left:14.625rem;width:20rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfdXZcMQJtetqtTVLTNIgRyGxBdUbGCO { top:17.6875rem;left:30.3125rem;width:17.4375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyctQWc2pBAVWJCmsPULnevzDVUdieEX { top:38rem;left:14.625rem;width:19rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErEDqKpTksSTXZ9h2nfOTx4o2x3aOKQo { top:15.25rem;left:14.9375rem;width:18.8125rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5teAkSVtCT0h60WDKPDT6pe35GbpF9q { top:15.25rem;left:30.25rem;width:17.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hErUaQ761VKFy763NNN1puLeQOwkRtFN { top:35.5625rem;left:14.625rem;width:18.8125rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STuJpTrdSSl5gOykV3TJ7l5adtxAqUB2 { top:38rem;left:30.1875rem;width:17.5625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrF9ST9CbvKsSC2yFFJcCf8X9liTD5sw { top:35.5625rem;left:28.6875rem;width:19.0625rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTy0hmTOfr4VNy4ZzTtxbldzzQcnboaU { top:6.3125rem;left:14.875rem;width:9.375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CblM5idQWwyaMwMhFPJPESpdBAH7ETHo { top:6.3125rem;left:32.8125rem;width:9.375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqrqEDR3LAXtsIhym3EHDxCl5qJdmk66 { top:26.75rem;left:14.625rem;width:9.375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcTBtPCUGAxS6Gmu9mlNt6IXxoPQQ40K { top:26.75rem;left:34.875rem;width:9.375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQkHlnm1DRoS53Ts6kxmqtdTUzLIWIby { top:26.75rem;left:0rem;width:9.375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naatHWaa43ZppxVv1a5PM7FblNmW2yRQ { top:35.5625rem;left:0rem;width:18.8125rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApW6T7x7Rg6n4G2SDHv2TvTvwJSiV7T8 { top:38rem;left:0rem;width:20rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7OTwmxE4OAc2GmpBQZVINL22XiEPigO { width:19.8125rem;height:;top:3rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RavkuB6zMI6mQh55lyFrLxUslciCW7Bo { width:17.25rem;height:7.4375rem;top:11.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2 { display:block; }#aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2 > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSL0kM2QM5tAdCTrMhXTgFlVM2P7MgTG { width:47.75rem;height:4.0625rem;top:2.125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgLgwLwhOyU51X7Cltskbh71LDh2AUIV { width:47.75rem;height:;top:6.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4EVMuUdzgx7kn0SznnHcImhzbTPQaJE { display:block; }#l4EVMuUdzgx7kn0SznnHcImhzbTPQaJE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDQHN5toQBELycU7oBckhnhzTwiBCoSW { width:19.875rem;height:14.8125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuk5MmTsTWRQwzy7wkBdWPhLwTlJmEmt { width:18.75rem;height:14.8125rem;top:2.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdJKlfWd4fhobAqHz5GLXHRUzE0zB85L { width:18.3125rem;height:4.375rem;top:18.75rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeocZplDsaDGkwJECq8qu8y5u4MlQrT0 { display:block; }
 }@media only screen and (max-width: 763px) { #Wrat9aeD1oXDl5G8HTq8o6DHnDvH03eb { width:18.625rem;height:14.75rem;top:2.3125rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIIbrfawNTrbeHZx3l2QODeI7fOD1m5n { display:block; }#wIIbrfawNTrbeHZx3l2QODeI7fOD1m5n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlMcENQytft0UFO49n8xEXZUlX60bhbL { top:8rem;left:0rem;width:10.6875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlSHDTSsOklFxHu1e8nvgRg4CxBdC4Cm { top:8rem;left:23.875rem;width:10.6875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4ecAUsZZiq9KrdbgoncOpgLqegeBDCl { width:16.3125rem;height:1.625rem;top:8.5625rem;left:7.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moATTt3iQmDcHSwDdrRGMd8FFZlV3hl5 { width:13.125rem;height:1.625rem;top:8.5625rem;left:32.187501907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGhev6Ano2r2Zhwp3OC9fizBpfOsCKn8 { width:16.3125rem;height:6.5rem;top:10.875rem;left:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8MbNhTfEt67aLZutM7M0dZ9eCDhbF7i { width:16.3125rem;height:3.875rem;top:11.5625rem;left:31.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJgLpNLhw0E6ZyJi70BIe3v8dA3BoBkG { width:47.75rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdPotGJiy88Hpq970KPd8tR7XR522tO8 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZXRmOBgFzwzGvQ5SuztDM8kCb3GgCsh { width:47.75rem;height:0.0625rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRldnkmdyM6iH1ONdAuZH6NXfzJFuBLt { width:7.6875rem;height:1.4375rem;top:7.125rem;left:8.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp5AAzhQJgOmqt9PtBOlgEnmp64VIsl5 { display:block; }#Qp5AAzhQJgOmqt9PtBOlgEnmp64VIsl5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFkWVazg2TXRHOgwtTWVN0aqcC1g4qza { top:4.75rem;left:0rem;width:10.6875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeixfLkOLv1bUUmU0lcup3XHBk6TQlRN { top:4.75rem;left:23.875rem;width:10.6875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc1NXD1xH6H3fo4X5sNv8B39T1N3T5up { width:16.25rem;height:1.625rem;top:6rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEPBHaoBguozbl9oN6VzqCDWMNBxhHmw { width:14.9375rem;height:1.625rem;top:6rem;left:32.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyNE1K6l1RPw2DLJPFAT0TdnTW8VmNn7 { width:16.3125rem;height:3.875rem;top:8.75rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS2hrtw1WAiMEbuGvmEPuzdeJKaKgLHl { width:16.3125rem;height:3.875rem;top:8.75rem;left:31.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV { display:block; }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxWwzczG7aMkm5P4JZtrUQNb5S44enDu { width:27.25rem;height:;top:13.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmn2ahIyJT5fAbqQFrPMeS7LHRtTqPbc { width:27.8125rem;height:1.9375rem;top:27.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuWqLEJxEWolfE8T9GxoGnttSNKwoogX { width:18.9375rem;height:4.375rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB8gGel2yTv4CcOfARTI3xdfQfV0QkyT { display:block; }
 }@media only screen and (max-width: 763px) { #XZBiNOrH5TzNnKGCbW17wo3hO3Z3knBI { width:47.75rem;height:;top:2.0625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQfylezF6enHiAzK7DOVRaJpZsDJ9fl9 { width:9.5rem;height:3rem;top:27.375rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWLNBl9JF8FF0mgGJfrvUbtczd4bVPE2 { display:block; }
 }@media only screen and (max-width: 763px) { #wiQ4TQHllnXJ2drlTZ9kcwndW67SC83h { display:block; }#wiQ4TQHllnXJ2drlTZ9kcwndW67SC83h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cbqt8bvstoSXa7G2aHUNAt4duHTT3Sd5 { width:46.25rem;height:6.0625rem;top:11.375rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmrnwpAc110wlL3GREEtxXcO1ubTxGGb { width:2.8125rem;height:2rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQBTfAdHwrNzO6hcrpRXTuVXKGR6xznL { width:2.8125rem;height:2rem;top:11.625rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV2aSo9nHdEfEpfEQfJhTc3J2wsZTTG2 { width:47.75rem;height:1.25rem;top:17.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK7KfwLiDeoviEFThxWrLc7uA2sHnRge { width:47.625rem;height:9.5rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak96CLyt0ftXb8w76uRnWT7Kf4iBMakd { width:28.75rem;height:3.875rem;top:21.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qILnG2z7mRuV4Es1ThFGhcHthd8peNSE { width:28.75rem;height:1.4375rem;top:25.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRQtL7W9OFfnzZPom6s38GfBASqZ6aiN { width:28.75rem;height:3.875rem;top:21.3125rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCTtSJfrcT7zKF87ULU9v7sooPSEuGt2 { width:28.75rem;height:1.4375rem;top:25.4375rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3Fnb0BAn3qWw7EkRDtNZ2e0U7HkGamz { width:0.125rem;height:7.5rem;top:20.75rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCNSglrUnWdWcVh8BcKryh54kN6wZK4B { width:47.75rem;height:3.25rem;top:3.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLfAXtqToUvyncv7AfbnuC9W56KHGgaR { width:47.75rem;height:0.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaMDkprfsoRl5ZW5NtvVUiRLJyHQJLyS { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIAP4nOoFR22rPWFquKX3iDIwZNe9rVW { top:3.5625rem;left:13.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHWeATk5z3VbX7dicPNLoKhSeR8DOWUg { display:block; }#PHWeATk5z3VbX7dicPNLoKhSeR8DOWUg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVZzLWXJRu6V0TfozrkkHhJp1qbbEZhu { top:2.9375rem;left:0rem;width:24.375rem;height:3.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkieFzpch81xmAAHqyhMpOTvRNkrp4PI { top:9.625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2LauETdpDR7qCO6KvKEJBLam3QfT2SD { top:15.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWIyfBE1kbRzeiTL6NXv3aJSQV1x4sZg { top:9rem;left:0rem;width:15.8125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM9uA2fbLc1gpNnfz1w2rHoTElfEfa9Z { width:17.9375rem;height:3.125rem;top:13.75rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm9HvERLGThak8urSxv4pXpu1dQ8EM43 { display:block; }
 }@media only screen and (max-width: 763px) { #WpoohtQyORvLpFQPTdnL2DF6OTRqiQf0 { top:5rem;left:39.125001907349rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq1H7nHu3CDG3b7J1JKeuA4XqUQ0AyoH { top:1.25rem;left:23.5rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTZl2rpryvZSQWaeQdy4ZVWx04uPFNE5 { width:9.5rem;height:2.75rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMwrnxQDgMXqPtoIgT67uHHaqecylOhJ { display:block; }
 }@media only screen and (max-width: 763px) { #K3QTuyE35ERX2yekzeTvbgCHgwJTZfvP { width:17.9375rem;height:3.125rem;top:13.75rem;left:29.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qh3ntARzQEv9NA6Q60T8GQTM5m5UTuDn { display:block; }
 }@media only screen and (max-width: 763px) { #CKfANXNPzIKc3RxEdu7XIclw2RB7qS5f { width:18.9375rem;height:4.375rem;top:22.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RybBISsktfCcHO1ODq7ae8WlewlhaWtz { display:block; }
 }@media only screen and (max-width: 763px) { #TIbdEr8vAAW3rsfmoTy9LWh0dV5pUEHK { display:block; }#TIbdEr8vAAW3rsfmoTy9LWh0dV5pUEHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krJJb1IGsWcciDCvk7xGu50mssO4XBUZ { top:1.0625rem;left:3.59375rem;width:40.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); } }@media only screen and (max-width: 763px) { #ZTh7elmotiiAETNT2rK84KPrdairwuhk { position:relative;z-index:auto;display:block; }#ZTh7elmotiiAETNT2rK84KPrdairwuhk > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ie1tAURiprivtHnBMOx4RHqvorwiu3Ot { width:10rem;height:2.5rem;top:0.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byit1dZptTJgmsgsCOQfvIciPOiTAipQ { display:block; }#Byit1dZptTJgmsgsCOQfvIciPOiTAipQ > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REhcAi1P6S1DI61UOnvmkTtTZvoH3qig { width:19.75rem;height:4.1875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKzP8cHBNcccuBBHs98PNRaWfB60ehL9 { width:2.5rem;height:2.5rem;top:1.125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5HKpgyhvM6ucnkRAVKHg6D32PhEXX9R { width:16.9375rem;height:1.29980625rem;top:3.4375rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P1eIS8iMemDdlNx9Ji6epugf5ctBU46e { width:14.375rem;height:2.5rem;top:0.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmM7yotb8vRGFWdw0vNwgC7mS04tDWR6 { display:block; }#QmM7yotb8vRGFWdw0vNwgC7mS04tDWR6 > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXiDiR0XL3W7RNE0rvekiBLxV6Tgzasa { width:20rem;height:41.5rem;top:0.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDdTKvi8XGuiFxUfIpPdpS7GukAkdICS { width:16.1875rem;height:0;top:21.012499809265rem;left:1.9062501192093rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ePNxhAki9QCuqHX7FaLx8dQ9aanrnnZV { width:19.25rem;height:9.75rem;top:1.81103515625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #eoFf4zbQzWE5UWqTEFENDfxBH1ep83CX { width:18.6875rem;height:7.69725rem;top:12.84033203125rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-input-text {padding-top: 0; padding-bottom: 0;}#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.25rem; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-input-select {padding-top: 0; padding-bottom: 0;}#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc  { width:17.5rem;height:auto;top:20.474609375rem;left:0rem; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc {display:block;}#vTvceD8vDWcGJT97r3gClfoyIK1RzGVc { width:17.5rem;height:auto;top:20.474609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #A9hktCWuqOUT3zybNsFmsTMN87q6SiuB {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #EJxiT27eBZHW7MIG1nBrU4KqX0NqA2Bw { display:none; }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #decnOXTTkALFVvTcrcIaMx8zTfdhaMvP {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #MPRoXGXoILiardvWI3o59riLGegk8sl0 {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #VgqE0LOiDmEqNlUbr4wVy5soBb29Lmf4 { display:none; }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #KOfGS5nHnwRFppHH1fBofUTJDsNzxULK {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #mh1sMOc5dQd8TzTGeKKoIA2oqAJUe9SF {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #ds5J9EQ8hUHPrbrbIUiknUQuWlKyJRms {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #y7kF6izUGGsqpuPAJ7P8IEln4e0TWpVw {  }
 }@media only screen and (max-width: 763px) { #ThM7xmB9JcCK2OJwTPDNfRww2TDnt26y #pTUBLHuOXSZv33EocSmFxpyMW6kL6TSI {  }
 }@media only screen and (max-width: 763px) { #ThM7xmB9JcCK2OJwTPDNfRww2TDnt26y #IlyrT8yUVrG9G5oVE0iLbTJPKzWh8iyb {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #FIRrOTVd5NW54KFX9XnJ0z6dNN0zA3VE {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #kMF98AKiPEDbr01z2CTJyxggGRfhkTUn {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #WgTocePynXEXT6CyysdEnhaAc4bSaGUa {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #GW4BLykZfdKi7LzbE0fvLOsOKu5GUuuP {  }
 }@media only screen and (max-width: 763px) { #vTvceD8vDWcGJT97r3gClfoyIK1RzGVc #QDvKOFc72CwkZWKJgbOexvO1nyIGaJAw {  }
 }@media only screen and (max-width: 763px) { #sb2ohlxOIDISUUC2mS9gW9fAQo464uSz { width:19.5rem;height:1.9121125rem;top:39.6005859375rem;left:0rem;font-size:0.8125rem;font-weight:700;font-style:normal;color:rgba(var(--color-secondary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #dD83Kd039mQmTEcFtoWWJUUR0pVUy03L { top:42.15625rem;left:0rem;width:20rem;height:13.1875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wCoayHkhblpg2hJhqNzFqhyye7AndQAK { display:block; }#wCoayHkhblpg2hJhqNzFqhyye7AndQAK > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDIKtOFxRzigmTb9vhbBRtarLRtUhhZO { width:20rem;height:11.125rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1OiEKZmyC1EKQPIVRTI2OM6vBSlkzau { width:11.625rem;height:1.7871125rem;top:4.72216796875rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN4DZnOsX59u6kxb3mD0vlHeMGtvrCS2 { width:8.3125rem;height:1.7871125rem;top:16.25rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtcmO9obTXa8NEgb9uvvnpTzklbdCGnK { width:20rem;height:11.125rem;top:14.6875rem;left:0rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xBaZtMeWfpcIiFoNHRgzmxdlHegvRQlC { width:20rem;height:9.5625rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoWkmpBMrTkGSPLvN2NTTbnHJ648Fnfy { width:11.25rem;height:1.7871125rem;top:28.38720703125rem;left:6.59375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h071bpxwF4Oq9tQKCygV1ZWS1mkFWdQC { width:2.5625rem;height:2.5625rem;top:4.33447265625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHytuObirbyAk4TpWqlOBhzbummNzhMI { width:2.5625rem;height:2.5625rem;top:16.8125rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeRP1LsR2mPUg5JCPTFVIr5pHIepNiUV { width:2.5625rem;height:2.5625rem;top:28.38720703125rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnVrBZ2AvNCHoFdGKh4dfOSqMQgXUHTk { width:18.4375rem;height:6rem;top:6.8974609375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbD68iQlgDdWLeM0zomuxNfT8PAl217n { width:9rem;height:1.29980625rem;top:18.599609375rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwas0EuUooPeBa8NAVxSSx49mZCP6yZo { width:16.875rem;height:3rem;top:21.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLoPaqHoBdgqoF7GofEaFRfneoNe1IME { width:12.75rem;height:4.5rem;top:30.17431640625rem;left:6.59375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { background-color:transparent;background-image:none;display:block; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { background-color: transparent; background-image: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .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); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRhUFUV7RPwFCktxsoUu7sNBsOhHuyXV { width:17.8125rem;height:auto;top:2.875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0TXhqWrsIKrNmmJCN0GCe690itGWu9s { width:16.875rem;height:auto;top:0.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJr9AwHma81KGWys2Vpw53pxaJhMqWkO { width:16.875rem;height:auto;top:0.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #keKSavsqqLZOH9UqMaKkPNRhxNTWqAXS { width:17.1875rem;height:auto;top:0.75rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgwkH6kgONebpKusscDAg2FHvzD6vr4z { display:block; }#bgwkH6kgONebpKusscDAg2FHvzD6vr4z > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKJGXvSJJTKeeNIsmJCxf3hZKlMece2V { width:6.0625rem;height:3.8994125rem;top:11.5rem;left:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvOJyChCAOPqqWVZ9VpkT0XVcNPQonZu { width:6.0625rem;height:3.8994125rem;top:26.75rem;left:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dGBxEDw0NfHGdQalGTEP0wcv6t86Ke2m { width:6.0625rem;height:5.19921875rem;top:26.0625rem;left:13.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OrJ7k2pdGFJUdy6TAhQPZpraeaqkJocw { width:6.0625rem;height:3.8994125rem;top:11.5rem;left:13.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHFiupa2mi96Jiz2nOPdWAGKUWqsboTJ { width:20rem;height:13.3125rem;top:42.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8811oAML5IMQQ3Wk9IDLdxUXTEkPKrA { width:2.1875rem;height:2.1875rem;top:24rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1XFyX9tXrebrATUgSSNEb2lha8r43pb { width:2.1875rem;height:2.1875rem;top:8.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt4LGNtEwUaXVrX6F8uZDXURQE8wPH00 { width:2.1875rem;height:2.1875rem;top:24rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWxZVFlm1rL8oBB7L58B7zP9757TZgk3 { width:2.375rem;height:2.375rem;top:29rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTFEBgutAqHWWJrsknwJvR7vZSch6qOc { width:20rem;height:7.25rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Uh78Zfu2GpNBv1hRopFDBT1dkGTlCRQl { width:2.375rem;height:2.375rem;top:8.6875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWMvw40bCL67WzbFKueF84fnCExdHqUa { width:12.75rem;height:3.89941875rem;top:31.875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9gGsVEUgQzRgwz0syNwbJXMPfDaW5T6 { top:11.5rem;left:0rem;width:20rem;height:13.3125rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KhF861b9a2U1MX3bzOk2Ttz85vCxTDMW { display:block; }#KhF861b9a2U1MX3bzOk2Ttz85vCxTDMW > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQ2SudNyfs3TLP5A8Z9JEAcNS8ulbJzL { width:12.5rem;height:3.8999rem;top:0.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCv9fbPQrEJPM4XG9vvzEBbkW9dJzT6u { width:12.5rem;height:2.5996125rem;top:6.75rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6inwhG5AP1s7KOIBLpVqWzqHn7KgiWa { width:12.5rem;height:2.5996125rem;top:16.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlJwBTViEzHMf9FI9EftizJfkwBtyfso { width:12.5rem;height:3.8999rem;top:11rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErH0g1or9IfFLKstaAkGAATgTHLeMvMo { width:12.5rem;height:2.5996125rem;top:26.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUT3Hy8lC8SUEauA0RmCXdX97eK2oBVS { width:12.5rem;height:3.8999rem;top:20.375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6EPgd5gksXCfqh5aCgedUbJCutxBGdk { width:12.5rem;height:2.5996125rem;top:35.375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #isdGsN3R0drEgmNytECAEUDTUkIC1hgO { width:12.5rem;height:3.8999rem;top:29.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB8VRtRqKSbQlFQxatwBIWiUUMx36ZN5 { width:4.375rem;height:0.25rem;top:5.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW3RmfhsqnyN09FW7lLEE8FR4vXl67R6 { width:4.375rem;height:0.25rem;top:15.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdnmtaQs1UU9h7TTgULtHuWm2ivqTU72 { width:4.375rem;height:0.25rem;top:24.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwZ3RQhoeBc4BrwvImzDicCRprV8MTlf { width:4.375rem;height:0.25rem;top:34.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0X9MS14JBmnNCdW29pXH333Bd9cgO12 { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#U0X9MS14JBmnNCdW29pXH333Bd9cgO12 > .row .container { background-color: transparent; background-image: none; }#U0X9MS14JBmnNCdW29pXH333Bd9cgO12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0X9MS14JBmnNCdW29pXH333Bd9cgO12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0X9MS14JBmnNCdW29pXH333Bd9cgO12 > .row .container > .video-iframe-container { display: none; }#U0X9MS14JBmnNCdW29pXH333Bd9cgO12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0X9MS14JBmnNCdW29pXH333Bd9cgO12 > .row > .video-iframe-container { display: none; }#U0X9MS14JBmnNCdW29pXH333Bd9cgO12 > .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); }#U0X9MS14JBmnNCdW29pXH333Bd9cgO12 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VB4csOD3hL2Sd3bAJiHzgN0vvOKJO0Od { width:20rem;height:9.375rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gCCCkZTrozzeeP3T0EH8FfrhMqsyZgen { display:block; }#gCCCkZTrozzeeP3T0EH8FfrhMqsyZgen > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7A2RWOWV8SI5ZcZVfJ5ckQHA7eWo0eM { width:19.75rem;height:14.8125rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSWqrQWlLl6Mh9mhE13UmWOKvz9xUF8b { width:19.9375rem;height:19.9375rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTq8nHwWHz5FUrXKi8LGtJCcknmK9Tb { width:20rem;height:15.1875rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlvbDqoCqkuf7fudB8kPKbT4kIPl2wA { display:block; }#tBlvbDqoCqkuf7fudB8kPKbT4kIPl2wA > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thhNH6ooZL0b6NsDM0DPcZgPt1fhxtG2 { width:11.8125rem;height:2.5996125rem;top:7.36767578125rem;left:4.09375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15001;font-weight:300;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PubNnoeMJ0CDBMwymn5WENMrIAoCDakI { width:11.5rem;height:1.86865rem;top:5.5rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Pbud9KfpxQ1PcvRR0uglODPJwgiRi0mb { width:11.6875rem;height:3.8994125rem;top:17.921875rem;left:4.15625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15001;font-weight:300;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #C6J3TOO7Dw3G6WUluCx6D0whleTZytTb { width:8.6875rem;height:1.86865rem;top:16.0546875rem;left:5.65625rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #zQoN9ZznT2g88iZd0cXgmyX5S0aVk3Qg { width:11.6875rem;height:4.5rem;top:29.2890625rem;left:4.15625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q4IgXyVrQKxTrmr89zvgD5NJyBipIDwI { width:11.6875rem;height:4.5rem;top:41.0390625rem;left:4.15625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fvN5OUtnJFoEU4RcExRiACETpzHocp8E { width:7.1875rem;height:1.86865rem;top:27.421875rem;left:6.40625rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #b5vuyXTkxXJJZHh994os9AQ39gfp6arq { width:4.9375rem;height:1.86875rem;top:39.171875rem;left:7.53125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6W5SwPQkWTmvi9X9tME0aLQeIT24M29 { width:3.5625rem;height:3.5625rem;top:1.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSpvs3VZa2XUF3neUr8p3wtgI0nchb9G { width:3.5625rem;height:3.0625rem;top:12.3046875rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsseN1A4NK2FiwtOAVfiNt4VR0uXczHE { width:3.5625rem;height:3.1875rem;top:23.671875rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny44b2DnBVav4TPl9umM2TPEoZo7pTsh { width:3.5625rem;height:3.125rem;top:35.4140625rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMOVQp2zK4HGlorpZtxnVCFSRNd2rK0e { display:block; }#JMOVQp2zK4HGlorpZtxnVCFSRNd2rK0e > .row .container { width:20rem;height:108rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fqwgvu7SPgsHlENK0kETJM5UwC3SRlk4 { width:20rem;height:9.375rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #akkgQ06Ob4qWG3nv0ZMuFwPiQtw87QvR { width:2.5rem;height:0.125rem;top:18.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb9h6GNAiQcx6azL9pT2mgkt3IxBMF65 { width:18.9375rem;height:27.625rem;top:12.162109375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT4qeTKQyBHfKOorutfNaQOS0BbDTaTL { width:17.5rem;height:9.375rem;top:19.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0RgWAOeohOT4PTuwsiSQU7FO8nhh5Uw { width:13.8125rem;height:1.625rem;top:35.8115234375rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnVobK2JIErW4GyrHOnELvQolkbvf2Gd { width:4.5625rem;height:4.5625rem;top:30.125rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9B4JAEJuRI8xSO7UzwTzUQR5R0AsK9N { width:13.1875rem;height:1.625rem;top:65.974609375rem;left:3.40625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIo6kKU90nQqqIon7eaoEezk4SlkyTV2 { width:17.5rem;height:9.375rem;top:49.6123046875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdzMSUHShbtbT2hrEmkDgaT6NUwRqUKx { width:4.5625rem;height:4.5625rem;top:60.255859375rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dilf2X5eSdLB7lDbTOs17iHGc7gDaw5h { width:12.75rem;height:1.625rem;top:96.412109375rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnQQg1w4K18JQc2TR5hNfyd4cKJx2tQX { width:17.5rem;height:9.5625rem;top:80.27490234375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnHaWU3AqWyW07Ifins0LKKBhD8OXSqT { width:4.5625rem;height:4.5625rem;top:90.77490234375rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkxo1OCy7UhpHXqItMVPO7hmeH9oeVFF { width:14.6875rem;height:5.0371125rem;top:12.912109375rem;left:2.65625rem;font-size:1.9375rem;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; }
 }@media only screen and (max-width: 763px) { #BiJWOSUVG3S5LrFqpVOHJIq98c1V0Oy5 { width:19.25rem;height:28.875rem;top:40.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpqaHaGVmPAJ1dulRuz1l2b6CtLtkreh { width:18.9375rem;height:27.25rem;top:71.974609375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBTMUKSpc7tRPZ7nHi41Fw42hLPuw20o { width:16.8125rem;height:5.0371125rem;top:42.5966796875rem;left:1.59375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqfK2w0IwkEO4uQuOK0AFRl5yy9dsTFI { width:2.5rem;height:0.125rem;top:48.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Q1Cr4w4hWmGg0QDmsWmqNXZR1FiaJ5 { width:15.1875rem;height:5.0371125rem;top:73.375rem;left:2.40625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWkqP1OgX3QsAZ8Wp5tI0TqmQlrTPnyM { width:2.5rem;height:0.125rem;top:79.537109375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up593WNG8wNGK9y1mXcHDaw3LQrRf9Gu { width:18.9375rem;height:4.375rem;top:101.625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKhWIB5TfNO18AceQATiKUMpqV8mIOs1 { display:block; }
 }@media only screen and (max-width: 763px) { #OCKTTvVHvSWGOSqybTFNVfWvtRJJXKwI { width:2.3125rem;height:2.3125rem;top:96.068359375rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfRpmVpihCwTT7ryut2ycSPMZdZgTBCT { width:2.3125rem;height:2.3125rem;top:65.630859375rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUm0ih2zGATp3wABenuS23RvOa5GvbkT { width:2.3125rem;height:2.3125rem;top:35.4677734375rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPFTQCIJDDht1eOlKu1gGKvNBCXAAXZ6 { display:block; }#MPFTQCIJDDht1eOlKu1gGKvNBCXAAXZ6 > .row .container { width:20rem;height:122.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzlUbCzxd5AWSMbU9NT6CtlPefV7wbri { width:20rem;height:7.9980625rem;top:24.974609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfdXZcMQJtetqtTVLTNIgRyGxBdUbGCO { width:19.9375rem;height:6.3984375rem;top:48.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyctQWc2pBAVWJCmsPULnevzDVUdieEX { width:20rem;height:6.3984375rem;top:94.787109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErEDqKpTksSTXZ9h2nfOTx4o2x3aOKQo { width:15.8125rem;height:2.4746125rem;top:21.99951171875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5teAkSVtCT0h60WDKPDT6pe35GbpF9q { width:20rem;height:2.4746125rem;top:45.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hErUaQ761VKFy763NNN1puLeQOwkRtFN { width:19.9375rem;height:2.4746125rem;top:92.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STuJpTrdSSl5gOykV3TJ7l5adtxAqUB2 { width:20rem;height:4.798825rem;top:117.1806640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrF9ST9CbvKsSC2yFFJcCf8X9liTD5sw { width:20rem;height:2.4746125rem;top:114.5185546875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTy0hmTOfr4VNy4ZzTtxbldzzQcnboaU { width:12.4375rem;height:10.75rem;top:10.537109375rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CblM5idQWwyaMwMhFPJPESpdBAH7ETHo { width:12.5rem;height:10.8125rem;top:33.787109375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqrqEDR3LAXtsIhym3EHDxCl5qJdmk66 { width:12.5rem;height:10.8125rem;top:80.912109375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcTBtPCUGAxS6Gmu9mlNt6IXxoPQQ40K { width:12.5rem;height:10.8125rem;top:102.849609375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQkHlnm1DRoS53Ts6kxmqtdTUzLIWIby { width:12.5625rem;height:10.875rem;top:55.599609375rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naatHWaa43ZppxVv1a5PM7FblNmW2yRQ { width:20rem;height:2.4746125rem;top:67.04833984375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApW6T7x7Rg6n4G2SDHv2TvTvwJSiV7T8 { width:20rem;height:9.09864375rem;top:70.0634765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7OTwmxE4OAc2GmpBQZVINL22XiEPigO { width:17.0625rem;height:4.125rem;top:0.67431640625rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:2.0625rem;z-index:15027;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RavkuB6zMI6mQh55lyFrLxUslciCW7Bo { width:17.25rem;height:4.38720625rem;top:5.337890625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2 { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2 > .row .container { background-color: transparent; background-image: none; }#aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2 > .row .container > .video-iframe-container { display: none; }#aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2 > .row > .video-iframe-container { display: none; }#aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2 > .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); }#aO83bFchINnA2X7DmtC8Xc8mlaoP8fI2 > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSL0kM2QM5tAdCTrMhXTgFlVM2P7MgTG { width:20rem;height:4.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NgLgwLwhOyU51X7Cltskbh71LDh2AUIV { width:20rem;height:4.875rem;top:6.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #l4EVMuUdzgx7kn0SznnHcImhzbTPQaJE { display:block; }#l4EVMuUdzgx7kn0SznnHcImhzbTPQaJE > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDQHN5toQBELycU7oBckhnhzTwiBCoSW { width:19.625rem;height:14.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuk5MmTsTWRQwzy7wkBdWPhLwTlJmEmt { width:19.8125rem;height:14.8125rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdJKlfWd4fhobAqHz5GLXHRUzE0zB85L { width:18.4375rem;height:4.375rem;top:50.54150390625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeocZplDsaDGkwJECq8qu8y5u4MlQrT0 { display:block; }
 }@media only screen and (max-width: 763px) { #Wrat9aeD1oXDl5G8HTq8o6DHnDvH03eb { width:19.9375rem;height:15.75rem;top:33.16650390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIIbrfawNTrbeHZx3l2QODeI7fOD1m5n { display:block; }#wIIbrfawNTrbeHZx3l2QODeI7fOD1m5n > .row .container { width:20rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlMcENQytft0UFO49n8xEXZUlX60bhbL { width:10.6875rem;height:9.25rem;top:6.787109375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlSHDTSsOklFxHu1e8nvgRg4CxBdC4Cm { width:10.6875rem;height:9.25rem;top:29rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4ecAUsZZiq9KrdbgoncOpgLqegeBDCl { width:16.3125rem;height:3.8994125rem;top:17.498046875rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #moATTt3iQmDcHSwDdrRGMd8FFZlV3hl5 { width:13.125rem;height:3.8994125rem;top:38.8125rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGhev6Ano2r2Zhwp3OC9fizBpfOsCKn8 { width:16.3125rem;height:5.6860375rem;top:21.397657394409rem;left:1.8437501192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8MbNhTfEt67aLZutM7M0dZ9eCDhbF7i { width:16.3125rem;height:3.41161875rem;top:42.6875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJgLpNLhw0E6ZyJi70BIe3v8dA3BoBkG { width:20rem;height:4.125rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:rgba(var(--color-secondary-4),1);line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sdPotGJiy88Hpq970KPd8tR7XR522tO8 { width:3.75rem;height:0.1875rem;top:5.662109375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZXRmOBgFzwzGvQ5SuztDM8kCb3GgCsh { width:20rem;height:0.0625rem;top:5.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRldnkmdyM6iH1ONdAuZH6NXfzJFuBLt { width:7.6875rem;height:1.4625rem;top:16.037109375rem;left:6.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp5AAzhQJgOmqt9PtBOlgEnmp64VIsl5 { display:block; }#Qp5AAzhQJgOmqt9PtBOlgEnmp64VIsl5 > .row .container { width:20rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFkWVazg2TXRHOgwtTWVN0aqcC1g4qza { width:10.6875rem;height:9.1875rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeixfLkOLv1bUUmU0lcup3XHBk6TQlRN { width:10.6875rem;height:9.0625rem;top:20.5625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc1NXD1xH6H3fo4X5sNv8B39T1N3T5up { width:16.25rem;height:3.8994125rem;top:11.125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEPBHaoBguozbl9oN6VzqCDWMNBxhHmw { width:13.4375rem;height:3.8994125rem;top:30.47607421875rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyNE1K6l1RPw2DLJPFAT0TdnTW8VmNn7 { width:16.3125rem;height:3.41161875rem;top:15.025000572204rem;left:1.8437501192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS2hrtw1WAiMEbuGvmEPuzdeJKaKgLHl { width:16.3125rem;height:2.2744125rem;top:34.3125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/98412cbf-9140-4063-9277-32438a663f77/11069197781397734209.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV.adaptive-delivery-prevent-bg, #OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV.lazyload, #OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV.lazyloading { background-image: none; }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV > .row .container { background-color: transparent; background-image: none; }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,76,111,0.66); }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV > .row .container > .video-iframe-container { display: none; }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,76,111,0.66); }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV > .row > .video-iframe-container { display: none; }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV > .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); }#OJwyTh64ixJC0oaGTcyKJU97nF1Xp5cV > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxWwzczG7aMkm5P4JZtrUQNb5S44enDu { width:17.875rem;height:8.125rem;top:10.5791015625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmn2ahIyJT5fAbqQFrPMeS7LHRtTqPbc { width:20rem;height:1.86875rem;top:26.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuWqLEJxEWolfE8T9GxoGnttSNKwoogX { width:18.4375rem;height:4rem;top:20.875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB8gGel2yTv4CcOfARTI3xdfQfV0QkyT { display:block; }
 }@media only screen and (max-width: 763px) { #XZBiNOrH5TzNnKGCbW17wo3hO3Z3knBI { width:20rem;height:5.69921875rem;top:3.5048828125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQfylezF6enHiAzK7DOVRaJpZsDJ9fl9 { width:9.5rem;height:3rem;top:28.4296875rem;left:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWLNBl9JF8FF0mgGJfrvUbtczd4bVPE2 { display:block; }
 }@media only screen and (max-width: 763px) { #wiQ4TQHllnXJ2drlTZ9kcwndW67SC83h { display:block; }#wiQ4TQHllnXJ2drlTZ9kcwndW67SC83h > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cbqt8bvstoSXa7G2aHUNAt4duHTT3Sd5 { width:18.5rem;height:15.84375rem;top:8.936719328165rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #xmrnwpAc110wlL3GREEtxXcO1ubTxGGb { width:2.875rem;height:2rem;top:6.1867188513279rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQBTfAdHwrNzO6hcrpRXTuVXKGR6xznL { width:2.875rem;height:2rem;top:24.59375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV2aSo9nHdEfEpfEQfJhTc3J2wsZTTG2 { width:20rem;height:1.25rem;top:24.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK7KfwLiDeoviEFThxWrLc7uA2sHnRge { width:19.1875rem;height:17.6875rem;top:21.4990234375rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ak96CLyt0ftXb8w76uRnWT7Kf4iBMakd { width:20rem;height:6.499rem;top:27.4375rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #qILnG2z7mRuV4Es1ThFGhcHthd8peNSE { width:20rem;height:1.29980625rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRQtL7W9OFfnzZPom6s38GfBASqZ6aiN { width:20rem;height:5.19921875rem;top:36.3125rem;left:0rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #oCTtSJfrcT7zKF87ULU9v7sooPSEuGt2 { width:20rem;height:1.29980625rem;top:41.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3Fnb0BAn3qWw7EkRDtNZ2e0U7HkGamz { width:0.125rem;height:7.5rem;top:20.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCNSglrUnWdWcVh8BcKryh54kN6wZK4B { width:20rem;height:2.2749rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #rLfAXtqToUvyncv7AfbnuC9W56KHGgaR { width:20rem;height:0.0625rem;top:8.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaMDkprfsoRl5ZW5NtvVUiRLJyHQJLyS { width:3.75rem;height:0.1875rem;top:5.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIAP4nOoFR22rPWFquKX3iDIwZNe9rVW { width:3.125rem;height:3.125rem;top:1.88720703125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHWeATk5z3VbX7dicPNLoKhSeR8DOWUg { display:block; }#PHWeATk5z3VbX7dicPNLoKhSeR8DOWUg > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVZzLWXJRu6V0TfozrkkHhJp1qbbEZhu { width:18.125rem;height:3.57421875rem;top:0.6875rem;left:0.9375rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CkieFzpch81xmAAHqyhMpOTvRNkrp4PI { width:1.9375rem;height:1.9375rem;top:5.4560546875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2LauETdpDR7qCO6KvKEJBLam3QfT2SD { width:1.875rem;height:1.875rem;top:9.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWIyfBE1kbRzeiTL6NXv3aJSQV1x4sZg { width:13.1875rem;height:2.5996125rem;top:5.125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM9uA2fbLc1gpNnfz1w2rHoTElfEfa9Z { width:16.125rem;height:3.125rem;top:25.625rem;left:1.9375001192093rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qm9HvERLGThak8urSxv4pXpu1dQ8EM43 { display:block; }
 }@media only screen and (max-width: 763px) { #WpoohtQyORvLpFQPTdnL2DF6OTRqiQf0 { width:2rem;height:2rem;top:17.75rem;left:7.5000003576281rem;display:none; }
 }@media only screen and (max-width: 763px) { #oq1H7nHu3CDG3b7J1JKeuA4XqUQ0AyoH { width:18.75rem;height:0.3125rem;top:15.625rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem dotted #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #nTZl2rpryvZSQWaeQdy4ZVWx04uPFNE5 { width:9.5rem;height:2.75rem;top:8.875rem;left:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMwrnxQDgMXqPtoIgT67uHHaqecylOhJ { display:block; }
 }@media only screen and (max-width: 763px) { #K3QTuyE35ERX2yekzeTvbgCHgwJTZfvP { width:16.125rem;height:3.125rem;top:14.62939453125rem;left:6.375rem;font-size:1.125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #qh3ntARzQEv9NA6Q60T8GQTM5m5UTuDn { display:block; }
 }@media only screen and (max-width: 763px) { #CKfANXNPzIKc3RxEdu7XIclw2RB7qS5f { width:18rem;height:4rem;top:12.5625rem;left:1rem;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RybBISsktfCcHO1ODq7ae8WlewlhaWtz { display:block; }
 }@media only screen and (max-width: 763px) { #TIbdEr8vAAW3rsfmoTy9LWh0dV5pUEHK { display:block; }#TIbdEr8vAAW3rsfmoTy9LWh0dV5pUEHK > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krJJb1IGsWcciDCvk7xGu50mssO4XBUZ { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }