.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: 959px) {
    html {
        width: 960px;
    }
}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); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/rcQEZihN/image_from_rawpixel_id_2362346_original.jpg");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf.adaptive-delivery-prevent-bg, #k10yhAHAZlqU3AydvDuD53a4kRrAcqSf.lazyload, #k10yhAHAZlqU3AydvDuD53a4kRrAcqSf.lazyloading { background-image: none; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container { background-color: transparent; background-image: none; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container > .video-iframe-container { display: none; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row > .video-iframe-container { display: none; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .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); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container { border-width: 0; border-radius: 0; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;position:relative;display:block; }#wA9JHBTZZMITn8ECJdsLs9wsTEH4wW8v { color:#000000;display:block;width:34.1875rem;position:absolute;font-family:exo;font-size:2.625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:9.5625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BDbXMElWHNNtsIC6TFPQFL3o8bF9hRMe { background-color:#23b4a1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:4.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:18.0625rem;left:0rem;display:block; }
#TVASeqRpu3URZGXSpHDabooATWLr6T5z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ClAZrLTJwHVZalhEeU8WCI8ZeCA9TH83 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:10.1875rem;top:3.2125000953674rem;left:0rem;overflow:hidden;display:block; }
#Kdcwgu9P8AHF29zxtBSdxG3cyKNiNTng { position:absolute;display:block;z-index:100005;background-color:#23b4a1;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:12.5rem;top:8.4375rem;left:0rem;display:block; }
#kLOVUHNqIvCJBkc5Tb9e0O5d7eWJoCVT { position:relative;display:block; }#kLOVUHNqIvCJBkc5Tb9e0O5d7eWJoCVT { background-color: transparent; background-image: none; }#kLOVUHNqIvCJBkc5Tb9e0O5d7eWJoCVT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kLOVUHNqIvCJBkc5Tb9e0O5d7eWJoCVT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kLOVUHNqIvCJBkc5Tb9e0O5d7eWJoCVT > .row .container > .video-iframe-container { display: none; }#kLOVUHNqIvCJBkc5Tb9e0O5d7eWJoCVT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kLOVUHNqIvCJBkc5Tb9e0O5d7eWJoCVT > .row > .video-iframe-container { display: none; }#kLOVUHNqIvCJBkc5Tb9e0O5d7eWJoCVT > .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); }#kLOVUHNqIvCJBkc5Tb9e0O5d7eWJoCVT { border-width: 0; border-radius: 0; }#kLOVUHNqIvCJBkc5Tb9e0O5d7eWJoCVT > .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.125rem;width:60rem;position:relative;display:block; }#OVLTLwmxs9tCHPXnLFmRPRw3qSlkPvmS { color:#000000;display:block;width:60rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N9LeGfuR4pr70ztOuW1TIruDRQTSanFE { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #5f1829;border-left:0.625rem solid #5f1829;border-right:0.625rem solid #5f1829;border-bottom:0.625rem solid #5f1829;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:3.75rem;width:3.75rem;top:20.375rem;left:63.524999618531rem;display:none; }
#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .row .container { background-color: transparent; background-image: none; }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .row .container > .video-iframe-container { display: none; }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .row > .video-iframe-container { display: none; }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .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); }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .row .container { border-width: 0; border-radius: 0; }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#eIe8e8C8xbnLUui4dpcigJlKZuTR0lgC { color:#000000;display:block;width:60rem;position:absolute;font-family:exo;font-size:2.375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H8V4Et6T20d61pLEH4ET5b3X6Fy1QT6i { position:absolute;display:block;z-index:100004;background-color:#23b4a1;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:12.5rem;top:7.4250011444094rem;left:23.750001907349rem;display:block; }
#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container { background-color: transparent; background-image: none; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container > .video-iframe-container { display: none; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row > .video-iframe-container { display: none; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .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); }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container { border-width: 0; border-radius: 0; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#rcTBMLMVeMLHQo2dTUFNXK4PhzFzV5Hg { color:#000000;display:block;width:60rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.5937557220459rem;left:0rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#CeNstIkAMF5kNsFWTvUJFE0oR7Cbry2R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#23b4a1;background-image:none;position:relative;display:block; }#CeNstIkAMF5kNsFWTvUJFE0oR7Cbry2R > .row .container { background-color: transparent; background-image: none; }#CeNstIkAMF5kNsFWTvUJFE0oR7Cbry2R::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CeNstIkAMF5kNsFWTvUJFE0oR7Cbry2R > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CeNstIkAMF5kNsFWTvUJFE0oR7Cbry2R > .row .container > .video-iframe-container { display: none; }#CeNstIkAMF5kNsFWTvUJFE0oR7Cbry2R > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CeNstIkAMF5kNsFWTvUJFE0oR7Cbry2R > .row > .video-iframe-container { display: none; }#CeNstIkAMF5kNsFWTvUJFE0oR7Cbry2R > .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); }#CeNstIkAMF5kNsFWTvUJFE0oR7Cbry2R > .row .container { border-width: 0; border-radius: 0; }#CeNstIkAMF5kNsFWTvUJFE0oR7Cbry2R > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:60rem;position:relative;display:block; }#lOz5vTbB7nblxAVZtwWCXR37btHibTi1 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:52.3125rem;top:0rem;left:3.8125rem;overflow:hidden;display:block; }
#C57Sb8GQQAObfnkuLdODpBmqR6o5Bm5D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#C57Sb8GQQAObfnkuLdODpBmqR6o5Bm5D > .row .container { background-color: transparent; background-image: none; }#C57Sb8GQQAObfnkuLdODpBmqR6o5Bm5D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C57Sb8GQQAObfnkuLdODpBmqR6o5Bm5D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C57Sb8GQQAObfnkuLdODpBmqR6o5Bm5D > .row .container > .video-iframe-container { display: none; }#C57Sb8GQQAObfnkuLdODpBmqR6o5Bm5D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C57Sb8GQQAObfnkuLdODpBmqR6o5Bm5D > .row > .video-iframe-container { display: none; }#C57Sb8GQQAObfnkuLdODpBmqR6o5Bm5D > .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); }#C57Sb8GQQAObfnkuLdODpBmqR6o5Bm5D > .row .container { border-width: 0; border-radius: 0; }#C57Sb8GQQAObfnkuLdODpBmqR6o5Bm5D > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#g6pG5ALJGg4VmUWZWMT3ffZituACCTg6 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:2.9375rem;top:4.96875rem;left:1.5625rem;overflow:hidden;display:block; }
#NdI74lGIDw9WFG0xA7fqK3BGGJ28RZsi { color:#19619e;display:block;width:15.0625rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:3.5812499523163rem;left:9.71875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g5vorT2hoCaRERRoxB3PKxhdf10N1TPo { color:#000000;display:block;width:19.625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:5.875rem;left:7.46875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#yUJt5Cim1sHmmvAwyQEoWuI2WhEI1LJw { color:#000000;display:block;width:19.625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:5.875rem;left:36.562501907349rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#ndXdADSD2CP6qo2gnVNqiyrHSfb0dGbR { color:#ab8fe2;display:block;width:15.0625rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:3.5812501907349rem;left:38.812501907349rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ROTXlGwGpa6Ts5Ohrii12oMySaK4gcnb { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:4.96875rem;left:31.375001907349rem;overflow:hidden;display:block; }
#UWMtNXOdcyqRHIvT2XMFaw54OdmPOsiE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#UWMtNXOdcyqRHIvT2XMFaw54OdmPOsiE > .row .container { background-color: transparent; background-image: none; }#UWMtNXOdcyqRHIvT2XMFaw54OdmPOsiE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UWMtNXOdcyqRHIvT2XMFaw54OdmPOsiE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UWMtNXOdcyqRHIvT2XMFaw54OdmPOsiE > .row .container > .video-iframe-container { display: none; }#UWMtNXOdcyqRHIvT2XMFaw54OdmPOsiE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UWMtNXOdcyqRHIvT2XMFaw54OdmPOsiE > .row > .video-iframe-container { display: none; }#UWMtNXOdcyqRHIvT2XMFaw54OdmPOsiE > .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); }#UWMtNXOdcyqRHIvT2XMFaw54OdmPOsiE > .row .container { border-width: 0; border-radius: 0; }#UWMtNXOdcyqRHIvT2XMFaw54OdmPOsiE > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;position:relative;display:block; }#yL0skWpybKV4zhMvMosnTbOGKXU2oGLt { color:#ab8fe2;display:block;width:15.0625rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:3.9437503814698rem;left:8.4375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b35LENV6qpeD1lKv4yZ1739rbqPSGN0T { color:#000000;display:block;width:19.625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:5.875rem;left:6.1875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#UiUe6mTsWZrH1NgaLXwdQMeyv5ekqoh8 { color:#000000;display:block;width:19.625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:5.875rem;left:36.468751907349rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#BIXLM3kuwkI5uwIu8VakFB0F9IckJWtK { color:#ab8fe2;display:block;width:15.0625rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:3.6437511444092rem;left:38.750001907349rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GsazbX9QdBKlp88KNb1AHVgEOJTveMtH { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:3.0625rem;top:5.8125rem;left:31.718751907349rem;overflow:hidden;display:block; }
#JxzHbny0OXdfyXHo9BWS5VpTIt1HFRzB { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:5.03125rem;left:1.7117195129394rem;overflow:hidden;display:block; }
#x5v8zZWyPrkFLi2FyFEsfPUs89TFvhPG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#x5v8zZWyPrkFLi2FyFEsfPUs89TFvhPG > .row .container { background-color: transparent; background-image: none; }#x5v8zZWyPrkFLi2FyFEsfPUs89TFvhPG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x5v8zZWyPrkFLi2FyFEsfPUs89TFvhPG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x5v8zZWyPrkFLi2FyFEsfPUs89TFvhPG > .row .container > .video-iframe-container { display: none; }#x5v8zZWyPrkFLi2FyFEsfPUs89TFvhPG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x5v8zZWyPrkFLi2FyFEsfPUs89TFvhPG > .row > .video-iframe-container { display: none; }#x5v8zZWyPrkFLi2FyFEsfPUs89TFvhPG > .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); }#x5v8zZWyPrkFLi2FyFEsfPUs89TFvhPG > .row .container { border-width: 0; border-radius: 0; }#x5v8zZWyPrkFLi2FyFEsfPUs89TFvhPG > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#NazH4UqoWFbHuE3ypRhk3N0227TRyo9D { color:#000000;display:block;width:60rem;position:absolute;font-family:exo;font-size:2.375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PnByrlmmORmanTGltLdM0DXDLV6h1i1F { position:absolute;display:block;z-index:100003;background-color:#23b4a1;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:12.5rem;top:7.425000190735rem;left:23.750001907349rem;display:block; }
#gn3gfDmFNTqMaTiA4vGoHVaHWZBEyMQm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#gn3gfDmFNTqMaTiA4vGoHVaHWZBEyMQm > .row .container { background-color: transparent; background-image: none; }#gn3gfDmFNTqMaTiA4vGoHVaHWZBEyMQm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gn3gfDmFNTqMaTiA4vGoHVaHWZBEyMQm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gn3gfDmFNTqMaTiA4vGoHVaHWZBEyMQm > .row .container > .video-iframe-container { display: none; }#gn3gfDmFNTqMaTiA4vGoHVaHWZBEyMQm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gn3gfDmFNTqMaTiA4vGoHVaHWZBEyMQm > .row > .video-iframe-container { display: none; }#gn3gfDmFNTqMaTiA4vGoHVaHWZBEyMQm > .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); }#gn3gfDmFNTqMaTiA4vGoHVaHWZBEyMQm > .row .container { border-width: 0; border-radius: 0; }#gn3gfDmFNTqMaTiA4vGoHVaHWZBEyMQm > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:60rem;position:relative;display:block; }#znOOeTPCLqGquTT3omQFGDTbtiQcG3fh { color:#000000;display:block;width:45.375rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.1687507629394rem;left:14rem;height:15.19375rem;text-align:left;text-align-last:left;display:block; }
#PklJIeWEK2vLAtpGuzmyxcnnQroQ84ud { box-sizing:content-box;color:#23b4a1;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:3.1679697036743rem;left:11.52499961853rem;display:block; }
#TRBrMNeUIQWUIuoN2rXzL344630lu8we { box-sizing:content-box;color:#23b4a1;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:5.6999998092651rem;left:11.52499961853rem;display:block; }
#EctGIU8d9ZnzUfz8G7GI3TGPNKickOmH { box-sizing:content-box;color:#23b4a1;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:8.449999809265rem;left:11.52499961853rem;display:block; }
#sUro469KoAmLRdvzk7Zf9Tf09zNoqKaN { box-sizing:content-box;color:#23b4a1;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:11.250000953674rem;left:11.52499961853rem;display:block; }
#WTBtry0G9KVhIryTvw07ZL3AaSw8m31R { box-sizing:content-box;color:#23b4a1;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:13.699999809265rem;left:11.52499961853rem;display:block; }
#OxRX6tGqBtNAmZPrgGvW0PmDc97sxX2t { box-sizing:content-box;color:#23b4a1;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:16.643750190735rem;left:11.52499961853rem;display:block; }
#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container { background-color: transparent; background-image: none; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container > .video-iframe-container { display: none; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row > .video-iframe-container { display: none; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .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); }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container { border-width: 0; border-radius: 0; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;position:relative;display:block; }#Ck2lZR0UTKHrLxJxKcW7VwPOoISqVGHi { color:#000000;display:block;width:60rem;position:absolute;font-family:exo;font-size:2.375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.0492200851441rem;left:0rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TdGRB6XM7tv3XHpzDe5GfK5mq7XBZMsQ { position:absolute;display:block;z-index:100002;background-color:#23b4a1;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:12.5rem;top:7.03671836853rem;left:23.149217605591rem;display:block; }
#QJy0m0TH2L6ZFUO1hn6O4Rcy0GzA3nxu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QJy0m0TH2L6ZFUO1hn6O4Rcy0GzA3nxu > .row .container { background-color: transparent; background-image: none; }#QJy0m0TH2L6ZFUO1hn6O4Rcy0GzA3nxu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QJy0m0TH2L6ZFUO1hn6O4Rcy0GzA3nxu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QJy0m0TH2L6ZFUO1hn6O4Rcy0GzA3nxu > .row .container > .video-iframe-container { display: none; }#QJy0m0TH2L6ZFUO1hn6O4Rcy0GzA3nxu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QJy0m0TH2L6ZFUO1hn6O4Rcy0GzA3nxu > .row > .video-iframe-container { display: none; }#QJy0m0TH2L6ZFUO1hn6O4Rcy0GzA3nxu > .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); }#QJy0m0TH2L6ZFUO1hn6O4Rcy0GzA3nxu > .row .container { border-width: 0; border-radius: 0; }#QJy0m0TH2L6ZFUO1hn6O4Rcy0GzA3nxu > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:60rem;position:relative;display:block; }#vmGMghdSdnSrQK0ebbm3XoBIuCh54LOK { color:#000000;display:block;width:60rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:2.3625001907349rem;left:0rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#ewHU7nptlW1NbSM6oBelnmamNl1uJCSB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ewHU7nptlW1NbSM6oBelnmamNl1uJCSB > .row .container { background-color: transparent; background-image: none; }#ewHU7nptlW1NbSM6oBelnmamNl1uJCSB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ewHU7nptlW1NbSM6oBelnmamNl1uJCSB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ewHU7nptlW1NbSM6oBelnmamNl1uJCSB > .row .container > .video-iframe-container { display: none; }#ewHU7nptlW1NbSM6oBelnmamNl1uJCSB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ewHU7nptlW1NbSM6oBelnmamNl1uJCSB > .row > .video-iframe-container { display: none; }#ewHU7nptlW1NbSM6oBelnmamNl1uJCSB > .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); }#ewHU7nptlW1NbSM6oBelnmamNl1uJCSB > .row .container { border-width: 0; border-radius: 0; }#ewHU7nptlW1NbSM6oBelnmamNl1uJCSB > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#XKF6Kr1RrV3cUv9xRPu0MVyTG9ZWRaoy { color:#000000;display:block;width:39.3125rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.3812503814698rem;left:10.34375rem;height:1.3rem;display:block; }
#yHScp0XpTyNyuhAdwe1wvNaW7FvMH2JI { position:relative;display:block; }#yHScp0XpTyNyuhAdwe1wvNaW7FvMH2JI { background-color: transparent; background-image: none; }#yHScp0XpTyNyuhAdwe1wvNaW7FvMH2JI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yHScp0XpTyNyuhAdwe1wvNaW7FvMH2JI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yHScp0XpTyNyuhAdwe1wvNaW7FvMH2JI > .row .container > .video-iframe-container { display: none; }#yHScp0XpTyNyuhAdwe1wvNaW7FvMH2JI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yHScp0XpTyNyuhAdwe1wvNaW7FvMH2JI > .row > .video-iframe-container { display: none; }#yHScp0XpTyNyuhAdwe1wvNaW7FvMH2JI > .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); }#yHScp0XpTyNyuhAdwe1wvNaW7FvMH2JI { border-width: 0; border-radius: 0; }#yHScp0XpTyNyuhAdwe1wvNaW7FvMH2JI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#yHScp0XpTyNyuhAdwe1wvNaW7FvMH2JI > .row .container.adaptive-delivery-prevent-bg, #yHScp0XpTyNyuhAdwe1wvNaW7FvMH2JI > .row .container.lazyload, #yHScp0XpTyNyuhAdwe1wvNaW7FvMH2JI > .row .container.lazyloading { background-image: none; }#oMSxNKnioA0dfgzHWDv7XM6CPDbX1am5 { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3.0859375rem;left:1.46875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#hWn8QstXPrlEf87apQgJks43aNrQKHhI { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.0859375rem;left:21.468751907349rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#v4KvyscJsEAsFy9m6SaNKfI44y47iHNx { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:3.0859375rem;left:41.468751907349rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#HvALsMpxlxrGeiFmMNFJFJ0klGRTl9EB { position:relative;display:block; }#HvALsMpxlxrGeiFmMNFJFJ0klGRTl9EB { background-color: transparent; background-image: none; }#HvALsMpxlxrGeiFmMNFJFJ0klGRTl9EB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HvALsMpxlxrGeiFmMNFJFJ0klGRTl9EB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HvALsMpxlxrGeiFmMNFJFJ0klGRTl9EB > .row .container > .video-iframe-container { display: none; }#HvALsMpxlxrGeiFmMNFJFJ0klGRTl9EB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HvALsMpxlxrGeiFmMNFJFJ0klGRTl9EB > .row > .video-iframe-container { display: none; }#HvALsMpxlxrGeiFmMNFJFJ0klGRTl9EB > .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); }#HvALsMpxlxrGeiFmMNFJFJ0klGRTl9EB { border-width: 0; border-radius: 0; }#HvALsMpxlxrGeiFmMNFJFJ0klGRTl9EB > .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:9.375rem;width:60rem;position:relative;display:block; }#TnJ9mvmbzSf5liq8Tzr7R9iEEmGQb3Tp { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:2.7742195129394rem;left:1.46875rem;height:;text-align:center;text-align-last:center;display:block; }
#yUDhF0EA24z8GTOVQ8AzTTVGpNLmHdIP { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:2.7742195129394rem;left:21.468751907349rem;height:;text-align:center;text-align-last:center;display:block; }
#SO56URid5TqDDFOH4Pp9bWkFpa1qTTpU { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:2.7742195129394rem;left:41.468751907349rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#AfWTXh8x6TxmobsK44x8Zhl2yMcyxElo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/RuufIOEU/paper_3213924_1920.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#AfWTXh8x6TxmobsK44x8Zhl2yMcyxElo.adaptive-delivery-prevent-bg, #AfWTXh8x6TxmobsK44x8Zhl2yMcyxElo.lazyload, #AfWTXh8x6TxmobsK44x8Zhl2yMcyxElo.lazyloading { background-image: none; }#AfWTXh8x6TxmobsK44x8Zhl2yMcyxElo > .row .container { background-color: transparent; background-image: none; }#AfWTXh8x6TxmobsK44x8Zhl2yMcyxElo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6,6,38,0.8); }#AfWTXh8x6TxmobsK44x8Zhl2yMcyxElo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AfWTXh8x6TxmobsK44x8Zhl2yMcyxElo > .row .container > .video-iframe-container { display: none; }#AfWTXh8x6TxmobsK44x8Zhl2yMcyxElo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6,6,38,0.8); }#AfWTXh8x6TxmobsK44x8Zhl2yMcyxElo > .row > .video-iframe-container { display: none; }#AfWTXh8x6TxmobsK44x8Zhl2yMcyxElo > .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); }#AfWTXh8x6TxmobsK44x8Zhl2yMcyxElo > .row .container { border-width: 0; border-radius: 0; }#AfWTXh8x6TxmobsK44x8Zhl2yMcyxElo > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:60rem;position:relative;display:block; }#slPTmtOwlo2evECHygmQXTlHahc2TQP7 { color:#000000;display:block;width:60rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.7429695129394rem;left:0rem;height:10.3625rem;text-align:center;text-align-last:center;display:block; }
#qUBLawtmvrtgPmBZosXBnaaRUT18fUt2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#qUBLawtmvrtgPmBZosXBnaaRUT18fUt2 > .row .container { background-color: transparent; background-image: none; }#qUBLawtmvrtgPmBZosXBnaaRUT18fUt2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qUBLawtmvrtgPmBZosXBnaaRUT18fUt2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qUBLawtmvrtgPmBZosXBnaaRUT18fUt2 > .row .container > .video-iframe-container { display: none; }#qUBLawtmvrtgPmBZosXBnaaRUT18fUt2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qUBLawtmvrtgPmBZosXBnaaRUT18fUt2 > .row > .video-iframe-container { display: none; }#qUBLawtmvrtgPmBZosXBnaaRUT18fUt2 > .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); }#qUBLawtmvrtgPmBZosXBnaaRUT18fUt2 > .row .container { border-width: 0; border-radius: 0; }#qUBLawtmvrtgPmBZosXBnaaRUT18fUt2 > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:60rem;position:relative;display:block; }#LS5IXhmc1vBg6vUP8W9UELPTTibN4dTq { color:#000000;display:block;width:55.0625rem;position:absolute;font-family:exo;font-size:2.375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:6.586718559265rem;left:3.1875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bT5EdpCgRPT009oHyr7z7VsKRilL42eI { position:absolute;display:block;z-index:100006;background-color:#23b4a1;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:12.5rem;top:5.8125rem;left:24.468751907349rem;display:block; }
#zuIA41T01O3BsC3u827w6SrrCAD0csGG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#zuIA41T01O3BsC3u827w6SrrCAD0csGG > .row .container { background-color: transparent; background-image: none; }#zuIA41T01O3BsC3u827w6SrrCAD0csGG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zuIA41T01O3BsC3u827w6SrrCAD0csGG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zuIA41T01O3BsC3u827w6SrrCAD0csGG > .row .container > .video-iframe-container { display: none; }#zuIA41T01O3BsC3u827w6SrrCAD0csGG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zuIA41T01O3BsC3u827w6SrrCAD0csGG > .row > .video-iframe-container { display: none; }#zuIA41T01O3BsC3u827w6SrrCAD0csGG > .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); }#zuIA41T01O3BsC3u827w6SrrCAD0csGG > .row .container { border-width: 0; border-radius: 0; }#zuIA41T01O3BsC3u827w6SrrCAD0csGG > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:60rem;position:relative;display:block; }#AJJ9A6WTF9A06he5dfq3eGJsxZkar60a { position:absolute;display:block;z-index:100043;background-color:#72c5c6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;height:3.625rem;width:3.625rem;top:17.25rem;left:14.875rem;display:block; }
#kfES0EaLQTUiO42XI19xlq4vnm0mMWAm { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:10.125rem;left:16.1875rem;display:block; }
#rg0BpIwCTWyUKJSh5x0WHDh2BS0qfmq8 { position:absolute;display:block;z-index:100037;background-color:#6bd49a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;height:3.375rem;width:3.3125rem;top:9.3125rem;left:14.875rem;display:block; }
#xzd48TrqGLc5O7meo2h6N0KURdIJBxsQ { box-sizing:content-box;color:#000000;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;display:block;z-index:100048;top:17.5rem;left:16.375rem;display:block; }
#hTMt7PsWes4lgr6ln3FZilAmQsrRbbEv { position:absolute;display:block;z-index:100034;background-color:#fcec4f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;height:3.375rem;width:3.375rem;top:2.875rem;left:15rem;display:block; }
#iPmLUvNJ52iigBKLwivwAUpwaSIxeBRf { box-sizing:content-box;color:#000000;font-size:2.3125rem;font-weight:400;line-height:1;height:3.375rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100047;top:3.0625rem;left:16.1875rem;display:block; }
#iAJE71e8L3Rt4SCem975SUHS2nsqVeJp { color:#000000;display:block;width:27.375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:17.612500190735rem;left:19.687501907349rem;height:4.3875rem;text-align:left;text-align-last:left;display:block; }
#BQVHB2fdJykvwO0KGvI4GVgprx6XEk42 { color:#000000;display:block;width:28.75rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:9.3000030517575rem;left:19.687501907349rem;height:5.85rem;text-align:left;text-align-last:left;display:block; }
#ekPWaAuwmynmoBqBQoTkBOTVsH2dXK1O { color:#000000;display:block;width:27.375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:3.6000003814698rem;left:19.687501907349rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg > .row .container { background-color: transparent; background-image: none; }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg > .row .container > .video-iframe-container { display: none; }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg > .row > .video-iframe-container { display: none; }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg > .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); }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg > .row .container { border-width: 0; border-radius: 0; }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#WdekNlcqtBJSw6Xb7E1JeTPea7dC4fbs { color:#000000;display:block;width:60rem;position:absolute;font-family:exo;font-size:2.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container { background-color: transparent; background-image: none; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container > .video-iframe-container { display: none; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row > .video-iframe-container { display: none; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .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); }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container { border-width: 0; border-radius: 0; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;position:relative;display:block; }#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-form-header {  }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-regular-label { display:none;width:18.6875rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-input-text { border-top:0.0625rem solid #ab8fe2;border-left:0.0625rem solid #ab8fe2;border-right:0.0625rem solid #ab8fe2;border-bottom:0.0625rem solid #ab8fe2;height:3.4375rem;width:18.6875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:exo;font-weight:300;text-align:left;text-align-last:left;font-size:1.125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;font-style:normal; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-textarea { border-top:0.0625rem solid #ab8fe2;border-left:0.0625rem solid #ab8fe2;border-right:0.0625rem solid #ab8fe2;border-bottom:0.0625rem solid #ab8fe2;height:3.125rem;width:18.6875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:exo;font-weight:300;text-align:left;text-align-last:left;font-size:1.125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;font-style:normal; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:18.6875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:11.125rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:exo;font-weight:bold;text-align:center;text-align-last:center;font-size:1.125rem;background-color:#23b4a1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 [class*="-text"]:-moz-placeholder { font-size:1.125rem;font-family:exo;color:#d6d4d4;font-weight:300;font-style:normal; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 [class*="-text"]::-moz-placeholder { font-size:1.125rem;font-family:exo;color:#d6d4d4;font-weight:300;font-style:normal; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 [class*="-text"]:-ms-input-placeholder { font-size:1.125rem;font-family:exo;color:#d6d4d4;font-weight:300;font-style:normal; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 [class*="-text"]::-webkit-input-placeholder { font-size:1.125rem;font-family:exo;color:#d6d4d4;font-weight:300;font-style:normal; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:50.3125rem;height:auto;font-size:0.75rem;font-family:exo;line-height:1.6;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:8.15625rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.375rem;padding-bottom:0;padding-left:0.375rem; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-container:first-of-type{padding-top:0;}#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-container:last-of-type{padding-bottom:0;}#pKtrAdQVtr6wTZwky6PTas673sFAdaM8  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:52.625rem;height:auto;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;left:2.4375rem;top:0.625rem;z-index:100000;position:absolute; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .radio-container { width:19.3125rem; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:52.625rem;height:auto;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;left:2.4375rem;top:0.625rem;z-index:100000;position:absolute; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #ZFvy0htkgEUKPTuB6O0U5ok1ZeGBnsz5 { position:relative; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #ZuVet1lq1EwvN2B4RqOfv7tXP8298ZLC { position:relative; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #qbkKwFIBB12NQ7egSU1mwm6Q7GJzs0vF { position:relative; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #ZukqFctRzVaQKKEugisLu2rdCPpX5Ug7 { position:relative; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #VpEh1ryfzOdETu1uHMT6GsaeT3ONi5nM { position:relative; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #aqtVCbpXZBgU7sECJdBVSByuF3DfPSGJ { position:relative; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #TaBVqFN5V6KNFMtGV4Q5OnnX6uZhsEqq { position:relative; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #SW8D1ZcmusuApfLZLe6QSbxvq2SAVQpD { position:relative; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #enIJHt7xAhMsVedRFIZJOUKcmI8cP4kC { position:relative; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #md52fwBul3n1kxEr2W9KURVEmVCWLwSC { position:relative;z-index:2; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #uDKCIF9JNbiFZrIHPHnqxsyicqVHHofq { position:relative; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #CJnFsw2KL7QO5EC0Ah0dx6mK7OgkTKaV { position:relative;display:block;z-index:100000; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #zmtkpQtm0zAX7Wbc3VFlTacaBJ6DNOex { position:relative;display:block;z-index:100000; }
#FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#23b4a1;background-image:none;position:relative;display:block; }#FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3 > .row .container { background-color: transparent; background-image: none; }#FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3 > .row .container > .video-iframe-container { display: none; }#FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3 > .row > .video-iframe-container { display: none; }#FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3 > .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); }#FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3 > .row .container { border-width: 0; border-radius: 0; }#FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3 > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:60rem;position:relative;display:block; }#Tr9qWlk9BMdJlHc6inWDmRdOHC5NU4u5 { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:100022;line-height:1.4;letter-spacing:0;top:9.8125rem;left:29.5rem;height:2.45rem;font-style:normal;display:block; }
#ez7l7lMb43Bk4a8ybKhSZFRRmfNWSOb5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:14.278907775879rem;left:10.5rem;display:block; }
#MNl4eyJKecTHCAxsKMLfOSspHWXkkPMl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZZazkCdZAfTpWlm2zh34pJh7r7NU3zkl { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:5.125rem;left:26.875rem;display:block; }
#gwziiwgRTqF4llUscphzLNCik4NOLbWD { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:5.125rem;left:49.875rem;display:block; }
#W8w737F93q3UQcKTbMv22MLwD0iNKh2H { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:100026;line-height:1.4;letter-spacing:0;top:5.5rem;left:29.6875rem;height:1.225rem;font-style:normal;display:block; }
#DmDEJam2WnNkuGLGIXiWTT40KdlvdDpK { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:9.8125rem;left:26.875rem;display:block; }
#ux9enpc4wMa85l8vWZaFWvXaGRnai7el { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:100024;line-height:1.4;letter-spacing:0;top:5.5rem;left:51.8125rem;height:1.225rem;font-style:normal;display:block; }
#QxXdFTHm2GDddup3D3gCM9L4B9CK9sIC { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:18.625rem;top:3.1117191314698rem;left:0rem;overflow:hidden;display:block; }
#kqkTh8rvGPthFBy1qwrsFBnEh5u7TKWR { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:10.03750038147rem;left:49.874219894409rem;display:block; }
#e0FATbGgezNR4raPCdh43xaRobOkfs1H { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:100025;line-height:1.4;letter-spacing:0;top:10.42421913147rem;left:51.874998092651rem;height:1.225rem;font-style:normal;display:block; }
#QCoTybOhAeUuWMo7Mhrvqc31q3JOPsbb { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:14.278907775879rem;left:0rem;display:block; }
#WsmaiKbPEHM8myP1szUVT4fAxGirPLyk { 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) { #k10yhAHAZlqU3AydvDuD53a4kRrAcqSf { display:block; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wA9JHBTZZMITn8ECJdsLs9wsTEH4wW8v { top:9.5625rem;left:0rem;width:34.1875rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDbXMElWHNNtsIC6TFPQFL3o8bF9hRMe { width:14.875rem;height:4.5625rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVASeqRpu3URZGXSpHDabooATWLr6T5z { display:block; }
 }@media only screen and (max-width: 763px) { #ClAZrLTJwHVZalhEeU8WCI8ZeCA9TH83 { top:3.1875rem;left:0rem;width:10.1875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdcwgu9P8AHF29zxtBSdxG3cyKNiNTng { top:8.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLOVUHNqIvCJBkc5Tb9e0O5d7eWJoCVT { display:block; }#kLOVUHNqIvCJBkc5Tb9e0O5d7eWJoCVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVLTLwmxs9tCHPXnLFmRPRw3qSlkPvmS { top:2.1875rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9LeGfuR4pr70ztOuW1TIruDRQTSanFE { top:21rem;left:42.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc { display:block; }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIe8e8C8xbnLUui4dpcigJlKZuTR0lgC { top:4.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8V4Et6T20d61pLEH4ET5b3X6Fy1QT6i { top:7.375rem;left:17.625001907349rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg { display:block; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcTBMLMVeMLHQo2dTUFNXK4PhzFzV5Hg { top:1.5625rem;left:0rem;width:47.75rem;height:7.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeNstIkAMF5kNsFWTvUJFE0oR7Cbry2R { display:block; }#CeNstIkAMF5kNsFWTvUJFE0oR7Cbry2R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOz5vTbB7nblxAVZtwWCXR37btHibTi1 { top:0rem;left:0rem;width:47.75rem;height:14.148148148148rem;display:block; }
 }@media only screen and (max-width: 763px) { #C57Sb8GQQAObfnkuLdODpBmqR6o5Bm5D { display:block; }#C57Sb8GQQAObfnkuLdODpBmqR6o5Bm5D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6pG5ALJGg4VmUWZWMT3ffZituACCTg6 { top:4.9375rem;left:0rem;width:2.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdI74lGIDw9WFG0xA7fqK3BGGJ28RZsi { top:3.5625rem;left:6.65625rem;width:15.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5vorT2hoCaRERRoxB3PKxhdf10N1TPo { top:5.875rem;left:4.25rem;width:19.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUJt5Cim1sHmmvAwyQEoWuI2WhEI1LJw { top:5.875rem;left:27.375001907349rem;width:19.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndXdADSD2CP6qo2gnVNqiyrHSfb0dGbR { top:3.5625rem;left:29.625001907349rem;width:15.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROTXlGwGpa6Ts5Ohrii12oMySaK4gcnb { top:4.9375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWMtNXOdcyqRHIvT2XMFaw54OdmPOsiE { display:block; }#UWMtNXOdcyqRHIvT2XMFaw54OdmPOsiE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yL0skWpybKV4zhMvMosnTbOGKXU2oGLt { top:3.9375rem;left:5.375rem;width:15.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b35LENV6qpeD1lKv4yZ1739rbqPSGN0T { top:5.875rem;left:3.125rem;width:19.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiUe6mTsWZrH1NgaLXwdQMeyv5ekqoh8 { top:5.875rem;left:27.281251907349rem;width:19.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIXLM3kuwkI5uwIu8VakFB0F9IckJWtK { top:3.625rem;left:29.562501907349rem;width:15.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsazbX9QdBKlp88KNb1AHVgEOJTveMtH { top:5.8125rem;left:23.875rem;width:3.0625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxzHbny0OXdfyXHo9BWS5VpTIt1HFRzB { top:5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5v8zZWyPrkFLi2FyFEsfPUs89TFvhPG { display:block; }#x5v8zZWyPrkFLi2FyFEsfPUs89TFvhPG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NazH4UqoWFbHuE3ypRhk3N0227TRyo9D { top:4.4375rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnByrlmmORmanTGltLdM0DXDLV6h1i1F { top:7.375rem;left:17.625001907349rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn3gfDmFNTqMaTiA4vGoHVaHWZBEyMQm { display:block; }#gn3gfDmFNTqMaTiA4vGoHVaHWZBEyMQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znOOeTPCLqGquTT3omQFGDTbtiQcG3fh { top:3.125rem;left:2.375rem;width:45.375rem;height:14.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PklJIeWEK2vLAtpGuzmyxcnnQroQ84ud { top:3.125rem;left:5.3999996185303rem;width:1.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRBrMNeUIQWUIuoN2rXzL344630lu8we { top:5.6875rem;left:5.3999996185303rem;width:1.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EctGIU8d9ZnzUfz8G7GI3TGPNKickOmH { top:8.4375rem;left:5.3999996185303rem;width:1.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUro469KoAmLRdvzk7Zf9Tf09zNoqKaN { top:11.25rem;left:5.3999996185303rem;width:1.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTBtry0G9KVhIryTvw07ZL3AaSw8m31R { top:13.6875rem;left:5.3999996185303rem;width:1.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxRX6tGqBtNAmZPrgGvW0PmDc97sxX2t { top:16.625rem;left:5.3999996185303rem;width:1.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT { display:block; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ck2lZR0UTKHrLxJxKcW7VwPOoISqVGHi { top:4rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdGRB6XM7tv3XHpzDe5GfK5mq7XBZMsQ { top:7rem;left:17.024217605591rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJy0m0TH2L6ZFUO1hn6O4Rcy0GzA3nxu { display:block; }#QJy0m0TH2L6ZFUO1hn6O4Rcy0GzA3nxu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmGMghdSdnSrQK0ebbm3XoBIuCh54LOK { top:2.3125rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewHU7nptlW1NbSM6oBelnmamNl1uJCSB { display:block; }#ewHU7nptlW1NbSM6oBelnmamNl1uJCSB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKF6Kr1RrV3cUv9xRPu0MVyTG9ZWRaoy { top:2.375rem;left:4.21875rem;width:39.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHScp0XpTyNyuhAdwe1wvNaW7FvMH2JI { display:block; }#yHScp0XpTyNyuhAdwe1wvNaW7FvMH2JI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMSxNKnioA0dfgzHWDv7XM6CPDbX1am5 { top:3.0625rem;left:0rem;width:17.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWn8QstXPrlEf87apQgJks43aNrQKHhI { top:3.0625rem;left:14.6875rem;width:17.0625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4KvyscJsEAsFy9m6SaNKfI44y47iHNx { top:3.0625rem;left:30.5625rem;width:17.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvALsMpxlxrGeiFmMNFJFJ0klGRTl9EB { display:block; }#HvALsMpxlxrGeiFmMNFJFJ0klGRTl9EB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnJ9mvmbzSf5liq8Tzr7R9iEEmGQb3Tp { top:2.75rem;left:0rem;width:17.0625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUDhF0EA24z8GTOVQ8AzTTVGpNLmHdIP { top:2.75rem;left:14.6875rem;width:17.0625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO56URid5TqDDFOH4Pp9bWkFpa1qTTpU { top:2.75rem;left:30.5625rem;width:17.0625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfWTXh8x6TxmobsK44x8Zhl2yMcyxElo { display:block; }#AfWTXh8x6TxmobsK44x8Zhl2yMcyxElo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slPTmtOwlo2evECHygmQXTlHahc2TQP7 { top:3.6875rem;left:0rem;width:47.75rem;height:10.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUBLawtmvrtgPmBZosXBnaaRUT18fUt2 { display:block; }#qUBLawtmvrtgPmBZosXBnaaRUT18fUt2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LS5IXhmc1vBg6vUP8W9UELPTTibN4dTq { top:6.5625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT5EdpCgRPT009oHyr7z7VsKRilL42eI { top:5.8125rem;left:18.343751907349rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuIA41T01O3BsC3u827w6SrrCAD0csGG { display:block; }#zuIA41T01O3BsC3u827w6SrrCAD0csGG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJJ9A6WTF9A06he5dfq3eGJsxZkar60a { top:17.25rem;left:8.75rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfES0EaLQTUiO42XI19xlq4vnm0mMWAm { top:10.125rem;left:10.0625rem;width:3.0625rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg0BpIwCTWyUKJSh5x0WHDh2BS0qfmq8 { top:9.3125rem;left:8.75rem;width:3.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzd48TrqGLc5O7meo2h6N0KURdIJBxsQ { top:17.5rem;left:10.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTMt7PsWes4lgr6ln3FZilAmQsrRbbEv { top:2.875rem;left:8.875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPmLUvNJ52iigBKLwivwAUpwaSIxeBRf { top:3.0625rem;left:10.0625rem;width:3.5rem;height:3.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAJE71e8L3Rt4SCem975SUHS2nsqVeJp { top:17.5625rem;left:13.562501907349rem;width:27.375rem;height:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQVHB2fdJykvwO0KGvI4GVgprx6XEk42 { top:9.25rem;left:13.562501907349rem;width:28.75rem;height:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekPWaAuwmynmoBqBQoTkBOTVsH2dXK1O { top:3.5625rem;left:13.562501907349rem;width:27.375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg { display:block; }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdekNlcqtBJSw6Xb7E1JeTPea7dC4fbs { top:4.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXlQrn0b3bssczyzrhaqP6n30TSqfwBy { display:block; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-regular-label { width:15rem; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-input-text { width:15rem; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-textarea { width:15rem; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-input-select { width:15rem; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-checkbox-label { width:42.9375rem; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-radio-label { width:6.25rem; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8  { width:45.25rem;height:auto;top:0.625rem;left:0rem; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .radio-container { width:15.625rem; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 {display:inline-block;}#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 { width:45.25rem;height:auto;top:0.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #ZFvy0htkgEUKPTuB6O0U5ok1ZeGBnsz5 {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #ZuVet1lq1EwvN2B4RqOfv7tXP8298ZLC {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #qbkKwFIBB12NQ7egSU1mwm6Q7GJzs0vF {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #ZukqFctRzVaQKKEugisLu2rdCPpX5Ug7 {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #VpEh1ryfzOdETu1uHMT6GsaeT3ONi5nM {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #aqtVCbpXZBgU7sECJdBVSByuF3DfPSGJ {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #TaBVqFN5V6KNFMtGV4Q5OnnX6uZhsEqq {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #SW8D1ZcmusuApfLZLe6QSbxvq2SAVQpD {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #enIJHt7xAhMsVedRFIZJOUKcmI8cP4kC {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #md52fwBul3n1kxEr2W9KURVEmVCWLwSC {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #uDKCIF9JNbiFZrIHPHnqxsyicqVHHofq {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #CJnFsw2KL7QO5EC0Ah0dx6mK7OgkTKaV {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #zmtkpQtm0zAX7Wbc3VFlTacaBJ6DNOex {  }
 }@media only screen and (max-width: 763px) { #FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3 { display:block; }#FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tr9qWlk9BMdJlHc6inWDmRdOHC5NU4u5 { top:9.8125rem;left:23.375rem;width:14.375rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez7l7lMb43Bk4a8ybKhSZFRRmfNWSOb5 { width:10.5rem;height:2rem;top:14.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNl4eyJKecTHCAxsKMLfOSspHWXkkPMl { display:block; }
 }@media only screen and (max-width: 763px) { #ZZazkCdZAfTpWlm2zh34pJh7r7NU3zkl { top:5.125rem;left:20.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwziiwgRTqF4llUscphzLNCik4NOLbWD { top:5.125rem;left:43.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8w737F93q3UQcKTbMv22MLwD0iNKh2H { top:5.5rem;left:23.5625rem;width:10.0625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmDEJam2WnNkuGLGIXiWTT40KdlvdDpK { top:9.8125rem;left:20.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux9enpc4wMa85l8vWZaFWvXaGRnai7el { top:5.5rem;left:40.4375rem;width:7.3125rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxXdFTHm2GDddup3D3gCM9L4B9CK9sIC { top:3.0625rem;left:0rem;width:18.625rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqkTh8rvGPthFBy1qwrsFBnEh5u7TKWR { top:10rem;left:43.749219894409rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0FATbGgezNR4raPCdh43xaRobOkfs1H { top:10.375rem;left:40.4375rem;width:7.3125rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCoTybOhAeUuWMo7Mhrvqc31q3JOPsbb { width:10.5rem;height:2rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsmaiKbPEHM8myP1szUVT4fAxGirPLyk { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #k10yhAHAZlqU3AydvDuD53a4kRrAcqSf { display:block; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wA9JHBTZZMITn8ECJdsLs9wsTEH4wW8v { width:20rem;height:4.3875rem;top:8.9625005722044rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDbXMElWHNNtsIC6TFPQFL3o8bF9hRMe { width:13.625rem;height:3.5rem;top:15.31250038743rem;left:3.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVASeqRpu3URZGXSpHDabooATWLr6T5z { display:block; }
 }@media only screen and (max-width: 763px) { #ClAZrLTJwHVZalhEeU8WCI8ZeCA9TH83 { width:8.8125rem;height:3.625rem;top:0.875rem;left:5.5937498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdcwgu9P8AHF29zxtBSdxG3cyKNiNTng { width:12.5rem;height:0.125rem;top:5.5625rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLOVUHNqIvCJBkc5Tb9e0O5d7eWJoCVT { display:block; }#kLOVUHNqIvCJBkc5Tb9e0O5d7eWJoCVT > .row .container { width:20rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVLTLwmxs9tCHPXnLFmRPRw3qSlkPvmS { width:19.1875rem;height:28.03125rem;top:1.375rem;left:0.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N9LeGfuR4pr70ztOuW1TIruDRQTSanFE { width:2.875rem;height:2.875rem;top:30.225rem;left:7.9375rem;border-top:0.625rem solid rgba(220,122,145,0.7);border-left:0.625rem solid rgba(220,122,145,0.7);border-right:0.625rem solid rgba(220,122,145,0.7);border-bottom:0.625rem solid rgba(220,122,145,0.7);display:none; }
 }@media only screen and (max-width: 763px) { #UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc { display:block; }#UWuh4KFOgMOBMnsRKLayVTGKG0vGTGmc > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIe8e8C8xbnLUui4dpcigJlKZuTR0lgC { width:13.5625rem;height:4.0625rem;top:1.15625rem;left:3.21875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8V4Et6T20d61pLEH4ET5b3X6Fy1QT6i { width:12.5rem;height:0.125rem;top:6.40625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg { display:block; }#PQEdTTlUFPowoMXFrE4b3VRe2oOLiTsg > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcTBMLMVeMLHQo2dTUFNXK4PhzFzV5Hg { width:20rem;height:10.96875rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CeNstIkAMF5kNsFWTvUJFE0oR7Cbry2R { display:block; }#CeNstIkAMF5kNsFWTvUJFE0oR7Cbry2R > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOz5vTbB7nblxAVZtwWCXR37btHibTi1 { width:19.75rem;height:5.8125rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C57Sb8GQQAObfnkuLdODpBmqR6o5Bm5D { display:block; }#C57Sb8GQQAObfnkuLdODpBmqR6o5Bm5D > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6pG5ALJGg4VmUWZWMT3ffZituACCTg6 { width:2.9375rem;height:3.125rem;top:1.3125rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdI74lGIDw9WFG0xA7fqK3BGGJ28RZsi { width:20rem;height:1.4625rem;top:6.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5vorT2hoCaRERRoxB3PKxhdf10N1TPo { width:20rem;height:2.3375rem;top:8.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUJt5Cim1sHmmvAwyQEoWuI2WhEI1LJw { width:19.625rem;height:2.3375rem;top:20.75rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndXdADSD2CP6qo2gnVNqiyrHSfb0dGbR { width:15.0625rem;height:1.4625rem;top:18.0625rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROTXlGwGpa6Ts5Ohrii12oMySaK4gcnb { width:3.125rem;height:3.125rem;top:13.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWMtNXOdcyqRHIvT2XMFaw54OdmPOsiE { display:block; }#UWMtNXOdcyqRHIvT2XMFaw54OdmPOsiE > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yL0skWpybKV4zhMvMosnTbOGKXU2oGLt { width:20rem;height:1.4625rem;top:6.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b35LENV6qpeD1lKv4yZ1739rbqPSGN0T { width:20rem;height:3.4125rem;top:8.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiUe6mTsWZrH1NgaLXwdQMeyv5ekqoh8 { width:19.625rem;height:3.4125rem;top:21.8125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIXLM3kuwkI5uwIu8VakFB0F9IckJWtK { width:15.0625rem;height:1.4625rem;top:19.125rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsazbX9QdBKlp88KNb1AHVgEOJTveMtH { width:3.625rem;height:3.625rem;top:1.9375004768372rem;left:8.1875003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxzHbny0OXdfyXHo9BWS5VpTIt1HFRzB { width:3.125rem;height:3.125rem;top:14.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5v8zZWyPrkFLi2FyFEsfPUs89TFvhPG { display:block; }#x5v8zZWyPrkFLi2FyFEsfPUs89TFvhPG > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NazH4UqoWFbHuE3ypRhk3N0227TRyo9D { width:13.5625rem;height:6.09375rem;top:1.15625rem;left:3.21875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnByrlmmORmanTGltLdM0DXDLV6h1i1F { width:12.5rem;height:0.125rem;top:8.40625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn3gfDmFNTqMaTiA4vGoHVaHWZBEyMQm { display:block; }#gn3gfDmFNTqMaTiA4vGoHVaHWZBEyMQm > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znOOeTPCLqGquTT3omQFGDTbtiQcG3fh { width:17.3125rem;height:19.5rem;top:1.8125rem;left:2.6875001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PklJIeWEK2vLAtpGuzmyxcnnQroQ84ud { width:1.375rem;height:1.4375rem;top:1.8125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRBrMNeUIQWUIuoN2rXzL344630lu8we { width:1.375rem;height:1.4375rem;top:4.1875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EctGIU8d9ZnzUfz8G7GI3TGPNKickOmH { width:1.375rem;height:1.4375rem;top:18.624218940735rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUro469KoAmLRdvzk7Zf9Tf09zNoqKaN { width:1.375rem;height:1.4375rem;top:9.249218940735rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTBtry0G9KVhIryTvw07ZL3AaSw8m31R { width:1.375rem;height:1.4375rem;top:12.561718940735rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxRX6tGqBtNAmZPrgGvW0PmDc97sxX2t { width:1.375rem;height:1.4375rem;top:15.25rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT { display:block; }#blQZfDFWf6MaTH4yk0EtUvF9gENGrFzT > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ck2lZR0UTKHrLxJxKcW7VwPOoISqVGHi { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdGRB6XM7tv3XHpzDe5GfK5mq7XBZMsQ { width:12.5rem;height:0.125rem;top:4.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJy0m0TH2L6ZFUO1hn6O4Rcy0GzA3nxu { display:block; }#QJy0m0TH2L6ZFUO1hn6O4Rcy0GzA3nxu > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmGMghdSdnSrQK0ebbm3XoBIuCh54LOK { width:20rem;height:10.96875rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ewHU7nptlW1NbSM6oBelnmamNl1uJCSB { display:block; }#ewHU7nptlW1NbSM6oBelnmamNl1uJCSB > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKF6Kr1RrV3cUv9xRPu0MVyTG9ZWRaoy { width:20rem;height:2.3375rem;top:1.9617195129394rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yHScp0XpTyNyuhAdwe1wvNaW7FvMH2JI { display:block; }#yHScp0XpTyNyuhAdwe1wvNaW7FvMH2JI > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMSxNKnioA0dfgzHWDv7XM6CPDbX1am5 { width:17.0625rem;height:2.3375rem;top:1.25rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWn8QstXPrlEf87apQgJks43aNrQKHhI { width:17.0625rem;height:3.475rem;top:7.72500038147rem;left:1.4687501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v4KvyscJsEAsFy9m6SaNKfI44y47iHNx { width:17.0625rem;height:2.275rem;top:13.825006484986rem;left:1.4687501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HvALsMpxlxrGeiFmMNFJFJ0klGRTl9EB { display:block; }#HvALsMpxlxrGeiFmMNFJFJ0klGRTl9EB > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnJ9mvmbzSf5liq8Tzr7R9iEEmGQb3Tp { width:17.0625rem;height:3.4125rem;top:1.25rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yUDhF0EA24z8GTOVQ8AzTTVGpNLmHdIP { width:17.0625rem;height:3.4125rem;top:5.51171875rem;left:1.4375001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SO56URid5TqDDFOH4Pp9bWkFpa1qTTpU { width:17.0625rem;height:2.3375rem;top:8.98593711853rem;left:1.4375001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AfWTXh8x6TxmobsK44x8Zhl2yMcyxElo { display:block; }#AfWTXh8x6TxmobsK44x8Zhl2yMcyxElo > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slPTmtOwlo2evECHygmQXTlHahc2TQP7 { width:20rem;height:14.625rem;top:1.6679673194885rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUBLawtmvrtgPmBZosXBnaaRUT18fUt2 { display:block; }#qUBLawtmvrtgPmBZosXBnaaRUT18fUt2 > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LS5IXhmc1vBg6vUP8W9UELPTTibN4dTq { width:18.9375rem;height:12.1875rem;top:3.3734374046326rem;left:0.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT5EdpCgRPT009oHyr7z7VsKRilL42eI { width:12.5rem;height:0.125rem;top:2.4687557220459rem;left:4.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuIA41T01O3BsC3u827w6SrrCAD0csGG { display:block; }#zuIA41T01O3BsC3u827w6SrrCAD0csGG > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJJ9A6WTF9A06he5dfq3eGJsxZkar60a { width:3.625rem;height:3.625rem;top:17.25rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfES0EaLQTUiO42XI19xlq4vnm0mMWAm { width:1.8125rem;height:1.75rem;top:6.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg0BpIwCTWyUKJSh5x0WHDh2BS0qfmq8 { width:3.3125rem;height:3.375rem;top:9.3125rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzd48TrqGLc5O7meo2h6N0KURdIJBxsQ { width:1.875rem;height:1.875rem;top:14.987501144409rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTMt7PsWes4lgr6ln3FZilAmQsrRbbEv { width:3.375rem;height:3.375rem;top:2.875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iPmLUvNJ52iigBKLwivwAUpwaSIxeBRf { width:2.25rem;height:2.125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAJE71e8L3Rt4SCem975SUHS2nsqVeJp { width:17.1875rem;height:4.875rem;top:14.987501144409rem;left:1.8750001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQVHB2fdJykvwO0KGvI4GVgprx6XEk42 { width:16.875rem;height:7.3125rem;top:6.25rem;left:2.3750001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekPWaAuwmynmoBqBQoTkBOTVsH2dXK1O { width:16.8125rem;height:3.65625rem;top:1.25rem;left:2.3750001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg { display:block; }#LeXCCgPDu0fMqTkVsCn97fn9hWxvAAEg > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdekNlcqtBJSw6Xb7E1JeTPea7dC4fbs { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXlQrn0b3bssczyzrhaqP6n30TSqfwBy { display:block; }#HXlQrn0b3bssczyzrhaqP6n30TSqfwBy > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-form-header {  }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-regular-label { display:none;width:16.25rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-input-text { border-top:0.0625rem solid #ab8fe2;border-left:0.0625rem solid #ab8fe2;border-right:0.0625rem solid #ab8fe2;border-bottom:0.0625rem solid #ab8fe2;height:3.4375rem;width:16.25rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:exo;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-textarea { border-top:0.0625rem solid #ab8fe2;border-left:0.0625rem solid #ab8fe2;border-right:0.0625rem solid #ab8fe2;border-bottom:0.0625rem solid #ab8fe2;height:2.9375rem;width:16.25rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:exo;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:16.25rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:16.625rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:-146.25rem;margin-bottom:0.3125rem;margin-left:0;color:#ffffff;line-height:1;box-sizing:border-box;font-family:exo;font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:#23b4a1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:exo;color:#d6d4d4; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:exo;color:#d6d4d4; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:exo;color:#d6d4d4; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:exo;color:#d6d4d4; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:15.3125rem;height:auto;font-size:0.75rem;font-family:exo;line-height:1.4;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:6.9375rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-container:first-of-type{padding-top:0;}#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-container:last-of-type{padding-bottom:0;}#pKtrAdQVtr6wTZwky6PTas673sFAdaM8  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;left:0rem;top:1.25rem;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .radio-container { width:16.875rem; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pKtrAdQVtr6wTZwky6PTas673sFAdaM8 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;left:0rem;top:1.25rem;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #ZFvy0htkgEUKPTuB6O0U5ok1ZeGBnsz5 {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #ZuVet1lq1EwvN2B4RqOfv7tXP8298ZLC {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #qbkKwFIBB12NQ7egSU1mwm6Q7GJzs0vF {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #ZukqFctRzVaQKKEugisLu2rdCPpX5Ug7 {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #VpEh1ryfzOdETu1uHMT6GsaeT3ONi5nM {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #aqtVCbpXZBgU7sECJdBVSByuF3DfPSGJ {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #TaBVqFN5V6KNFMtGV4Q5OnnX6uZhsEqq {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #SW8D1ZcmusuApfLZLe6QSbxvq2SAVQpD {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #enIJHt7xAhMsVedRFIZJOUKcmI8cP4kC {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #md52fwBul3n1kxEr2W9KURVEmVCWLwSC {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #uDKCIF9JNbiFZrIHPHnqxsyicqVHHofq {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #CJnFsw2KL7QO5EC0Ah0dx6mK7OgkTKaV {  }
 }@media only screen and (max-width: 763px) { #pKtrAdQVtr6wTZwky6PTas673sFAdaM8 #zmtkpQtm0zAX7Wbc3VFlTacaBJ6DNOex {  }
 }@media only screen and (max-width: 763px) { #FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3 { background-color:#23b4a1;background-image:none;display:block; }#FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3 > .row .container { background-color: transparent; background-image: none; }#FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3 > .row .container > .video-iframe-container { display: none; }#FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3 > .row > .video-iframe-container { display: none; }#FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3 > .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); }#FxbTS2Td7GZsF0lqvk3SsIR2Mnt9oXv3 > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tr9qWlk9BMdJlHc6inWDmRdOHC5NU4u5 { width:7.25rem;height:2.1rem;top:12.8125rem;left:4.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez7l7lMb43Bk4a8ybKhSZFRRmfNWSOb5 { width:9.8125rem;height:3.4375rem;top:19.206250190735rem;left:1.8125001192093rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #MNl4eyJKecTHCAxsKMLfOSspHWXkkPMl { display:block; }
 }@media only screen and (max-width: 763px) { #ZZazkCdZAfTpWlm2zh34pJh7r7NU3zkl { width:2rem;height:2rem;top:6.75rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwziiwgRTqF4llUscphzLNCik4NOLbWD { width:2rem;height:2rem;top:9.625rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8w737F93q3UQcKTbMv22MLwD0iNKh2H { width:10.0625rem;height:1.05rem;top:7.1875rem;left:4.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmDEJam2WnNkuGLGIXiWTT40KdlvdDpK { width:2rem;height:2rem;top:12.8125rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux9enpc4wMa85l8vWZaFWvXaGRnai7el { width:7.3125rem;height:1.05rem;top:10.125rem;left:4.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxXdFTHm2GDddup3D3gCM9L4B9CK9sIC { width:11.875rem;height:4.5625rem;top:1.2492179870606rem;left:4.0624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqkTh8rvGPthFBy1qwrsFBnEh5u7TKWR { width:2rem;height:2rem;top:16.312499046326rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0FATbGgezNR4raPCdh43xaRobOkfs1H { width:7.3125rem;height:1.05rem;top:16.786719799042rem;left:4.2499998807907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCoTybOhAeUuWMo7Mhrvqc31q3JOPsbb { width:10.5rem;height:2rem;top:20.581250190735rem;left:4.7499998807907rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WsmaiKbPEHM8myP1szUVT4fAxGirPLyk { display:block; }
 }