.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;
}
@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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt { background-color:rgba(17,193,176,0.7);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;display:block; }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .row .container { background-color: transparent; background-image: none; }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .row .container > .video-iframe-container { display: none; }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .row > .video-iframe-container { display: none; }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .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); }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .row .container { border-width: 0; border-radius: 0; }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .row .container { width:60rem;height:7.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#T2Aw4rQ0GfSfvVZ2Pa77XHpLT5P95AL6 { color:#ffffff;display:block;width:42.1875rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.0559896230698rem;left:7.4921875rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI { position:relative;display:block; }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI { background-color: transparent; background-image: none; }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI > .row .container > .video-iframe-container { display: none; }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI > .row > .video-iframe-container { display: none; }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI > .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); }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI { border-width: 0; border-radius: 0; }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI > .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; }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:148.5rem;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; }#QafTCJogfOLAC8UAMBNZzXPXd2BGT0HV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:18.812125rem;width:13.2493125rem;top:12.8125rem;left:23.374466896057rem;overflow:hidden;display:block; }
#Aw7o5mJWxeHHQOgSlgzt86t4FxUEqee9 { color:#000000;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.5625rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:135.1875rem;left:0rem;height:9.2236375rem;text-align:center;text-align-last:center;display:block; }
#B4760DeNlTM1u4vwbORW77sr9oKlUINb { color:#000000;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.5625rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:127.3125rem;left:0rem;height:4.61230625rem;text-align:center;text-align-last:center;display:block; }
#mgkPDSMudm4I9KZbsK9O7rbMfa2ztlHR { color:#000000;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:60.1845703125rem;left:0rem;height:7.436525rem;text-align:center;text-align-last:center;display:block; }
#za1WQboOomJKGrA5w52X4ERHdRRniFhH { color:#000000;display:block;width:56.8730625rem;position:absolute;font-family:oswald;font-size:2.5625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:68.7470703125rem;left:3.1259765625rem;height:8.7109375rem;text-align:center;text-align-last:center;display:block; }
#Ti5vMEhSeSmfuR1uCBqEdFkm8KAXPXTA { color:#000000;display:block;width:56.871875rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.8;letter-spacing:0;top:35.123699188233rem;left:1.5625rem;height:4.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uxTSCN4OwtnHSTkD6g6aGkp1B7FfXptn { position:absolute;display:block;z-index:15020;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:10.625rem;width:18.3125rem;top:37.875rem;left:0rem;overflow:hidden;display:none; }
#Tk3V84yWQwL0ngQoxu1WCBB52faud6BU { color:#000000;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:75.5625rem;left:0rem;height:23.400875rem;text-align:center;text-align-last:center;display:block; }
#QCx1Tqm79GHaXrizqZQkS8nxDPoCIrHg { color:#000000;display:block;width:56.8720625rem;position:absolute;font-family:oswald;font-size:2.5625rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:116.0625rem;left:33.5625rem;height:0;text-align:center;text-align-last:center;display:block; }
#K7VKAMcHgnyPy2E12t202Dxr0BGnEBTK { color:#000000;display:block;width:56.871125rem;position:absolute;font-family:oswald;font-size:2.5625rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:114.25rem;left:1.5625rem;height:0;text-align:center;text-align-last:center;display:block; }
#Q5cHsqd3E15eUrayWblRGJP6UF1TPCwI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:21.0625rem;width:21.0625rem;top:102.1875rem;left:19.5rem;overflow:hidden;display:block; }
#QncRhxT4SN810d63SWQrVXPQ2e93X3tJ { background-color:#aa61df;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#ffffff;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9980625rem;height:4.499025rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:42.2490234375rem;left:17.5rem;display:block; }
#WyZtw3txqTIr9DXMBtp4z3fID4cvUcn9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ntl77LJ1Hzk9nt3cqctn0TsOxVNy4aw9 { background-color:#585ed9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #070706 ;box-sizing:border-box;color:#ffffff;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:55.029296875rem;left:14.375rem;display:block; }
#IWDvtAWgGS5bOnk7Qbxo3hduPrtFMwTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K1n9Luf6GyxQgO3czdUsqpy32Aknqlk9 { 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:12.5rem;width:18.75rem;display:none; }
#NXC35np0iuD5kOq2LzM8AXvCo8zfZXPv { color:#000000;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:2.74609375rem;left:0rem;height:7.1972625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fl5aIWViqK0O3HdtyifiH5I4q7a0pqFa { background-color:#020997;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #070706 ;box-sizing:border-box;color:#ffffff;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:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.75rem;height:4.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:48.904296875rem;left:16.625rem;display:block; }
#ALJ29s1rNpWG55GTdKy3t536iLdWNnTD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x { 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; }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .row .container { background-color: transparent; background-image: none; }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .row .container > .video-iframe-container { display: none; }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .row > .video-iframe-container { display: none; }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .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); }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .row .container { border-width: 0; border-radius: 0; }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .row .container { font-size:0.875rem;font-family:arial;height:113.1875rem;width:60rem;position:relative;display:block; }#GqtFOb1dolO4Xq1Ta5bB6f5nHPkvZgHE { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:38rem;left:2.375rem;height:2.33764375rem;text-align:left;text-align-last:left;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; }
#f4nzSIeWNktGSPBH5CHec9gnfAHOgJmM { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:44.3125rem;left:2.375rem;height:55.463875rem;text-align:justify;text-align-last:initial;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; }
#pOdip7TDAMzv2xyD9GG0iLK7sAVgppmU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:33.75rem;width:23.8125rem;top:50.0625rem;left:33.875rem;overflow:hidden;display:block; }
#AUTlc4s8do2nyE6E0pPzST5IKc7T3Abe { position:absolute;display:block;z-index:15007;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:42.8125rem;left:2.375rem;display:block; }
#txZ372SITDmc3bJqgdvR2UZuXB7TTz6p { background-color:#43debb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.931625rem;height:6.806625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:63.5634765625rem;left:37.546875rem;display:none; }
#S2ea5ulQFxkzTqbr1sPWT52XcfXBOJvF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#craD22l6x716n4sAh5Zr1UyArkeMkpZU { background-color:#15be41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.92925rem;height:6.8045rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:185.5rem;left:11.5625rem;display:none; }
#Ln1hn9pZMvmgTwPBezTqcwc6pRJm4x7d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#viPUTq60cK3pTK5tU0soyIc0S72ra0EI { color:#ffffff;display:block;width:42.1875rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:65.66015625rem;left:66.046875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oS1zXTQJtH3TPZPqNaM4dW49XEb8TBb7 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.3125rem;width:60rem;top:1.1185131072998rem;left:0rem;overflow:hidden;display:block; }
#ivpia5N2AKt7ozHPoB7cf4KOvZavCnxk { background-color:#aa61df;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#ffffff;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9980625rem;height:4.499025rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:102.3125rem;left:17.5rem;display:block; }
#tAPZpr9vIRoimvUB7SVK2znoM9zUEit4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 { background-color:rgba(0,100,229,0.7);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;display:block; }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .row .container { background-color: transparent; background-image: none; }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .row .container > .video-iframe-container { display: none; }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .row > .video-iframe-container { display: none; }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .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); }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .row .container { border-width: 0; border-radius: 0; }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .row .container { width:60rem;height:9.6875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#Hfh7aWLFyelJmKGhFWcWg5l8v6kRTMqB { color:#ffffff;display:block;width:60rem;position:absolute;font-family:dosis;font-size:3.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.169921875rem;left:0rem;height:4.46875rem;text-align:center;text-align-last:center;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; }
#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM { position:relative;display:block; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM { background-color: transparent; background-image: none; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row .container > .video-iframe-container { display: none; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row > .video-iframe-container { display: none; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .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); }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM { border-width: 0; border-radius: 0; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .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; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:106.25rem;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; }#l1i75A4v6M6FRdUOzbkepPDey2ABATRc { position:absolute;display:block;z-index:15016;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:21.125rem;top:15rem;left:20.21875rem;overflow:hidden;display:block; }
#bU9sfJkXqZESA01oNdFN3tSQa4epe78P { position:absolute;display:block;z-index:15017;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.4375rem;width:19.25rem;top:15rem;left:0rem;overflow:hidden;display:block; }
#H44LgJTpbGO9wIw5Q4nMIgZL7LOICpCN { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:19.3125rem;top:23rem;left:21.125rem;overflow:hidden;display:block; }
#ymqvBsVOxUC8vM64h0DKW1s2ZV1DW2VU { position:absolute;display:block;z-index:15020;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.875rem;width:20.875rem;top:23.875rem;left:0rem;overflow:hidden;display:block; }
#sMguCJktovW1TZ8qukEfAMFoGEAZcRn6 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:17.5625rem;top:15rem;left:41.34375rem;overflow:hidden;display:block; }
#CpeR8UNlIgM7ZDA3ntxiWSUWst411p1O { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:19.0625rem;top:21.1875rem;left:40.6875rem;overflow:hidden;display:block; }
#UAlvrIlPQuHFJ2Fag1ngu151XqexmJHm { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:19.1875rem;top:29.9375rem;left:21.125rem;overflow:hidden;display:block; }
#ttrG10BaRzALJftxK6U2XTfyH9FyDvLd { position:absolute;display:block;z-index:15022;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.625rem;width:21rem;top:32.5rem;left:0rem;overflow:hidden;display:block; }
#T4rO2Bb0fFABr3lxTuHMPT6Fza8A5dyR { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:18.8125rem;top:29.1875rem;left:41.0625rem;overflow:hidden;display:block; }
#azr56sipTVdIhnFvuttKo4A5ogDvcTQK { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:21rem;top:42.3125rem;left:0rem;overflow:hidden;display:block; }
#GwicVeFS9NFFa0H4Eqo3lfT1LbEVdJZ5 { position:absolute;display:block;z-index:15024;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.625rem;width:19.8125rem;top:46.4375rem;left:21.125rem;overflow:hidden;display:block; }
#EmZ7i1Bsf9G0siK2voTa99GTWIKTVzs9 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:20.8125rem;top:50.9375rem;left:0rem;overflow:hidden;display:block; }
#alLKdLA7vnTbzSkxTqf7bWynkCUQTFy7 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4994375rem;width:20.687125rem;top:38.875rem;left:21.125rem;overflow:hidden;display:block; }
#bgh7d5TpcOMZeMllLF4AasSviboGW97Z { position:absolute;display:block;z-index:15027;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.4375rem;width:18.875rem;top:41.125rem;left:41rem;overflow:hidden;display:block; }
#UpnDG2OIRIhy8gTAzeV8CpRRTiokNn2U { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:19.0625rem;top:50.0625rem;left:40.8125rem;overflow:hidden;display:block; }
#C9LDgGzgr2FkGS2Jw6pdHH7zekI4ie2w { position:absolute;display:block;z-index:15026;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:19.75rem;top:60.9375rem;left:0rem;overflow:hidden;display:block; }
#DXErKwOErnG1PpZziPUKVF9Q5EpZBTse { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:19.75rem;top:55.0625rem;left:21.125rem;overflow:hidden;display:block; }
#sNQlsC2yAswOAEDZ9qBNGAgHVHD6QDSO { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:19.1875rem;top:57.6875rem;left:40.6875rem;overflow:hidden;display:block; }
#JB8cg4mP17hl1nNTnTfHk3oXQmyFU1iu { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:19.6875rem;top:70.125rem;left:0rem;overflow:hidden;display:block; }
#TCiRoxb1JFBMHafxthRhVBTniicqqPgo { position:absolute;display:block;z-index:15030;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.6875rem;width:18.75rem;top:62.75rem;left:20.875rem;overflow:hidden;display:block; }
#id7XfLG1SSFAqZr04iGD9g8dpA5Lm7qC { position:absolute;display:block;z-index:15031;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.375rem;width:18.875rem;top:64.8125rem;left:40.5rem;overflow:hidden;display:block; }
#J9QnJ4lSvMZnxFD1JHu2GDoA2nxHf9LG { position:absolute;display:block;z-index:15032;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.1875rem;width:19.6875rem;top:78.8125rem;left:0rem;overflow:hidden;display:block; }
#R5NLbQABd7T5wMzuDZXskmfigfCxUBnr { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:19.6875rem;top:70.4375rem;left:20.1875rem;overflow:hidden;display:block; }
#ZieF5PzwUV01SC9suH7SEf6pmh85b7fw { position:absolute;display:block;z-index:15034;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.5625rem;width:19.6875rem;top:73.9375rem;left:40.3125rem;overflow:hidden;display:block; }
#fa9KSul2URBWqlN3rxBFuCZAL25ObOoB { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4373125rem;width:19.375rem;top:84.125rem;left:0rem;overflow:hidden;display:block; }
#wdy8Axh66Hi2CDGqsG3eLlEsy1hQxS8U { position:absolute;display:block;z-index:15036;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.5625rem;width:19.8125rem;top:75.875rem;left:19.75rem;overflow:hidden;display:block; }
#iEpwGMvOzOzaQuQZTGR3sga9qopxt6UN { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:19.1875rem;top:81.375rem;left:40.5rem;overflow:hidden;display:block; }
#RnRTB5X2Qk727qpPh3Dv3P0o9gGvooqp { position:absolute;display:block;z-index:15038;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:19.4375rem;top:90.5625rem;left:0rem;overflow:hidden;display:block; }
#yVZUCndpcroAcuruBwLCJvMfic0l82tN { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:19.75rem;top:82.375rem;left:19.75rem;overflow:hidden;display:block; }
#DbOK5cleThN25plQ2WfyzqRWwu7wdOdG { position:absolute;display:block;z-index:15040;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:19.3125rem;top:89.3125rem;left:40.625rem;overflow:hidden;display:block; }
#k98ZLApVR5f4JslD37rd9gTwwelAK7M5 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8117875rem;width:19.8118125rem;top:96.0625rem;left:0rem;overflow:hidden;display:block; }
#nVSI3imeKkLOaToV3oBHVIJv7hhFWvGm { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:19.625rem;top:89.6875rem;left:19.75rem;overflow:hidden;display:block; }
#xSzUKwhF2nOxrImADao0fKqD5JxN5IFL { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:19.4375rem;top:95.625rem;left:40.375rem;overflow:hidden;display:block; }
#ud2DI8LgPdWhVG2Ts8m3ySNauHx5Qrad { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:19.6875rem;top:95.6875rem;left:19.75rem;overflow:hidden;display:block; }
#JzXxnJc9FKN1tGU8xneQTfteXsrSKyWT { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:23.5625rem;top:0rem;left:17.9375rem;overflow:hidden;display:block; }
#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv { position:relative;display:block; }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv { background-color: transparent; background-image: none; }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv > .row .container > .video-iframe-container { display: none; }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv > .row > .video-iframe-container { display: none; }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv > .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); }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv { border-width: 0; border-radius: 0; }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv > .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; }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:196.0625rem;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; }#J2A3iXO1XZyeVTAoJKU4HO1zpxWGH0kQ { 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:23.5rem;width:48.9375rem;top:4.78125rem;left:5.53125rem;overflow:hidden;display:block; }
#Oc61vqCSFX0Srm6yuh4stx0fgEG0QhLu { 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:31.25rem;width:50.0625rem;top:28.218760594726rem;left:4.96875rem;overflow:hidden;display:block; }
#ASPh9xRMlluOWiqbJOvKP0kv774Jr6tv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:44.25rem;top:89.625rem;left:7.875rem;overflow:hidden;display:block; }
#w9f90QVBSNMUNARlm4k89WSpFqzPuhMX { 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:23.75rem;width:53.125rem;top:136.5rem;left:3.4375rem;overflow:hidden;display:block; }
#GsoCbwN5cgqVvVx4zPf1O49cwg9pri2X { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.184875rem;width:41.997375rem;top:59.46875rem;left:9rem;overflow:hidden;display:block; }
#TqCbwohSzV7F1w8HfFEXZFRRtCKMCkOA { position:absolute;display:block;z-index:15049;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:33.75rem;width:47.25rem;top:163.37109375rem;left:6.375rem;overflow:hidden;display:block; }
#eQi9qQJm3oA8eOiBH0bkW4LlDiAaWlEJ { position:absolute;display:block;z-index:15050;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:33.25rem;width:22.5rem;top:103.30555582046rem;left:18.75rem;overflow:hidden;display:block; }
#Sf9iEsEIoaGXevZ7PWdpzGdCWyk1Lqda { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.3232421875rem;left:14.25rem;height:2.33764375rem;text-align:center;text-align-last:center;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; }
#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .row .container { background-color: transparent; background-image: none; }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .row .container > .video-iframe-container { display: none; }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .row > .video-iframe-container { display: none; }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .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); }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .row .container { border-width: 0; border-radius: 0; }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .row .container { font-size:0.875rem;font-family:"open sans";height:102.25rem;width:60rem;position:relative;display:block; }#VpUR1xTOCGVSLw1pOzXxrN73ywQsCnu4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.9375rem;border-top-right-radius:15.9375rem;border-bottom-left-radius:15.9375rem;border-bottom-right-radius:15.9375rem;box-shadow: none;height:25.8125rem;width:41.0625rem;top:73.5rem;left:9.0927734375rem;overflow:hidden;display:block; }
#IT8Hzv16ucmlTVdbcnsh62v7xIygXhdp { box-sizing:content-box;color:#5d92ff;font-size:7.8125rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:57.25rem;left:30.5rem;display:none; }
#RwrDTVNSFWuwiaBk1cE8efHpPIlRGw2B { position:absolute;display:block;z-index:15046;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:32.624125rem;width:34.749125rem;top:2.5rem;left:12.25rem;overflow:hidden;display:block; }
#vL0NtL2zuqQEHE9qaDdaNxrgDQQ2fpUN { position:absolute;display:block;z-index:15048;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:20.125rem;width:22.75rem;top:35.125rem;left:34.875rem;overflow:hidden;display:block; }
#Um7TMMH5nGipKkNyLd1B9z1nFbd4e5qK { position:absolute;display:block;z-index:15047;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:35.93575rem;width:30.87325rem;top:35.125rem;left:1.75rem;overflow:hidden;display:block; }
#l9ZumSbe1x0muq3K7ooBFM3rplEIVLK9 { 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; }#l9ZumSbe1x0muq3K7ooBFM3rplEIVLK9 > .row .container { background-color: transparent; background-image: none; }#l9ZumSbe1x0muq3K7ooBFM3rplEIVLK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9ZumSbe1x0muq3K7ooBFM3rplEIVLK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9ZumSbe1x0muq3K7ooBFM3rplEIVLK9 > .row .container > .video-iframe-container { display: none; }#l9ZumSbe1x0muq3K7ooBFM3rplEIVLK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9ZumSbe1x0muq3K7ooBFM3rplEIVLK9 > .row > .video-iframe-container { display: none; }#l9ZumSbe1x0muq3K7ooBFM3rplEIVLK9 > .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); }#l9ZumSbe1x0muq3K7ooBFM3rplEIVLK9 > .row .container { border-width: 0; border-radius: 0; }#l9ZumSbe1x0muq3K7ooBFM3rplEIVLK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l9ZumSbe1x0muq3K7ooBFM3rplEIVLK9 > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:60rem;position:relative;display:block; }#gXfVSypzzSxcGHWGXyR4fB1WMwMQOoQI { color:#000000;display:block;width:30.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:11.0830078125rem;left:0.0625rem;height:22.387725rem;text-align:center;text-align-last:center;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; }
#eQeKI910bJqnqytefLas6LOq52c74c6S { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f9b5b3;border-left:0.0625rem solid #f9b5b3;border-right:0.0625rem solid #f9b5b3;border-bottom:0.0625rem solid #f9b5b3;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.75rem;width:14rem;top:2.5rem;left:31.9375rem;display:block; }
#BNx7lsUsff2lprChpqLTHcW5NnQ0PotO { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:4.875rem;left:37rem;overflow:hidden;display:block; }
#zGEAfgimwq4G08eBluI1kCxLZ4G8wxHT { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:10.0625rem;left:31.9375rem;height:;text-align:center;text-align-last:center;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; }
#MKn6q5g3SulcGgrspxWOan01v6NlCJ98 { position:absolute;display:block;z-index:15018;background-color:#f9b5b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:13.75rem;left:37.1875rem;display:block; }
#IUtoNcaJAGxQFxysvgFpw99qzdFdfqMM { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f9b5b3;border-left:0.0625rem solid #f9b5b3;border-right:0.0625rem solid #f9b5b3;border-bottom:0.0625rem solid #f9b5b3;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.75rem;width:14rem;top:2.5rem;left:45.9375rem;display:block; }
#vWgfmxT5E10rHErflQUNucQqasBC1aqw { position:absolute;display:block;z-index:15020;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.9375rem;width:3.9375rem;top:4.875rem;left:51rem;overflow:hidden;display:block; }
#JRelk4WGEHmCNCcZaD7Biu4ZDGehp4IV { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:10.0625rem;left:45.9375rem;height:1.5625rem;text-align:center;text-align-last:center;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; }
#ckGXQ0noIM92pGsvFwZCvS49Bxdat6bX { position:absolute;display:block;z-index:15023;background-color:#f9b5b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:13.0625rem;left:51.1875rem;display:block; }
#hGqtWRPxc2I8a6WUtBskEJuOGqD06HR1 { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f9b5b3;border-left:0.0625rem solid #f9b5b3;border-right:0.0625rem solid #f9b5b3;border-bottom:0.0625rem solid #f9b5b3;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.75rem;width:14rem;top:19.25rem;left:31.9375rem;display:block; }
#WvQ6xXZKT7ZBWHfn9BJgssvKuv0sTwRx { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f9b5b3;border-left:0.0625rem solid #f9b5b3;border-right:0.0625rem solid #f9b5b3;border-bottom:0.0625rem solid #f9b5b3;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.75rem;width:14rem;top:19.25rem;left:45.9375rem;display:block; }
#k5zhwUlCtvLm2UxvVq5GSKw8fvhbCkTs { position:absolute;display:block;z-index:15028;background-color:#f9b5b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:29.8125rem;left:37.1875rem;display:block; }
#haZJyMFmR3nR7TPxfWrQaXDeXwOEwTP9 { position:absolute;display:block;z-index:15033;background-color:#f9b5b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:29.8125rem;left:51.1875rem;display:block; }
#iAXreFiCL30NtWdbLXTKhm4GSPRoxbop { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:26.8125rem;left:31.9375rem;height:1.625rem;text-align:center;text-align-last:center;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; }
#t1M30rEOIbVpTpJLsOaQKsLVhRfJwtPs { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:26.8125rem;left:45.9375rem;height:1.625rem;text-align:center;text-align-last:center;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; }
#MgedTK8zKahUgQ74x6ReIpllrT6uciUu { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:21.625rem;left:37rem;overflow:hidden;display:block; }
#V1yD3NgMB6aF1CXk60bamUafPdzPSJiJ { position:absolute;display:block;z-index:15030;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.9375rem;width:3.9375rem;top:21.625rem;left:51rem;overflow:hidden;display:block; }
#UqtCAzQmoGhVzCzdwC96CzT5gTMbafRt { background-color:#4bac0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(83,38,38,0.42);border-left:0.375rem solid rgba(83,38,38,0.42);border-right:0.375rem solid rgba(83,38,38,0.42);border-bottom:0.375rem solid rgba(83,38,38,0.42);border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:5.625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:38.75rem;left:16.4375rem;display:block; }
#MLv6AXoZa9QPOox1DX9NOq2KaprZVVCD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rxQxIaMy6Wmd4tR7R5RVUMhV9IISrr3Z { background-color:#379100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(83,38,38,0.42);border-left:0.375rem solid rgba(83,38,38,0.42);border-right:0.375rem solid rgba(83,38,38,0.42);border-bottom:0.375rem solid rgba(83,38,38,0.42);border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:5.625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:35.3125rem;left:1.75rem;display:none; }
#NBZHARI6sLTbpEvLPGOAl6W07n3V3wIZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QL2uOa6B7sNzT7eHunf3uG0yETScXDND { color:#1e1e1e;display:block;width:30.625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:3.875rem;left:0.71875rem;height:5rem;text-align:center;text-align-last:center;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; }
#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT { 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; }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .row .container { background-color: transparent; background-image: none; }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .row .container > .video-iframe-container { display: none; }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .row > .video-iframe-container { display: none; }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .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); }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .row .container { border-width: 0; border-radius: 0; }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:60rem;position:relative;display:block; }#HF8qEkuT0zhvq4wWCethFxEGIzgueuKV { position:absolute;display:block;z-index:15000;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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:32.75rem;width:21.8125rem;top:3.625rem;left:6.375rem;overflow:hidden;display:block; }
#BHCqb8cKCCm1FtoJlQeDR4tMbFkzrg2x { position:absolute;display:block;z-index:15009;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:14.125rem;left:35.5rem;display:block; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-form-header {  }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .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:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .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; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-container:first-of-type{padding-top:0;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-container:last-of-type{padding-bottom:0;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.875rem;left:34.875rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 {display:block;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.875rem;left:34.875rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #RNXKWBITiyUdwlD4FESkI1bBPJSQUI0o { position:relative; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #iFAWDPVNLORbfG9oXyIsfw4lx19w5SPw { position:relative;display:block; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #mmEMJZXOOXuFQEN59tPbg7DKTNrwePvz { position:relative; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #Q16gVWNy7x5r5FZaybs2u3W7QX9LGLOu { position:relative; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #N0mzT373DPZeb8X3SZeOv275rzE32rXG { position:relative;display:block; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #w3xAUUIPimEKtkncM5QugW9amS2RXnPs { position:relative; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #C13J4lRUP4QgTz8aw8Kpnpd1KzFfFeoN { position:relative; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #K5TxxpV58OxfFktMRH4lWlSq7m7qG20l { position:relative;display:block; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #tupvS29HcOXkosygQhm6dFh6QyoEnP9P { position:relative; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #XV90gedQOKo9uTz2tTo2gQGmuqBn2pd5 { position:relative; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #eDAVsDUHn8NXPdQNphWQinszze35bEXf { position:relative; }
#XPz7VyFOTuQPFenQhpNOa4uLwG8iyVyJ { color:#1e1e1e;display:block;width:36.125rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:38.6875rem;left:11.9375rem;height:2.5rem;text-align:center;text-align-last:center;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; }
#Qwq63Xi7EV2Csq471ssJHthp9q6yT4AJ { background-color:#4bac0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(83,38,38,0.42);border-left:0.375rem solid rgba(83,38,38,0.42);border-right:0.375rem solid rgba(83,38,38,0.42);border-bottom:0.375rem solid rgba(83,38,38,0.42);border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.6875rem;height:5.125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:43rem;left:17.15625rem;display:block; }
#mHaNrwyzmp4SyGqoK1bWR8pObLTXRN2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GM8Ni0wXNbRSBHoLqyrUKuU7sqOBg4uL { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:1.5625rem;left:29.53125rem;height:9.7473125rem;display:block; }
#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f035f;background-image:url("https://images.assets-landingi.com/dVc835bJ/andrew-neel-bottom-bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z.adaptive-delivery-prevent-bg, #iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z.lazyload, #iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z.lazyloading { background-image: none; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row .container { background-color: transparent; background-image: none; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row .container > .video-iframe-container { display: none; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row > .video-iframe-container { display: none; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .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); }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row .container { border-width: 0; border-radius: 0; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:60rem;position:relative;display:block; }#nDbdmP19CVgEQqhCS1rNLRyvSvrIfQEe { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.8125rem;left:0rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mMVwHU8HLTvN4hReczuPoCPQIR2fk1nq { 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:4.5rem;width:4.5rem;top:7.0833339691163rem;left:23.1875rem;overflow:hidden;display:block; }
#TxJNlZkAmzQogc6fPJhC1gb6GNSyN9PS { color:rgba(255,255,255,0.5);display:block;width:51.75rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:14.18359375rem;left:4.125rem;height:12.182625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OKUIH9MmpyedVave2xQNVIrWFyL9TrsM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:7.0208339691163rem;left:33.25rem; }
#OKUIH9MmpyedVave2xQNVIrWFyL9TrsM > img { max-width: 100%;max-height:100%; width:4.625rem; height:4.625rem; }#tyK3mBEsX6NJVnq8LrTAGG1uLtpBM4ll { 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:#b1a8b7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:27.30859375rem;left:17.84375rem;display:block; }
#wbPIUugyTPzt9Ebfu5Nk9DRzLZFyrLPo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XRi1bfPD6mlncWJcpueNe6XiNRv77xqt { display:block; }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2Aw4rQ0GfSfvVZ2Pa77XHpLT5P95AL6 { width:42.1875rem;height:4.875rem;top:1rem;left:1.3671875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI { display:block; }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QafTCJogfOLAC8UAMBNZzXPXd2BGT0HV { top:12.8125rem;left:17.249466896057rem;width:13.1875rem;height:18.724360108308rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw7o5mJWxeHHQOgSlgzt86t4FxUEqee9 { top:135.1875rem;left:0rem;width:47.75rem;height:9.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4760DeNlTM1u4vwbORW77sr9oKlUINb { top:127.3125rem;left:0rem;width:47.75rem;height:4.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgkPDSMudm4I9KZbsK9O7rbMfa2ztlHR { top:60.125rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #za1WQboOomJKGrA5w52X4ERHdRRniFhH { top:68.6875rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti5vMEhSeSmfuR1uCBqEdFkm8KAXPXTA { top:35.0625rem;left:0rem;width:47.75rem;height:4.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxTSCN4OwtnHSTkD6g6aGkp1B7FfXptn { width:18.4375rem;height:10.6875rem;top:37.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tk3V84yWQwL0ngQoxu1WCBB52faud6BU { top:75.5625rem;left:0rem;width:47.75rem;height:23.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCx1Tqm79GHaXrizqZQkS8nxDPoCIrHg { top:116.0625rem;left:0rem;width:47.75rem;height:0;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7VKAMcHgnyPy2E12t202Dxr0BGnEBTK { top:114.25rem;left:0rem;width:47.75rem;height:0;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5cHsqd3E15eUrayWblRGJP6UF1TPCwI { top:102.1875rem;left:13.375rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QncRhxT4SN810d63SWQrVXPQ2e93X3tJ { width:24.9375rem;height:4.4375rem;top:42.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyZtw3txqTIr9DXMBtp4z3fID4cvUcn9 { display:block; }
 }@media only screen and (max-width: 763px) { #ntl77LJ1Hzk9nt3cqctn0TsOxVNy4aw9 { width:31.25rem;height:4.4375rem;top:55rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWDvtAWgGS5bOnk7Qbxo3hduPrtFMwTZ { display:block; }
 }@media only screen and (max-width: 763px) { #K1n9Luf6GyxQgO3czdUsqpy32Aknqlk9 { width:18.75rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXC35np0iuD5kOq2LzM8AXvCo8zfZXPv { top:2.6875rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl5aIWViqK0O3HdtyifiH5I4q7a0pqFa { width:26.75rem;height:4.4375rem;top:48.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALJ29s1rNpWG55GTdKy3t536iLdWNnTD { display:block; }
 }@media only screen and (max-width: 763px) { #SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x { display:block; }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqtFOb1dolO4Xq1Ta5bB6f5nHPkvZgHE { width:31.5rem;height:2.3125rem;top:38rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4nzSIeWNktGSPBH5CHec9gnfAHOgJmM { width:27.3125rem;height:57rem;top:44.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOdip7TDAMzv2xyD9GG0iLK7sAVgppmU { top:50.0625rem;left:23.9375rem;width:23.8125rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUTlc4s8do2nyE6E0pPzST5IKc7T3Abe { top:42.8125rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txZ372SITDmc3bJqgdvR2UZuXB7TTz6p { width:36.875rem;height:6.75rem;top:64.1875rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2ea5ulQFxkzTqbr1sPWT52XcfXBOJvF { display:block; }
 }@media only screen and (max-width: 763px) { #craD22l6x716n4sAh5Zr1UyArkeMkpZU { width:36.875rem;height:6.75rem;top:185.5rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ln1hn9pZMvmgTwPBezTqcwc6pRJm4x7d { display:block; }
 }@media only screen and (max-width: 763px) { #viPUTq60cK3pTK5tU0soyIc0S72ra0EI { width:42.1875rem;height:2.4375rem;top:66.25rem;left:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS1zXTQJtH3TPZPqNaM4dW49XEb8TBb7 { top:1.0625rem;left:0rem;width:47.75rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivpia5N2AKt7ozHPoB7cf4KOvZavCnxk { width:24.9375rem;height:4.4375rem;top:102.3125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAPZpr9vIRoimvUB7SVK2znoM9zUEit4 { display:block; }
 }@media only screen and (max-width: 763px) { #AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 { display:block; }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hfh7aWLFyelJmKGhFWcWg5l8v6kRTMqB { width:47.75rem;height:4.4375rem;top:2.125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM { display:block; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1i75A4v6M6FRdUOzbkepPDey2ABATRc { width:21.125rem;height:8.125rem;top:15rem;left:14.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU9sfJkXqZESA01oNdFN3tSQa4epe78P { width:19.25rem;height:7.4375rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H44LgJTpbGO9wIw5Q4nMIgZL7LOICpCN { width:19.3125rem;height:4.625rem;top:23rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymqvBsVOxUC8vM64h0DKW1s2ZV1DW2VU { width:20.875rem;height:7.875rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMguCJktovW1TZ8qukEfAMFoGEAZcRn6 { width:17.5625rem;height:5.4375rem;top:15rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpeR8UNlIgM7ZDA3ntxiWSUWst411p1O { width:19.0625rem;height:6.75rem;top:21.1875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAlvrIlPQuHFJ2Fag1ngu151XqexmJHm { width:19.1875rem;height:8.125rem;top:29.9375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttrG10BaRzALJftxK6U2XTfyH9FyDvLd { width:21rem;height:8.625rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4rO2Bb0fFABr3lxTuHMPT6Fza8A5dyR { width:18.8125rem;height:11.4375rem;top:29.1875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azr56sipTVdIhnFvuttKo4A5ogDvcTQK { width:21rem;height:7.75rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwicVeFS9NFFa0H4Eqo3lfT1LbEVdJZ5 { width:19.8125rem;height:8.625rem;top:46.4375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmZ7i1Bsf9G0siK2voTa99GTWIKTVzs9 { width:20.8125rem;height:8.625rem;top:50.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #alLKdLA7vnTbzSkxTqf7bWynkCUQTFy7 { width:20.625rem;height:6.4796787760131rem;top:38.875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgh7d5TpcOMZeMllLF4AasSviboGW97Z { width:18.875rem;height:7.4375rem;top:41.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpnDG2OIRIhy8gTAzeV8CpRRTiokNn2U { width:19.0625rem;height:6.75rem;top:50.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9LDgGzgr2FkGS2Jw6pdHH7zekI4ie2w { width:19.75rem;height:8.125rem;top:60.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXErKwOErnG1PpZziPUKVF9Q5EpZBTse { width:19.75rem;height:6.4375rem;top:55.0625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNQlsC2yAswOAEDZ9qBNGAgHVHD6QDSO { width:19.1875rem;height:6.125rem;top:57.6875rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB8cg4mP17hl1nNTnTfHk3oXQmyFU1iu { width:19.6875rem;height:7.9375rem;top:70.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCiRoxb1JFBMHafxthRhVBTniicqqPgo { width:18.75rem;height:7.6875rem;top:62.75rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #id7XfLG1SSFAqZr04iGD9g8dpA5Lm7qC { width:18.875rem;height:8.375rem;top:64.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9QnJ4lSvMZnxFD1JHu2GDoA2nxHf9LG { width:19.6875rem;height:5.1875rem;top:78.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5NLbQABd7T5wMzuDZXskmfigfCxUBnr { width:19.6875rem;height:4.6875rem;top:70.4375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZieF5PzwUV01SC9suH7SEf6pmh85b7fw { width:19.6875rem;height:5.5625rem;top:73.9375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa9KSul2URBWqlN3rxBFuCZAL25ObOoB { width:19.375rem;height:6.4365rem;top:84.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdy8Axh66Hi2CDGqsG3eLlEsy1hQxS8U { width:19.8125rem;height:5.5625rem;top:75.875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEpwGMvOzOzaQuQZTGR3sga9qopxt6UN { width:19.1875rem;height:6.4375rem;top:81.375rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnRTB5X2Qk727qpPh3Dv3P0o9gGvooqp { width:19.4375rem;height:5.5rem;top:90.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVZUCndpcroAcuruBwLCJvMfic0l82tN { width:19.75rem;height:6.25rem;top:82.375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbOK5cleThN25plQ2WfyzqRWwu7wdOdG { width:19.3125rem;height:5.5rem;top:89.3125rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k98ZLApVR5f4JslD37rd9gTwwelAK7M5 { width:19.75rem;height:4.7965887868158rem;top:96.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVSI3imeKkLOaToV3oBHVIJv7hhFWvGm { width:19.625rem;height:4.75rem;top:89.6875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSzUKwhF2nOxrImADao0fKqD5JxN5IFL { width:19.4375rem;height:4.3125rem;top:95.625rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud2DI8LgPdWhVG2Ts8m3ySNauHx5Qrad { width:19.6875rem;height:3.8125rem;top:95.6875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzXxnJc9FKN1tGU8xneQTfteXsrSKyWT { top:0rem;left:11.8125rem;width:23.5625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv { display:block; }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2A3iXO1XZyeVTAoJKU4HO1zpxWGH0kQ { top:4.75rem;left:0rem;width:47.75rem;height:22.929757343551rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc61vqCSFX0Srm6yuh4stx0fgEG0QhLu { top:28.1875rem;left:0rem;width:47.75rem;height:29.806491885144rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASPh9xRMlluOWiqbJOvKP0kv774Jr6tv { top:89.625rem;left:1.75rem;width:44.25rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9f90QVBSNMUNARlm4k89WSpFqzPuhMX { top:136.5rem;left:0rem;width:47.75rem;height:21.347058823529rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsoCbwN5cgqVvVx4zPf1O49cwg9pri2X { top:59.4375rem;left:2.875rem;width:41.9375rem;height:29.143266580649rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqCbwohSzV7F1w8HfFEXZFRRtCKMCkOA { top:163.3125rem;left:0.25rem;width:47.25rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQi9qQJm3oA8eOiBH0bkW4LlDiAaWlEJ { top:103.25rem;left:12.625rem;width:22.5rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf9iEsEIoaGXevZ7PWdpzGdCWyk1Lqda { width:31.5rem;height:2.3125rem;top:1.3125rem;left:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL8EFWVMskmlMIHk53mfwBpnrkv99V4b { display:block; }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpUR1xTOCGVSLw1pOzXxrN73ywQsCnu4 { top:73.5rem;left:0rem;width:41.0625rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT8Hzv16ucmlTVdbcnsh62v7xIygXhdp { top:57.25rem;left:23.875rem;width:3.8125rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RwrDTVNSFWuwiaBk1cE8efHpPIlRGw2B { top:2.5rem;left:0rem;width:34.6875rem;height:32.566241822982rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL0NtL2zuqQEHE9qaDdaNxrgDQQ2fpUN { top:35.125rem;left:25rem;width:22.75rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um7TMMH5nGipKkNyLd1B9z1nFbd4e5qK { top:35.125rem;left:0rem;width:30.8125rem;height:35.865181604509rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZumSbe1x0muq3K7ooBFM3rplEIVLK9 { display:block; }#l9ZumSbe1x0muq3K7ooBFM3rplEIVLK9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXfVSypzzSxcGHWGXyR4fB1WMwMQOoQI { width:30.625rem;height:22.375rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQeKI910bJqnqytefLas6LOq52c74c6S { width:14rem;height:16.75rem;top:2.5rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNx7lsUsff2lprChpqLTHcW5NnQ0PotO { width:3.9375rem;height:3.9375rem;top:4.875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGEAfgimwq4G08eBluI1kCxLZ4G8wxHT { width:14rem;height:;top:10.0625rem;left:25.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKn6q5g3SulcGgrspxWOan01v6NlCJ98 { width:3.5625rem;height:0.0625rem;top:13.75rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUtoNcaJAGxQFxysvgFpw99qzdFdfqMM { width:14rem;height:16.75rem;top:2.5rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWgfmxT5E10rHErflQUNucQqasBC1aqw { width:3.9375rem;height:3.9375rem;top:4.875rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRelk4WGEHmCNCcZaD7Biu4ZDGehp4IV { width:14rem;height:1.5625rem;top:10.0625rem;left:33.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckGXQ0noIM92pGsvFwZCvS49Bxdat6bX { width:3.5625rem;height:0.0625rem;top:13.0625rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGqtWRPxc2I8a6WUtBskEJuOGqD06HR1 { width:14rem;height:16.75rem;top:19.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvQ6xXZKT7ZBWHfn9BJgssvKuv0sTwRx { width:14rem;height:16.75rem;top:19.25rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5zhwUlCtvLm2UxvVq5GSKw8fvhbCkTs { width:3.5625rem;height:0.0625rem;top:29.8125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haZJyMFmR3nR7TPxfWrQaXDeXwOEwTP9 { width:3.5625rem;height:0.0625rem;top:29.8125rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAXreFiCL30NtWdbLXTKhm4GSPRoxbop { width:14rem;height:1.625rem;top:26.8125rem;left:25.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1M30rEOIbVpTpJLsOaQKsLVhRfJwtPs { width:14rem;height:1.625rem;top:26.8125rem;left:33.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgedTK8zKahUgQ74x6ReIpllrT6uciUu { width:3.9375rem;height:3.9375rem;top:21.625rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1yD3NgMB6aF1CXk60bamUafPdzPSJiJ { width:3.9375rem;height:3.9375rem;top:21.625rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqtCAzQmoGhVzCzdwC96CzT5gTMbafRt { width:27.125rem;height:5.625rem;top:38.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLv6AXoZa9QPOox1DX9NOq2KaprZVVCD { display:block; }
 }@media only screen and (max-width: 763px) { #rxQxIaMy6Wmd4tR7R5RVUMhV9IISrr3Z { width:27.125rem;height:5.625rem;top:35.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBZHARI6sLTbpEvLPGOAl6W07n3V3wIZ { display:block; }
 }@media only screen and (max-width: 763px) { #QL2uOa6B7sNzT7eHunf3uG0yETScXDND { width:30.625rem;height:5rem;top:3.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT { display:block; }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HF8qEkuT0zhvq4wWCethFxEGIzgueuKV { width:21.8125rem;height:32.75rem;top:3.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHCqb8cKCCm1FtoJlQeDR4tMbFkzrg2x { top:14.125rem;left:29.375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2  { width:17.5rem;height:auto;top:14.875rem;left:27.75rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 {display:block;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 { width:17.5rem;height:auto;top:14.875rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #RNXKWBITiyUdwlD4FESkI1bBPJSQUI0o {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #iFAWDPVNLORbfG9oXyIsfw4lx19w5SPw {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #mmEMJZXOOXuFQEN59tPbg7DKTNrwePvz {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #Q16gVWNy7x5r5FZaybs2u3W7QX9LGLOu {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #N0mzT373DPZeb8X3SZeOv275rzE32rXG {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #w3xAUUIPimEKtkncM5QugW9amS2RXnPs {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #C13J4lRUP4QgTz8aw8Kpnpd1KzFfFeoN {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #K5TxxpV58OxfFktMRH4lWlSq7m7qG20l {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #tupvS29HcOXkosygQhm6dFh6QyoEnP9P {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #XV90gedQOKo9uTz2tTo2gQGmuqBn2pd5 {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #eDAVsDUHn8NXPdQNphWQinszze35bEXf {  }
 }@media only screen and (max-width: 763px) { #XPz7VyFOTuQPFenQhpNOa4uLwG8iyVyJ { width:36.125rem;height:2.5rem;top:38.6875rem;left:5.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwq63Xi7EV2Csq471ssJHthp9q6yT4AJ { width:25.6875rem;height:5.125rem;top:43rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHaNrwyzmp4SyGqoK1bWR8pObLTXRN2T { display:block; }
 }@media only screen and (max-width: 763px) { #GM8Ni0wXNbRSBHoLqyrUKuU7sqOBg4uL { top:1.5625rem;left:17.5625rem;width:30.1875rem;height:9.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z { display:block; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDbdmP19CVgEQqhCS1rNLRyvSvrIfQEe { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMVwHU8HLTvN4hReczuPoCPQIR2fk1nq { width:4.0625rem;height:4.0625rem;top:3rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxJNlZkAmzQogc6fPJhC1gb6GNSyN9PS { width:47.75rem;height:12.1875rem;top:14.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKUIH9MmpyedVave2xQNVIrWFyL9TrsM { top:7rem;left:27.125rem;width:4.625rem;height:4.625rem;display:block; }
#OKUIH9MmpyedVave2xQNVIrWFyL9TrsM > img { max-width: 100%;max-height:100%; width:4.625rem; height:4.625rem; } }@media only screen and (max-width: 763px) { #tyK3mBEsX6NJVnq8LrTAGG1uLtpBM4ll { width:24.3125rem;height:5rem;top:27.25rem;left:11.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbPIUugyTPzt9Ebfu5Nk9DRzLZFyrLPo { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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) { #XRi1bfPD6mlncWJcpueNe6XiNRv77xqt { display:block; }#XRi1bfPD6mlncWJcpueNe6XiNRv77xqt > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2Aw4rQ0GfSfvVZ2Pa77XHpLT5P95AL6 { width:17.4375rem;height:3.25rem;top:1.25rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI { display:block; }#QoDUTBPETAocCvQLBK0lm4NrS6B8w5sI > .row .container { width:20rem;height:99.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QafTCJogfOLAC8UAMBNZzXPXd2BGT0HV { width:10.5rem;height:15.125rem;top:6.54785rem;left:4.75rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Aw7o5mJWxeHHQOgSlgzt86t4FxUEqee9 { width:19.996125rem;height:4.125rem;top:94.17675625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #B4760DeNlTM1u4vwbORW77sr9oKlUINb { width:19.996125rem;height:2.88671875rem;top:90.0400375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #mgkPDSMudm4I9KZbsK9O7rbMfa2ztlHR { width:18.375rem;height:6.41015625rem;top:42.92285rem;left:0.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #za1WQboOomJKGrA5w52X4ERHdRRniFhH { width:14rem;height:3.5625rem;top:67.354475rem;left:3rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ti5vMEhSeSmfuR1uCBqEdFkm8KAXPXTA { width:14.0625rem;height:3.75rem;top:22.92285rem;left:2.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uxTSCN4OwtnHSTkD6g6aGkp1B7FfXptn { width:18rem;height:10.2495rem;top:63.24755859375rem;left:0.9990234375rem;z-index:15021;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tk3V84yWQwL0ngQoxu1WCBB52faud6BU { width:19.995125rem;height:15.5215rem;top:50.582975rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #QCx1Tqm79GHaXrizqZQkS8nxDPoCIrHg { width:19.9980625rem;height:0;top:88.7900375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #K7VKAMcHgnyPy2E12t202Dxr0BGnEBTK { width:19.9980625rem;height:0;top:72.166975rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #Q5cHsqd3E15eUrayWblRGJP6UF1TPCwI { width:14.1230625rem;height:14.1230625rem;top:73.416975rem;left:2.9375rem;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QncRhxT4SN810d63SWQrVXPQ2e93X3tJ { width:16rem;height:3.5rem;top:27.92285rem;left:2rem;font-size:1.125rem;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;line-height:1.4;background-color:#1cb6ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WyZtw3txqTIr9DXMBtp4z3fID4cvUcn9 { display:block; }
 }@media only screen and (max-width: 763px) { #ntl77LJ1Hzk9nt3cqctn0TsOxVNy4aw9 { width:16.875rem;height:4rem;top:37.67285rem;left:1.5625rem;font-size:1.0625rem;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;line-height:1.4;background-color:#4f93d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IWDvtAWgGS5bOnk7Qbxo3hduPrtFMwTZ { display:block; }
 }@media only screen and (max-width: 763px) { #K1n9Luf6GyxQgO3czdUsqpy32Aknqlk9 { top:83.4921875rem;left:2.7486980557442rem;width:17.25rem;height:11.4375rem;z-index:15024;overflow:hidden;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXC35np0iuD5kOq2LzM8AXvCo8zfZXPv { width:20rem;height:4.048825rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #fl5aIWViqK0O3HdtyifiH5I4q7a0pqFa { width:16.4375rem;height:3.75rem;top:32.67285rem;left:1.75rem;font-size:1.125rem;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;line-height:1.4;background-color:#0f4980;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ALJ29s1rNpWG55GTdKy3t536iLdWNnTD { display:block; }
 }@media only screen and (max-width: 763px) { #SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x { display:block; }#SE6pv1bCpUh2U5OWWaIH2fmsfbtlEV3x > .row .container { width:20rem;height:109.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqtFOb1dolO4Xq1Ta5bB6f5nHPkvZgHE { width:20rem;height:1.375rem;top:13.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4nzSIeWNktGSPBH5CHec9gnfAHOgJmM { width:19.6230625rem;height:57.75rem;top:17.248046875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOdip7TDAMzv2xyD9GG0iLK7sAVgppmU { width:13.8125rem;height:19.625rem;top:76.248046875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUTlc4s8do2nyE6E0pPzST5IKc7T3Abe { width:12.5rem;height:0.123046875rem;top:15.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #txZ372SITDmc3bJqgdvR2UZuXB7TTz6p { width:14.562rem;height:2.9370125rem;top:72.46435546875rem;left:2.71875rem;font-size:0.8125rem;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;line-height:1.4;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #S2ea5ulQFxkzTqbr1sPWT52XcfXBOJvF { display:block; }
 }@media only screen and (max-width: 763px) { #craD22l6x716n4sAh5Zr1UyArkeMkpZU { width:18.058625rem;height:3.18456875rem;top:104.123046875rem;left:0.9697265625rem;font-size:1.4375rem;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;line-height:1.4;background-color:#00a7f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #Ln1hn9pZMvmgTwPBezTqcwc6pRJm4x7d { display:block; }
 }@media only screen and (max-width: 763px) { #viPUTq60cK3pTK5tU0soyIc0S72ra0EI { width:15.246125rem;height:1.625rem;top:107.244140625rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oS1zXTQJtH3TPZPqNaM4dW49XEb8TBb7 { width:20rem;height:10.75rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ivpia5N2AKt7ozHPoB7cf4KOvZavCnxk { width:19rem;height:4.4375rem;top:101.685546875rem;left:0.5rem;font-size:1.125rem;border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;line-height:1.4;background-color:#1cb6ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tAPZpr9vIRoimvUB7SVK2znoM9zUEit4 { display:block; }
 }@media only screen and (max-width: 763px) { #AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 { display:block; }#AqsGrkV0O3QItORtF1JxWDghLmA4nfc5 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hfh7aWLFyelJmKGhFWcWg5l8v6kRTMqB { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM { display:block; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM { background-color: transparent; background-image: none; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row .container > .video-iframe-container { display: none; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row > .video-iframe-container { display: none; }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .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); }#T3e5Gv9to0QmLwprQxNpWwVzeGGOXzRM > .row .container { width:20rem;height:237.4375rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1i75A4v6M6FRdUOzbkepPDey2ABATRc { width:20rem;height:7.6923076923075rem;top:15rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bU9sfJkXqZESA01oNdFN3tSQa4epe78P { width:19.25rem;height:7.4375rem;top:15rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H44LgJTpbGO9wIw5Q4nMIgZL7LOICpCN { width:18.875rem;height:4.5rem;top:25.0625rem;left:0.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ymqvBsVOxUC8vM64h0DKW1s2ZV1DW2VU { width:20rem;height:7.5rem;top:17.5859375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sMguCJktovW1TZ8qukEfAMFoGEAZcRn6 { width:19.9375rem;height:6.1875rem;top:11.3984375rem;left:0.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CpeR8UNlIgM7ZDA3ntxiWSUWst411p1O { width:20rem;height:7.3105625rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAlvrIlPQuHFJ2Fag1ngu151XqexmJHm { width:19.1875rem;height:8.125rem;top:29.9375rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttrG10BaRzALJftxK6U2XTfyH9FyDvLd { width:20rem;height:8.2480625rem;top:39.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4rO2Bb0fFABr3lxTuHMPT6Fza8A5dyR { width:18.8125rem;height:11.4375rem;top:29.1875rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #azr56sipTVdIhnFvuttKo4A5ogDvcTQK { width:20rem;height:7.380875rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwicVeFS9NFFa0H4Eqo3lfT1LbEVdJZ5 { width:19.8125rem;height:8.625rem;top:83.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmZ7i1Bsf9G0siK2voTa99GTWIKTVzs9 { width:20rem;height:8.287125rem;top:73.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #alLKdLA7vnTbzSkxTqf7bWynkCUQTFy7 { width:20rem;height:6.28225rem;top:57.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgh7d5TpcOMZeMllLF4AasSviboGW97Z { width:18.875rem;height:7.4355625rem;top:65.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpnDG2OIRIhy8gTAzeV8CpRRTiokNn2U { width:19.0625rem;height:6.7480625rem;top:93.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9LDgGzgr2FkGS2Jw6pdHH7zekI4ie2w { width:19.75rem;height:8.125rem;top:101.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXErKwOErnG1PpZziPUKVF9Q5EpZBTse { width:19.75rem;height:6.4375rem;top:110.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNQlsC2yAswOAEDZ9qBNGAgHVHD6QDSO { width:19.1875rem;height:6.125rem;top:127.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB8cg4mP17hl1nNTnTfHk3oXQmyFU1iu { width:19.6875rem;height:7.9355625rem;top:134.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCiRoxb1JFBMHafxthRhVBTniicqqPgo { width:18.75rem;height:7.6855625rem;top:118.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #id7XfLG1SSFAqZr04iGD9g8dpA5Lm7qC { width:18.875rem;height:8.3730625rem;top:149.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9QnJ4lSvMZnxFD1JHu2GDoA2nxHf9LG { width:19.6875rem;height:5.1875rem;top:159.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5NLbQABd7T5wMzuDZXskmfigfCxUBnr { width:19.6875rem;height:4.6875rem;top:143.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZieF5PzwUV01SC9suH7SEf6pmh85b7fw { width:19.6875rem;height:5.5625rem;top:172.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa9KSul2URBWqlN3rxBFuCZAL25ObOoB { width:19.375rem;height:6.4355625rem;top:179.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdy8Axh66Hi2CDGqsG3eLlEsy1hQxS8U { width:19.8125rem;height:5.5625rem;top:165.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEpwGMvOzOzaQuQZTGR3sga9qopxt6UN { width:19.1875rem;height:6.4375rem;top:194.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnRTB5X2Qk727qpPh3Dv3P0o9gGvooqp { width:19.4375rem;height:5.5rem;top:202.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVZUCndpcroAcuruBwLCJvMfic0l82tN { width:19.75rem;height:6.25rem;top:187rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbOK5cleThN25plQ2WfyzqRWwu7wdOdG { width:19.3125rem;height:5.5rem;top:214.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k98ZLApVR5f4JslD37rd9gTwwelAK7M5 { width:19.75rem;height:4.7959rem;top:221.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVSI3imeKkLOaToV3oBHVIJv7hhFWvGm { width:19.625rem;height:4.75rem;top:208.9375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSzUKwhF2nOxrImADao0fKqD5JxN5IFL { width:19.4375rem;height:4.3125rem;top:232.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud2DI8LgPdWhVG2Ts8m3ySNauHx5Qrad { width:19.6875rem;height:3.8125rem;top:227.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzXxnJc9FKN1tGU8xneQTfteXsrSKyWT { width:20rem;height:11.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv { display:block; }#QTvFIMdbVaQawgx7gKBkF8KgpavlKwKv > .row .container { width:20rem;height:103.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2A3iXO1XZyeVTAoJKU4HO1zpxWGH0kQ { width:20rem;height:9.629875rem;top:17.6074375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc61vqCSFX0Srm6yuh4stx0fgEG0QhLu { width:20rem;height:12.4824375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASPh9xRMlluOWiqbJOvKP0kv774Jr6tv { width:20rem;height:5.732425rem;top:43.296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9f90QVBSNMUNARlm4k89WSpFqzPuhMX { width:20rem;height:8.9355625rem;top:50.2793rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsoCbwN5cgqVvVx4zPf1O49cwg9pri2X { width:20rem;height:13.5605625rem;top:28.4863125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TqCbwohSzV7F1w8HfFEXZFRRtCKMCkOA { width:20rem;height:14.2831875rem;top:87.837925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQi9qQJm3oA8eOiBH0bkW4LlDiAaWlEJ { width:17.5rem;height:26.1230625rem;top:60.4648625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf9iEsEIoaGXevZ7PWdpzGdCWyk1Lqda { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL8EFWVMskmlMIHk53mfwBpnrkv99V4b { display:block; }#DL8EFWVMskmlMIHk53mfwBpnrkv99V4b > .row .container { width:20rem;height:59.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpUR1xTOCGVSLw1pOzXxrN73ywQsCnu4 { width:20rem;height:12.572298325723rem;top:73.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IT8Hzv16ucmlTVdbcnsh62v7xIygXhdp { display:flex;width:3.8125rem;height:3.8125rem;top:43.433625rem;left:16.1875rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #RwrDTVNSFWuwiaBk1cE8efHpPIlRGw2B { width:19.9970625rem;height:18.808625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL0NtL2zuqQEHE9qaDdaNxrgDQQ2fpUN { width:14.5595625rem;height:12.7470625rem;top:45.9316875rem;left:2.6875rem;overflow:hidden;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #Um7TMMH5nGipKkNyLd1B9z1nFbd4e5qK { width:20rem;height:23.3730625rem;top:21.308625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZumSbe1x0muq3K7ooBFM3rplEIVLK9 { display:block; }#l9ZumSbe1x0muq3K7ooBFM3rplEIVLK9 > .row .container { width:20rem;height:117.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXfVSypzzSxcGHWGXyR4fB1WMwMQOoQI { width:20rem;height:30.3925625rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQeKI910bJqnqytefLas6LOq52c74c6S { width:14rem;height:16.75rem;top:38.141625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNx7lsUsff2lprChpqLTHcW5NnQ0PotO { width:3.9375rem;height:3.9375rem;top:40.516625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGEAfgimwq4G08eBluI1kCxLZ4G8wxHT { width:14rem;height:3.25rem;top:45.704125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKn6q5g3SulcGgrspxWOan01v6NlCJ98 { width:3.5625rem;height:0.0625rem;top:49.391625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUtoNcaJAGxQFxysvgFpw99qzdFdfqMM { width:14rem;height:16.75rem;top:56.266625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWgfmxT5E10rHErflQUNucQqasBC1aqw { width:3.9375rem;height:3.9375rem;top:58.641625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRelk4WGEHmCNCcZaD7Biu4ZDGehp4IV { width:14rem;height:1.5625rem;top:63.829125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckGXQ0noIM92pGsvFwZCvS49Bxdat6bX { width:3.5625rem;height:0.0625rem;top:66.829125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGqtWRPxc2I8a6WUtBskEJuOGqD06HR1 { width:14rem;height:16.75rem;top:74.391625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvQ6xXZKT7ZBWHfn9BJgssvKuv0sTwRx { width:14rem;height:16.75rem;top:92.516625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5zhwUlCtvLm2UxvVq5GSKw8fvhbCkTs { width:3.5625rem;height:0.0625rem;top:84.954125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #haZJyMFmR3nR7TPxfWrQaXDeXwOEwTP9 { width:3.5625rem;height:0.0625rem;top:103.079125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAXreFiCL30NtWdbLXTKhm4GSPRoxbop { width:14rem;height:1.625rem;top:81.954125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1M30rEOIbVpTpJLsOaQKsLVhRfJwtPs { width:14rem;height:1.625rem;top:100.079125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgedTK8zKahUgQ74x6ReIpllrT6uciUu { width:3.9375rem;height:3.9375rem;top:76.766625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1yD3NgMB6aF1CXk60bamUafPdzPSJiJ { width:3.9375rem;height:3.9375rem;top:94.891625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqtCAzQmoGhVzCzdwC96CzT5gTMbafRt { width:18.25rem;height:5.625rem;top:110.641625rem;left:0.875rem;font-size:0.9375rem;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MLv6AXoZa9QPOox1DX9NOq2KaprZVVCD { display:block; }
 }@media only screen and (max-width: 763px) { #rxQxIaMy6Wmd4tR7R5RVUMhV9IISrr3Z { width:18.25rem;height:5.625rem;top:74.391625rem;left:0.875rem;font-size:0.9375rem;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;line-height:1.4;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #NBZHARI6sLTbpEvLPGOAl6W07n3V3wIZ { display:block; }
 }@media only screen and (max-width: 763px) { #QL2uOa6B7sNzT7eHunf3uG0yETScXDND { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT { display:block; }#BMLfGfDR3xtX0KTWKcE2Wygm95VWQJBT > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HF8qEkuT0zhvq4wWCethFxEGIzgueuKV { width:12.875rem;height:19.3125rem;top:1.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHCqb8cKCCm1FtoJlQeDR4tMbFkzrg2x { width:12.5rem;height:0.125rem;top:0.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#122e66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2  { width:17.5rem;height:auto;top:33.0625rem;left:0rem; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 {display:block;}#nCg32txIfxdHRCGGKV1O2lyeApFehVG2 { width:17.5rem;height:auto;top:38.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #RNXKWBITiyUdwlD4FESkI1bBPJSQUI0o {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #iFAWDPVNLORbfG9oXyIsfw4lx19w5SPw {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #mmEMJZXOOXuFQEN59tPbg7DKTNrwePvz {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #Q16gVWNy7x5r5FZaybs2u3W7QX9LGLOu {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #N0mzT373DPZeb8X3SZeOv275rzE32rXG {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #w3xAUUIPimEKtkncM5QugW9amS2RXnPs {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #C13J4lRUP4QgTz8aw8Kpnpd1KzFfFeoN {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #K5TxxpV58OxfFktMRH4lWlSq7m7qG20l {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #tupvS29HcOXkosygQhm6dFh6QyoEnP9P {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #XV90gedQOKo9uTz2tTo2gQGmuqBn2pd5 {  }
 }@media only screen and (max-width: 763px) { #nCg32txIfxdHRCGGKV1O2lyeApFehVG2 #eDAVsDUHn8NXPdQNphWQinszze35bEXf {  }
 }@media only screen and (max-width: 763px) { #XPz7VyFOTuQPFenQhpNOa4uLwG8iyVyJ { width:20rem;height:1.5625rem;top:63.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwq63Xi7EV2Csq471ssJHthp9q6yT4AJ { width:18.25rem;height:5.125rem;top:68.0625rem;left:0.875rem;font-size:0.9375rem;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mHaNrwyzmp4SyGqoK1bWR8pObLTXRN2T { display:block; }
 }@media only screen and (max-width: 763px) { #GM8Ni0wXNbRSBHoLqyrUKuU7sqOBg4uL { width:17.625rem;height:15.59375rem;top:21.875rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z { background-color:#3f035f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z.adaptive-delivery-prevent-bg, #iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z.lazyload, #iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z.lazyloading { background-image: none; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row .container { background-color: transparent; background-image: none; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row .container > .video-iframe-container { display: none; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row > .video-iframe-container { display: none; }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .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); }#iCHBCaHuHT1PuOTTgSSDPTdH9eJc515z > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDbdmP19CVgEQqhCS1rNLRyvSvrIfQEe { width:16.25rem;height:2.3994125rem;top:1.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mMVwHU8HLTvN4hReczuPoCPQIR2fk1nq { width:3.75rem;height:3.75rem;top:4.8984375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxJNlZkAmzQogc6fPJhC1gb6GNSyN9PS { width:15.3730625rem;height:5.68359375rem;top:15.0214875rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #OKUIH9MmpyedVave2xQNVIrWFyL9TrsM { display:flex;width:3.87305rem;height:3.87305rem;top:9.8984375rem;left:8.0625rem; }
#OKUIH9MmpyedVave2xQNVIrWFyL9TrsM > img { max-width: 100%;max-height:100%; width:3.87305rem; height:3.87305rem; } }@media only screen and (max-width: 763px) { #tyK3mBEsX6NJVnq8LrTAGG1uLtpBM4ll { width:15rem;height:3.875rem;top:21.95508125rem;left:2.5rem;font-size:0.75rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;line-height:1.4;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wbPIUugyTPzt9Ebfu5Nk9DRzLZFyrLPo { display:block; }
 }