.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hLOQZipNdApRBfN7eOBXqBMvPKWC8Lre { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#hLOQZipNdApRBfN7eOBXqBMvPKWC8Lre > .row .container { background-color: transparent; background-image: none; }#hLOQZipNdApRBfN7eOBXqBMvPKWC8Lre::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hLOQZipNdApRBfN7eOBXqBMvPKWC8Lre > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hLOQZipNdApRBfN7eOBXqBMvPKWC8Lre > .row .container > .video-iframe-container { display: none; }#hLOQZipNdApRBfN7eOBXqBMvPKWC8Lre > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hLOQZipNdApRBfN7eOBXqBMvPKWC8Lre > .row > .video-iframe-container { display: none; }#hLOQZipNdApRBfN7eOBXqBMvPKWC8Lre > .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); }#hLOQZipNdApRBfN7eOBXqBMvPKWC8Lre > .row .container { border-width: 0; border-radius: 0; }#hLOQZipNdApRBfN7eOBXqBMvPKWC8Lre > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#xQt7cE9ZTJezcWtTJUg2vMgfp766O2r1 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:#68224d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.25rem;left:27.25rem;display:block; }
#fMg4EHGMRrzxqopGRzGnHrcFlUXh1kvH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CeHTkn2QaGSz98pLRGg9OK3Ioika7Wmr { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:4.125rem;top:0.9375rem;left:9.625rem;overflow:hidden;display:block; }
#ZnmhGFcTlItevbXHWX15b9Kf5kGLJtBC { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:#68224d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.25rem;left:34.3125rem;display:block; }
#Kw9ILR9kh3ma8Qmfkv4hzyqu8xUaJASI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ci8NZmpmaSNz5qHEbnAaZX9OEK3LQz3A { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:#68224d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:1.25rem;left:41.5rem;display:block; }
#KVqbskThpBATUr2Tq3LPoNwJt7cZ1gd2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Di7rCZQBWcUq4XwrniiOXbxWvUgb70tn { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:#68224d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:1.25rem;left:48rem;display:block; }
#l2CC6LcDS1dX68yeGgKqd7PkzCUfHKEH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#W8ZiJaZehWMdMaH58qzCnGaInd3BTTz9 { box-sizing:content-box;color:#f20303;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:100005;top:1.4375rem;left:70.59375rem;display:none; }
#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .row .container { background-color: transparent; background-image: none; }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .row .container > .video-iframe-container { display: none; }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .row > .video-iframe-container { display: none; }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .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); }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .row .container { border-width: 0; border-radius: 0; }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#IThx5vRAdADGX7PnWf7FucIld1iolZV4 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:#f20303;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:1.25rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:22.375rem;display:none; }
#qNEfG54avQoi3orBVBcvQS73he0uiCXv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WobG6w1Nxve8kFp7IlTEGtTnepatxt71 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:#f20303;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:1.25rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0rem;left:28.8125rem;display:none; }
#iAQzgm6KqEQsM1TJDrCkKvuroI7goEQS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BzOvniBfoHAQik5KbvRT3yVlfZRTusez { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:#f20303;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:1.25rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:0rem;left:35.3125rem;display:none; }
#v9mNtlghzExMURnP8vtv1maT25wlBMhS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DtBXZpoDhVqqcSTyqJD5d817lpsX2AlS { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:#f20303;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:1.25rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0rem;left:41.8125rem;display:none; }
#lxXkNA3l6UauMelEssBT9dPzUpJ6T6Rx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zuj2m7qxDA0/unsplash/boxed-water-is-better-zuj2m7qxDA0-photo-1627483297929-37f416fec7cd.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2.adaptive-delivery-prevent-bg, #Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2.lazyload, #Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2.lazyloading { background-image: none; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row .container { background-color: transparent; background-image: none; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(47,46,46,0.38); }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row .container > .video-iframe-container { display: none; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(47,46,46,0.38); }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row > .video-iframe-container { display: none; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .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); }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row .container { border-width: 0; border-radius: 0; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#Kzybde5XK0ThZ07FlbuRRSlK3vRzdCcR { position:absolute;display:block;z-index:100000;background-color:#00bde3;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;box-shadow: 0.125rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;height:18.625rem;width:28.5rem;top:14.0625rem;left:43.5625rem;display:block; }
#dt4LDe2kqT3rwaqTw0vlMsXuJDGLT4Bm { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:15.875rem;left:46.25rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#bTpH5pH9eFCkPEOBiwC3zVI8earkudmv { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:19.6875rem;left:47.0625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#puW6x8OUEcJSPgt8lD810z2u4Xe413gF { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:20.5625rem;width:37rem;top:13.0625rem;left:3rem;display:block; }
#ZzvMTs5xC5GZxlV5o08raMe8ndysLb6E { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:3.8125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:26.6875rem;left:46.25rem;display:block; }
#wVIOAkh7fT4nqd2T10bTU015f2HmtQLK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FA3NXReCIW62btnMheQzigxAnK09vZfl { color:#f8f8f8;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.9375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.4375rem;left:0rem;height:7.63675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IRakBouDUsaM1XxMHMXnBlAigutrya4b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row .container { background-color: transparent; background-image: none; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row .container > .video-iframe-container { display: none; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row > .video-iframe-container { display: none; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .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); }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row .container { border-width: 0; border-radius: 0; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#ngRvSBfIRe50TIEB0TxilHRGkgGb104V { color:#68224d;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.96875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#io7V9057ED4myhdHBwXh5IvGcp54aCzt { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.8125rem;height:11.3671875rem;display:block; }
#Wl1KK2gcRrKyKZwCTVib6no8TOxdXQnf { position:absolute;display:block;z-index:100002;border-top:0.25rem solid #68224d;border-left:0.25rem solid #68224d;border-right:0.25rem solid #68224d;border-bottom:0.25rem solid #68224d;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24.5rem;width:16.1875rem;top:3.9375rem;left:44.7978515625rem;overflow:hidden;display:block; }
#Em0gXyfwiPvbnIXR9dil5UJ727sVQIam { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:17.4921875rem;left:1.5rem;height:12.50390625rem;display:block; }
#kU0PWkTwJqAb7TzzywboM1XgyKA7y53O { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:3.8125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:20.5rem;left:47.65625rem;display:none; }
#ii8BuRhTO3KDTGCls3tdWl4G5TtIR39w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rcctdLAJwaT4remdPWc3arRriMU9sJQb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ZXq7xoo98b0/unsplash/bruce-mars-ZXq7xoo98b0-photo-1518622358385-8ea7d0794bf6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#rcctdLAJwaT4remdPWc3arRriMU9sJQb.adaptive-delivery-prevent-bg, #rcctdLAJwaT4remdPWc3arRriMU9sJQb.lazyload, #rcctdLAJwaT4remdPWc3arRriMU9sJQb.lazyloading { background-image: none; }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .row .container { background-color: transparent; background-image: none; }#rcctdLAJwaT4remdPWc3arRriMU9sJQb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58,58,58,0.59); }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .row .container > .video-iframe-container { display: none; }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58,58,58,0.59); }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .row > .video-iframe-container { display: none; }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .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); }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .row .container { border-width: 0; border-radius: 0; }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#xXoIMwS4tGoJQ0LrU29DxWGtVvT6kkdn { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:27.625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rfspkn6EZvZNpqzQTqiK3dUP5TdsH1zG { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;height:23.25rem;width:16.5rem;top:15rem;left:7.5rem;display:block; }
#tJD903g93t88ORfqccZNwuNQ1anwpT6a { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;height:23.4375rem;width:16.5rem;top:15rem;left:29.25rem;display:block; }
#T4s72EVLDKuBXdvGPVeCthdcVPmsVTVr { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;height:23.125rem;width:16.5rem;top:15.125rem;left:51rem;display:block; }
#qaJ8JJe7B8JTaq2m0mOwtqLCFL9bldwn { position:absolute;display:block;z-index:100005;border-top:0.25rem solid #0e9ae5;border-left:0.25rem solid #0e9ae5;border-right:0.25rem solid #0e9ae5;border-bottom:0.25rem solid #0e9ae5;border-top-left-radius:5.9375rem;border-top-right-radius:5.9375rem;border-bottom-left-radius:5.9375rem;border-bottom-right-radius:5.9375rem;height:8.9375rem;width:8.875rem;top:10rem;left:11.0625rem;overflow:hidden;display:block; }
#z7E1Ktn1PS8xVS5maNaZg6lTo3cPx6Xi { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:20.8125rem;left:9.5625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rzGO8rXxGQr6WDL8kk4aOhM3BldW7GTa { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:29.5625rem;left:9.5625rem;height:5.19921875rem;display:block; }
#hiGTVqmaKmG3fsqH7KLR06lzuJgbrxT5 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:28.2626953125rem;left:30.625rem;height:7.7988125rem;display:block; }
#f7UO27fTMLfK1Z24kxmbx7TUV0AeNrm4 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:20.875rem;left:31.3125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FVu2y1rbGrkQUI1owCoc6f3slkv94rLn { position:absolute;display:block;z-index:100009;border-top:0.25rem solid #0e9ae5;border-left:0.25rem solid #0e9ae5;border-right:0.25rem solid #0e9ae5;border-bottom:0.25rem solid #0e9ae5;border-top-left-radius:5.9375rem;border-top-right-radius:5.9375rem;border-bottom-left-radius:5.9375rem;border-bottom-right-radius:5.9375rem;height:9rem;width:9rem;top:9.96875rem;left:54.5rem;overflow:hidden;display:block; }
#yiB6VE5diBng04vyBbL2AROUiVm3nZLH { color:#3f3f3f;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:20.9375rem;left:53.125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OdKW4e8PQakW1hiv6ZNOkrTofJXr0Stp { color:#3c3c3c;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:28.32421875rem;left:52.5rem;height:7.7988125rem;display:block; }
#sEm03vDuQWQOCqrm3537e7LQuszbsvd0 { position:absolute;display:block;z-index:100012;border-top:0.25rem solid #68224d;border-left:0.25rem solid #68224d;border-right:0.25rem solid #68224d;border-bottom:0.25rem solid #68224d;border-top-left-radius:5.9375rem;border-top-right-radius:5.9375rem;border-bottom-left-radius:5.9375rem;border-bottom-right-radius:5.9375rem;height:8.8125rem;width:8.8125rem;top:10.0625rem;left:32.84375rem;overflow:hidden;display:block; }
#FWgPoS9Ex28G0CrlN7G16VAh6DgEDmiX { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:8.25rem;top:25.3125rem;left:11.5625rem;overflow:hidden;display:block; }
#MKM5i3FL8MDPdcs2M2Vo4XlOx9CP5EeB { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:8.25rem;top:25.3125rem;left:33.375rem;overflow:hidden;display:block; }
#f44ULcbal7JdhkhSzmQmmhmrr4W1Iaqy { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:8.25rem;top:25.3125rem;left:55.125rem;overflow:hidden;display:block; }
#nPSNsw50dQxzUQTimAA1uc3fDNfping6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,251,251,0.89);background-image:none;position:relative;display:block; }#nPSNsw50dQxzUQTimAA1uc3fDNfping6 > .row .container { background-color: transparent; background-image: none; }#nPSNsw50dQxzUQTimAA1uc3fDNfping6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nPSNsw50dQxzUQTimAA1uc3fDNfping6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nPSNsw50dQxzUQTimAA1uc3fDNfping6 > .row .container > .video-iframe-container { display: none; }#nPSNsw50dQxzUQTimAA1uc3fDNfping6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nPSNsw50dQxzUQTimAA1uc3fDNfping6 > .row > .video-iframe-container { display: none; }#nPSNsw50dQxzUQTimAA1uc3fDNfping6 > .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); }#nPSNsw50dQxzUQTimAA1uc3fDNfping6 > .row .container { border-width: 0; border-radius: 0; }#nPSNsw50dQxzUQTimAA1uc3fDNfping6 > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;position:relative;display:block; }#VBpFntCSXTl2RZ2zfl43GkWR5m9EuN02 { color:#68224d;display:block;width:41.25rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.75rem;left:15.125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b6W2dqHAGRiOK3uQ84iwlhwRy7xUw1rL { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.4375rem;width:14.75rem;top:10.5625rem;left:9.3604014598537rem;display:block; }
#t33ZnlIPhdrWyOe1o6Dg7IH9AC7QClHp { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.25rem;width:14.625rem;top:10.5625rem;left:51.25rem;display:block; }
#AGbOo7ClBTXsnweTtPP2C7B0dwLMIWZh { box-sizing:content-box;color:#e50e0e;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:10.5625rem;left:15.125rem;display:block; }
#ZaN4bGb8o1PQysveBiHaLgW3ivcmEgTX { box-sizing:content-box;color:#e50e0e;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:10.6875rem;left:56.75rem;display:block; }
#ORqD1JBniPMxvDPxr60NUCMpbp8ICsVz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:14.125rem;left:10.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z6Lg7piWA13PrGZxT02HlMtOCeVRP9vB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:14.25rem;left:52.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eTMnd4eX9tRpSsacIwu518tZe7RT0wHm { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:16.375rem;left:10.6875rem;height:9.098625rem;text-align:left;text-align-last:left;display:block; }
#qbApmGrrfINaoRSUrssI00NnbtpJG7uI { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:16.4375rem;left:52.1875rem;height:9.098625rem;text-align:left;text-align-last:left;display:block; }
#RuXZUFKpGf4bwEMUn0WXaCw1gqMtTNTN { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:29.3125rem;left:31.125rem;height:9.098625rem;text-align:left;text-align-last:left;display:block; }
#b6efMQTGwIWHNl7CoVIdbSLfGT4U5WUU { position:absolute;display:block;z-index:100015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.25rem;width:14.625rem;top:21.71875rem;left:30.1875rem;display:block; }
#hyNKATA8f0suKStOsChMxJmIEIlyGvhD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:26.4375rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EpA41eIVMVb0ni1uPFCst64zvCwhE8av { box-sizing:content-box;color:#e50e0e;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:22.375rem;left:35.71875rem;display:block; }
#up5xxW6vrwBTwf3CqJoLv2TkeJsse7hX { box-sizing:content-box;color:#e50e0e;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:31.3125rem;left:14.9541015625rem;display:block; }
#HL4VrH6XhlZqawffV8IJK4TaAESTmL1L { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:34.875rem;left:10.4853515625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XE0xBehhGR6seJEqIpfQD3g7kruv20t8 { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:37.6484375rem;left:10.3603515625rem;height:9.098625rem;text-align:left;text-align-last:left;display:block; }
#h63xU4mzCdlx09IV6Ccx61JTXkQbXOHU { position:absolute;display:block;z-index:100016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.25rem;width:14.625rem;top:31.1875rem;left:9.3603515625rem;display:block; }
#UJoNUqEQHHlkKCfShZu8P2QPA6QnRQEn { box-sizing:content-box;color:#e50e0e;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:31.25rem;left:56.5625rem;display:block; }
#aiW4fdohaWPq864XDDO9QWryHmDAliq2 { position:absolute;display:block;z-index:100017;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.25rem;width:14.625rem;top:31.125rem;left:51rem;display:block; }
#T4hJTlzXzhp9i4GhCXWr0E7t1qK9OlMh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:34.8125rem;left:52.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CqOeOSgaSgJsPPSQzhoDxgD7r9C68HcL { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:37rem;left:51.9375rem;height:9.098625rem;text-align:left;text-align-last:left;display:block; }
#keD1BT0GuTOuZTNqvy9JBTK9xdw4Nbm6 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:3.8125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:20.5rem;left:47.65625rem;display:none; }
#a05oLPyiFeTGAFmicCK96Uz05IHWZroM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/gbd4d8f8/mirror.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y.adaptive-delivery-prevent-bg, #xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y.lazyload, #xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y.lazyloading { background-image: none; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row .container { background-color: transparent; background-image: none; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(84,84,84,0.9); }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row .container > .video-iframe-container { display: none; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(84,84,84,0.9); }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row > .video-iframe-container { display: none; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .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); }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row .container { border-width: 0; border-radius: 0; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#rvLupr65Sy7fVIZV5rPwUPrPaTtKyUf4 { color:#f8f8f8;display:block;width:46.8125rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:14.09375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-form-header {  }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-regular-label { height:auto;display:block;font-family:lato;font-size:1.125rem;font-weight:700;color:#ffffff;width:19.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-text {padding-top: 0; padding-bottom: 0;}#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5625rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-select {padding-top: 0; padding-bottom: 0;}#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-button { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:400;color:#ffffff;width:19.5625rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;font-style:normal; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.875rem;font-weight:400;color:#ffffff;vertical-align:top;width:18.375rem;overflow:hidden;font-style:normal; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-container:first-of-type{padding-top:0;}#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-container:last-of-type{padding-bottom:0;}#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #68224d, #8e2103);background-image: -moz-linear-gradient(45deg, #68224d, #8e2103);background-image: -ms-linear-gradient(45deg, #68224d, #8e2103);background-image: -o-linear-gradient(45deg, #68224d, #8e2103);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#68224d', endColorstr='#8e2103' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#68224d', endColorstr='#8e2103' );";background-image: linear-gradient(45deg, #68224d, #8e2103);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.8125rem;top:11.9375rem;z-index:100003;position:absolute;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.5625rem;display:block;vertical-align:top; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1.3;font-weight:700;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV {display:block;}#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #68224d, #8e2103);background-image: -moz-linear-gradient(45deg, #68224d, #8e2103);background-image: -ms-linear-gradient(45deg, #68224d, #8e2103);background-image: -o-linear-gradient(45deg, #68224d, #8e2103);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#68224d', endColorstr='#8e2103' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#68224d', endColorstr='#8e2103' );";background-image: linear-gradient(45deg, #68224d, #8e2103);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.8125rem;top:11.9375rem;z-index:100003;position:absolute;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #CayifrTAIaIoo84NrTHHH2vaGw4rwaiA { position:relative; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #wGMQSTTBK0ksBA9nXVTTuacMBKPZ7ece { position:relative; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #XMArXKScgChae3pVvuy5ZZfIp0mBCbvk { position:relative; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #mNQTKDeTAn5lqt1BR8T9AIxmqdHKDzCP { position:relative; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #G0qMJsoMdpKACaootweHKHcnNFQbLUS2 { position:relative; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #Fwm3PBnBBXT6EivIy58tyacTMuBpfnCp { position:relative; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #U3gA2p687cq4iwWKIdLA8K9LxUAHqvNT { position:relative; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #q6E8iRaABTLWH4sGWbWnEv5AtGKwbdNJ { position:relative; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #VNnsD2yxQQZO1LzkatGKHBrKCnHTNOBU { position:relative; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #wwBd6Dm4thw2vvu9MtrekkHK4raOsW5n { position:relative; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #QyDtASbW9WlIUknKn0hiTVuslMMbZDEU { position:relative; }
#GM7DTEQ5r2kELpcPB8mlyu4rdaeJoXCi { color:#ececec;display:block;width:42rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.25rem;left:16.5rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#toizJbL87qsdwLIwx0NHTTBvLoJ45c8p { position:absolute;display:block;z-index:100005;border-top:0.25rem solid #0e9ae5;border-left:0.25rem solid #0e9ae5;border-right:0.25rem solid #0e9ae5;border-bottom:0.25rem solid #0e9ae5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:17.125rem;width:34.25rem;top:12.9375rem;left:5.4306640625rem;overflow:hidden;display:block; }
#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00bde3;background-image:none;position:relative;display:block; }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .row .container { background-color: transparent; background-image: none; }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .row .container > .video-iframe-container { display: none; }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .row > .video-iframe-container { display: none; }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .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); }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .row .container { border-width: 0; border-radius: 0; }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#UbNl6SWT3JgnZmuNh5w84pAWc1Gkzerg { color:#68224d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:10.25rem;height:2.03125rem;display:block; }
#dg8QksaNGdrIK2hAIX21mPftxfBSg3SQ { color:#ffffff;display:block;width:43.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:15.25rem;left:15.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#nTCx9TCi1ngW0ZGFFhJlKsn7UrhKVzKe { color:#68224d;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:46.75rem;height:2.03125rem;display:block; }
#cMXwpOhXutN1nGXoTNNth2casfWUJ1eF { box-sizing:content-box;color:#ffffff;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:100002;top:5rem;left:47.4375rem;display:block; }
#mXatdTUe6MHgtCTMoF4K924lzRATq64z { box-sizing:content-box;color:#ffffff;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:100003;top:5rem;left:51.1875rem;display:block; }
#bGf2UWT9ooOJDBnt6CM8ghbKGX5R2Gxc { box-sizing:content-box;color:#ffffff;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:100004;top:5rem;left:54.875rem;display:block; }
#aE4ScmUk89CRTzvdQLvJK6Mi95PTZgur { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:1.625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:4.75rem;left:11rem;display:block; }
#CCaDyKn2Q6Wpsrt0Gq5ZUPFKfxAE68Ee { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#v0F4pO7ysBwK3DHzQdxz0CxvyqmilcQ0 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:1.625rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:6.75rem;left:11rem;display:block; }
#plAg5HgZ7bXPVyhqHkQTdGWUWPXsS3DD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ILxtykB6ys19R6XmKkfrL1XH6msPC0FZ { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:1.625rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:8.625rem;left:11.0625rem;display:block; }
#wwbDnqXkWLOz1sRn9sm0UuWHfERHcE8B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A3LpawM09yJ6teA5amqylnUenzA71bRZ { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:1.625rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:10.375rem;left:9.125rem;display:block; }
#paWAsUWOENbpbwnBRfccTva5VB52qPmP { 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) { #hLOQZipNdApRBfN7eOBXqBMvPKWC8Lre { display:block; }#hLOQZipNdApRBfN7eOBXqBMvPKWC8Lre > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQt7cE9ZTJezcWtTJUg2vMgfp766O2r1 { width:6.5rem;height:3.4375rem;top:1.25rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMg4EHGMRrzxqopGRzGnHrcFlUXh1kvH { display:block; }
 }@media only screen and (max-width: 763px) { #CeHTkn2QaGSz98pLRGg9OK3Ioika7Wmr { top:0.9375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnmhGFcTlItevbXHWX15b9Kf5kGLJtBC { width:6.5rem;height:3.4375rem;top:1.25rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw9ILR9kh3ma8Qmfkv4hzyqu8xUaJASI { display:block; }
 }@media only screen and (max-width: 763px) { #Ci8NZmpmaSNz5qHEbnAaZX9OEK3LQz3A { width:6.5rem;height:3.4375rem;top:1.25rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVqbskThpBATUr2Tq3LPoNwJt7cZ1gd2 { display:block; }
 }@media only screen and (max-width: 763px) { #Di7rCZQBWcUq4XwrniiOXbxWvUgb70tn { width:10.8125rem;height:3.4375rem;top:1.25rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2CC6LcDS1dX68yeGgKqd7PkzCUfHKEH { display:block; }
 }@media only screen and (max-width: 763px) { #W8ZiJaZehWMdMaH58qzCnGaInd3BTTz9 { top:1.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d494MRsUoOtEMuO7iGagIWr5oDmHa2lT { display:block; }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IThx5vRAdADGX7PnWf7FucIld1iolZV4 { width:6.5rem;height:1.25rem;top:0rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNEfG54avQoi3orBVBcvQS73he0uiCXv { display:block; }
 }@media only screen and (max-width: 763px) { #WobG6w1Nxve8kFp7IlTEGtTnepatxt71 { width:6.5rem;height:1.25rem;top:0rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAQzgm6KqEQsM1TJDrCkKvuroI7goEQS { display:block; }
 }@media only screen and (max-width: 763px) { #BzOvniBfoHAQik5KbvRT3yVlfZRTusez { width:6.5rem;height:1.25rem;top:0rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9mNtlghzExMURnP8vtv1maT25wlBMhS { display:block; }
 }@media only screen and (max-width: 763px) { #DtBXZpoDhVqqcSTyqJD5d817lpsX2AlS { width:10.8125rem;height:1.25rem;top:0rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxXkNA3l6UauMelEssBT9dPzUpJ6T6Rx { display:block; }
 }@media only screen and (max-width: 763px) { #Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 { display:block; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kzybde5XK0ThZ07FlbuRRSlK3vRzdCcR { top:14.0625rem;left:19.25rem;width:28.5rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt4LDe2kqT3rwaqTw0vlMsXuJDGLT4Bm { top:15.875rem;left:24.5625rem;width:23.1875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTpH5pH9eFCkPEOBiwC3zVI8earkudmv { top:19.6875rem;left:26.25rem;width:21.5rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puW6x8OUEcJSPgt8lD810z2u4Xe413gF { top:13.0625rem;left:0rem;width:37rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzvMTs5xC5GZxlV5o08raMe8ndysLb6E { width:23.5rem;height:3.8125rem;top:26.6875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVIOAkh7fT4nqd2T10bTU015f2HmtQLK { display:block; }
 }@media only screen and (max-width: 763px) { #FA3NXReCIW62btnMheQzigxAnK09vZfl { top:2.4375rem;left:0rem;width:47.75rem;height:7.625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRakBouDUsaM1XxMHMXnBlAigutrya4b { display:block; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngRvSBfIRe50TIEB0TxilHRGkgGb104V { top:0.875rem;left:0rem;width:15.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #io7V9057ED4myhdHBwXh5IvGcp54aCzt { top:5.5625rem;left:0rem;width:33.1875rem;height:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl1KK2gcRrKyKZwCTVib6no8TOxdXQnf { top:3.9375rem;left:31.0625rem;width:16.1875rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em0gXyfwiPvbnIXR9dil5UJ727sVQIam { top:17.4375rem;left:0rem;width:33.8125rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU0PWkTwJqAb7TzzywboM1XgyKA7y53O { width:23.5rem;height:3.8125rem;top:20.5rem;left:24.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ii8BuRhTO3KDTGCls3tdWl4G5TtIR39w { display:block; }
 }@media only screen and (max-width: 763px) { #rcctdLAJwaT4remdPWc3arRriMU9sJQb { display:block; }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXoIMwS4tGoJQ0LrU29DxWGtVvT6kkdn { top:3.8125rem;left:14rem;width:19.6875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfspkn6EZvZNpqzQTqiK3dUP5TdsH1zG { top:15rem;left:0rem;width:16.5rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJD903g93t88ORfqccZNwuNQ1anwpT6a { top:15rem;left:15.625rem;width:16.5rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4s72EVLDKuBXdvGPVeCthdcVPmsVTVr { top:15.125rem;left:31.25rem;width:16.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaJ8JJe7B8JTaq2m0mOwtqLCFL9bldwn { top:10rem;left:0rem;width:8.875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7E1Ktn1PS8xVS5maNaZg6lTo3cPx6Xi { top:20.8125rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzGO8rXxGQr6WDL8kk4aOhM3BldW7GTa { top:29.5625rem;left:0rem;width:13.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiGTVqmaKmG3fsqH7KLR06lzuJgbrxT5 { top:28.25rem;left:17rem;width:13.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7UO27fTMLfK1Z24kxmbx7TUV0AeNrm4 { top:20.875rem;left:17.6875rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVu2y1rbGrkQUI1owCoc6f3slkv94rLn { top:9.9375rem;left:38.25rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiB6VE5diBng04vyBbL2AROUiVm3nZLH { top:20.9375rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdKW4e8PQakW1hiv6ZNOkrTofJXr0Stp { top:28.3125rem;left:34rem;width:13.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEm03vDuQWQOCqrm3537e7LQuszbsvd0 { top:10.0625rem;left:19.21875rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWgPoS9Ex28G0CrlN7G16VAh6DgEDmiX { top:25.3125rem;left:0rem;width:8.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKM5i3FL8MDPdcs2M2Vo4XlOx9CP5EeB { top:25.3125rem;left:19.75rem;width:8.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f44ULcbal7JdhkhSzmQmmhmrr4W1Iaqy { top:25.3125rem;left:39.5rem;width:8.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPSNsw50dQxzUQTimAA1uc3fDNfping6 { display:block; }#nPSNsw50dQxzUQTimAA1uc3fDNfping6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBpFntCSXTl2RZ2zfl43GkWR5m9EuN02 { top:2.75rem;left:1.5rem;width:41.25rem;height:4.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6W2dqHAGRiOK3uQ84iwlhwRy7xUw1rL { top:10.5625rem;left:0rem;width:14.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t33ZnlIPhdrWyOe1o6Dg7IH9AC7QClHp { top:10.5625rem;left:33.125rem;width:14.625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGbOo7ClBTXsnweTtPP2C7B0dwLMIWZh { top:10.5625rem;left:1.5rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaN4bGb8o1PQysveBiHaLgW3ivcmEgTX { top:10.6875rem;left:43.125rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORqD1JBniPMxvDPxr60NUCMpbp8ICsVz { top:14.125rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6Lg7piWA13PrGZxT02HlMtOCeVRP9vB { top:14.25rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTMnd4eX9tRpSsacIwu518tZe7RT0wHm { top:16.375rem;left:0rem;width:12.75rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbApmGrrfINaoRSUrssI00NnbtpJG7uI { top:16.4375rem;left:35rem;width:12.75rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuXZUFKpGf4bwEMUn0WXaCw1gqMtTNTN { top:29.3125rem;left:17.5rem;width:12.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6efMQTGwIWHNl7CoVIdbSLfGT4U5WUU { top:21.6875rem;left:16.5625rem;width:14.625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyNKATA8f0suKStOsChMxJmIEIlyGvhD { top:26.4375rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpA41eIVMVb0ni1uPFCst64zvCwhE8av { top:22.375rem;left:22.09375rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #up5xxW6vrwBTwf3CqJoLv2TkeJsse7hX { top:31.3125rem;left:1.3291015625rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL4VrH6XhlZqawffV8IJK4TaAESTmL1L { top:34.875rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE0xBehhGR6seJEqIpfQD3g7kruv20t8 { top:37.625rem;left:0rem;width:12.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h63xU4mzCdlx09IV6Ccx61JTXkQbXOHU { top:31.1875rem;left:0rem;width:14.625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJoNUqEQHHlkKCfShZu8P2QPA6QnRQEn { top:31.25rem;left:42.9375rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiW4fdohaWPq864XDDO9QWryHmDAliq2 { top:31.125rem;left:33.125rem;width:14.625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4hJTlzXzhp9i4GhCXWr0E7t1qK9OlMh { top:34.8125rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqOeOSgaSgJsPPSQzhoDxgD7r9C68HcL { top:37rem;left:35rem;width:12.75rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keD1BT0GuTOuZTNqvy9JBTK9xdw4Nbm6 { width:23.5rem;height:3.8125rem;top:20.5rem;left:24.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a05oLPyiFeTGAFmicCK96Uz05IHWZroM { display:block; }
 }@media only screen and (max-width: 763px) { #xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y { display:block; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvLupr65Sy7fVIZV5rPwUPrPaTtKyUf4 { top:2.1875rem;left:0.46875rem;width:46.8125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-regular-label { width:19.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-text { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-text {padding-top: 0; padding-bottom: 0;}#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-textarea { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-select { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-select {padding-top: 0; padding-bottom: 0;}#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-button { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-checkbox-label { width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV  { width:19.5625rem;height:auto;top:11.9375rem;left:25.6875rem; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .radio-container { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV {display:block;}#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV { width:19.5625rem;height:auto;top:11.9375rem;left:25.6875rem; }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #CayifrTAIaIoo84NrTHHH2vaGw4rwaiA {  }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #wGMQSTTBK0ksBA9nXVTTuacMBKPZ7ece {  }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #XMArXKScgChae3pVvuy5ZZfIp0mBCbvk {  }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #mNQTKDeTAn5lqt1BR8T9AIxmqdHKDzCP {  }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #G0qMJsoMdpKACaootweHKHcnNFQbLUS2 {  }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #Fwm3PBnBBXT6EivIy58tyacTMuBpfnCp {  }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #U3gA2p687cq4iwWKIdLA8K9LxUAHqvNT {  }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #q6E8iRaABTLWH4sGWbWnEv5AtGKwbdNJ {  }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #VNnsD2yxQQZO1LzkatGKHBrKCnHTNOBU {  }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #wwBd6Dm4thw2vvu9MtrekkHK4raOsW5n {  }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #QyDtASbW9WlIUknKn0hiTVuslMMbZDEU {  }
 }@media only screen and (max-width: 763px) { #GM7DTEQ5r2kELpcPB8mlyu4rdaeJoXCi { top:6.25rem;left:2.875rem;width:42rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #toizJbL87qsdwLIwx0NHTTBvLoJ45c8p { top:12.9375rem;left:0rem;width:34.25rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD { display:block; }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbNl6SWT3JgnZmuNh5w84pAWc1Gkzerg { top:1.6875rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg8QksaNGdrIK2hAIX21mPftxfBSg3SQ { top:15.25rem;left:2.25rem;width:43.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTCx9TCi1ngW0ZGFFhJlKsn7UrhKVzKe { top:1.6875rem;left:31.8125rem;width:15.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMXwpOhXutN1nGXoTNNth2casfWUJ1eF { top:5rem;left:33.8125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXatdTUe6MHgtCTMoF4K924lzRATq64z { top:5rem;left:37.5625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGf2UWT9ooOJDBnt6CM8ghbKGX5R2Gxc { top:5rem;left:41.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE4ScmUk89CRTzvdQLvJK6Mi95PTZgur { width:5.4375rem;height:1.625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCaDyKn2Q6Wpsrt0Gq5ZUPFKfxAE68Ee { display:block; }
 }@media only screen and (max-width: 763px) { #v0F4pO7ysBwK3DHzQdxz0CxvyqmilcQ0 { width:5.4375rem;height:1.625rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #plAg5HgZ7bXPVyhqHkQTdGWUWPXsS3DD { display:block; }
 }@media only screen and (max-width: 763px) { #ILxtykB6ys19R6XmKkfrL1XH6msPC0FZ { width:5.4375rem;height:1.625rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwbDnqXkWLOz1sRn9sm0UuWHfERHcE8B { display:block; }
 }@media only screen and (max-width: 763px) { #A3LpawM09yJ6teA5amqylnUenzA71bRZ { width:10.4375rem;height:1.625rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #paWAsUWOENbpbwnBRfccTva5VB52qPmP { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hLOQZipNdApRBfN7eOBXqBMvPKWC8Lre { position:relative;z-index:auto;display:block; }#hLOQZipNdApRBfN7eOBXqBMvPKWC8Lre > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQt7cE9ZTJezcWtTJUg2vMgfp766O2r1 { width:6.5rem;height:3.4375rem;top:9.25rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fMg4EHGMRrzxqopGRzGnHrcFlUXh1kvH { display:block; }
 }@media only screen and (max-width: 763px) { #CeHTkn2QaGSz98pLRGg9OK3Ioika7Wmr { width:4.125rem;height:4.125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnmhGFcTlItevbXHWX15b9Kf5kGLJtBC { width:6.5rem;height:3.4375rem;top:12.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kw9ILR9kh3ma8Qmfkv4hzyqu8xUaJASI { display:block; }
 }@media only screen and (max-width: 763px) { #Ci8NZmpmaSNz5qHEbnAaZX9OEK3LQz3A { width:6.5rem;height:3.4375rem;top:16.125rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVqbskThpBATUr2Tq3LPoNwJt7cZ1gd2 { display:block; }
 }@media only screen and (max-width: 763px) { #Di7rCZQBWcUq4XwrniiOXbxWvUgb70tn { width:10.8125rem;height:3.4375rem;top:19.5625rem;left:4.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2CC6LcDS1dX68yeGgKqd7PkzCUfHKEH { display:block; }
 }@media only screen and (max-width: 763px) { #W8ZiJaZehWMdMaH58qzCnGaInd3BTTz9 { width:3.125rem;height:3.125rem;top:1.5625rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d494MRsUoOtEMuO7iGagIWr5oDmHa2lT { position:relative;z-index:auto;display:block; }#d494MRsUoOtEMuO7iGagIWr5oDmHa2lT > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IThx5vRAdADGX7PnWf7FucIld1iolZV4 { width:6.5rem;height:3.4375rem;top:0.625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNEfG54avQoi3orBVBcvQS73he0uiCXv { display:block; }
 }@media only screen and (max-width: 763px) { #WobG6w1Nxve8kFp7IlTEGtTnepatxt71 { width:6.5rem;height:3.4375rem;top:4.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAQzgm6KqEQsM1TJDrCkKvuroI7goEQS { display:block; }
 }@media only screen and (max-width: 763px) { #BzOvniBfoHAQik5KbvRT3yVlfZRTusez { width:6.5rem;height:3.4375rem;top:7.5rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9mNtlghzExMURnP8vtv1maT25wlBMhS { display:block; }
 }@media only screen and (max-width: 763px) { #DtBXZpoDhVqqcSTyqJD5d817lpsX2AlS { width:10.8125rem;height:3.4375rem;top:10.9375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxXkNA3l6UauMelEssBT9dPzUpJ6T6Rx { display:block; }
 }@media only screen and (max-width: 763px) { #Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 { display:block; }#Vkbd1PZzlV6vayRohW7QnlJ8Us31vuP2 > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kzybde5XK0ThZ07FlbuRRSlK3vRzdCcR { width:20rem;height:17.625rem;top:29.25rem;left:0rem;background-color:rgba(242,3,3,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dt4LDe2kqT3rwaqTw0vlMsXuJDGLT4Bm { width:20rem;height:5.19921875rem;top:30.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTpH5pH9eFCkPEOBiwC3zVI8earkudmv { width:18.1875rem;height:6.171875rem;top:34.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puW6x8OUEcJSPgt8lD810z2u4Xe413gF { height:11.1123125rem;width:20rem;top:16.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzvMTs5xC5GZxlV5o08raMe8ndysLb6E { width:17.6875rem;height:2.625rem;top:41.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVIOAkh7fT4nqd2T10bTU015f2HmtQLK { display:block; }
 }@media only screen and (max-width: 763px) { #FA3NXReCIW62btnMheQzigxAnK09vZfl { width:20rem;height:12.9980625rem;top:2rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRakBouDUsaM1XxMHMXnBlAigutrya4b { background-color:#ffffff;background-image:none;display:block; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row .container { background-color: transparent; background-image: none; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row .container > .video-iframe-container { display: none; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row > .video-iframe-container { display: none; }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .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); }#IRakBouDUsaM1XxMHMXnBlAigutrya4b > .row .container { width:20rem;height:54.0107421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngRvSBfIRe50TIEB0TxilHRGkgGb104V { width:15.9375rem;height:2.5996125rem;top:1.25rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #io7V9057ED4myhdHBwXh5IvGcp54aCzt { width:20rem;height:18.19725rem;top:21.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl1KK2gcRrKyKZwCTVib6no8TOxdXQnf { width:8.75rem;height:13.1875rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em0gXyfwiPvbnIXR9dil5UJ727sVQIam { width:20rem;height:22.09665rem;top:31.9482421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU0PWkTwJqAb7TzzywboM1XgyKA7y53O { width:17.6875rem;height:3.6875rem;top:43.375rem;left:1.15625rem;z-index:100005;color:#ffffff;border-top:0.125rem solid #f20303;border-left:0.125rem solid #f20303;border-right:0.125rem solid #f20303;border-bottom:0.125rem solid #f20303;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;background-color:#f20303;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ii8BuRhTO3KDTGCls3tdWl4G5TtIR39w { display:block; }
 }@media only screen and (max-width: 763px) { #rcctdLAJwaT4remdPWc3arRriMU9sJQb { display:block; }#rcctdLAJwaT4remdPWc3arRriMU9sJQb > .row .container { width:20rem;height:101.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXoIMwS4tGoJQ0LrU29DxWGtVvT6kkdn { width:19.6875rem;height:2.5996125rem;top:1.25rem;left:0.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfspkn6EZvZNpqzQTqiK3dUP5TdsH1zG { width:16.5rem;height:24.8125rem;top:8.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJD903g93t88ORfqccZNwuNQ1anwpT6a { width:16.5rem;height:24.8125rem;top:40.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4s72EVLDKuBXdvGPVeCthdcVPmsVTVr { width:16.5rem;height:24.5625rem;top:71.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaJ8JJe7B8JTaq2m0mOwtqLCFL9bldwn { width:7.75rem;height:7.75rem;top:5.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7E1Ktn1PS8xVS5maNaZg6lTo3cPx6Xi { width:12.5rem;height:1.7871125rem;top:14.1875rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzGO8rXxGQr6WDL8kk4aOhM3BldW7GTa { width:13.75rem;height:5.19921875rem;top:22.9375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiGTVqmaKmG3fsqH7KLR06lzuJgbrxT5 { width:13.75rem;height:7.7988125rem;top:54.6875rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7UO27fTMLfK1Z24kxmbx7TUV0AeNrm4 { width:12.5rem;height:1.7871125rem;top:46rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVu2y1rbGrkQUI1owCoc6f3slkv94rLn { width:7.75rem;height:7.75rem;top:67.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiB6VE5diBng04vyBbL2AROUiVm3nZLH { width:12.5rem;height:1.7871125rem;top:77.1875rem;left:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdKW4e8PQakW1hiv6ZNOkrTofJXr0Stp { width:13.75rem;height:7.7988125rem;top:85.8125rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEm03vDuQWQOCqrm3537e7LQuszbsvd0 { width:7.75rem;height:7.75rem;top:36.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWgPoS9Ex28G0CrlN7G16VAh6DgEDmiX { width:8.25rem;height:1.5625rem;top:18.6875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKM5i3FL8MDPdcs2M2Vo4XlOx9CP5EeB { width:8.25rem;height:1.5625rem;top:50.4375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f44ULcbal7JdhkhSzmQmmhmrr4W1Iaqy { width:8.25rem;height:1.5625rem;top:81.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPSNsw50dQxzUQTimAA1uc3fDNfping6 { display:block; }#nPSNsw50dQxzUQTimAA1uc3fDNfping6 > .row .container { width:20rem;height:131.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBpFntCSXTl2RZ2zfl43GkWR5m9EuN02 { width:19.6875rem;height:4.7109375rem;top:2.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6W2dqHAGRiOK3uQ84iwlhwRy7xUw1rL { width:14.625rem;height:17.25rem;top:9.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t33ZnlIPhdrWyOe1o6Dg7IH9AC7QClHp { width:14.625rem;height:17.25rem;top:46.9091796875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGbOo7ClBTXsnweTtPP2C7B0dwLMIWZh { width:3.5625rem;height:3.5625rem;top:9.375rem;left:8.1875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaN4bGb8o1PQysveBiHaLgW3ivcmEgTX { width:3.5625rem;height:3.5625rem;top:47.75rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORqD1JBniPMxvDPxr60NUCMpbp8ICsVz { width:12.5rem;height:1.625rem;top:12.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6Lg7piWA13PrGZxT02HlMtOCeVRP9vB { width:12.5rem;height:1.625rem;top:52.125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTMnd4eX9tRpSsacIwu518tZe7RT0wHm { width:12.75rem;height:9.098625rem;top:15.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbApmGrrfINaoRSUrssI00NnbtpJG7uI { width:12.75rem;height:9.098625rem;top:55rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuXZUFKpGf4bwEMUn0WXaCw1gqMtTNTN { width:12.75rem;height:9.098625rem;top:72.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6efMQTGwIWHNl7CoVIdbSLfGT4U5WUU { width:14.625rem;height:17.25rem;top:67.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyNKATA8f0suKStOsChMxJmIEIlyGvhD { width:12.5rem;height:1.625rem;top:70.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpA41eIVMVb0ni1uPFCst64zvCwhE8av { width:3.5625rem;height:3.5625rem;top:67.0625rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #up5xxW6vrwBTwf3CqJoLv2TkeJsse7hX { width:3.5625rem;height:3.5625rem;top:86.3125rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL4VrH6XhlZqawffV8IJK4TaAESTmL1L { width:12.5rem;height:1.625rem;top:89.8125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE0xBehhGR6seJEqIpfQD3g7kruv20t8 { width:12.75rem;height:9.098625rem;top:92.0625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h63xU4mzCdlx09IV6Ccx61JTXkQbXOHU { width:14.625rem;height:17.25rem;top:86.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJoNUqEQHHlkKCfShZu8P2QPA6QnRQEn { width:3.5625rem;height:3.5625rem;top:105.6875rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiW4fdohaWPq864XDDO9QWryHmDAliq2 { width:14.625rem;height:17.25rem;top:105.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4hJTlzXzhp9i4GhCXWr0E7t1qK9OlMh { width:12.5rem;height:1.625rem;top:109.25rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqOeOSgaSgJsPPSQzhoDxgD7r9C68HcL { width:12.75rem;height:9.098625rem;top:111.4375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keD1BT0GuTOuZTNqvy9JBTK9xdw4Nbm6 { width:17.6875rem;height:3.6875rem;top:125.96875rem;left:1rem;z-index:100006;color:#353434;border-top:0.125rem solid #2a2a2a;border-left:0.125rem solid #2a2a2a;border-right:0.125rem solid #2a2a2a;border-bottom:0.125rem solid #2a2a2a;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #a05oLPyiFeTGAFmicCK96Uz05IHWZroM { display:block; }
 }@media only screen and (max-width: 763px) { #xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y { display:block; }#xPLCmpVUTq9xHW3uKhWkmGZi1CfGUF9y > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvLupr65Sy7fVIZV5rPwUPrPaTtKyUf4 { width:20rem;height:5.19921875rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-form-header {  }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;color:#ffffff;width:16.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.6875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-text {padding-top: 0; padding-bottom: 0;}#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.6875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.6875rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-select {padding-top: 0; padding-bottom: 0;}#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-button { background-color:#f20303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#ffffff;width:16.6875rem;height:3.75rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.875rem;font-weight:400;color:#ffffff;vertical-align:top;width:15.5rem;overflow:hidden;font-style:normal; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-container:first-of-type{padding-top:0;}#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-container:last-of-type{padding-bottom:0;}#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0.40625rem;top:27.2685546875rem;z-index:100002; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.6875rem;display:block;vertical-align:top; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1.3;font-weight:700;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV {display:block;}#RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV { background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0.40625rem;top:27.2685546875rem;z-index:100002; }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #CayifrTAIaIoo84NrTHHH2vaGw4rwaiA {  }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #wGMQSTTBK0ksBA9nXVTTuacMBKPZ7ece {  }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #XMArXKScgChae3pVvuy5ZZfIp0mBCbvk {  }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #mNQTKDeTAn5lqt1BR8T9AIxmqdHKDzCP {  }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #G0qMJsoMdpKACaootweHKHcnNFQbLUS2 {  }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #Fwm3PBnBBXT6EivIy58tyacTMuBpfnCp {  }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #U3gA2p687cq4iwWKIdLA8K9LxUAHqvNT {  }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #q6E8iRaABTLWH4sGWbWnEv5AtGKwbdNJ {  }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #VNnsD2yxQQZO1LzkatGKHBrKCnHTNOBU {  }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #wwBd6Dm4thw2vvu9MtrekkHK4raOsW5n {  }
 }@media only screen and (max-width: 763px) { #RfVEFDWU6Dmy7xR2rLmh4FUEP8V8nAVV #QyDtASbW9WlIUknKn0hiTVuslMMbZDEU {  }
 }@media only screen and (max-width: 763px) { #GM7DTEQ5r2kELpcPB8mlyu4rdaeJoXCi { width:15.625rem;height:1.29980625rem;top:8rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #toizJbL87qsdwLIwx0NHTTBvLoJ45c8p { width:17.625rem;height:8.8125rem;top:13.6240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD { display:block; }#lnXoy1J0GDLbUPkfQspk8PFIZTA7H0ZD > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbNl6SWT3JgnZmuNh5w84pAWc1Gkzerg { width:12.5rem;height:2.03125rem;top:1.4375rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dg8QksaNGdrIK2hAIX21mPftxfBSg3SQ { width:20rem;height:1.29980625rem;top:25.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTCx9TCi1ngW0ZGFFhJlKsn7UrhKVzKe { width:15.9375rem;height:2.03125rem;top:17rem;left:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMXwpOhXutN1nGXoTNNth2casfWUJ1eF { width:3.125rem;height:3.125rem;top:20rem;left:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXatdTUe6MHgtCTMoF4K924lzRATq64z { width:3.125rem;height:3.125rem;top:20rem;left:6.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGf2UWT9ooOJDBnt6CM8ghbKGX5R2Gxc { width:3.125rem;height:3.125rem;top:20rem;left:10rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE4ScmUk89CRTzvdQLvJK6Mi95PTZgur { width:5.4375rem;height:1.625rem;top:4.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCaDyKn2Q6Wpsrt0Gq5ZUPFKfxAE68Ee { display:block; }
 }@media only screen and (max-width: 763px) { #v0F4pO7ysBwK3DHzQdxz0CxvyqmilcQ0 { width:5.4375rem;height:1.625rem;top:7.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plAg5HgZ7bXPVyhqHkQTdGWUWPXsS3DD { display:block; }
 }@media only screen and (max-width: 763px) { #ILxtykB6ys19R6XmKkfrL1XH6msPC0FZ { width:5.4375rem;height:1.625rem;top:10rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwbDnqXkWLOz1sRn9sm0UuWHfERHcE8B { display:block; }
 }@media only screen and (max-width: 763px) { #A3LpawM09yJ6teA5amqylnUenzA71bRZ { width:10.4375rem;height:1.625rem;top:12.6875rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paWAsUWOENbpbwnBRfccTva5VB52qPmP { display:block; }
 }