.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;
}
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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#NWXnXnx63T0id3uPNqzPNZa8bxHzrlsE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#NWXnXnx63T0id3uPNqzPNZa8bxHzrlsE > .row .container { background-color: transparent; background-image: none; }#NWXnXnx63T0id3uPNqzPNZa8bxHzrlsE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWXnXnx63T0id3uPNqzPNZa8bxHzrlsE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWXnXnx63T0id3uPNqzPNZa8bxHzrlsE > .row .container > .video-iframe-container { display: none; }#NWXnXnx63T0id3uPNqzPNZa8bxHzrlsE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWXnXnx63T0id3uPNqzPNZa8bxHzrlsE > .row > .video-iframe-container { display: none; }#NWXnXnx63T0id3uPNqzPNZa8bxHzrlsE > .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); }#NWXnXnx63T0id3uPNqzPNZa8bxHzrlsE > .row .container { border-width: 0; border-radius: 0; }#NWXnXnx63T0id3uPNqzPNZa8bxHzrlsE > .row > .video-iframe-container {  }#NWXnXnx63T0id3uPNqzPNZa8bxHzrlsE > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:block; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gthaYZhV/Frame_1_10_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g.adaptive-delivery-prevent-bg, #ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g.lazyload, #ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g.lazyloading { background-image: none; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row .container { background-color: transparent; background-image: none; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row .container > .video-iframe-container { display: none; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row > .video-iframe-container { display: none; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .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); }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row .container { border-width: 0; border-radius: 0; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row > .video-iframe-container {  }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#TM70ghdGU6VqT4OQTfduGiht4JpSRMvz { color:#8a6df1;display:block;width:46.3125rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:11.875rem;left:4.4375rem;height:11.2109375rem;font-style:normal;display:block; }
#Bubuc8VOIWD6l4BO9aRgc2uOE7t09XpJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:14.8125rem;top:9.1875rem;left:4.4375rem;overflow:hidden;display:block; }
#wubkETc9F5KcaiwOSJQZVCP3PGON1Jgg { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5rem;left:20.125rem;height:2.2753875rem;display:block; }
#M9BxDW2vqPGeZRvzdbwq35elT7ZR3UQV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d1b;background-image:none;position:relative;display:block; }#M9BxDW2vqPGeZRvzdbwq35elT7ZR3UQV > .row .container { background-color: transparent; background-image: none; }#M9BxDW2vqPGeZRvzdbwq35elT7ZR3UQV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9BxDW2vqPGeZRvzdbwq35elT7ZR3UQV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9BxDW2vqPGeZRvzdbwq35elT7ZR3UQV > .row .container > .video-iframe-container { display: none; }#M9BxDW2vqPGeZRvzdbwq35elT7ZR3UQV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9BxDW2vqPGeZRvzdbwq35elT7ZR3UQV > .row > .video-iframe-container { display: none; }#M9BxDW2vqPGeZRvzdbwq35elT7ZR3UQV > .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); }#M9BxDW2vqPGeZRvzdbwq35elT7ZR3UQV > .row .container { border-width: 0; border-radius: 0; }#M9BxDW2vqPGeZRvzdbwq35elT7ZR3UQV > .row > .video-iframe-container {  }#M9BxDW2vqPGeZRvzdbwq35elT7ZR3UQV > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#xTXiV89ebotsJLwFG70aKVI5wkHBmLr3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.25rem;top:4.0625rem;left:38.5625rem;overflow:hidden;display:block; }
#L3QQbbTxNbBrtHmKMf4Ug8Je5GbVvckX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.25rem;top:10.5625rem;left:38.5625rem;overflow:hidden;display:block; }
#DKWHqMb34AJSFttilTd5CQBkvAXwCHVD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.25rem;top:16.8125rem;left:38.5625rem;overflow:hidden;display:block; }
#bnt5exTmqNdFrKTNOIGK08b7yKBcqV1U { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.625rem;left:44.1875rem;height:1.4624rem;font-style:normal;display:block; }
#dxHyZbg5uK5ERJDgyDKQfTqwtw6KkHOS { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.875rem;left:44.25rem;height:1.3808625rem;font-style:normal;display:block; }
#S4OD5vLSQRLBhBA7CDPTRow91ZFDENey { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.5625rem;left:44.25rem;height:1.3808625rem;font-style:normal;display:block; }
#qOk7SCpddZT2cJTNx8TtMa622GQr0CWW { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.125rem;left:44.1875rem;height:1.21875rem;font-style:normal;display:block; }
#TByPmL6GzaIT8BApamJ9CrVLkdSt4FwS { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.25rem;left:44.1875rem;height:2.4375rem;font-style:normal;display:block; }
#rPvkfazTRa5TVMB8NL7tthuKMvToVXH5 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.9375rem;left:44.1875rem;height:2.4375rem;font-style:normal;display:block; }
#lXEWNUbihEVys0D8EXZySJ5pKO4SO3lI { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:4.375rem;height:3.25rem;display:block; }
#u9KWPiW9MWPesUsTuV9fPwczZGhrEk37 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.4375rem;width:0.125rem;top:3.5341796875rem;left:35.25rem;display:block; }
#uP6NGsf77bxaTM2CB0FXyEI4tMhiC5FN { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.4375rem;left:4.375rem;height:2.6818875rem;display:block; }
#ExlIksffh3q2WtBy7k2FKq8BMH0XT02R { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.0625rem;left:4.1875rem;height:3.90014375rem;font-style:normal;display:block; }
#TxcQI2yz6UTBs9ZAZr6xnlC6fLT7gFUb { position:absolute;display:block;z-index:15010;background-color:#ffcc4d;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;height:3.25rem;width:13.75rem;top:13.4375rem;left:16.3125rem;display:block; }
#bM5LsnBxWKnBVWr6yrCGxeIpHoBSBDfP { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:1.5rem;top:11rem;left:29.4375rem;overflow:hidden;display:block; }
#RqPpvHLyOuogMcMwyLBmWoPNpmyzbz9L { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:5.1875rem;top:7.375rem;left:24.5rem;overflow:hidden;display:block; }
#NDOzJX8mvb94w0w26C4ETIgCHQeC2fi4 { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.75rem;left:6.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { background-color: transparent; background-image: none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container > .video-iframe-container { display: none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row > .video-iframe-container { display: none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .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); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { border-width: 0; border-radius: 0; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row > .video-iframe-container {  }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-form-header {  }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:20.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:2.375rem;color:#000000;font-size:0.75rem;overflow:hidden;font-family:akkurat-mono;vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-text {padding-top: 0; padding-bottom: 0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.75rem;overflow:hidden;font-family:akkurat-mono;vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:montserrat;font-size:0.75rem;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-select {padding-top: 0; padding-bottom: 0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.6875rem;margin-bottom:0.25rem;margin-left:3.6875rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:13.1875rem;height:2.6875rem;font-family:montserrat;overflow:hidden;line-height:1.2; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX [class*="-text"]:-moz-placeholder { color:#000000;font-family:montserrat;font-size:0.75rem;text-align:left;text-align-last:left; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX [class*="-text"]::-moz-placeholder { color:#000000;font-family:montserrat;font-size:0.75rem;text-align:left;text-align-last:left; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:montserrat;font-size:0.75rem;text-align:left;text-align-last:left; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:montserrat;font-size:0.75rem;text-align:left;text-align-last:left; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .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:19.625rem;overflow:hidden;font-style:normal;float:none; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .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; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .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;float:none; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-container:first-of-type{padding-top:0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-container:last-of-type{padding-bottom:0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:absolute;top:8.4375rem;left:39.311197280884rem; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.625rem;display:block;vertical-align:top; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .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; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX {display:block;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:absolute;top:8.4375rem;left:39.311197280884rem; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #qcwTiFoazdR3IOrBZPKsih0NC2Gv7yAO { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #HZvVnBJcilohLoL8RUbBQ1lDf4T7QTNZ { position:relative;display:none; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #fTGwTwrqk9lbXVoza7AIV3DZ4fAftw6H { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #xIXLRGUJ0kZqXsOqoRJMsAXVcDZbLpOi { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #w9R2hhfXW2RTBkwvMIt1evmErmSixMCW { position:relative;display:none; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #RHxBC1o4qLMUNtusIQbemzabVovBmZ5h { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZtfM638mXygoZOUXppnU3DeRNvVnMEVn { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #oWkg1ar0o6CkEJ8vmAnT9NCZqpgI2yl6 { position:relative;display:none; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZSTLoTRQkJPDvH4QTTLWCeasMVDJzi4i { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZOz0xOdVL3TUT5ZKeeXNc0p2ehrddmgm { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #pwzb51VN1GRCnfSXZ0fJA2GzgHBBN962 { position:relative;display:none; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #dVWsXAS1CzMCpUIrKcP89zW98OZRA8kE { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #rf2IsguN2EZfNdcHQvOUJ8PHnUQn5lR9 { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #SrHzowmeLXsdghmErTgDTzMepRCMxSdF { position:relative;display:none; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #eWVsw4te7BdqNFHoZaM9bDlNd2hinOxx { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #u30OFn2LZ3BihftHWyQU3ibeG2mb5Sgd { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #r1kJkKkn2vW2swJpEIPe4QCrdVGtbUXV { position:relative;z-index:2; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #eeeeeZXuN38TJJ6uTVSAdmqUoEcX9u0v { position:relative; }
#sPxAdvuurEm6ByMothn3wM6gqL144LVW { position:relative;display:block; }
#rT5xSJHFqoEC48f4WwVZ2SdGlZEBmJWz { position:relative;display:block; }
#tXeoFHIzH8fMHtawSt1UfRsT0TmB07sH { position:relative;display:block; }
#ytEe2kLAQP8Un1sfBTJgLToUPqvg3JCK { position:relative;display:block; }
#pKBm1Jw44gBtgTK02Sa9UAciRfwxiMQF { position:relative;display:block; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #svlg81pvpKxx1RPH0P2d5MnV4DOShi9F { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #GoHST9qAFSeUVTU4LeKmchWxQMrFoxd1 { position:relative; }
#bsL1VNPxbupyDU0SXxFnBDbwxeyByOy5 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26.1875rem;left:41.875001907349rem;height:0.7312rem;display:block; }
#mpmpdAoTaD4v4XeROmCT8WIMTWqwuUlh { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.3125rem;width:27.0625rem;top:6.125rem;left:37.125001907349rem;display:block; }
#f0W0cD0W2rb6uNk3rz3aZzH3ZRhv465s { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.9375rem;left:39.562501907349rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#fXLxvkyAuBiqwhzq2oFuvhMOynR0uiJ6 { position:absolute;display:block;z-index:15007;background-color:#2c2a29;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:2.625rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.625rem;height:25.3125rem;width:27.0625rem;top:6.0625rem;left:5.9375rem;display:block; }
#QJEvHWoOPDiq3WRx3TqtFJq632iM8rUz { color:#ffffff;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:8.625rem;left:8.0625rem;height:2.76245rem;font-style:normal;display:block; }
#zJt3v8nU1C3uylifBR3Sa1133X4Ln1EI { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12.625rem;left:11.0625rem;height:2.76041875rem;display:block; }
#wUU3XUB0isxPv6qLaeZXrSCVRxgukdGQ { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:16.880859375rem;left:11.1875rem;height:2.54948125rem;display:block; }
#EwQ3MWOvvc6gF7S3NL6LcsWAanc19TwM { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:20.8662109375rem;left:10.96875rem;height:2.54948125rem;display:block; }
#ZfFFm9i3vJhenEaUZ1p25Xixu3Osd4si { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:24.390625rem;left:10.84375rem;height:3.82421875rem;display:block; }
#ylTVUuGAC5NgTdFghcogVdrog0OtWbpJ { position:absolute;display:block;z-index:15027;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;height:2.1875rem;width:2.1875rem;top:12.8125rem;left:8.0625rem;display:block; }
#XfZZnEI61v0svQGW86v8B2lpQo2TqxFF { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:13.23046875rem;left:8.59375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#WT6D3mFBIy4PqwWI1npVe7lTmFJA0TbW { position:absolute;display:block;z-index:15029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;height:2.1875rem;width:2.1875rem;top:17rem;left:8.125rem;display:block; }
#urDxOGhwkRw6OQ0J1D6MWAcR4VZTl2qm { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:17.4375rem;left:8.6875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Wk5xtV6pTilqdPIRJ47uArvWatyaRCyv { position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;height:2.1875rem;width:2.1875rem;top:21rem;left:8.125rem;display:block; }
#zAXIhErD1Ehavb633G44fmmF5TRmeiFa { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:21.4375rem;left:8.6875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#E8f65KWtqSDbmz0JmpiWwWzQZxFJdrDv { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:25rem;left:8.625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#eOb5XULXypKlBFmZBTwG9QPnkqvOHiTX { position:absolute;display:block;z-index:15033;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;height:2.1875rem;width:2.1875rem;top:24.5625rem;left:8.0625rem;display:block; }
#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { background-color: transparent; background-image: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container > .video-iframe-container { display: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row > .video-iframe-container { display: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .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); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { border-width: 0; border-radius: 0; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row > .video-iframe-container {  }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#P4HKDmKzPcoANfZPPbBAXCwSTeaI6Sms { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:10.25rem;left:7.25rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OXPfEpN759sETNbTcBnnq8yQLUtuEKzy { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:10.25rem;left:57.374998092651rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N6TH6LrFalCg7tUdzPIw4TE0s00wWQpn { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:10.125rem;left:23.937501907349rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpRMXaayq6CNqX5NmV7JWGUpLL9ZJVE5 { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:10.25rem;left:41.437501907349rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EN8ffIGVDTTl2LpCRGsAi6uvxaSbLXT9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.3125rem;top:4.75rem;left:59.562498092651rem;overflow:hidden;display:block; }
#UwIXr5iTnTASy72OE2KZRFTNWJ6lsp7t { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.3125rem;top:5.125rem;left:10.25rem;overflow:hidden;display:block; }
#uwZzBmarT6OxFaMFlOu6xg1EFwtmL91H { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.3125rem;top:4.6875rem;left:27.000001907349rem;overflow:hidden;display:block; }
#UxsyRPnkKAokgaMeQtaF5TMkL0Eq936w { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.3125rem;top:4.9375rem;left:43.375001907349rem;overflow:hidden;display:block; }
#OdPi0QxcvS4pQcfOWPJePME8wxxtm0Lx { position:absolute;display:block;z-index:15002;background-color:rgba(86,86,86,0.57);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;height:8.25rem;width:14.375rem;top:7.4375rem;left:5.25rem;display:block; }
#CHrwugpAwxNG8o7If1pIbXtZCXvcz1AI { position:absolute;display:block;z-index:15003;background-color:rgba(86,86,86,0.57);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;height:8.25rem;width:14.375rem;top:7.4375rem;left:22rem;display:block; }
#W4RN4zA6B6wGWxJU5f7AlAShTTBTTPJS { position:absolute;display:block;z-index:15004;background-color:rgba(86,86,86,0.57);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;height:8.25rem;width:14.375rem;top:7.3125rem;left:38.375001907349rem;display:block; }
#RvC8Xz8uaSbD0VbfGHDQ7lEV6VUQnGZM { position:absolute;display:block;z-index:15005;background-color:rgba(86,86,86,0.57);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;height:8.25rem;width:14.375rem;top:7.3125rem;left:54.437501907349rem;display:block; }
#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { background-color: transparent; background-image: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container > .video-iframe-container { display: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row > .video-iframe-container { display: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .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); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { border-width: 0; border-radius: 0; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row > .video-iframe-container {  }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#d8vx95Ox3nn1QWohoTEEPOylhMeviFmE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:14rem;top:1.4999980926514rem;left:30rem;overflow:hidden;display:block; }
#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { border-width: 0; border-radius: 0; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row > .video-iframe-container {  }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:none; }#azClPBwyzNkETny9OkUlgBtooEoTzB1z { color:#ffffff;display:block;width:72.5rem;position:absolute;font-family:archivo;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.921875rem;left:0.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NWXnXnx63T0id3uPNqzPNZa8bxHzrlsE { display:block; }#NWXnXnx63T0id3uPNqzPNZa8bxHzrlsE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g { display:block; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TM70ghdGU6VqT4OQTfduGiht4JpSRMvz { top:11.875rem;left:0rem;width:46.3125rem;height:11.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bubuc8VOIWD6l4BO9aRgc2uOE7t09XpJ { top:9.1875rem;left:0rem;width:14.8125rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wubkETc9F5KcaiwOSJQZVCP3PGON1Jgg { top:8.5rem;left:6.5rem;width:20.3125rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9BxDW2vqPGeZRvzdbwq35elT7ZR3UQV { display:block; }#M9BxDW2vqPGeZRvzdbwq35elT7ZR3UQV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTXiV89ebotsJLwFG70aKVI5wkHBmLr3 { top:4.0625rem;left:24.9375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3QQbbTxNbBrtHmKMf4Ug8Je5GbVvckX { top:10.5625rem;left:24.9375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKWHqMb34AJSFttilTd5CQBkvAXwCHVD { top:16.8125rem;left:24.9375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnt5exTmqNdFrKTNOIGK08b7yKBcqV1U { top:4.625rem;left:29.5625rem;width:18.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxHyZbg5uK5ERJDgyDKQfTqwtw6KkHOS { top:10.875rem;left:29.5625rem;width:18.1875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4OD5vLSQRLBhBA7CDPTRow91ZFDENey { top:17.5625rem;left:29.5625rem;width:18.1875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOk7SCpddZT2cJTNx8TtMa622GQr0CWW { top:6.125rem;left:25.5625rem;width:22.1875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TByPmL6GzaIT8BApamJ9CrVLkdSt4FwS { top:12.25rem;left:25.5625rem;width:22.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPvkfazTRa5TVMB8NL7tthuKMvToVXH5 { top:18.9375rem;left:25.5625rem;width:22.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXEWNUbihEVys0D8EXZySJ5pKO4SO3lI { top:5.5rem;left:0rem;width:26.875rem;height:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9KWPiW9MWPesUsTuV9fPwczZGhrEk37 { top:3.5rem;left:21.625rem;width:0.125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP6NGsf77bxaTM2CB0FXyEI4tMhiC5FN { top:10.4375rem;left:0rem;width:26.875rem;height:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExlIksffh3q2WtBy7k2FKq8BMH0XT02R { top:13.0625rem;left:0rem;width:26.875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxcQI2yz6UTBs9ZAZr6xnlC6fLT7gFUb { top:13.4375rem;left:2.6875rem;width:13.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM5LsnBxWKnBVWr6yrCGxeIpHoBSBDfP { top:11rem;left:15.8125rem;width:1.5rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqPpvHLyOuogMcMwyLBmWoPNpmyzbz9L { top:7.375rem;left:10.875rem;width:5.1875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDOzJX8mvb94w0w26C4ETIgCHQeC2fi4 { top:18.75rem;left:0rem;width:21.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm { display:none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-regular-label { width:37.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-text { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-text {padding-top: 0; padding-bottom: 0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-textarea { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-select { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-select {padding-top: 0; padding-bottom: 0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-button { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-checkbox-label { width:36.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX  { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .radio-container { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX {display:block;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #qcwTiFoazdR3IOrBZPKsih0NC2Gv7yAO {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #HZvVnBJcilohLoL8RUbBQ1lDf4T7QTNZ { display:none; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #fTGwTwrqk9lbXVoza7AIV3DZ4fAftw6H {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #xIXLRGUJ0kZqXsOqoRJMsAXVcDZbLpOi {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #w9R2hhfXW2RTBkwvMIt1evmErmSixMCW { display:none; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #RHxBC1o4qLMUNtusIQbemzabVovBmZ5h {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZtfM638mXygoZOUXppnU3DeRNvVnMEVn {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #oWkg1ar0o6CkEJ8vmAnT9NCZqpgI2yl6 { display:none; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZSTLoTRQkJPDvH4QTTLWCeasMVDJzi4i {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZOz0xOdVL3TUT5ZKeeXNc0p2ehrddmgm {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #pwzb51VN1GRCnfSXZ0fJA2GzgHBBN962 { display:none; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #dVWsXAS1CzMCpUIrKcP89zW98OZRA8kE {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #rf2IsguN2EZfNdcHQvOUJ8PHnUQn5lR9 {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #SrHzowmeLXsdghmErTgDTzMepRCMxSdF { display:none; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #eWVsw4te7BdqNFHoZaM9bDlNd2hinOxx {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #u30OFn2LZ3BihftHWyQU3ibeG2mb5Sgd {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #r1kJkKkn2vW2swJpEIPe4QCrdVGtbUXV {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #eeeeeZXuN38TJJ6uTVSAdmqUoEcX9u0v {  }
 }@media only screen and (max-width: 763px) { #sPxAdvuurEm6ByMothn3wM6gqL144LVW { display:block; }
 }@media only screen and (max-width: 763px) { #rT5xSJHFqoEC48f4WwVZ2SdGlZEBmJWz { display:block; }
 }@media only screen and (max-width: 763px) { #tXeoFHIzH8fMHtawSt1UfRsT0TmB07sH { display:block; }
 }@media only screen and (max-width: 763px) { #ytEe2kLAQP8Un1sfBTJgLToUPqvg3JCK { display:block; }
 }@media only screen and (max-width: 763px) { #pKBm1Jw44gBtgTK02Sa9UAciRfwxiMQF { display:block; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #svlg81pvpKxx1RPH0P2d5MnV4DOShi9F {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #GoHST9qAFSeUVTU4LeKmchWxQMrFoxd1 {  }
 }@media only screen and (max-width: 763px) { #bsL1VNPxbupyDU0SXxFnBDbwxeyByOy5 { top:26.1875rem;left:27.125rem;width:20.625rem;height:0.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpmpdAoTaD4v4XeROmCT8WIMTWqwuUlh { top:6.125rem;left:20.6875rem;width:27.0625rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0W0cD0W2rb6uNk3rz3aZzH3ZRhv465s { top:7.9375rem;left:25.5625rem;width:22.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXLxvkyAuBiqwhzq2oFuvhMOynR0uiJ6 { top:6.0625rem;left:0rem;width:27.0625rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJEvHWoOPDiq3WRx3TqtFJq632iM8rUz { top:8.625rem;left:0rem;width:16rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJt3v8nU1C3uylifBR3Sa1133X4Ln1EI { top:12.625rem;left:0rem;width:18.9375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUU3XUB0isxPv6qLaeZXrSCVRxgukdGQ { top:16.875rem;left:0rem;width:15.0625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwQ3MWOvvc6gF7S3NL6LcsWAanc19TwM { top:20.8125rem;left:0rem;width:10.5625rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfFFm9i3vJhenEaUZ1p25Xixu3Osd4si { top:24.375rem;left:0rem;width:17.875rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylTVUuGAC5NgTdFghcogVdrog0OtWbpJ { top:12.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfZZnEI61v0svQGW86v8B2lpQo2TqxFF { top:13.1875rem;left:0rem;width:1.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT6D3mFBIy4PqwWI1npVe7lTmFJA0TbW { top:17rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urDxOGhwkRw6OQ0J1D6MWAcR4VZTl2qm { top:17.4375rem;left:0rem;width:1.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk5xtV6pTilqdPIRJ47uArvWatyaRCyv { top:21rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAXIhErD1Ehavb633G44fmmF5TRmeiFa { top:21.4375rem;left:0rem;width:1.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8f65KWtqSDbmz0JmpiWwWzQZxFJdrDv { top:25rem;left:0rem;width:1.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOb5XULXypKlBFmZBTwG9QPnkqvOHiTX { top:24.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 { display:none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P4HKDmKzPcoANfZPPbBAXCwSTeaI6Sms { top:10.25rem;left:0rem;width:10.375rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXPfEpN759sETNbTcBnnq8yQLUtuEKzy { top:10.25rem;left:39.125rem;width:8.625rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6TH6LrFalCg7tUdzPIw4TE0s00wWQpn { top:10.125rem;left:10.312501907349rem;width:10.875rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpRMXaayq6CNqX5NmV7JWGUpLL9ZJVE5 { top:10.25rem;left:27.812501907349rem;width:8.5625rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN8ffIGVDTTl2LpCRGsAi6uvxaSbLXT9 { top:4.75rem;left:43.4375rem;width:4.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwIXr5iTnTASy72OE2KZRFTNWJ6lsp7t { top:5.125rem;left:0rem;width:4.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwZzBmarT6OxFaMFlOu6xg1EFwtmL91H { top:4.6875rem;left:13.375001907349rem;width:4.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxsyRPnkKAokgaMeQtaF5TMkL0Eq936w { top:4.9375rem;left:29.750001907349rem;width:4.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdPi0QxcvS4pQcfOWPJePME8wxxtm0Lx { top:7.4375rem;left:0rem;width:14.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHrwugpAwxNG8o7If1pIbXtZCXvcz1AI { top:7.4375rem;left:8.375rem;width:14.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4RN4zA6B6wGWxJU5f7AlAShTTBTTPJS { top:7.3125rem;left:24.750001907349rem;width:14.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvC8Xz8uaSbD0VbfGHDQ7lEV6VUQnGZM { top:7.3125rem;left:33.375rem;width:14.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4UXb9v89rEyFurspVrpEVdTUr0Kutsu { display:block; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8vx95Ox3nn1QWohoTEEPOylhMeviFmE { top:1.4375rem;left:9.875rem;width:14rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD { display:block; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azClPBwyzNkETny9OkUlgBtooEoTzB1z { top:1.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.625rem;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) { #NWXnXnx63T0id3uPNqzPNZa8bxHzrlsE { display:block; }#NWXnXnx63T0id3uPNqzPNZa8bxHzrlsE > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gthaYZhV/Frame_1_10_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g.adaptive-delivery-prevent-bg, #ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g.lazyload, #ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g.lazyloading { background-image: none; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row .container { background-color: transparent; background-image: none; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row .container > .video-iframe-container { display: none; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row > .video-iframe-container { display: none; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .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); }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TM70ghdGU6VqT4OQTfduGiht4JpSRMvz { width:17.375rem;height:10.56155625rem;top:9.4375rem;left:1.3125rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Bubuc8VOIWD6l4BO9aRgc2uOE7t09XpJ { width:10.5625rem;height:0.875rem;top:4.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wubkETc9F5KcaiwOSJQZVCP3PGON1Jgg { width:15.125rem;height:1.70605625rem;top:6.1875rem;left:1.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9BxDW2vqPGeZRvzdbwq35elT7ZR3UQV { display:block; }#M9BxDW2vqPGeZRvzdbwq35elT7ZR3UQV > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTXiV89ebotsJLwFG70aKVI5wkHBmLr3 { width:4.25rem;height:4.25rem;top:14.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3QQbbTxNbBrtHmKMf4Ug8Je5GbVvckX { width:4.25rem;height:4.25rem;top:21.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKWHqMb34AJSFttilTd5CQBkvAXwCHVD { width:4.25rem;height:4.25rem;top:27.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnt5exTmqNdFrKTNOIGK08b7yKBcqV1U { width:12.375rem;height:2.2734375rem;top:14.8125rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxHyZbg5uK5ERJDgyDKQfTqwtw6KkHOS { width:10.5625rem;height:1.13769375rem;top:21.625rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4OD5vLSQRLBhBA7CDPTRow91ZFDENey { width:9.5rem;height:1.13769375rem;top:27.3125rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOk7SCpddZT2cJTNx8TtMa622GQr0CWW { width:12.625rem;height:1.94921875rem;top:17.3125rem;left:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TByPmL6GzaIT8BApamJ9CrVLkdSt4FwS { width:13.0625rem;height:2.923825rem;top:22.9375rem;left:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPvkfazTRa5TVMB8NL7tthuKMvToVXH5 { width:12.3125rem;height:2.923825rem;top:28.625rem;left:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXEWNUbihEVys0D8EXZySJ5pKO4SO3lI { width:17.3125rem;height:2.4375rem;top:2.1875rem;left:1.0625rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #u9KWPiW9MWPesUsTuV9fPwczZGhrEk37 { width:17.4375rem;height:0.125rem;top:12.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP6NGsf77bxaTM2CB0FXyEI4tMhiC5FN { width:17.3125rem;height:1.70625rem;top:5.625rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExlIksffh3q2WtBy7k2FKq8BMH0XT02R { width:17.9375rem;height:2.6rem;top:7.8125rem;left:1.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxcQI2yz6UTBs9ZAZr6xnlC6fLT7gFUb { width:8.75rem;height:2.625rem;top:7.875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM5LsnBxWKnBVWr6yrCGxeIpHoBSBDfP { width:0.9375rem;height:1.25rem;top:5.875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqPpvHLyOuogMcMwyLBmWoPNpmyzbz9L { width:4.3125rem;height:1.0625rem;top:3.5625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDOzJX8mvb94w0w26C4ETIgCHQeC2fi4 { width:16.375rem;height:1.05590625rem;top:34.5625rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { background-color: transparent; background-image: none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container > .video-iframe-container { display: none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row > .video-iframe-container { display: none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .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); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { border-width: 0; border-radius: 0; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row > .video-iframe-container {  }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-text {padding-top: 0; padding-bottom: 0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-select {padding-top: 0; padding-bottom: 0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX  { width:17.5rem;height:auto;top:5.1875rem;left:0rem;z-index:15005; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX {display:block;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX { width:17.5rem;height:auto;top:5.1875rem;left:0rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #qcwTiFoazdR3IOrBZPKsih0NC2Gv7yAO {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #HZvVnBJcilohLoL8RUbBQ1lDf4T7QTNZ { display:none; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #fTGwTwrqk9lbXVoza7AIV3DZ4fAftw6H {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #xIXLRGUJ0kZqXsOqoRJMsAXVcDZbLpOi {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #w9R2hhfXW2RTBkwvMIt1evmErmSixMCW { display:none; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #RHxBC1o4qLMUNtusIQbemzabVovBmZ5h {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZtfM638mXygoZOUXppnU3DeRNvVnMEVn {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #oWkg1ar0o6CkEJ8vmAnT9NCZqpgI2yl6 { display:none; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZSTLoTRQkJPDvH4QTTLWCeasMVDJzi4i {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZOz0xOdVL3TUT5ZKeeXNc0p2ehrddmgm {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #pwzb51VN1GRCnfSXZ0fJA2GzgHBBN962 { display:none; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #dVWsXAS1CzMCpUIrKcP89zW98OZRA8kE {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #rf2IsguN2EZfNdcHQvOUJ8PHnUQn5lR9 {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #SrHzowmeLXsdghmErTgDTzMepRCMxSdF { display:none; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #eWVsw4te7BdqNFHoZaM9bDlNd2hinOxx {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #u30OFn2LZ3BihftHWyQU3ibeG2mb5Sgd {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #r1kJkKkn2vW2swJpEIPe4QCrdVGtbUXV {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #eeeeeZXuN38TJJ6uTVSAdmqUoEcX9u0v {  }
 }@media only screen and (max-width: 763px) { #sPxAdvuurEm6ByMothn3wM6gqL144LVW { display:block; }
 }@media only screen and (max-width: 763px) { #rT5xSJHFqoEC48f4WwVZ2SdGlZEBmJWz { display:block; }
 }@media only screen and (max-width: 763px) { #tXeoFHIzH8fMHtawSt1UfRsT0TmB07sH { display:block; }
 }@media only screen and (max-width: 763px) { #ytEe2kLAQP8Un1sfBTJgLToUPqvg3JCK { display:block; }
 }@media only screen and (max-width: 763px) { #pKBm1Jw44gBtgTK02Sa9UAciRfwxiMQF { display:block; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #svlg81pvpKxx1RPH0P2d5MnV4DOShi9F {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #GoHST9qAFSeUVTU4LeKmchWxQMrFoxd1 {  }
 }@media only screen and (max-width: 763px) { #bsL1VNPxbupyDU0SXxFnBDbwxeyByOy5 { width:17.121875rem;height:0.6494125rem;top:23.062501192093rem;left:2.5625000596046rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpmpdAoTaD4v4XeROmCT8WIMTWqwuUlh { width:20rem;height:27.3125rem;top:2.1875rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #f0W0cD0W2rb6uNk3rz3aZzH3ZRhv465s { width:16.0625rem;height:1.94921875rem;top:4.1875rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXLxvkyAuBiqwhzq2oFuvhMOynR0uiJ6 { width:20rem;height:25.3125rem;top:30.875rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #QJEvHWoOPDiq3WRx3TqtFJq632iM8rUz { width:16rem;height:2.5996125rem;top:32.625rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJt3v8nU1C3uylifBR3Sa1133X4Ln1EI { width:14.25rem;height:2.76171875rem;top:35.9375rem;left:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUU3XUB0isxPv6qLaeZXrSCVRxgukdGQ { width:11.625rem;height:2.548825rem;top:40.0625rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwQ3MWOvvc6gF7S3NL6LcsWAanc19TwM { width:13.875rem;height:2.548825rem;top:44.1875rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfFFm9i3vJhenEaUZ1p25Xixu3Osd4si { width:13.8125rem;height:5.09765625rem;top:48.8125rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylTVUuGAC5NgTdFghcogVdrog0OtWbpJ { width:2.1875rem;height:2.1875rem;top:36.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfZZnEI61v0svQGW86v8B2lpQo2TqxFF { width:1.25rem;height:1.4624rem;top:36.625rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT6D3mFBIy4PqwWI1npVe7lTmFJA0TbW { width:2.1875rem;height:2.1875rem;top:40.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urDxOGhwkRw6OQ0J1D6MWAcR4VZTl2qm { width:1.25rem;height:1.4624rem;top:40.625rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk5xtV6pTilqdPIRJ47uArvWatyaRCyv { width:2.1875rem;height:2.1875rem;top:44.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAXIhErD1Ehavb633G44fmmF5TRmeiFa { width:1.25rem;height:1.4624rem;top:44.8125rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8f65KWtqSDbmz0JmpiWwWzQZxFJdrDv { width:1.25rem;height:1.4624rem;top:49.25rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOb5XULXypKlBFmZBTwG9QPnkqvOHiTX { width:2.1875rem;height:2.1875rem;top:48.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 { background-color:#000000;background-image:url("https://images.assets-landingi.com/txTylA5a/DH_B_11.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3.adaptive-delivery-prevent-bg, #qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3.lazyload, #qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3.lazyloading { background-image: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { background-color: transparent; background-image: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container > .video-iframe-container { display: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row > .video-iframe-container { display: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .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); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { border-width: 0; border-radius: 0; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row > .video-iframe-container {  }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4HKDmKzPcoANfZPPbBAXCwSTeaI6Sms { width:11.875rem;height:1.8375rem;top:9rem;left:4.1875rem;font-size:1.3125rem;line-height:1.4;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OXPfEpN759sETNbTcBnnq8yQLUtuEKzy { width:8.1875rem;height:3.67431875rem;top:45.375rem;left:5.875rem;font-size:1.3125rem;line-height:1.4;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N6TH6LrFalCg7tUdzPIw4TE0s00wWQpn { width:13.25rem;height:3.67431875rem;top:20.625rem;left:3.375rem;font-size:1.3125rem;line-height:1.4;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SpRMXaayq6CNqX5NmV7JWGUpLL9ZJVE5 { width:9.3125rem;height:3.67431875rem;top:33.9375rem;left:5.3125rem;font-size:1.3125rem;line-height:1.4;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EN8ffIGVDTTl2LpCRGsAi6uvxaSbLXT9 { width:4.3125rem;height:4.375rem;top:40.5rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwIXr5iTnTASy72OE2KZRFTNWJ6lsp7t { width:4.3125rem;height:4.375rem;top:3.3125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwZzBmarT6OxFaMFlOu6xg1EFwtmL91H { width:4.3125rem;height:4.375rem;top:15.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxsyRPnkKAokgaMeQtaF5TMkL0Eq936w { width:4.3125rem;height:4.375rem;top:28.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdPi0QxcvS4pQcfOWPJePME8wxxtm0Lx { width:14.375rem;height:8.25rem;top:5.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHrwugpAwxNG8o7If1pIbXtZCXvcz1AI { width:14.375rem;height:8.25rem;top:17.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4RN4zA6B6wGWxJU5f7AlAShTTBTTPJS { width:14.375rem;height:8.25rem;top:30.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvC8Xz8uaSbD0VbfGHDQ7lEV6VUQnGZM { width:14.375rem;height:8.25rem;top:42.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4UXb9v89rEyFurspVrpEVdTUr0Kutsu { background-color:#000000;background-image:none;display:block; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { background-color: transparent; background-image: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container > .video-iframe-container { display: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row > .video-iframe-container { display: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .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); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8vx95Ox3nn1QWohoTEEPOylhMeviFmE { width:8.75rem;height:1.25rem;top:1.5625rem;left:5.6249998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD { background-color:#000000;background-image:none;display:none; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #azClPBwyzNkETny9OkUlgBtooEoTzB1z { width:20rem;height:3.8964875rem;top:2rem;left:0rem;font-size:0.5rem;display:block; }
 }