.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;
}
.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;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); }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6d7Tuctr/Untitled_design_1_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC.adaptive-delivery-prevent-bg, #HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC.lazyload, #HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC.lazyloading { background-image: none; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row .container { background-color: transparent; background-image: none; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row .container > .video-iframe-container { display: none; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row > .video-iframe-container { display: none; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .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); }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row .container { border-width: 0; border-radius: 0; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row > .video-iframe-container {  }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#ZnanLnuf3ZfNrAR5nQnchww6yEyOZNF7 { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:4.75rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:6.987500190735rem;left:0rem;height:12.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#POgKneEXxA158wdsFqD9mu6gg6RBNhtG { color:#000000;display:block;width:40rem;position:absolute;font-family:"open sans";font-size:4.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:25.8125rem;left:17.5rem;height:10.725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lyHImd4H3T4wsMHKyTPZcDHSbosOImhz { position:absolute;display:block;z-index:99998;background-color:#f9d209;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:2.5625rem;width:44.4375rem;top:17rem;left:15.25rem;display:block; }
#rLKqtM2uEkTtvmu6utFEgd9rtO7AZSzS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rLKqtM2uEkTtvmu6utFEgd9rtO7AZSzS > .row .container { background-color: transparent; background-image: none; }#rLKqtM2uEkTtvmu6utFEgd9rtO7AZSzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLKqtM2uEkTtvmu6utFEgd9rtO7AZSzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLKqtM2uEkTtvmu6utFEgd9rtO7AZSzS > .row .container > .video-iframe-container { display: none; }#rLKqtM2uEkTtvmu6utFEgd9rtO7AZSzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLKqtM2uEkTtvmu6utFEgd9rtO7AZSzS > .row > .video-iframe-container { display: none; }#rLKqtM2uEkTtvmu6utFEgd9rtO7AZSzS > .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); }#rLKqtM2uEkTtvmu6utFEgd9rtO7AZSzS > .row .container { border-width: 0; border-radius: 0; }#rLKqtM2uEkTtvmu6utFEgd9rtO7AZSzS > .row > .video-iframe-container {  }#rLKqtM2uEkTtvmu6utFEgd9rtO7AZSzS > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#NiC1ud8qKZAyHW2CrRoywTCT2FhZ581J { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:10.156253814698rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Zfr6jvGn/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo.adaptive-delivery-prevent-bg, #KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo.lazyload, #KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo.lazyloading { background-image: none; }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo > .row .container { background-color: transparent; background-image: none; }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo > .row .container > .video-iframe-container { display: none; }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo > .row > .video-iframe-container { display: none; }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo > .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); }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo > .row .container { border-width: 0; border-radius: 0; }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo > .row > .video-iframe-container {  }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo > .row .container { font-size:0.875rem;font-family:"open sans";height:16.8125rem;width:75rem;position:relative;display:block; }#rd3hxIJOUvMSwJlXZMycs4FgAL1GgbBL { color:#ffffff;display:block;width:56.3125rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.3062410354612rem;left:9.3125rem;height:4.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn { background-color:rgba(0,0,0,0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn > .row .container { background-color: transparent; background-image: none; }#ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn > .row .container > .video-iframe-container { display: none; }#ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn > .row > .video-iframe-container { display: none; }#ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn > .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); }#ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn > .row .container { border-width: 0; border-radius: 0; }#ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn > .row > .video-iframe-container {  }#ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn > .row .container { font-size:0.875rem;font-family:"open sans";height:34.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#tEduaqpL07IKuhagpBt9h4KB7JGplanr { color:#000000;display:block;width:54.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:12.03125rem;left:10.375rem;height:18rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTstrNoxzun3Le3eP7Ery0itnOUnmSKf { position:absolute;display:block;z-index:100012;background-color:#000000;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:0.125rem;top:6.125rem;left:8.25rem;display:block; }
#bERoztepzTCJAkedfrVqTe5lyTbnaZm8 { position:absolute;display:block;z-index:100013;background-color:#000000;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:0.125rem;width:57.625rem;top:6.125rem;left:8.25rem;display:block; }
#ISf31bnXLGysFtLm4XeioPKh9l6wvOQt { position:absolute;display:block;z-index:100014;background-color:#000000;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:0.125rem;width:57.5rem;top:31.375rem;left:8.3125rem;display:block; }
#ToV2SAZNxNrrzLqudSG1mixhkPTBpKT0 { position:absolute;display:block;z-index:100013;background-color:#000000;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:0.125rem;top:6.125rem;left:65.75rem;display:block; }
#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JBNSqBFn/Copy_of_Copy_of_Copy_of_Copy_of_Copy_of_Untitled_2_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa.adaptive-delivery-prevent-bg, #nAN3berBOPKnQqevSMPuDvo5VLVgmkTa.lazyload, #nAN3berBOPKnQqevSMPuDvo5VLVgmkTa.lazyloading { background-image: none; }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa > .row .container { background-color: transparent; background-image: none; }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa > .row .container > .video-iframe-container { display: none; }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa > .row > .video-iframe-container { display: none; }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa > .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); }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa > .row .container { border-width: 0; border-radius: 0; }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa > .row > .video-iframe-container {  }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa > .row .container { font-size:0.875rem;font-family:"open sans";height:16.8125rem;width:75rem;position:relative;display:block; }#b2gv5BdSsDQeZp32yzvwEP0XE6Iy9eFC { color:#ffffff;display:block;width:56.3125rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.3062410354612rem;left:9.3125rem;height:4.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U00U4uRCKqZoChe4tWmomJLOhuauVAXv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#U00U4uRCKqZoChe4tWmomJLOhuauVAXv > .row .container { background-color: transparent; background-image: none; }#U00U4uRCKqZoChe4tWmomJLOhuauVAXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U00U4uRCKqZoChe4tWmomJLOhuauVAXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U00U4uRCKqZoChe4tWmomJLOhuauVAXv > .row .container > .video-iframe-container { display: none; }#U00U4uRCKqZoChe4tWmomJLOhuauVAXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U00U4uRCKqZoChe4tWmomJLOhuauVAXv > .row > .video-iframe-container { display: none; }#U00U4uRCKqZoChe4tWmomJLOhuauVAXv > .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); }#U00U4uRCKqZoChe4tWmomJLOhuauVAXv > .row .container { border-width: 0; border-radius: 0; }#U00U4uRCKqZoChe4tWmomJLOhuauVAXv > .row > .video-iframe-container {  }#U00U4uRCKqZoChe4tWmomJLOhuauVAXv > .row .container { font-size:0.875rem;font-family:"open sans";height:30.5625rem;width:75rem;position:relative;display:block; }#H1qBtRa4S3orZMQcP7QfE4KU6AynvQqm { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:25.702344417572rem;left:6.1234378814697rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTIGims1QeqzCyotRdgmo9y0FnesprH8 { color:#000000;display:block;width:61.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:6.0859403610229rem;left:6.1234378814697rem;height:4.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gWVPRNW2i8Kds6tssBkCKVlLfycb3ALP { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.875rem;top:7.0992221832275rem;left:2.6476564407349rem;overflow:hidden;display:block; }
#XZrnAS4RfUAutJ9ApoOHTGyNk0FKvLr8 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.875rem;top:12.03671836853rem;left:2.6476564407349rem;overflow:hidden;display:block; }
#p4Z2TaN7OH0q0G84AXVMZLenv7mtnBUd { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.875rem;top:25.614844501019rem;left:2.6476564407349rem;overflow:hidden;display:block; }
#vbz1PoxByhQBXc8Hsfg51eKSfIICgrLi { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:11.023440361023rem;left:6.1234378814697rem;height:4.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oImbsv9nt0iFaswuEy6nFUkbmQMipr8P { color:#000000;display:block;width:68.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:16.677344322204rem;left:6.1234378814697rem;height:4.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#efwTaLMRKnp7aCZ3nVb9lV5qV5FFmlpr { color:#000000;display:block;width:68.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:22.214844703674rem;left:6.1234378814697rem;height:2.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aIXnT0pSEFR35Kg0CIS8CiFW4OD0ydLS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#aIXnT0pSEFR35Kg0CIS8CiFW4OD0ydLS > .row .container { background-color: transparent; background-image: none; }#aIXnT0pSEFR35Kg0CIS8CiFW4OD0ydLS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXnT0pSEFR35Kg0CIS8CiFW4OD0ydLS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXnT0pSEFR35Kg0CIS8CiFW4OD0ydLS > .row .container > .video-iframe-container { display: none; }#aIXnT0pSEFR35Kg0CIS8CiFW4OD0ydLS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXnT0pSEFR35Kg0CIS8CiFW4OD0ydLS > .row > .video-iframe-container { display: none; }#aIXnT0pSEFR35Kg0CIS8CiFW4OD0ydLS > .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); }#aIXnT0pSEFR35Kg0CIS8CiFW4OD0ydLS > .row .container { border-width: 0; border-radius: 0; }#aIXnT0pSEFR35Kg0CIS8CiFW4OD0ydLS > .row > .video-iframe-container {  }#aIXnT0pSEFR35Kg0CIS8CiFW4OD0ydLS > .row .container { font-size:0.875rem;font-family:"open sans";height:42.5625rem;width:75rem;position:relative;display:block; }#q9MOBlyMzBEV16KIz84t0w0h0lAJVTTd { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:25.9375rem;width:46.1875rem;top:11.842968940735rem;left:14.34375rem;display:block; }
#CKG7CfcbMFErvfDy8151neWfkPW4z6Je { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:2.0937473773956rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ku4TBnfdu8g6mleTS574xfWkV6NbmLAv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ku4TBnfdu8g6mleTS574xfWkV6NbmLAv > .row .container { background-color: transparent; background-image: none; }#ku4TBnfdu8g6mleTS574xfWkV6NbmLAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku4TBnfdu8g6mleTS574xfWkV6NbmLAv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku4TBnfdu8g6mleTS574xfWkV6NbmLAv > .row .container > .video-iframe-container { display: none; }#ku4TBnfdu8g6mleTS574xfWkV6NbmLAv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku4TBnfdu8g6mleTS574xfWkV6NbmLAv > .row > .video-iframe-container { display: none; }#ku4TBnfdu8g6mleTS574xfWkV6NbmLAv > .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); }#ku4TBnfdu8g6mleTS574xfWkV6NbmLAv > .row .container { border-width: 0; border-radius: 0; }#ku4TBnfdu8g6mleTS574xfWkV6NbmLAv > .row > .video-iframe-container {  }#ku4TBnfdu8g6mleTS574xfWkV6NbmLAv > .row .container { font-size:0.875rem;font-family:arial;height:79.9375rem;width:75rem;position:relative;display:block; }#ppH5pScLgK2b6HkKVxtsuHexnEr7i0iP { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:3.2804689407349rem;left:0rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pfeuTFyT6xRR9RZfCrRTHB8abNoot3w7 { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:16.34375rem;left:0rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZBDmT2TVErEMl9qvVcL79nbthriaPy2q { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:25.318749904633rem;left:0rem;height:7.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QqvnPTDRzVWt8vFyQEDBPbfhw2UrwyWL { box-sizing:content-box;color:#545454;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100004;top:11.43593788147rem;left:35.937501907349rem;display:block; }
#wEJ95TwPX0QBlPyJP8N6nCr1zINGqO9A { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:37.485157012939rem;left:0rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WmwzcgIQCQQTJSQGzWcnLw67WlgaS0c7 { box-sizing:content-box;color:#545454;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100005;top:22.193749904633rem;left:35.937501907349rem;display:block; }
#rGXBFG42tsTo1HaqPai70oyLDa6rUBVo { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:46.48593711853rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MpL3TBWkufnyRRQTrL9h0tXbxVcXETGi { box-sizing:content-box;color:#545454;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100006;top:32.50625038147rem;left:35.937501907349rem;display:block; }
#Mn1mnVA7IqUur3PGEOgOfC6gTs5NMwV0 { box-sizing:content-box;color:#545454;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100007;top:42.63125038147rem;left:35.937501907349rem;display:block; }
#EWX3tme3SBcNxXLf74OAyApn0yu9yW49 { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:53.48593711853rem;left:0rem;height:7.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ydcJiqW2BizRuZA28zI0aAb4GqwTZzrT { box-sizing:content-box;color:#545454;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100008;top:51.375001907349rem;left:35.937501907349rem;display:block; }
#axl3FAuaoAHTwa0ixWiuvoivKNlsTH5O { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:68.485937118531rem;left:0rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LWtL5KqBd1RqReqTHevXkVa1rfDakWF3 { box-sizing:content-box;color:#545454;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100009;top:63.25rem;left:35.937501907349rem;display:block; }
#TcBbTV8bSd8KKJwKSqn34t7kAE0ADhOl { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#TcBbTV8bSd8KKJwKSqn34t7kAE0ADhOl > .row .container { background-color: transparent; background-image: none; }#TcBbTV8bSd8KKJwKSqn34t7kAE0ADhOl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcBbTV8bSd8KKJwKSqn34t7kAE0ADhOl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcBbTV8bSd8KKJwKSqn34t7kAE0ADhOl > .row .container > .video-iframe-container { display: none; }#TcBbTV8bSd8KKJwKSqn34t7kAE0ADhOl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcBbTV8bSd8KKJwKSqn34t7kAE0ADhOl > .row > .video-iframe-container { display: none; }#TcBbTV8bSd8KKJwKSqn34t7kAE0ADhOl > .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); }#TcBbTV8bSd8KKJwKSqn34t7kAE0ADhOl > .row .container { border-width: 0; border-radius: 0; }#TcBbTV8bSd8KKJwKSqn34t7kAE0ADhOl > .row > .video-iframe-container {  }#TcBbTV8bSd8KKJwKSqn34t7kAE0ADhOl > .row .container { font-size:0.875rem;font-family:"open sans";height:35.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#kVvVdfWlQVPst3LKnyDJv0W4EtWNMeUd { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.9593811035156rem;left:21.5625rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ly6zT3czmrTvNMCCVkTQGhB2maMJlDaB { box-sizing:content-box;color:#545454;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100003;top:7.9492197036744rem;left:7.5rem;display:block; }
#cx2WSzfFsRJEGuiy2XRPP2wBX8JpcGL8 { color:#000000;display:block;width:56.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:8.8609313964844rem;left:11.4375rem;height:1.4625rem;display:block; }
#zQEATx4QvwoAgivKfpHiDuHipsRLi5HI { box-sizing:content-box;color:#545454;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100005;top:14.217968463898rem;left:7.5rem;display:block; }
#zw6JbQPrhcPzKoafLkbZG1embugpvT93 { color:#000000;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:15.131256103516rem;left:11.4375rem;height:1.4625rem;display:block; }
#DT3Hw4TZWCkzm0g7nAKp9lXG9FTQumPg { box-sizing:content-box;color:#545454;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100004;top:11.073437213898rem;left:7.5rem;display:block; }
#H44ey4pGzKwMMdOEfe4uJF4R8ebTUfBX { color:#000000;display:block;width:55.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:11.985168457031rem;left:11.4375rem;height:1.4625rem;display:block; }
#h5TNhvzGqweTAQusTdZz6L9bL0gUWVH1 { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:27.210156202316rem;left:11.4375rem;height:1.4625rem;display:block; }
#fFDfMiWKZTTqAJ5gIIXoACKwaqVWobNH { box-sizing:content-box;color:#545454;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100008;top:26.378906965256rem;left:7.5rem;display:block; }
#ccUWCHLu2dJe2SDIAU7eWXPTJMZys88l { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:29.50390625rem;left:11.4375rem;height:1.4625rem;display:block; }
#IE2tBPgmFxIEIslDwylqCJeO5TbFiAa9 { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:17.342968702316rem;left:11.4375rem;height:1.4625rem;display:block; }
#Dq1T6OGOPHA22baHJ3HUw9eSNg3s4Cpm { color:#000000;display:block;width:33.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:19.492969274521rem;left:11.4375rem;height:1.4625rem;display:block; }
#XBx9aTHg8hdAScTa5nXqvnO2tos3oPQR { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:23.867968320846rem;left:11.4375rem;height:1.4625rem;display:block; }
#kMLoyghNAH0AJxxx7qeprl2qHQNx9uJ3 { color:#000000;display:block;width:40.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:21.555468320846rem;left:11.4375rem;height:1.4625rem;display:block; }
#hzQyX1DvGu7tsIaP0ZHCQd5zdlvRF20d { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:31.716400146484rem;left:11.4375rem;height:1.4625rem;display:block; }
#Bwc8oTGNsCuLNcf8KLrlBWTXQnXdwNuv { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#Bwc8oTGNsCuLNcf8KLrlBWTXQnXdwNuv > .row .container { background-color: transparent; background-image: none; }#Bwc8oTGNsCuLNcf8KLrlBWTXQnXdwNuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bwc8oTGNsCuLNcf8KLrlBWTXQnXdwNuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bwc8oTGNsCuLNcf8KLrlBWTXQnXdwNuv > .row .container > .video-iframe-container { display: none; }#Bwc8oTGNsCuLNcf8KLrlBWTXQnXdwNuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bwc8oTGNsCuLNcf8KLrlBWTXQnXdwNuv > .row > .video-iframe-container { display: none; }#Bwc8oTGNsCuLNcf8KLrlBWTXQnXdwNuv > .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); }#Bwc8oTGNsCuLNcf8KLrlBWTXQnXdwNuv > .row .container { border-width: 0; border-radius: 0; }#Bwc8oTGNsCuLNcf8KLrlBWTXQnXdwNuv > .row > .video-iframe-container {  }#Bwc8oTGNsCuLNcf8KLrlBWTXQnXdwNuv > .row .container { font-size:0.875rem;font-family:"open sans";height:53.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#Nr3uy2tXAXHFf6lWqBSwVO5dVQbs1t5D { color:#000000;display:block;width:41.125rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:0.9375rem;left:16.9375rem;height:10.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLSWtJSZSIB9UKcHBw0SXwKlM2SDxbxh { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:10rem;width:15.0625rem;top:17.100002884865rem;left:10.3125rem;overflow:hidden;display:block; }
#I197TvJa2kLK3n3gT7LqgrTpzItZ1Huk { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:11rem;width:14.625rem;top:17.100002884865rem;left:29.9375rem;overflow:hidden;display:block; }
#TE7yzgFMZycdC9fTghXc2t8QureflUMm { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:10.3125rem;width:13.75rem;top:17.100002884865rem;left:49.3125rem;overflow:hidden;display:block; }
#zqpVu6p9QnOHXMekgBz24Vwlvd5qcbzM { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:11.3125rem;width:15.0625rem;top:35.162494659424rem;left:29.9375rem;overflow:hidden;display:block; }
#aRTJznfCNTIvuFcWwHnuX9SkpySXk3NQ { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:9.875rem;width:14.8125rem;top:35.880462646484rem;left:10.3125rem;overflow:hidden;display:block; }
#qGPuZqJmNf8U7rbMT6r4fEVa3ZeadxHx { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:10.5rem;width:15.875rem;top:35.56796836853rem;left:48.250001907349rem;overflow:hidden;display:block; }
#hakii49HfuGqDVT1dXEFseFmsGEmvv6r { position:relative;display:block; }#hakii49HfuGqDVT1dXEFseFmsGEmvv6r { background-color: transparent; background-image: none; }#hakii49HfuGqDVT1dXEFseFmsGEmvv6r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hakii49HfuGqDVT1dXEFseFmsGEmvv6r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hakii49HfuGqDVT1dXEFseFmsGEmvv6r > .row .container > .video-iframe-container { display: none; }#hakii49HfuGqDVT1dXEFseFmsGEmvv6r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hakii49HfuGqDVT1dXEFseFmsGEmvv6r > .row > .video-iframe-container { display: none; }#hakii49HfuGqDVT1dXEFseFmsGEmvv6r > .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); }#hakii49HfuGqDVT1dXEFseFmsGEmvv6r { border-width: 0; border-radius: 0; }#hakii49HfuGqDVT1dXEFseFmsGEmvv6r > .row .container > .video-iframe-container {  }#hakii49HfuGqDVT1dXEFseFmsGEmvv6r > .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:60rem;width:75rem;position:relative;display:block; }#iBwV50pxTuF9kJEcZiTDDrC65Nr7lK2Q { color:#020202;display:block;width:55.6875rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.3445310592651rem;left:9.65625rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#sKRL3i1cBn9rz5reGiL4avlVSnWFRelC { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:8.04921913147rem;left:28.062501907349rem;height:2.275rem;display:block; }
#yAOA08Qqlfbmcx4VFebu7qeqkARlr6Qx { color:#ec1a05;display:block;width:25.125rem;position:absolute;font-family:signika;font-size:1.9375rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:11.86171913147rem;left:24.937501907349rem;height:2.51875rem;display:block; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-form-header { font-size:0.75rem; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:31.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.5625rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-input-text {padding-top: 0; padding-bottom: 0;}#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.5625rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.5625rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-input-select {padding-top: 0; padding-bottom: 0;}#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .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; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #8c209d, #ff3fbe);background-image: -moz-linear-gradient(13deg, #8c209d, #ff3fbe);background-image: -ms-linear-gradient(13deg, #8c209d, #ff3fbe);background-image: -o-linear-gradient(13deg, #8c209d, #ff3fbe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c209d', endColorstr='#ff3fbe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c209d', endColorstr='#ff3fbe' );";background-image: linear-gradient(13deg, #8c209d, #ff3fbe);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.6875rem;font-weight:bold;color:#ffffff;width:31.5625rem;height:4.375rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:30.375rem;overflow:hidden;font-style:normal;float:none; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .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; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-container:first-of-type{padding-top:0;}#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-container:last-of-type{padding-bottom:0;}#ATMFdBWqC61IIg76wipmaTA94kNsXBJU  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #11162f, #2e117d);background-image: -moz-linear-gradient(180deg, #11162f, #2e117d);background-image: -ms-linear-gradient(180deg, #11162f, #2e117d);background-image: -o-linear-gradient(180deg, #11162f, #2e117d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#2e117d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#2e117d' );";background-image: linear-gradient(180deg, #11162f, #2e117d);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:20.46875rem;top:17.723449707031rem;z-index:100016;position:absolute; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.5625rem;display:block;vertical-align:top; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU {display:block;}#ATMFdBWqC61IIg76wipmaTA94kNsXBJU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #11162f, #2e117d);background-image: -moz-linear-gradient(180deg, #11162f, #2e117d);background-image: -ms-linear-gradient(180deg, #11162f, #2e117d);background-image: -o-linear-gradient(180deg, #11162f, #2e117d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#2e117d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#2e117d' );";background-image: linear-gradient(180deg, #11162f, #2e117d);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:20.46875rem;top:17.723449707031rem;z-index:100016;position:absolute; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #i6CZPkC3M0nPVpb8ide9CxOlnwdx6J5X { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #MPy4Wxln17ZlIpheN9mHIlxTMB6Z0WuG { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #KHpTNqi3Sl3hvNsDaP29034qdlU0rJcm { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #R4JwVWy1oQC56nFGpSDXtTuOCz2M8KCx { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #vn8fBX3ZOOCOcTis6IsyD8pTP2aArZ10 { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #T6re7OXvi8iehbQw62Jz797hu9XxVskJ { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #XdW003F14vezp68A1s3lQWyq5Q0c9KdK { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #vLWBQfUmMMcogIJkAD8rqQDrQBeT6cLn { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #pxBxpEDc75EfZAT3iBx8x66cDhaMpWIK { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #FoFETp5In03UKrUVZuUVF6TLkgWHvE1p { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #wKiggwtz2JvoQw3aZ9MTZ7yOkisfwTOt { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #dgMJg78pdCS8Br21IFJNBvv7Hx7NwiDL { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #PsLSnBu8W1DG267WgbUQx4m6hNUGNB4U { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #uzVTeGF66qZvDqb6wfhZQb8Q1pTAfEdb { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #PrdK0nDrwtps2FJ8fxUVfVSC6THsebTu { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #ZTxEvH5k3abLuyl8s76nKT5Td6pC3vn9 { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #DcNODTkHrkPHJcD24rQvdCC4JeFubLvz { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #TJZ00cCMcTWlpyktuk3FRglkn2X5cEfo { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #oqGUK29GHCrbTTB6t1GcF1H5lAewbTUF { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #uQnEGz1QR2EwgQ0BORJpKIoSclLcCaU3 { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #twxuHScT9ZOnQ3LBTbglPBqFGCvGXPmo { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #n1qfwO5V7ZtW6pTLT4nURqzvlm1OhgT2 { position:relative; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU #h4rWsuBkxMAc6UDqPSx1tceibsrn7N9w { position:relative; }
#mlG5EcVxqEmAwkn4aC9iQtsMZB2Gph5d { position:relative;display:block; }#mlG5EcVxqEmAwkn4aC9iQtsMZB2Gph5d { background-color: transparent; background-image: none; }#mlG5EcVxqEmAwkn4aC9iQtsMZB2Gph5d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlG5EcVxqEmAwkn4aC9iQtsMZB2Gph5d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlG5EcVxqEmAwkn4aC9iQtsMZB2Gph5d > .row .container > .video-iframe-container { display: none; }#mlG5EcVxqEmAwkn4aC9iQtsMZB2Gph5d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlG5EcVxqEmAwkn4aC9iQtsMZB2Gph5d > .row > .video-iframe-container { display: none; }#mlG5EcVxqEmAwkn4aC9iQtsMZB2Gph5d > .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); }#mlG5EcVxqEmAwkn4aC9iQtsMZB2Gph5d { border-width: 0; border-radius: 0; }#mlG5EcVxqEmAwkn4aC9iQtsMZB2Gph5d > .row .container > .video-iframe-container {  }#mlG5EcVxqEmAwkn4aC9iQtsMZB2Gph5d > .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:24.375rem;width:75rem;position:relative;display:block; }#vs2KN6wE7LK0urAyCnJucAhxoLH4LmAm { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.0625rem;width:24.3125rem;top:6.0085945129394rem;left:25.343751907349rem;overflow:hidden;display:block; }
#n1d6Nkd6Nc8HMrKFeVa00917LNOeeshv { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5960938930511rem;left:28.5rem;height:3.4125rem;font-style:normal;display:block; }
#MZy4SZMLRyobJaT0clkmy6Shor4S2HBs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cfa87d;background-image:none;position:relative;display:block; }#MZy4SZMLRyobJaT0clkmy6Shor4S2HBs > .row .container { background-color: transparent; background-image: none; }#MZy4SZMLRyobJaT0clkmy6Shor4S2HBs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZy4SZMLRyobJaT0clkmy6Shor4S2HBs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZy4SZMLRyobJaT0clkmy6Shor4S2HBs > .row .container > .video-iframe-container { display: none; }#MZy4SZMLRyobJaT0clkmy6Shor4S2HBs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZy4SZMLRyobJaT0clkmy6Shor4S2HBs > .row > .video-iframe-container { display: none; }#MZy4SZMLRyobJaT0clkmy6Shor4S2HBs > .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); }#MZy4SZMLRyobJaT0clkmy6Shor4S2HBs > .row .container { border-width: 0; border-radius: 0; }#MZy4SZMLRyobJaT0clkmy6Shor4S2HBs > .row > .video-iframe-container {  }#MZy4SZMLRyobJaT0clkmy6Shor4S2HBs > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#L7fhlbK73Q2SfFp9gwA1pF3UxxITT0gc { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.5859136581421rem;left:32.125001907349rem;height:2.84375rem;font-style:normal;display:block; }
#wukzAvUE09qxHAlugTgo69nSTBcSrDl0 { color:#ffffff;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:6.9093761444094rem;left:21.3125rem;height:1.86875rem;display:block; }
#Abdp0UTBis6bMc8FE3mVr7LIeAsT4tAL { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:6.9093761444094rem;left:43.593751907349rem;height:1.86875rem;display:block; }
#WCMDDukuU1X8C5DUoCldCpeXelCTDcR2 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.875rem;top:6.59375rem;left:17.375rem;overflow:hidden;display:block; }
#baTKUQxxOXnNJlIalIFAMsRN1iUUD88h { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.875rem;top:6.65625rem;left:38.375001907349rem;overflow:hidden;display:block; }
#alzTOAKgo3GrPE6f36lAfiWZeFQV5ZSn { position:relative;display:block; }#alzTOAKgo3GrPE6f36lAfiWZeFQV5ZSn { background-color: transparent; background-image: none; }#alzTOAKgo3GrPE6f36lAfiWZeFQV5ZSn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alzTOAKgo3GrPE6f36lAfiWZeFQV5ZSn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alzTOAKgo3GrPE6f36lAfiWZeFQV5ZSn > .row .container > .video-iframe-container { display: none; }#alzTOAKgo3GrPE6f36lAfiWZeFQV5ZSn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alzTOAKgo3GrPE6f36lAfiWZeFQV5ZSn > .row > .video-iframe-container { display: none; }#alzTOAKgo3GrPE6f36lAfiWZeFQV5ZSn > .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); }#alzTOAKgo3GrPE6f36lAfiWZeFQV5ZSn { border-width: 0; border-radius: 0; }#alzTOAKgo3GrPE6f36lAfiWZeFQV5ZSn > .row .container > .video-iframe-container {  }#alzTOAKgo3GrPE6f36lAfiWZeFQV5ZSn > .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:3.875rem;width:75rem;position:relative;display:block; }#bNKrRGrQvHSdWlUGSqDLqH7wzcDZOEGh { z-index:100003;top:1rem;left:30.437501907349rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #cfa87d;border-left:0.0625rem solid #cfa87d;border-right:0.0625rem solid #cfa87d;border-bottom:0.0625rem solid #cfa87d;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#cfa87d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rTt0gB9p6BUCOxGa4uJP32zNq4dBsD6O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC { display:block; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnanLnuf3ZfNrAR5nQnchww6yEyOZNF7 { top:6.9375rem;left:0rem;width:47.75rem;height:12.3125rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #POgKneEXxA158wdsFqD9mu6gg6RBNhtG { top:25.8125rem;left:3.875rem;width:40rem;height:10.6875rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyHImd4H3T4wsMHKyTPZcDHSbosOImhz { top:17rem;left:0rem;width:44.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLKqtM2uEkTtvmu6utFEgd9rtO7AZSzS { display:block; }#rLKqtM2uEkTtvmu6utFEgd9rtO7AZSzS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NiC1ud8qKZAyHW2CrRoywTCT2FhZ581J { width:47.75rem;height:9.75rem;top:10.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo { display:block; }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rd3hxIJOUvMSwJlXZMycs4FgAL1GgbBL { top:6.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn { display:block; }#ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEduaqpL07IKuhagpBt9h4KB7JGplanr { width:47.75rem;height:18rem;top:12rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTstrNoxzun3Le3eP7Ery0itnOUnmSKf { top:6.125rem;left:0rem;width:0.125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bERoztepzTCJAkedfrVqTe5lyTbnaZm8 { top:6.125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISf31bnXLGysFtLm4XeioPKh9l6wvOQt { top:31.375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToV2SAZNxNrrzLqudSG1mixhkPTBpKT0 { top:6.125rem;left:47.625rem;width:0.125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAN3berBOPKnQqevSMPuDvo5VLVgmkTa { display:block; }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2gv5BdSsDQeZp32yzvwEP0XE6Iy9eFC { top:6.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U00U4uRCKqZoChe4tWmomJLOhuauVAXv { display:block; }#U00U4uRCKqZoChe4tWmomJLOhuauVAXv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1qBtRa4S3orZMQcP7QfE4KU6AynvQqm { width:33.3125rem;height:2.1875rem;top:25.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTIGims1QeqzCyotRdgmo9y0FnesprH8 { width:47.75rem;height:4.375rem;top:6.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWVPRNW2i8Kds6tssBkCKVlLfycb3ALP { top:7.0625rem;left:0rem;width:2.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZrnAS4RfUAutJ9ApoOHTGyNk0FKvLr8 { top:12rem;left:0rem;width:2.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4Z2TaN7OH0q0G84AXVMZLenv7mtnBUd { top:25.5625rem;left:0rem;width:2.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbz1PoxByhQBXc8Hsfg51eKSfIICgrLi { width:47.75rem;height:4.375rem;top:11rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oImbsv9nt0iFaswuEy6nFUkbmQMipr8P { width:47.75rem;height:4.375rem;top:16.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efwTaLMRKnp7aCZ3nVb9lV5qV5FFmlpr { width:47.75rem;height:2.1875rem;top:22.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIXnT0pSEFR35Kg0CIS8CiFW4OD0ydLS { display:block; }#aIXnT0pSEFR35Kg0CIS8CiFW4OD0ydLS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9MOBlyMzBEV16KIz84t0w0h0lAJVTTd { top:11.8125rem;left:0.71875rem;width:46.1875rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKG7CfcbMFErvfDy8151neWfkPW4z6Je { width:47.75rem;height:3.25rem;top:2.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku4TBnfdu8g6mleTS574xfWkV6NbmLAv { display:block; }#ku4TBnfdu8g6mleTS574xfWkV6NbmLAv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppH5pScLgK2b6HkKVxtsuHexnEr7i0iP { width:47.75rem;height:6.5rem;top:3.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfeuTFyT6xRR9RZfCrRTHB8abNoot3w7 { width:47.75rem;height:5.8125rem;top:16.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBDmT2TVErEMl9qvVcL79nbthriaPy2q { width:47.75rem;height:7.75rem;top:25.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqvnPTDRzVWt8vFyQEDBPbfhw2UrwyWL { top:11.375rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEJ95TwPX0QBlPyJP8N6nCr1zINGqO9A { width:47.75rem;height:5.8125rem;top:37.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmwzcgIQCQQTJSQGzWcnLw67WlgaS0c7 { top:22.1875rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGXBFG42tsTo1HaqPai70oyLDa6rUBVo { width:47.75rem;height:3.875rem;top:46.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpL3TBWkufnyRRQTrL9h0tXbxVcXETGi { top:32.5rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn1mnVA7IqUur3PGEOgOfC6gTs5NMwV0 { top:42.625rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWX3tme3SBcNxXLf74OAyApn0yu9yW49 { width:47.75rem;height:7.75rem;top:53.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydcJiqW2BizRuZA28zI0aAb4GqwTZzrT { top:51.375rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axl3FAuaoAHTwa0ixWiuvoivKNlsTH5O { width:47.75rem;height:5.8125rem;top:68.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWtL5KqBd1RqReqTHevXkVa1rfDakWF3 { top:63.25rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcBbTV8bSd8KKJwKSqn34t7kAE0ADhOl { display:block; }#TcBbTV8bSd8KKJwKSqn34t7kAE0ADhOl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVvVdfWlQVPst3LKnyDJv0W4EtWNMeUd { top:1.9375rem;left:7.9375rem;width:31.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly6zT3czmrTvNMCCVkTQGhB2maMJlDaB { top:7.9375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx2WSzfFsRJEGuiy2XRPP2wBX8JpcGL8 { top:8.8125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQEATx4QvwoAgivKfpHiDuHipsRLi5HI { top:14.1875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw6JbQPrhcPzKoafLkbZG1embugpvT93 { top:15.125rem;left:0rem;width:28rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT3Hw4TZWCkzm0g7nAKp9lXG9FTQumPg { top:11.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H44ey4pGzKwMMdOEfe4uJF4R8ebTUfBX { top:11.9375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5TNhvzGqweTAQusTdZz6L9bL0gUWVH1 { top:27.1875rem;left:0rem;width:8.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFDfMiWKZTTqAJ5gIIXoACKwaqVWobNH { top:26.375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccUWCHLu2dJe2SDIAU7eWXPTJMZys88l { top:29.5rem;left:0rem;width:15.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE2tBPgmFxIEIslDwylqCJeO5TbFiAa9 { top:17.3125rem;left:0rem;width:17.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq1T6OGOPHA22baHJ3HUw9eSNg3s4Cpm { top:19.4375rem;left:0rem;width:33.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBx9aTHg8hdAScTa5nXqvnO2tos3oPQR { top:23.8125rem;left:0rem;width:21.3125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMLoyghNAH0AJxxx7qeprl2qHQNx9uJ3 { top:21.5rem;left:0rem;width:40.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzQyX1DvGu7tsIaP0ZHCQd5zdlvRF20d { top:31.6875rem;left:0rem;width:17.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwc8oTGNsCuLNcf8KLrlBWTXQnXdwNuv { display:block; }#Bwc8oTGNsCuLNcf8KLrlBWTXQnXdwNuv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nr3uy2tXAXHFf6lWqBSwVO5dVQbs1t5D { top:0.9375rem;left:3.3125rem;width:41.125rem;height:10.3125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLSWtJSZSIB9UKcHBw0SXwKlM2SDxbxh { top:17.0625rem;left:0rem;width:15.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #I197TvJa2kLK3n3gT7LqgrTpzItZ1Huk { top:17.0625rem;left:16.3125rem;width:14.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE7yzgFMZycdC9fTghXc2t8QureflUMm { top:17.0625rem;left:32.6875rem;width:13.75rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqpVu6p9QnOHXMekgBz24Vwlvd5qcbzM { top:35.125rem;left:16.3125rem;width:15.0625rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRTJznfCNTIvuFcWwHnuX9SkpySXk3NQ { top:35.875rem;left:0rem;width:14.8125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGPuZqJmNf8U7rbMT6r4fEVa3ZeadxHx { top:35.5625rem;left:31.875rem;width:15.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hakii49HfuGqDVT1dXEFseFmsGEmvv6r { display:block; }#hakii49HfuGqDVT1dXEFseFmsGEmvv6r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBwV50pxTuF9kJEcZiTDDrC65Nr7lK2Q { top:2.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKRL3i1cBn9rz5reGiL4avlVSnWFRelC { top:8rem;left:14.437501907349rem;width:18.875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAOA08Qqlfbmcx4VFebu7qeqkARlr6Qx { top:11.8125rem;left:11.312501907349rem;width:25.125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-regular-label { width:31.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-input-text { width:31.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-input-text {padding-top: 0; padding-bottom: 0;}#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-textarea { width:31.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-input-select { width:31.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-input-select {padding-top: 0; padding-bottom: 0;}#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-input-button { width:31.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-checkbox-label { width:30.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU  { width:31.5625rem;height:auto;top:17.6875rem;left:6.84375rem; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .radio-container { width:31.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU {display:block;}#ATMFdBWqC61IIg76wipmaTA94kNsXBJU { width:31.5625rem;height:auto;top:17.6875rem;left:6.84375rem; }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #i6CZPkC3M0nPVpb8ide9CxOlnwdx6J5X {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #MPy4Wxln17ZlIpheN9mHIlxTMB6Z0WuG {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #KHpTNqi3Sl3hvNsDaP29034qdlU0rJcm {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #R4JwVWy1oQC56nFGpSDXtTuOCz2M8KCx {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #vn8fBX3ZOOCOcTis6IsyD8pTP2aArZ10 {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #T6re7OXvi8iehbQw62Jz797hu9XxVskJ {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #XdW003F14vezp68A1s3lQWyq5Q0c9KdK {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #vLWBQfUmMMcogIJkAD8rqQDrQBeT6cLn {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #pxBxpEDc75EfZAT3iBx8x66cDhaMpWIK {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #FoFETp5In03UKrUVZuUVF6TLkgWHvE1p {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #wKiggwtz2JvoQw3aZ9MTZ7yOkisfwTOt {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #dgMJg78pdCS8Br21IFJNBvv7Hx7NwiDL {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #PsLSnBu8W1DG267WgbUQx4m6hNUGNB4U {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #uzVTeGF66qZvDqb6wfhZQb8Q1pTAfEdb {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #PrdK0nDrwtps2FJ8fxUVfVSC6THsebTu {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #ZTxEvH5k3abLuyl8s76nKT5Td6pC3vn9 {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #DcNODTkHrkPHJcD24rQvdCC4JeFubLvz {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #TJZ00cCMcTWlpyktuk3FRglkn2X5cEfo {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #oqGUK29GHCrbTTB6t1GcF1H5lAewbTUF {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #uQnEGz1QR2EwgQ0BORJpKIoSclLcCaU3 {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #twxuHScT9ZOnQ3LBTbglPBqFGCvGXPmo {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #n1qfwO5V7ZtW6pTLT4nURqzvlm1OhgT2 {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #h4rWsuBkxMAc6UDqPSx1tceibsrn7N9w {  }
 }@media only screen and (max-width: 763px) { #mlG5EcVxqEmAwkn4aC9iQtsMZB2Gph5d { display:block; }#mlG5EcVxqEmAwkn4aC9iQtsMZB2Gph5d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vs2KN6wE7LK0urAyCnJucAhxoLH4LmAm { top:6rem;left:11.718751907349rem;width:24.3125rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1d6Nkd6Nc8HMrKFeVa00917LNOeeshv { top:2.5625rem;left:14.875rem;width:17.9375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZy4SZMLRyobJaT0clkmy6Shor4S2HBs { display:block; }#MZy4SZMLRyobJaT0clkmy6Shor4S2HBs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7fhlbK73Q2SfFp9gwA1pF3UxxITT0gc { top:2.5625rem;left:18.500001907349rem;width:10.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wukzAvUE09qxHAlugTgo69nSTBcSrDl0 { top:6.875rem;left:7.6875rem;width:13rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abdp0UTBis6bMc8FE3mVr7LIeAsT4tAL { top:6.875rem;left:29.968751907349rem;width:15.6875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCMDDukuU1X8C5DUoCldCpeXelCTDcR2 { top:6.5625rem;left:3.75rem;width:2.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #baTKUQxxOXnNJlIalIFAMsRN1iUUD88h { top:6.625rem;left:24.750001907349rem;width:2.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alzTOAKgo3GrPE6f36lAfiWZeFQV5ZSn { display:block; }#alzTOAKgo3GrPE6f36lAfiWZeFQV5ZSn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNKrRGrQvHSdWlUGSqDLqH7wzcDZOEGh { top:1rem;left:16.812501907349rem;width:14.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTt0gB9p6BUCOxGa4uJP32zNq4dBsD6O { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC { position:relative;z-index:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6d7Tuctr/Untitled_design_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC.adaptive-delivery-prevent-bg, #HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC.lazyload, #HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC.lazyloading { background-image: none; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row .container { background-color: transparent; background-image: none; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row .container > .video-iframe-container { display: none; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row > .video-iframe-container { display: none; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .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); }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnanLnuf3ZfNrAR5nQnchww6yEyOZNF7 { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #POgKneEXxA158wdsFqD9mu6gg6RBNhtG { width:20rem;height:5.2rem;top:10.862500190735rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lyHImd4H3T4wsMHKyTPZcDHSbosOImhz { width:20rem;height:1.6875rem;top:7.800000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLKqtM2uEkTtvmu6utFEgd9rtO7AZSzS { display:block; }#rLKqtM2uEkTtvmu6utFEgd9rtO7AZSzS > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NiC1ud8qKZAyHW2CrRoywTCT2FhZ581J { width:20rem;height:11.7rem;top:2.2437509596347rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ofSgRII0/2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo.adaptive-delivery-prevent-bg, #KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo.lazyload, #KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo.lazyloading { background-image: none; }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo > .row .container { background-color: transparent; background-image: none; }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo > .row .container > .video-iframe-container { display: none; }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo > .row > .video-iframe-container { display: none; }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo > .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); }#KGqfMg83PVUZ8q8XqyLFuReOE9dTMeuo > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rd3hxIJOUvMSwJlXZMycs4FgAL1GgbBL { width:20rem;height:2.6rem;top:3.0750045776367rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn { background-color:#ffffff;background-image:none;display:block; }#ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn > .row .container { background-color: transparent; background-image: none; }#ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn > .row .container > .video-iframe-container { display: none; }#ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn > .row > .video-iframe-container { display: none; }#ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn > .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); }#ayQtrRDr54Wao7x3CrTbJJEUL6t5Qsvn > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEduaqpL07IKuhagpBt9h4KB7JGplanr { width:20rem;height:42.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TTstrNoxzun3Le3eP7Ery0itnOUnmSKf { width:0.125rem;height:25.3125rem;top:6.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bERoztepzTCJAkedfrVqTe5lyTbnaZm8 { width:20rem;height:0.125rem;top:6.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISf31bnXLGysFtLm4XeioPKh9l6wvOQt { width:20rem;height:0.125rem;top:31.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToV2SAZNxNrrzLqudSG1mixhkPTBpKT0 { width:0.125rem;height:25.3125rem;top:6.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nAN3berBOPKnQqevSMPuDvo5VLVgmkTa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/LbSu5MrL/4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa.adaptive-delivery-prevent-bg, #nAN3berBOPKnQqevSMPuDvo5VLVgmkTa.lazyload, #nAN3berBOPKnQqevSMPuDvo5VLVgmkTa.lazyloading { background-image: none; }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa > .row .container { background-color: transparent; background-image: none; }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa > .row .container > .video-iframe-container { display: none; }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa > .row > .video-iframe-container { display: none; }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa > .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); }#nAN3berBOPKnQqevSMPuDvo5VLVgmkTa > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2gv5BdSsDQeZp32yzvwEP0XE6Iy9eFC { width:20rem;height:2.6rem;top:3.0750002861023rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U00U4uRCKqZoChe4tWmomJLOhuauVAXv { display:block; }#U00U4uRCKqZoChe4tWmomJLOhuauVAXv > .row .container { width:20rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1qBtRa4S3orZMQcP7QfE4KU6AynvQqm { width:20rem;height:3.8rem;top:52.825rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTIGims1QeqzCyotRdgmo9y0FnesprH8 { width:20rem;height:7.6rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWVPRNW2i8Kds6tssBkCKVlLfycb3ALP { width:2.875rem;height:2.375rem;top:1.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZrnAS4RfUAutJ9ApoOHTGyNk0FKvLr8 { width:2.875rem;height:2.375rem;top:13.725rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4Z2TaN7OH0q0G84AXVMZLenv7mtnBUd { width:2.875rem;height:2.375rem;top:49.2rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbz1PoxByhQBXc8Hsfg51eKSfIICgrLi { width:20rem;height:11rem;top:17.35rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oImbsv9nt0iFaswuEy6nFUkbmQMipr8P { width:20rem;height:9.5rem;top:29.6rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efwTaLMRKnp7aCZ3nVb9lV5qV5FFmlpr { width:20rem;height:7.6rem;top:40.35rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIXnT0pSEFR35Kg0CIS8CiFW4OD0ydLS { display:block; }#aIXnT0pSEFR35Kg0CIS8CiFW4OD0ydLS > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9MOBlyMzBEV16KIz84t0w0h0lAJVTTd { height:11.161197564276rem;width:19.875rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKG7CfcbMFErvfDy8151neWfkPW4z6Je { width:20rem;height:6.58125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku4TBnfdu8g6mleTS574xfWkV6NbmLAv { display:block; }#ku4TBnfdu8g6mleTS574xfWkV6NbmLAv > .row .container { width:20rem;height:179.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppH5pScLgK2b6HkKVxtsuHexnEr7i0iP { width:20rem;height:9.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfeuTFyT6xRR9RZfCrRTHB8abNoot3w7 { width:20rem;height:21.45rem;top:16.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBDmT2TVErEMl9qvVcL79nbthriaPy2q { width:20rem;height:17.55rem;top:43.7rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqvnPTDRzVWt8vFyQEDBPbfhw2UrwyWL { width:3.125rem;height:3.125rem;top:12.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEJ95TwPX0QBlPyJP8N6nCr1zINGqO9A { width:20rem;height:15.6rem;top:66.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmwzcgIQCQQTJSQGzWcnLw67WlgaS0c7 { width:3.125rem;height:3.125rem;top:39.325rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGXBFG42tsTo1HaqPai70oyLDa6rUBVo { width:20rem;height:9.75rem;top:88.1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpL3TBWkufnyRRQTrL9h0tXbxVcXETGi { width:3.125rem;height:3.125rem;top:62.5rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn1mnVA7IqUur3PGEOgOfC6gTs5NMwV0 { width:3.125rem;height:3.125rem;top:83.725rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWX3tme3SBcNxXLf74OAyApn0yu9yW49 { width:20rem;height:19.5rem;top:103.47500038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydcJiqW2BizRuZA28zI0aAb4GqwTZzrT { width:3.125rem;height:3.125rem;top:99.099996566775rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axl3FAuaoAHTwa0ixWiuvoivKNlsTH5O { width:20rem;height:19.5rem;top:128.60000038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWtL5KqBd1RqReqTHevXkVa1rfDakWF3 { width:3.125rem;height:3.125rem;top:124.22500038147rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcBbTV8bSd8KKJwKSqn34t7kAE0ADhOl { display:block; }#TcBbTV8bSd8KKJwKSqn34t7kAE0ADhOl > .row .container { width:20rem;height:58.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVvVdfWlQVPst3LKnyDJv0W4EtWNMeUd { width:20rem;height:4.225rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly6zT3czmrTvNMCCVkTQGhB2maMJlDaB { width:3.125rem;height:3.125rem;top:6.725rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx2WSzfFsRJEGuiy2XRPP2wBX8JpcGL8 { width:20rem;height:3.9rem;top:11.1rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQEATx4QvwoAgivKfpHiDuHipsRLi5HI { width:3.125rem;height:3.125rem;top:24.475rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw6JbQPrhcPzKoafLkbZG1embugpvT93 { width:20rem;height:2.6rem;top:28.85rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DT3Hw4TZWCkzm0g7nAKp9lXG9FTQumPg { width:3.125rem;height:3.125rem;top:14.95rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H44ey4pGzKwMMdOEfe4uJF4R8ebTUfBX { width:20rem;height:3.9rem;top:19.325rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h5TNhvzGqweTAQusTdZz6L9bL0gUWVH1 { width:11.375rem;height:1.3rem;top:49.875rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFDfMiWKZTTqAJ5gIIXoACKwaqVWobNH { width:3.125rem;height:3.125rem;top:45.5rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccUWCHLu2dJe2SDIAU7eWXPTJMZys88l { width:20rem;height:1.3rem;top:52.425rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IE2tBPgmFxIEIslDwylqCJeO5TbFiAa9 { width:17.9375rem;height:1.3rem;top:32.7rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dq1T6OGOPHA22baHJ3HUw9eSNg3s4Cpm { width:20rem;height:2.6rem;top:35.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBx9aTHg8hdAScTa5nXqvnO2tos3oPQR { width:20rem;height:1.3rem;top:42.95rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kMLoyghNAH0AJxxx7qeprl2qHQNx9uJ3 { width:20rem;height:2.6rem;top:39.1rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hzQyX1DvGu7tsIaP0ZHCQd5zdlvRF20d { width:16.5rem;height:1.3rem;top:54.975rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bwc8oTGNsCuLNcf8KLrlBWTXQnXdwNuv { display:block; }#Bwc8oTGNsCuLNcf8KLrlBWTXQnXdwNuv > .row .container { width:20rem;height:81.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nr3uy2tXAXHFf6lWqBSwVO5dVQbs1t5D { width:20rem;height:9rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLSWtJSZSIB9UKcHBw0SXwKlM2SDxbxh { width:15.0625rem;height:10rem;top:11.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I197TvJa2kLK3n3gT7LqgrTpzItZ1Huk { width:14.625rem;height:11rem;top:22.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE7yzgFMZycdC9fTghXc2t8QureflUMm { width:13.75rem;height:10.3125rem;top:35rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqpVu6p9QnOHXMekgBz24Vwlvd5qcbzM { width:15.0625rem;height:11.3125rem;top:57.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRTJznfCNTIvuFcWwHnuX9SkpySXk3NQ { width:14.8125rem;height:9.875rem;top:46.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGPuZqJmNf8U7rbMT6r4fEVa3ZeadxHx { width:14.375rem;height:9.5625rem;top:70.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hakii49HfuGqDVT1dXEFseFmsGEmvv6r { display:block; }#hakii49HfuGqDVT1dXEFseFmsGEmvv6r > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBwV50pxTuF9kJEcZiTDDrC65Nr7lK2Q { width:19.625rem;height:7.8rem;top:1.25rem;left:0.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKRL3i1cBn9rz5reGiL4avlVSnWFRelC { width:17.75rem;height:4.55rem;top:10.3rem;left:1.125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yAOA08Qqlfbmcx4VFebu7qeqkARlr6Qx { width:20rem;height:5.0375rem;top:16.1rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-input-text {padding-top: 0; padding-bottom: 0;}#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-input-select {padding-top: 0; padding-bottom: 0;}#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.3125rem;overflow:hidden; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU  { width:17.5rem;height:36.375rem;top:22.3875rem;left:0rem; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ATMFdBWqC61IIg76wipmaTA94kNsXBJU {display:block;}#ATMFdBWqC61IIg76wipmaTA94kNsXBJU { width:17.5rem;height:36.375rem;top:22.3875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #i6CZPkC3M0nPVpb8ide9CxOlnwdx6J5X {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #MPy4Wxln17ZlIpheN9mHIlxTMB6Z0WuG {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #KHpTNqi3Sl3hvNsDaP29034qdlU0rJcm {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #R4JwVWy1oQC56nFGpSDXtTuOCz2M8KCx {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #vn8fBX3ZOOCOcTis6IsyD8pTP2aArZ10 {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #T6re7OXvi8iehbQw62Jz797hu9XxVskJ {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #XdW003F14vezp68A1s3lQWyq5Q0c9KdK {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #vLWBQfUmMMcogIJkAD8rqQDrQBeT6cLn {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #pxBxpEDc75EfZAT3iBx8x66cDhaMpWIK {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #FoFETp5In03UKrUVZuUVF6TLkgWHvE1p {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #wKiggwtz2JvoQw3aZ9MTZ7yOkisfwTOt {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #dgMJg78pdCS8Br21IFJNBvv7Hx7NwiDL {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #PsLSnBu8W1DG267WgbUQx4m6hNUGNB4U {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #uzVTeGF66qZvDqb6wfhZQb8Q1pTAfEdb {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #PrdK0nDrwtps2FJ8fxUVfVSC6THsebTu {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #ZTxEvH5k3abLuyl8s76nKT5Td6pC3vn9 {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #DcNODTkHrkPHJcD24rQvdCC4JeFubLvz {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #TJZ00cCMcTWlpyktuk3FRglkn2X5cEfo {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #oqGUK29GHCrbTTB6t1GcF1H5lAewbTUF {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #uQnEGz1QR2EwgQ0BORJpKIoSclLcCaU3 {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #twxuHScT9ZOnQ3LBTbglPBqFGCvGXPmo {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #n1qfwO5V7ZtW6pTLT4nURqzvlm1OhgT2 {  }
 }@media only screen and (max-width: 763px) { #ATMFdBWqC61IIg76wipmaTA94kNsXBJU #h4rWsuBkxMAc6UDqPSx1tceibsrn7N9w {  }
 }@media only screen and (max-width: 763px) { #mlG5EcVxqEmAwkn4aC9iQtsMZB2Gph5d { display:block; }#mlG5EcVxqEmAwkn4aC9iQtsMZB2Gph5d > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vs2KN6wE7LK0urAyCnJucAhxoLH4LmAm { width:20rem;height:16.503125rem;top:5.1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1d6Nkd6Nc8HMrKFeVa00917LNOeeshv { width:14.0625rem;height:2.6rem;top:1.25rem;left:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZy4SZMLRyobJaT0clkmy6Shor4S2HBs { display:block; }#MZy4SZMLRyobJaT0clkmy6Shor4S2HBs > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7fhlbK73Q2SfFp9gwA1pF3UxxITT0gc { width:10.75rem;height:2.6rem;top:1.25rem;left:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wukzAvUE09qxHAlugTgo69nSTBcSrDl0 { width:11.875rem;height:1.625rem;top:8.9062747955325rem;left:4.0624998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abdp0UTBis6bMc8FE3mVr7LIeAsT4tAL { width:14.625rem;height:1.625rem;top:14.16250038147rem;left:2.6875001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCMDDukuU1X8C5DUoCldCpeXelCTDcR2 { width:2.875rem;height:2.5rem;top:5.1rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #baTKUQxxOXnNJlIalIFAMsRN1iUUD88h { width:2.875rem;height:2.375rem;top:11.10000038147rem;left:8.5625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #alzTOAKgo3GrPE6f36lAfiWZeFQV5ZSn { display:block; }#alzTOAKgo3GrPE6f36lAfiWZeFQV5ZSn > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNKrRGrQvHSdWlUGSqDLqH7wzcDZOEGh { top:1.25rem;left:2.9375rem;width:14.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTt0gB9p6BUCOxGa4uJP32zNq4dBsD6O { display:block; }
 }