.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/818d37e5-0c30-4b2e-b111-a636b171904c/Untitleddesign34.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#miakgu8mCKGaEbphSybe9TB7f3lJdgrq { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#miakgu8mCKGaEbphSybe9TB7f3lJdgrq { background-color: transparent; background-image: none; }#miakgu8mCKGaEbphSybe9TB7f3lJdgrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miakgu8mCKGaEbphSybe9TB7f3lJdgrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miakgu8mCKGaEbphSybe9TB7f3lJdgrq > .row .container > .video-iframe-container { display: none; }#miakgu8mCKGaEbphSybe9TB7f3lJdgrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miakgu8mCKGaEbphSybe9TB7f3lJdgrq > .row > .video-iframe-container { display: none; }#miakgu8mCKGaEbphSybe9TB7f3lJdgrq > .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); }#miakgu8mCKGaEbphSybe9TB7f3lJdgrq { border-width: 0; border-radius: 0; }#miakgu8mCKGaEbphSybe9TB7f3lJdgrq > .row .container > .video-iframe-container {  }#miakgu8mCKGaEbphSybe9TB7f3lJdgrq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.375rem;width:60rem;position:relative;display:block; }#LXXclaag62IbXJIwoG3JGzMX43y1UP0X { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c3251, #0076bc);background-image: -moz-linear-gradient(180deg, #1c3251, #0076bc);background-image: -ms-linear-gradient(180deg, #1c3251, #0076bc);background-image: -o-linear-gradient(180deg, #1c3251, #0076bc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3251', endColorstr='#0076bc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3251', endColorstr='#0076bc' );";background-image: linear-gradient(180deg, #1c3251, #0076bc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.41) ;height:34.6875rem;width:17.8125rem;top:0rem;left:42.1875rem;display:block; }
#Sdf45dBCT4KJTBl2vISI9ax8lUsLlgHg { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:"source sans pro";font-size:1.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.287109375rem;left:42.25rem;height:4.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RzOU5uXn2N2OM8LoGDAK26DlmZcUB5p0 { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"source sans pro";font-size:3.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:42.75rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-form-header {  }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:14.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.125rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-input-text {padding-top: 0; padding-bottom: 0;}#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.125rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-input-select {padding-top: 0; padding-bottom: 0;}#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f30d0d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:14.125rem;height:3.4375rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:12.75rem;overflow:hidden;font-style:normal; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .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; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-container:first-of-type{padding-top:0;}#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-container:last-of-type{padding-bottom:0;}#RzAeWXTPB47bGH3rn2VowWs18HauNyJR  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100004;position:absolute;top:9.998046875rem;left:42.78125rem; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:14.125rem; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR {display:block;}#RzAeWXTPB47bGH3rn2VowWs18HauNyJR { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;position:absolute;top:9.998046875rem;left:42.78125rem; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR #PudNZDXFrWxtHz7Vz3CigavwDCiaENpR { position:relative; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR #AqpFPcCibBwAa6BzFItweGN4QHbH5019 { position:relative;display:block; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR #tQSqPk2oN19Vg19mymhU7rAHwofyfi78 { position:relative; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR #vP7xxd1Fl2CSDq24o7T8u6KSUgG2PR9D { position:relative; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR #C6J2kcH23PxhKCkscNSlmEnLQnreX8Se { position:relative;display:block; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR #D2qu7JcRoa7u2Ba9we9Dxlk8r6fBtuou { position:relative; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR #SWy4Jrwc8gKsKN8WEtobXrm2xG6S8Lse { position:relative; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR #aeSZpyUbBUx5gTR6UZ9cSZcLsr0mcQWC { position:relative;display:block; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR #ryR5CBPCSW7ChTANXOvdFlcCIyvKOE8W { position:relative; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR #RP5FHuMQIGqlwW2nnbQHM4Xyzir5TJ4M { position:relative; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR #D8hB21RJXHLnnCzdD2w86vkJcWwQQgI6 { position:relative;display:block; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR #DSwIK8b4Gmx9hDNyBMhwl5Tzxx2PVOxC { position:relative; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR #Xs9nnQfGHvzhCmJkQIBfFIBBzqEy2TMs { position:relative; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR #CFHl69ft9v8v0akvf0TLRHci1SNJzrFD { position:relative; }
#raDauThcHEG2Gmre0Qi0iImGQnJlO84k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#raDauThcHEG2Gmre0Qi0iImGQnJlO84k > .row .container { background-color: transparent; background-image: none; }#raDauThcHEG2Gmre0Qi0iImGQnJlO84k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raDauThcHEG2Gmre0Qi0iImGQnJlO84k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raDauThcHEG2Gmre0Qi0iImGQnJlO84k > .row .container > .video-iframe-container { display: none; }#raDauThcHEG2Gmre0Qi0iImGQnJlO84k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raDauThcHEG2Gmre0Qi0iImGQnJlO84k > .row > .video-iframe-container { display: none; }#raDauThcHEG2Gmre0Qi0iImGQnJlO84k > .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); }#raDauThcHEG2Gmre0Qi0iImGQnJlO84k > .row .container { border-width: 0; border-radius: 0; }#raDauThcHEG2Gmre0Qi0iImGQnJlO84k > .row > .video-iframe-container {  }#raDauThcHEG2Gmre0Qi0iImGQnJlO84k > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#TgoigD5hUpCRA0KOnaA7J05gCBB6rIVS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:20.5rem;top:0.96875rem;left:0.5625rem;overflow:hidden;display:block; }
#kfxqNsqtmhg7Za7DwpcWRWItKbHEAIN0 { box-sizing:content-box;color:#1c3251;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:15038;top:2.3125rem;left:24.625rem;display:block; }
#aMGRqxrV6RJwTu0bvXbvE8aXHHCwSACH { color:#1c3251;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:2.625rem;left:28rem;height:2.35546875rem;font-style:normal;display:block; }
#XBfJ7DQEfC5XIcGPV8VRMmxH5WgBfXVt { color:#1c3251;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:0.96875rem;left:26.375rem;height:1.29980625rem;display:block; }
#he4yK2ISqFQTPFdBckxqVwS0B2wCKt57 { color:#1c3251;display:block;width:21.4375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(76,76,76,0.73);top:4.3125rem;left:0.09375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vHh1LdJFWIAw7ernlaCDmGXka8m6OXur { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#gxls7ymUvB7ormcVgfnnTv51PsaysG7o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/06a9e793-f405-4aa5-aa26-ba5b794566ef/CROHospitalbedbanner2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag.adaptive-delivery-prevent-bg, #vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag.lazyload, #vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag.lazyloading { background-image: none; }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag > .row .container { background-color: transparent; background-image: none; }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag > .row .container > .video-iframe-container { display: none; }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag > .row > .video-iframe-container { display: none; }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag > .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); }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag > .row .container { border-width: 0; border-radius: 0; }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag > .row > .video-iframe-container {  }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;position:relative;display:block; }#BcCrrZ5HfpmzT3R4cgco9PrtLF5f1K6l { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:2.6875rem;top:32.25rem;left:1.5rem;overflow:hidden;display:block; }
#hHDJg3H0yE2QPlNE4qIXSBT0TE8QvSZi { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:2.625rem;top:35.75rem;left:1.53125rem;overflow:hidden;display:block; }
#tBogAydB7siQpeXndHdeXxkv8EV9XerE { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:3.3125rem;top:38.375rem;left:1.1875rem;overflow:hidden;display:block; }
#n0xO06q3JRusHEBos4ttTJobvMrFGuKd { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0rem 1.4375rem #101010;top:32.25rem;left:5.90625rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TJIQBMxPVFQWMtSl3Jnk1fDRdVkAe0nk { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.5rem #000000;top:35.6875rem;left:5.9375rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BVly2z2gcNKb81Nw5Han7mWnPsJFshhK { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.5rem #000000;top:39.259765625rem;left:5.96875rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vvou2v0gsTe1oMgHkuCLVCakVzqpiXhu { color:#1c3251;display:block;width:27rem;position:absolute;font-family:"source sans pro";font-size:2.4375rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:1.5rem;left:2.625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SgfOTSJJuDbeG4FclpCKbgwygxwN4kTn { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(345deg, #248ec7, #1c364a);background-image: -moz-linear-gradient(345deg, #248ec7, #1c364a);background-image: -ms-linear-gradient(345deg, #248ec7, #1c364a);background-image: -o-linear-gradient(345deg, #248ec7, #1c364a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#248ec7', endColorstr='#1c364a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#248ec7', endColorstr='#1c364a' );";background-image: linear-gradient(345deg, #248ec7, #1c364a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.625rem;width:36.9375rem;top:27.8125rem;left:0rem;display:block; }
#CZEuB4DdQEr5anUPlGd66h390nHiuOzh { color:rgba(0,0,0,0.6);display:block;width:34.8125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:11.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cbGGVfVWvJbbuV8iR3MJMtStfHHwGId1 { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0rem 1.4375rem #101010;top:29rem;left:5.90625rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eZKQyOKUwblJvSRXGTCdIgLc5AQiC0Uv { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:2.6875rem;top:29rem;left:1.5rem;overflow:hidden;display:block; }
#uXGr02Km3Mlc4fVtn1C1lLkfcrRJxSmh { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0rem 1.4375rem #101010;top:31.28125rem;left:34.4375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vCMK1IueXsCtdqSymB03wXbKqQtkPN8i { color:#1c3251;display:block;width:30.75rem;position:absolute;font-family:"source sans pro";font-size:2.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.28);top:16.76171875rem;left:2.625rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xEnNXJVzGOsWpCnwNIbc5DS4SgZShEKJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.75rem;width:7.75rem;top:21.40625rem;left:7.5625rem;overflow:hidden;display:block; }
#XSJT5JxX1zzm8oUzfBrLnEbMEt8Oxr0r { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:7.4375rem;top:20.4375rem;left:17.6875rem;overflow:hidden;display:block; }
#y9nkamNEbTxXLEcyvabetTscagMTEDRH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#y9nkamNEbTxXLEcyvabetTscagMTEDRH > .row .container { background-color: transparent; background-image: none; }#y9nkamNEbTxXLEcyvabetTscagMTEDRH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9nkamNEbTxXLEcyvabetTscagMTEDRH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9nkamNEbTxXLEcyvabetTscagMTEDRH > .row .container > .video-iframe-container { display: none; }#y9nkamNEbTxXLEcyvabetTscagMTEDRH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9nkamNEbTxXLEcyvabetTscagMTEDRH > .row > .video-iframe-container { display: none; }#y9nkamNEbTxXLEcyvabetTscagMTEDRH > .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); }#y9nkamNEbTxXLEcyvabetTscagMTEDRH > .row .container { border-width: 0; border-radius: 0; }#y9nkamNEbTxXLEcyvabetTscagMTEDRH > .row > .video-iframe-container {  }#y9nkamNEbTxXLEcyvabetTscagMTEDRH > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:60rem;position:relative;display:block; }#fzTLyFIEEVSh6rThwDIeqVAf5qJ19zlp { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.625rem;left:3rem;height:2.4375rem;font-style:normal;display:block; }
#Td82btJ07JK7ooDJNQJM6iUEe6bpOsRN { position:absolute;display:block;z-index:15004;background-color:#1c3251;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:22.5rem;top:3.9375rem;left:3rem;display:block; }
#XVL9fy6nKM9dzTSxk4g8SwX65gZ0yFOT { color:rgba(0,0,0,0.5);display:block;width:34.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:5.3125rem;left:3rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v8BGTcQI4CtqkxE8c7Cb8BNFFmJFJ5TI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:26.375rem;width:35.125rem;top:13.65625rem;left:0.15285923753666rem;overflow:hidden;display:block; }
#DViQyc2QEeXVRT8WqwMK2XoaeDrWyTSC { color:#000000;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:40.15625rem;left:5.1875rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZwCIrCrLwzaV2duSGrS3ezt3A4fLQJ4o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZwCIrCrLwzaV2duSGrS3ezt3A4fLQJ4o > .row .container { background-color: transparent; background-image: none; }#ZwCIrCrLwzaV2duSGrS3ezt3A4fLQJ4o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwCIrCrLwzaV2duSGrS3ezt3A4fLQJ4o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwCIrCrLwzaV2duSGrS3ezt3A4fLQJ4o > .row .container > .video-iframe-container { display: none; }#ZwCIrCrLwzaV2duSGrS3ezt3A4fLQJ4o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwCIrCrLwzaV2duSGrS3ezt3A4fLQJ4o > .row > .video-iframe-container { display: none; }#ZwCIrCrLwzaV2duSGrS3ezt3A4fLQJ4o > .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); }#ZwCIrCrLwzaV2duSGrS3ezt3A4fLQJ4o > .row .container { border-width: 0; border-radius: 0; }#ZwCIrCrLwzaV2duSGrS3ezt3A4fLQJ4o > .row > .video-iframe-container {  }#ZwCIrCrLwzaV2duSGrS3ezt3A4fLQJ4o > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;position:relative;display:block; }#vGeEaxLe2fG5aZVTXmI3T4wTwnToFd2b { color:#000000;display:block;width:40.5625rem;position:absolute;font-family:"source sans pro";font-size:2.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.625rem;left:1.9375rem;height:3.4931625rem;text-align:center;text-align-last:center;display:block; }
#R9r2h3uqsvd57fA6dbccmOP5gl3LpJsV { color:rgba(128,128,128,0.15);display:block;width:41.5625rem;position:absolute;font-family:"open sans";font-size:6.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.2873282432556E-6rem;left:0rem;height:8.44925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#di6sfNKxPibHfogJ2yVP3PeCIiNgfpLv { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.25rem;width:18.9375rem;top:23.625rem;left:0rem;display:block; }
#GmdI3ZnNWabmbOAAs8kGXA9E5O4LWobd { color:#808080;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:24.5rem;left:0.75rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FwloKhsL3NhkvBpy741Ady2I7kTErs58 { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37.9375rem;left:5.625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c81SATnatsXlVubTgVxJTMFew4cqFD9y { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:40.125rem;left:5.625rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iL0z0WRRNbvGkdkdl44WfowKhKRPvJIc { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/28okDpmG/05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:4.5625rem;width:4.5625rem;top:37.25rem;left:0rem;display:block; }#iL0z0WRRNbvGkdkdl44WfowKhKRPvJIc.adaptive-delivery-prevent-bg, #iL0z0WRRNbvGkdkdl44WfowKhKRPvJIc.lazyload, #iL0z0WRRNbvGkdkdl44WfowKhKRPvJIc.lazyloading { background-image: none; }
#haWk1yd1VoTrn5m99A8Lxyx4UyTzXsrx { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:37.9375rem;left:26.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LdzqEeUc6e5V2pghgWhnnCchKG0rUt0W { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:40.125rem;left:26.1875rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rGenCB8ZGOatfekOz7SZ5mEtU6VUg1Es { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.25rem;width:18.9375rem;top:23.625rem;left:20.5625rem;display:block; }
#LgehU7WFspPQMWrvZao5fCwfB7uO3AJQ { color:#808080;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:25.375rem;left:21.25rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R7nvN2ZLWNaouP0RXXN0PVdbr9Aquaut { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/pfUmis9uGdk/unsplash/mohammed-hassan-pfUmis9uGdk-photo-1594498152810-4de937ac2c58.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:4.5625rem;width:4.5625rem;top:37.25rem;left:20.5625rem;display:block; }#R7nvN2ZLWNaouP0RXXN0PVdbr9Aquaut.adaptive-delivery-prevent-bg, #R7nvN2ZLWNaouP0RXXN0PVdbr9Aquaut.lazyload, #R7nvN2ZLWNaouP0RXXN0PVdbr9Aquaut.lazyloading { background-image: none; }
#F8bT8TQA3PDxcm5lf09ctyvATwoFIOEx { position:absolute;display:block;z-index:15016;background-color:#efefef;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.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.625rem;width:32.625rem;top:10.4375rem;left:3.0625rem;display:block; }
#RFFTmpizZkHTpydL6ast4T2iO4EnJAdh { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:11.9375rem;left:4.75rem;height:1.29980625rem;font-style:normal;display:block; }
#iWKWt9TMu9ZCdHaTSMBPNrLlfpqBqLuq { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:5.6875rem;top:14.375rem;left:4.5625rem;overflow:hidden;display:block; }
#mAd7D7GRu8eK3NCPL0nA0skmlI9t9RPh { color:#000000;display:block;width:2.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:15rem;left:11.5rem;height:1.4619125rem;display:block; }
#Fle6qw0M0CTec7DbOxyVvp3HVseCpD9O { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:5.75rem;top:17.4375rem;left:4.625rem;overflow:hidden;display:block; }
#uGO0BJIn0Cz20Nh0iMTrMeTgMgHlMi39 { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:17.75rem;left:11.5rem;height:1.4619125rem;display:block; }
#hdMC9XBfxp8OJUitDPxIpAcPISvaaRKw { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:7.8125rem;top:15rem;left:14.4375rem;overflow:hidden;display:block; }
#ny7bpqEzOQ92h12QSz6sCm0MqelNX43l { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:6.25rem;top:17.75rem;left:14.4375rem;overflow:hidden;display:block; }
#GBLWhnHpeExhoT2fI8gx6I3NonamsvC5 { color:#000000;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:17.875rem;left:21rem;height:1.29980625rem;display:block; }
#kw58sOTUxC4OA9r5qzDnHO2uussHmBXF { color:#000000;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:15.125rem;left:23rem;height:1.29980625rem;display:block; }
#ode8POzlJIdVIQoni9ghiHyv7qxIHi7t { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28rem;width:21.3125rem;top:43.25rem;left:18.25rem;overflow:hidden;display:block; }
#niNRRVUohFvEV0HMI61oUwiP7yENOu7n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#niNRRVUohFvEV0HMI61oUwiP7yENOu7n > .row .container { background-color: transparent; background-image: none; }#niNRRVUohFvEV0HMI61oUwiP7yENOu7n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niNRRVUohFvEV0HMI61oUwiP7yENOu7n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niNRRVUohFvEV0HMI61oUwiP7yENOu7n > .row .container > .video-iframe-container { display: none; }#niNRRVUohFvEV0HMI61oUwiP7yENOu7n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niNRRVUohFvEV0HMI61oUwiP7yENOu7n > .row > .video-iframe-container { display: none; }#niNRRVUohFvEV0HMI61oUwiP7yENOu7n > .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); }#niNRRVUohFvEV0HMI61oUwiP7yENOu7n > .row .container { border-width: 0; border-radius: 0; }#niNRRVUohFvEV0HMI61oUwiP7yENOu7n > .row > .video-iframe-container {  }#niNRRVUohFvEV0HMI61oUwiP7yENOu7n > .row .container { font-size:0.875rem;font-family:arial;height:70.125rem;width:60rem;position:relative;display:block; }#IGUShT8AppOT0yhRB1DTGe0thZV3N9XW { color:#101010;display:block;width:25.3125rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:24.0625rem;left:0rem;height:2.3369125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FLD27DZCgKxFLskwMcdLdliqQvJ9JaoF { color:rgba(16,16,16,0.19);display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:7.6875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:16.287109375rem;left:0rem;height:8.4560625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Wn2QvEH916TeHIPql1liebUZEAtuyDNL { color:rgba(16,16,16,0.7);display:block;width:13.625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:37.1875rem;left:1.125rem;height:15.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DgmzbTExEqAQu2lw46pKCVKDuEcngV22 { color:#101010;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:33.625rem;left:1.125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zG7d6yaegIAizvnHalH7VHMVFmKZUsA9 { color:rgba(16,16,16,0.7);display:block;width:13.625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:37.1875rem;left:17.9375rem;height:12.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s3yVnTNnSn5u7Ze4zWrXVRaawCPKZS1N { color:#101010;display:block;width:15.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:33.625rem;left:17.9375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qn4qNly8tz6E4eD19RdBSvQQbPdFPn0p { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:27.4375rem;left:17.9375rem;overflow:hidden;display:block; }
#iM5RhkgLFJoddQkpRUlAPgirTkuo1utl { color:rgba(16,16,16,0.7);display:block;width:13.625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:60.375rem;left:17.9375rem;height:9.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FdNi7BDf1aTTmLxmCf7HmJnRKqGnMAVE { color:#101010;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:57.4375rem;left:18rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UgT2JPbVc2TGy5KyBaIFWncMkBPJ5dif { color:rgba(16,16,16,0.7);display:block;width:13.625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:63.9375rem;left:1.125rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mlky5gxq3SJT4QonLmt5Cq7R9Tno7xSz { color:#101010;display:block;width:11.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:60.375rem;left:1.125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BJWeJxwVBaq4hAKMabesdpvOWVzX04VO { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:27.4375rem;left:1.125rem;overflow:hidden;display:block; }
#BEN9xTzzwqTqPFuaX3hSiuPkfMn3Tb11 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:50.5rem;left:18.375rem;overflow:hidden;display:block; }
#InGr2SU2LC0PXN6pfFPsQJPT35qo19PU { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:53.03125rem;left:1.125rem;overflow:hidden;display:block; }
#l1U58raaXe8Bxexsf7OntobosLDpLHQI { color:rgba(128,128,128,0.15);display:block;width:38.5625rem;position:absolute;font-family:"open sans";font-size:6.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:68.75rem;left:0rem;height:8.44925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GtVlyCBsNSPVyeA7JKJcfAM6zCJhIl0C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GtVlyCBsNSPVyeA7JKJcfAM6zCJhIl0C > .row .container { background-color: transparent; background-image: none; }#GtVlyCBsNSPVyeA7JKJcfAM6zCJhIl0C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtVlyCBsNSPVyeA7JKJcfAM6zCJhIl0C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtVlyCBsNSPVyeA7JKJcfAM6zCJhIl0C > .row .container > .video-iframe-container { display: none; }#GtVlyCBsNSPVyeA7JKJcfAM6zCJhIl0C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtVlyCBsNSPVyeA7JKJcfAM6zCJhIl0C > .row > .video-iframe-container { display: none; }#GtVlyCBsNSPVyeA7JKJcfAM6zCJhIl0C > .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); }#GtVlyCBsNSPVyeA7JKJcfAM6zCJhIl0C > .row .container { border-width: 0; border-radius: 0; }#GtVlyCBsNSPVyeA7JKJcfAM6zCJhIl0C > .row > .video-iframe-container {  }#GtVlyCBsNSPVyeA7JKJcfAM6zCJhIl0C > .row .container { font-size:0.875rem;font-family:arial;height:58.1875rem;width:60rem;position:relative;display:block; }#HoqpzT6qlpvFbh50ZMrBxsDcTJvXfAP2 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JfsLadgOyMUi4qeZcAKnXnv2l6RWgwIv { color:rgba(51,51,51,0.63);display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:21.875rem;left:0rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AmLNTAPXsauIfTn5RJpMaVXFTMtHgC6t { color:rgba(51,51,51,0.59);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:21.9375rem;left:20.625rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F5zocA1KE7g31cGl11K0vhhTAxsqiUJU { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.375rem;left:20.625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtnN7VhpAcE4ZPeHmq62PhTBepXJpWLS { position:absolute;display:block;z-index:15013;background-color:rgba(88,88,88,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:5.375rem;top:13.8125rem;left:17.3125rem;display:block; }
#BKSNROSxeq8h35VOLeQsNrzd1brqqfit { color:#000000;display:block;width:39.3125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:1.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w5wlGTfGuu9opTUk53OLNkqOW4qpPZid { color:rgba(51,51,51,0.61);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:42.375rem;left:0rem;height:7.9980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#unurWk8tDyopb04zXL2NK1dWMArwmLw2 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:39.8125rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WrttXPzIKuTiKoZVGy9zDfwHUuVHnglT { color:rgba(51,51,51,0.68);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:42.3125rem;left:20.625rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OEG0pGnxV3Zobw4opVWqgTZptMcL0zlJ { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:39.75rem;left:20.625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FAT7tSG8rSsxFpCgT1dxNJWKHCdOUKo1 { position:absolute;display:block;z-index:15015;background-color:rgba(88,88,88,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:5.375rem;top:34.9375rem;left:16.65625rem;display:block; }
#gnTmNLikkKVnyXiNuzxaX99gfT7T9Q1k { z-index:15002;top:52.3125rem;left:14.375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:"source sans pro";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NgNFzLqrLy0FTBnOcBesaJtnIVO0zNk0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gfOQMKPmwF35DIaNaM1EGGFdGpfo6VmD { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:7.1875rem;top:9.5625rem;left:26.4375rem;overflow:hidden;display:block; }
#yCyIWf6G1kG9zADZptcr292hZeEg24wC { position:absolute;display:block;z-index:15020;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.75rem;width:9.75rem;top:8.25rem;left:5.125rem;display:block; }
#N2X4ZNcrALuwWSyIqw0XXqXWg4olAfFt { position:absolute;display:block;z-index:15021;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.5rem;width:8.5rem;top:8.875rem;left:5.75rem;display:block; }
#JdLUtocThHPelSdTd2dNeoDTHpaw1pdE { position:absolute;display:block;z-index:15022;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.75rem;width:9.75rem;top:28.3125rem;left:3.875rem;display:block; }
#dOeizBhvvpUteJHuURgkTavVqkSCfmyq { position:absolute;display:block;z-index:15023;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.5rem;width:8.5rem;top:28.9375rem;left:4.5rem;display:block; }
#gPhKLiZQzX6PhoB8lsXmpIEww1s9yDxs { position:absolute;display:block;z-index:15024;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.75rem;width:9.75rem;top:28.3125rem;left:25.125rem;display:block; }
#LekFPwTaEae6cEbch8kUcmleHIot4ZO3 { position:absolute;display:block;z-index:15025;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.5rem;width:8.5rem;top:28.9375rem;left:25.75rem;display:block; }
#iNJRdOlCK3kaVGasLpZgfvecmO6z0cok { position:absolute;display:block;z-index:15026;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.75rem;width:9.75rem;top:8.25rem;left:25.125rem;display:block; }
#cc6LzKVtghsz3LfqyuQXkJuO0PwkQ1oB { position:absolute;display:block;z-index:15027;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.5rem;width:8.5rem;top:8.875rem;left:25.75rem;display:block; }
#murGgnHKfdqJ8fPlBhWxlNtbnXkFlAEK { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.3125rem;width:7.3125rem;top:29.53125rem;left:26.34375rem;overflow:hidden;display:block; }
#vx7QazfVN2Vu6Vb8iAeaAmBfxzB6T4UR { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:7.4375rem;top:29.46875rem;left:5.03125rem;overflow:hidden;display:block; }
#T8BdbxNEnC8DnkhJ8VsNxsWG6plQtUd9 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:7.4375rem;top:9.4375rem;left:6.28125rem;overflow:hidden;display:block; }
#HsCfTi1yNeQ2UJkWLWnVRxUd7hT3J8EW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HsCfTi1yNeQ2UJkWLWnVRxUd7hT3J8EW > .row .container { background-color: transparent; background-image: none; }#HsCfTi1yNeQ2UJkWLWnVRxUd7hT3J8EW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsCfTi1yNeQ2UJkWLWnVRxUd7hT3J8EW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsCfTi1yNeQ2UJkWLWnVRxUd7hT3J8EW > .row .container > .video-iframe-container { display: none; }#HsCfTi1yNeQ2UJkWLWnVRxUd7hT3J8EW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsCfTi1yNeQ2UJkWLWnVRxUd7hT3J8EW > .row > .video-iframe-container { display: none; }#HsCfTi1yNeQ2UJkWLWnVRxUd7hT3J8EW > .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); }#HsCfTi1yNeQ2UJkWLWnVRxUd7hT3J8EW > .row .container { border-width: 0; border-radius: 0; }#HsCfTi1yNeQ2UJkWLWnVRxUd7hT3J8EW > .row > .video-iframe-container {  }#HsCfTi1yNeQ2UJkWLWnVRxUd7hT3J8EW > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#pDqIyLqWTfqtbkRKn1egTQ3GncwwkKI3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:20.5rem;top:0.96875rem;left:0.5625rem;overflow:hidden;display:block; }
#ybtmrfyyLQTntITTNs9vtgvOc9B8C05E { box-sizing:content-box;color:#1c3251;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:15038;top:2.3125rem;left:37.9375rem;display:block; }
#pdcy3J8o6yWwtEOm1euhxt4IBD3AS5GM { color:#1c3251;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:2.625rem;left:41.3125rem;height:2.35546875rem;font-style:normal;display:block; }
#B3nVK376B76V0VUPFdtZOikRbV2sGCPr { color:#1c3251;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:0.96875rem;left:41.0625rem;height:1.29980625rem;display:block; }
#JUKNTO0S3ClylsgpxszL8R3Al8g7iEKq { color:#1c3251;display:block;width:21.4375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(76,76,76,0.73);top:4.15625rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yuoT7Mk3OwznWda2qTbGMlFWJH9FpxnI { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#cd2gVibnJX34ldcQHBo69v0otPu0ot8k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #miakgu8mCKGaEbphSybe9TB7f3lJdgrq { display:block; }#miakgu8mCKGaEbphSybe9TB7f3lJdgrq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXXclaag62IbXJIwoG3JGzMX43y1UP0X { top:0rem;left:29.9375rem;width:17.8125rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdf45dBCT4KJTBl2vISI9ax8lUsLlgHg { width:17.75rem;height:4.6875rem;top:5.25rem;left:30rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzOU5uXn2N2OM8LoGDAK26DlmZcUB5p0 { width:17.25rem;height:4.1875rem;top:1.0625rem;left:30.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-regular-label { width:14.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-input-text { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-input-text {padding-top: 0; padding-bottom: 0;}#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-textarea { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-input-select { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-input-select {padding-top: 0; padding-bottom: 0;}#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-input-button { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-checkbox-label { width:12.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR  { width:14.125rem;height:auto;top:9.9375rem;left:31.125rem; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .radio-container { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR {display:block;}#RzAeWXTPB47bGH3rn2VowWs18HauNyJR { width:14.125rem;height:auto;top:9.9375rem;left:31.125rem; }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #PudNZDXFrWxtHz7Vz3CigavwDCiaENpR {  }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #AqpFPcCibBwAa6BzFItweGN4QHbH5019 { display:block; }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #tQSqPk2oN19Vg19mymhU7rAHwofyfi78 {  }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #vP7xxd1Fl2CSDq24o7T8u6KSUgG2PR9D {  }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #C6J2kcH23PxhKCkscNSlmEnLQnreX8Se { display:block; }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #D2qu7JcRoa7u2Ba9we9Dxlk8r6fBtuou {  }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #SWy4Jrwc8gKsKN8WEtobXrm2xG6S8Lse {  }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #aeSZpyUbBUx5gTR6UZ9cSZcLsr0mcQWC { display:block; }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #ryR5CBPCSW7ChTANXOvdFlcCIyvKOE8W {  }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #RP5FHuMQIGqlwW2nnbQHM4Xyzir5TJ4M {  }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #D8hB21RJXHLnnCzdD2w86vkJcWwQQgI6 { display:block; }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #DSwIK8b4Gmx9hDNyBMhwl5Tzxx2PVOxC {  }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #Xs9nnQfGHvzhCmJkQIBfFIBBzqEy2TMs {  }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #CFHl69ft9v8v0akvf0TLRHci1SNJzrFD {  }
 }@media only screen and (max-width: 763px) { #raDauThcHEG2Gmre0Qi0iImGQnJlO84k { display:block; }#raDauThcHEG2Gmre0Qi0iImGQnJlO84k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgoigD5hUpCRA0KOnaA7J05gCBB6rIVS { width:20.5rem;height:3.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfxqNsqtmhg7Za7DwpcWRWItKbHEAIN0 { top:2.3125rem;left:18.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMGRqxrV6RJwTu0bvXbvE8aXHHCwSACH { top:2.625rem;left:21.875rem;width:12.5rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBfJ7DQEfC5XIcGPV8VRMmxH5WgBfXVt { top:0.9375rem;left:20.25rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #he4yK2ISqFQTPFdBckxqVwS0B2wCKt57 { width:21.4375rem;height:1.1875rem;top:4.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHh1LdJFWIAw7ernlaCDmGXka8m6OXur { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #gxls7ymUvB7ormcVgfnnTv51PsaysG7o { display:block; }
 }@media only screen and (max-width: 763px) { #vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag { display:block; }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BcCrrZ5HfpmzT3R4cgco9PrtLF5f1K6l { width:2.6875rem;height:2.6875rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHDJg3H0yE2QPlNE4qIXSBT0TE8QvSZi { width:2.625rem;height:2.625rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBogAydB7siQpeXndHdeXxkv8EV9XerE { width:3.3125rem;height:3.3125rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0xO06q3JRusHEBos4ttTJobvMrFGuKd { width:25.5625rem;height:1.5rem;top:32.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJIQBMxPVFQWMtSl3Jnk1fDRdVkAe0nk { width:25.5rem;height:1.5rem;top:35.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVly2z2gcNKb81Nw5Han7mWnPsJFshhK { width:25.4375rem;height:1.5rem;top:39.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvou2v0gsTe1oMgHkuCLVCakVzqpiXhu { width:27rem;height:4.875rem;top:1.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgfOTSJJuDbeG4FclpCKbgwygxwN4kTn { top:27.8125rem;left:0rem;width:36.9375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZEuB4DdQEr5anUPlGd66h390nHiuOzh { width:34.8125rem;height:11.375rem;top:4.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbGGVfVWvJbbuV8iR3MJMtStfHHwGId1 { width:25.5625rem;height:1.5rem;top:29rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZKQyOKUwblJvSRXGTCdIgLc5AQiC0Uv { width:2.6875rem;height:2.6875rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXGr02Km3Mlc4fVtn1C1lLkfcrRJxSmh { width:16.125rem;height:1.4375rem;top:41.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCMK1IueXsCtdqSymB03wXbKqQtkPN8i { width:30.75rem;height:3.6875rem;top:16.75rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEnNXJVzGOsWpCnwNIbc5DS4SgZShEKJ { top:21.375rem;left:1.4375rem;width:7.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSJT5JxX1zzm8oUzfBrLnEbMEt8Oxr0r { top:20.4375rem;left:11.5625rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9nkamNEbTxXLEcyvabetTscagMTEDRH { display:block; }#y9nkamNEbTxXLEcyvabetTscagMTEDRH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzTLyFIEEVSh6rThwDIeqVAf5qJ19zlp { top:0.625rem;left:0rem;width:27.0625rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td82btJ07JK7ooDJNQJM6iUEe6bpOsRN { top:3.9375rem;left:0rem;width:22.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVL9fy6nKM9dzTSxk4g8SwX65gZ0yFOT { width:34.5625rem;height:6.75rem;top:5.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8BGTcQI4CtqkxE8c7Cb8BNFFmJFJ5TI { top:13.625rem;left:0rem;width:35.125rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DViQyc2QEeXVRT8WqwMK2XoaeDrWyTSC { width:22.5rem;height:1.6875rem;top:40.125rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwCIrCrLwzaV2duSGrS3ezt3A4fLQJ4o { display:block; }#ZwCIrCrLwzaV2duSGrS3ezt3A4fLQJ4o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGeEaxLe2fG5aZVTXmI3T4wTwnToFd2b { width:40.5625rem;height:3.4375rem;top:5.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9r2h3uqsvd57fA6dbccmOP5gl3LpJsV { width:41.5625rem;height:8.4375rem;top:0rem;left:0rem;font-size:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #di6sfNKxPibHfogJ2yVP3PeCIiNgfpLv { width:18.9375rem;height:12.25rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmdI3ZnNWabmbOAAs8kGXA9E5O4LWobd { width:17.5rem;height:10.5rem;top:24.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwloKhsL3NhkvBpy741Ady2I7kTErs58 { width:11.25rem;height:3.25rem;top:37.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c81SATnatsXlVubTgVxJTMFew4cqFD9y { width:11.25rem;height:1rem;top:40.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL0z0WRRNbvGkdkdl44WfowKhKRPvJIc { width:4.5625rem;height:4.5625rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #haWk1yd1VoTrn5m99A8Lxyx4UyTzXsrx { width:11.25rem;height:1.625rem;top:37.9375rem;left:20.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdzqEeUc6e5V2pghgWhnnCchKG0rUt0W { width:11.25rem;height:1rem;top:40.125rem;left:20.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGenCB8ZGOatfekOz7SZ5mEtU6VUg1Es { width:18.9375rem;height:12.25rem;top:23.625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgehU7WFspPQMWrvZao5fCwfB7uO3AJQ { width:17.5rem;height:10.5rem;top:25.375rem;left:15.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7nvN2ZLWNaouP0RXXN0PVdbr9Aquaut { width:4.5625rem;height:4.5625rem;top:37.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8bT8TQA3PDxcm5lf09ctyvATwoFIOEx { top:10.4375rem;left:0rem;width:32.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFFTmpizZkHTpydL6ast4T2iO4EnJAdh { top:11.9375rem;left:0rem;width:29.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWKWt9TMu9ZCdHaTSMBPNrLlfpqBqLuq { top:14.375rem;left:0rem;width:5.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAd7D7GRu8eK3NCPL0nA0skmlI9t9RPh { top:15rem;left:5.375rem;width:2.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fle6qw0M0CTec7DbOxyVvp3HVseCpD9O { top:17.4375rem;left:0rem;width:5.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGO0BJIn0Cz20Nh0iMTrMeTgMgHlMi39 { top:17.75rem;left:5.375rem;width:1.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdMC9XBfxp8OJUitDPxIpAcPISvaaRKw { top:15rem;left:8.3125rem;width:7.8125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny7bpqEzOQ92h12QSz6sCm0MqelNX43l { top:17.75rem;left:8.3125rem;width:6.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBLWhnHpeExhoT2fI8gx6I3NonamsvC5 { top:17.875rem;left:14.875rem;width:7.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw58sOTUxC4OA9r5qzDnHO2uussHmBXF { top:15.125rem;left:16.875rem;width:7.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ode8POzlJIdVIQoni9ghiHyv7qxIHi7t { top:43.25rem;left:12.125rem;width:21.3125rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #niNRRVUohFvEV0HMI61oUwiP7yENOu7n { display:block; }#niNRRVUohFvEV0HMI61oUwiP7yENOu7n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGUShT8AppOT0yhRB1DTGe0thZV3N9XW { width:25.3125rem;height:2.3125rem;top:24.0625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLD27DZCgKxFLskwMcdLdliqQvJ9JaoF { width:12.375rem;height:8.4375rem;top:16.25rem;left:0rem;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn2QvEH916TeHIPql1liebUZEAtuyDNL { width:13.625rem;height:15.8125rem;top:37.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgmzbTExEqAQu2lw46pKCVKDuEcngV22 { width:14.25rem;height:3rem;top:33.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG7d6yaegIAizvnHalH7VHMVFmKZUsA9 { width:13.625rem;height:12.1875rem;top:37.1875rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3yVnTNnSn5u7Ze4zWrXVRaawCPKZS1N { width:15.25rem;height:3rem;top:33.625rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn4qNly8tz6E4eD19RdBSvQQbPdFPn0p { width:7rem;height:7rem;top:27.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM5RhkgLFJoddQkpRUlAPgirTkuo1utl { width:13.625rem;height:9.75rem;top:60.375rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdNi7BDf1aTTmLxmCf7HmJnRKqGnMAVE { width:13.5rem;height:3rem;top:57.4375rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgT2JPbVc2TGy5KyBaIFWncMkBPJ5dif { width:13.625rem;height:4.875rem;top:63.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlky5gxq3SJT4QonLmt5Cq7R9Tno7xSz { width:11.625rem;height:3rem;top:60.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJWeJxwVBaq4hAKMabesdpvOWVzX04VO { width:7rem;height:7rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEN9xTzzwqTqPFuaX3hSiuPkfMn3Tb11 { width:7rem;height:7rem;top:50.5rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #InGr2SU2LC0PXN6pfFPsQJPT35qo19PU { width:7rem;height:7rem;top:53rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1U58raaXe8Bxexsf7OntobosLDpLHQI { width:38.5625rem;height:8.4375rem;top:68.75rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtVlyCBsNSPVyeA7JKJcfAM6zCJhIl0C { display:block; }#GtVlyCBsNSPVyeA7JKJcfAM6zCJhIl0C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoqpzT6qlpvFbh50ZMrBxsDcTJvXfAP2 { width:18.75rem;height:1.9375rem;top:19.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfsLadgOyMUi4qeZcAKnXnv2l6RWgwIv { width:20.125rem;height:6.375rem;top:21.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmLNTAPXsauIfTn5RJpMaVXFTMtHgC6t { width:18.75rem;height:4.75rem;top:21.9375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5zocA1KE7g31cGl11K0vhhTAxsqiUJU { width:18.75rem;height:1.9375rem;top:19.375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtnN7VhpAcE4ZPeHmq62PhTBepXJpWLS { width:5.375rem;height:0.125rem;top:13.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKSNROSxeq8h35VOLeQsNrzd1brqqfit { width:39.3125rem;height:2.875rem;top:4.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5wlGTfGuu9opTUk53OLNkqOW4qpPZid { width:18.75rem;height:7.8125rem;top:42.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #unurWk8tDyopb04zXL2NK1dWMArwmLw2 { width:18.75rem;height:1.9375rem;top:39.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrttXPzIKuTiKoZVGy9zDfwHUuVHnglT { width:18.75rem;height:6.375rem;top:42.3125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEG0pGnxV3Zobw4opVWqgTZptMcL0zlJ { width:18.75rem;height:1.9375rem;top:39.75rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAT7tSG8rSsxFpCgT1dxNJWKHCdOUKo1 { width:5.375rem;height:0.125rem;top:34.9375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnTmNLikkKVnyXiNuzxaX99gfT7T9Q1k { top:52.3125rem;left:4.625rem;width:11.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgNFzLqrLy0FTBnOcBesaJtnIVO0zNk0 { display:block; }
 }@media only screen and (max-width: 763px) { #gfOQMKPmwF35DIaNaM1EGGFdGpfo6VmD { top:9.5625rem;left:20.25rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCyIWf6G1kG9zADZptcr292hZeEg24wC { top:8.25rem;left:3.0625rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2X4ZNcrALuwWSyIqw0XXqXWg4olAfFt { top:8.875rem;left:3.6875rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdLUtocThHPelSdTd2dNeoDTHpaw1pdE { top:28.3125rem;left:1.8125rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOeizBhvvpUteJHuURgkTavVqkSCfmyq { top:28.9375rem;left:2.4375rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPhKLiZQzX6PhoB8lsXmpIEww1s9yDxs { top:28.3125rem;left:18.9375rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LekFPwTaEae6cEbch8kUcmleHIot4ZO3 { top:28.9375rem;left:19.5625rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNJRdOlCK3kaVGasLpZgfvecmO6z0cok { top:8.25rem;left:18.9375rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc6LzKVtghsz3LfqyuQXkJuO0PwkQ1oB { top:8.875rem;left:19.5625rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #murGgnHKfdqJ8fPlBhWxlNtbnXkFlAEK { top:29.5rem;left:20.15625rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx7QazfVN2Vu6Vb8iAeaAmBfxzB6T4UR { top:29.4375rem;left:2.96875rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8BdbxNEnC8DnkhJ8VsNxsWG6plQtUd9 { top:9.4375rem;left:4.21875rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsCfTi1yNeQ2UJkWLWnVRxUd7hT3J8EW { display:block; }#HsCfTi1yNeQ2UJkWLWnVRxUd7hT3J8EW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDqIyLqWTfqtbkRKn1egTQ3GncwwkKI3 { width:20.5rem;height:3.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybtmrfyyLQTntITTNs9vtgvOc9B8C05E { top:2.3125rem;left:31.8125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdcy3J8o6yWwtEOm1euhxt4IBD3AS5GM { top:2.625rem;left:35.1875rem;width:12.5rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3nVK376B76V0VUPFdtZOikRbV2sGCPr { top:0.9375rem;left:32rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUKNTO0S3ClylsgpxszL8R3Al8g7iEKq { width:21.4375rem;height:1.1875rem;top:4.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuoT7Mk3OwznWda2qTbGMlFWJH9FpxnI { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #cd2gVibnJX34ldcQHBo69v0otPu0ot8k { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #miakgu8mCKGaEbphSybe9TB7f3lJdgrq { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#miakgu8mCKGaEbphSybe9TB7f3lJdgrq > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXXclaag62IbXJIwoG3JGzMX43y1UP0X { width:20rem;height:25.25rem;top:0rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdf45dBCT4KJTBl2vISI9ax8lUsLlgHg { width:20rem;height:2.2734375rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzOU5uXn2N2OM8LoGDAK26DlmZcUB5p0 { width:17.25rem;height:1.54296875rem;top:6rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-regular-label { width:14.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-input-text { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-input-text {padding-top: 0; padding-bottom: 0;}#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-textarea { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-input-select { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-input-select {padding-top: 0; padding-bottom: 0;}#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-input-button { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .widget-checkbox-label { width:12.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR  { width:14.125rem;height:auto;top:2.2734375rem;left:1.6875rem; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR .radio-container { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RzAeWXTPB47bGH3rn2VowWs18HauNyJR {display:block;}#RzAeWXTPB47bGH3rn2VowWs18HauNyJR { width:14.125rem;height:auto;top:2.2734375rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #PudNZDXFrWxtHz7Vz3CigavwDCiaENpR {  }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #AqpFPcCibBwAa6BzFItweGN4QHbH5019 { display:block; }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #tQSqPk2oN19Vg19mymhU7rAHwofyfi78 {  }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #vP7xxd1Fl2CSDq24o7T8u6KSUgG2PR9D {  }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #C6J2kcH23PxhKCkscNSlmEnLQnreX8Se { display:block; }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #D2qu7JcRoa7u2Ba9we9Dxlk8r6fBtuou {  }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #SWy4Jrwc8gKsKN8WEtobXrm2xG6S8Lse {  }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #aeSZpyUbBUx5gTR6UZ9cSZcLsr0mcQWC { display:block; }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #ryR5CBPCSW7ChTANXOvdFlcCIyvKOE8W {  }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #RP5FHuMQIGqlwW2nnbQHM4Xyzir5TJ4M {  }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #D8hB21RJXHLnnCzdD2w86vkJcWwQQgI6 { display:block; }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #DSwIK8b4Gmx9hDNyBMhwl5Tzxx2PVOxC {  }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #Xs9nnQfGHvzhCmJkQIBfFIBBzqEy2TMs {  }
 }@media only screen and (max-width: 763px) { #RzAeWXTPB47bGH3rn2VowWs18HauNyJR #CFHl69ft9v8v0akvf0TLRHci1SNJzrFD {  }
 }@media only screen and (max-width: 763px) { #raDauThcHEG2Gmre0Qi0iImGQnJlO84k { position:relative;z-index:auto;display:block; }#raDauThcHEG2Gmre0Qi0iImGQnJlO84k > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgoigD5hUpCRA0KOnaA7J05gCBB6rIVS { width:20rem;height:2.9375rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfxqNsqtmhg7Za7DwpcWRWItKbHEAIN0 { width:3.125rem;height:3.125rem;top:31.5625rem;left:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMGRqxrV6RJwTu0bvXbvE8aXHHCwSACH { width:12.5rem;height:2.35546875rem;top:31.9375rem;left:3.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBfJ7DQEfC5XIcGPV8VRMmxH5WgBfXVt { width:15.75rem;height:1.29980625rem;top:31.0625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #he4yK2ISqFQTPFdBckxqVwS0B2wCKt57 { width:20rem;height:1.21875rem;top:28.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vHh1LdJFWIAw7ernlaCDmGXka8m6OXur { top:30.5625rem;left:1.375rem;z-index:15040;width:17.3125rem;height:5.0625rem;font-size:1.3125rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #gxls7ymUvB7ormcVgfnnTv51PsaysG7o { display:block; }
 }@media only screen and (max-width: 763px) { #vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5eb1f4a7-925a-44e4-a339-93eb58868aaf/Untitleddesign31.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag.adaptive-delivery-prevent-bg, #vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag.lazyload, #vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag.lazyloading { background-image: none; }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag > .row .container { background-color: transparent; background-image: none; }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag > .row .container > .video-iframe-container { display: none; }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag > .row > .video-iframe-container { display: none; }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag > .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); }#vs3C9wLHRRTBwmhC15Wo8s3WqJdPfVag > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BcCrrZ5HfpmzT3R4cgco9PrtLF5f1K6l { width:2.5rem;height:2.5rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHDJg3H0yE2QPlNE4qIXSBT0TE8QvSZi { width:2.9375rem;height:2.9375rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBogAydB7siQpeXndHdeXxkv8EV9XerE { width:2.8125rem;height:2.8125rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0xO06q3JRusHEBos4ttTJobvMrFGuKd { width:16.125rem;height:2.923825rem;top:30.5625rem;left:3.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJIQBMxPVFQWMtSl3Jnk1fDRdVkAe0nk { width:16.25rem;height:1.4619125rem;top:35.5rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BVly2z2gcNKb81Nw5Han7mWnPsJFshhK { width:16.375rem;height:0;top:44.09375rem;left:3.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Vvou2v0gsTe1oMgHkuCLVCakVzqpiXhu { width:14.125rem;height:3.375rem;top:0rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #SgfOTSJJuDbeG4FclpCKbgwygxwN4kTn { width:20rem;height:17.8125rem;top:26.375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #CZEuB4DdQEr5anUPlGd66h390nHiuOzh { width:14.4375rem;height:8.7715rem;top:3.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cbGGVfVWvJbbuV8iR3MJMtStfHHwGId1 { width:16.0625rem;height:1.4619125rem;top:27rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eZKQyOKUwblJvSRXGTCdIgLc5AQiC0Uv { width:2.6875rem;height:2.6875rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXGr02Km3Mlc4fVtn1C1lLkfcrRJxSmh { width:16.125rem;height:1.4619125rem;top:40.3125rem;left:3.875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15005;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vCMK1IueXsCtdqSymB03wXbKqQtkPN8i { width:20rem;height:2.5996125rem;top:13.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xEnNXJVzGOsWpCnwNIbc5DS4SgZShEKJ { width:6.25rem;height:4.6875rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSJT5JxX1zzm8oUzfBrLnEbMEt8Oxr0r { width:7.4375rem;height:7.4375rem;top:16.4375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9nkamNEbTxXLEcyvabetTscagMTEDRH { display:block; }#y9nkamNEbTxXLEcyvabetTscagMTEDRH > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzTLyFIEEVSh6rThwDIeqVAf5qJ19zlp { width:8.6875rem;height:2.923825rem;top:1.96875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td82btJ07JK7ooDJNQJM6iUEe6bpOsRN { width:4.6875rem;height:0.25rem;top:9.1875rem;left:2.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #XVL9fy6nKM9dzTSxk4g8SwX65gZ0yFOT { width:20rem;height:8.4375rem;top:13.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8BGTcQI4CtqkxE8c7Cb8BNFFmJFJ5TI { width:17.5rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DViQyc2QEeXVRT8WqwMK2XoaeDrWyTSC { width:10.125rem;height:2.625rem;top:0.54296875rem;left:9.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwCIrCrLwzaV2duSGrS3ezt3A4fLQJ4o { display:block; }#ZwCIrCrLwzaV2duSGrS3ezt3A4fLQJ4o > .row .container { width:20rem;height:109.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGeEaxLe2fG5aZVTXmI3T4wTwnToFd2b { width:20rem;height:1.7871125rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9r2h3uqsvd57fA6dbccmOP5gl3LpJsV { width:20rem;height:4.0625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #di6sfNKxPibHfogJ2yVP3PeCIiNgfpLv { width:18.9375rem;height:12.25rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmdI3ZnNWabmbOAAs8kGXA9E5O4LWobd { width:17.5rem;height:10.5rem;top:18.6875rem;left:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FwloKhsL3NhkvBpy741Ady2I7kTErs58 { width:13.8125rem;height:3.25rem;top:32rem;left:5.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c81SATnatsXlVubTgVxJTMFew4cqFD9y { width:13.8125rem;height:1.29980625rem;top:34.0625rem;left:5.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iL0z0WRRNbvGkdkdl44WfowKhKRPvJIc { width:4.5625rem;height:4.5625rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #haWk1yd1VoTrn5m99A8Lxyx4UyTzXsrx { width:13.1875rem;height:1.625rem;top:50.5rem;left:6.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LdzqEeUc6e5V2pghgWhnnCchKG0rUt0W { width:13.8125rem;height:1.29980625rem;top:52.3125rem;left:6.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rGenCB8ZGOatfekOz7SZ5mEtU6VUg1Es { width:18.9375rem;height:12.25rem;top:36.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgehU7WFspPQMWrvZao5fCwfB7uO3AJQ { width:17.5rem;height:8.75rem;top:38.4375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R7nvN2ZLWNaouP0RXXN0PVdbr9Aquaut { width:4.5625rem;height:4.5625rem;top:49.75rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8bT8TQA3PDxcm5lf09ctyvATwoFIOEx { width:18.25rem;height:10.6875rem;top:6.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFFTmpizZkHTpydL6ast4T2iO4EnJAdh { width:17.4375rem;height:1.13671875rem;top:6.0625rem;left:1.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWKWt9TMu9ZCdHaTSMBPNrLlfpqBqLuq { width:5.6875rem;height:2.3125rem;top:12.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAd7D7GRu8eK3NCPL0nA0skmlI9t9RPh { width:2.0625rem;height:0;top:58.375rem;left:8.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fle6qw0M0CTec7DbOxyVvp3HVseCpD9O { width:5.75rem;height:2rem;top:9.53125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGO0BJIn0Cz20Nh0iMTrMeTgMgHlMi39 { width:1.875rem;height:0;top:61.125rem;left:8.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hdMC9XBfxp8OJUitDPxIpAcPISvaaRKw { width:7.8125rem;height:1.4375rem;top:13.1875rem;left:9.90625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ny7bpqEzOQ92h12QSz6sCm0MqelNX43l { width:6.25rem;height:1.3125rem;top:9.53125rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBLWhnHpeExhoT2fI8gx6I3NonamsvC5 { width:7.75rem;height:1.0556625rem;top:11.1875rem;left:10.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw58sOTUxC4OA9r5qzDnHO2uussHmBXF { width:7.75rem;height:1.0556625rem;top:14.75rem;left:10.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ode8POzlJIdVIQoni9ghiHyv7qxIHi7t { width:6.6875rem;height:8.75rem;top:100.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #niNRRVUohFvEV0HMI61oUwiP7yENOu7n { display:block; }#niNRRVUohFvEV0HMI61oUwiP7yENOu7n > .row .container { width:20rem;height:116.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGUShT8AppOT0yhRB1DTGe0thZV3N9XW { width:18.75rem;height:1.71875rem;top:25.0625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLD27DZCgKxFLskwMcdLdliqQvJ9JaoF { width:5.375rem;height:4.94921875rem;top:20.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn2QvEH916TeHIPql1liebUZEAtuyDNL { width:20rem;height:12rem;top:35.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgmzbTExEqAQu2lw46pKCVKDuEcngV22 { width:15.6875rem;height:3rem;top:32.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG7d6yaegIAizvnHalH7VHMVFmKZUsA9 { width:20rem;height:9rem;top:57.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3yVnTNnSn5u7Ze4zWrXVRaawCPKZS1N { width:15.75rem;height:3rem;top:54.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn4qNly8tz6E4eD19RdBSvQQbPdFPn0p { width:5.5rem;height:5.5rem;top:28.125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM5RhkgLFJoddQkpRUlAPgirTkuo1utl { width:20rem;height:12rem;top:72.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdNi7BDf1aTTmLxmCf7HmJnRKqGnMAVE { width:19.5rem;height:3rem;top:68.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgT2JPbVc2TGy5KyBaIFWncMkBPJ5dif { width:20rem;height:7.5rem;top:93rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlky5gxq3SJT4QonLmt5Cq7R9Tno7xSz { width:20rem;height:3rem;top:89.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJWeJxwVBaq4hAKMabesdpvOWVzX04VO { width:7rem;height:7rem;top:47.875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEN9xTzzwqTqPFuaX3hSiuPkfMn3Tb11 { width:7rem;height:7rem;top:63.375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #InGr2SU2LC0PXN6pfFPsQJPT35qo19PU { width:7rem;height:7rem;top:83.875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1U58raaXe8Bxexsf7OntobosLDpLHQI { width:20rem;height:4.3056625rem;top:111.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtVlyCBsNSPVyeA7JKJcfAM6zCJhIl0C { display:block; }#GtVlyCBsNSPVyeA7JKJcfAM6zCJhIl0C > .row .container { width:20rem;height:92.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoqpzT6qlpvFbh50ZMrBxsDcTJvXfAP2 { width:18.75rem;height:1.7871125rem;top:12.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfsLadgOyMUi4qeZcAKnXnv2l6RWgwIv { width:18.75rem;height:6.3984375rem;top:14.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmLNTAPXsauIfTn5RJpMaVXFTMtHgC6t { width:18.75rem;height:4.798825rem;top:34.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F5zocA1KE7g31cGl11K0vhhTAxsqiUJU { width:18.75rem;height:1.7871125rem;top:32rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtnN7VhpAcE4ZPeHmq62PhTBepXJpWLS { width:5.375rem;height:0.125rem;top:10.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKSNROSxeq8h35VOLeQsNrzd1brqqfit { width:20rem;height:1.8681625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5wlGTfGuu9opTUk53OLNkqOW4qpPZid { width:18.75rem;height:7.9980625rem;top:56.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #unurWk8tDyopb04zXL2NK1dWMArwmLw2 { width:18.75rem;height:1.7871125rem;top:53.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrttXPzIKuTiKoZVGy9zDfwHUuVHnglT { width:18.75rem;height:6.3984375rem;top:78.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEG0pGnxV3Zobw4opVWqgTZptMcL0zlJ { width:18.75rem;height:1.7871125rem;top:75.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAT7tSG8rSsxFpCgT1dxNJWKHCdOUKo1 { width:5.375rem;height:0.125rem;top:34.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gnTmNLikkKVnyXiNuzxaX99gfT7T9Q1k { top:87rem;left:4.375rem;width:11.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgNFzLqrLy0FTBnOcBesaJtnIVO0zNk0 { display:block; }
 }@media only screen and (max-width: 763px) { #gfOQMKPmwF35DIaNaM1EGGFdGpfo6VmD { width:7.1875rem;height:7.1875rem;top:23.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCyIWf6G1kG9zADZptcr292hZeEg24wC { width:9.75rem;height:9.75rem;top:1.8125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2X4ZNcrALuwWSyIqw0XXqXWg4olAfFt { width:8.5rem;height:8.5rem;top:2.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdLUtocThHPelSdTd2dNeoDTHpaw1pdE { width:9.75rem;height:9.75rem;top:42.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOeizBhvvpUteJHuURgkTavVqkSCfmyq { width:8.5rem;height:8.5rem;top:42.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPhKLiZQzX6PhoB8lsXmpIEww1s9yDxs { width:9.75rem;height:9.75rem;top:64.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LekFPwTaEae6cEbch8kUcmleHIot4ZO3 { width:8.5rem;height:8.5rem;top:65.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNJRdOlCK3kaVGasLpZgfvecmO6z0cok { width:9.75rem;height:9.75rem;top:22.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc6LzKVtghsz3LfqyuQXkJuO0PwkQ1oB { width:8.5rem;height:8.5rem;top:22.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #murGgnHKfdqJ8fPlBhWxlNtbnXkFlAEK { width:7.3125rem;height:7.3125rem;top:66.125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx7QazfVN2Vu6Vb8iAeaAmBfxzB6T4UR { width:7.4375rem;height:7.4375rem;top:43.3125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8BdbxNEnC8DnkhJ8VsNxsWG6plQtUd9 { width:7.4375rem;height:7.4375rem;top:3rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsCfTi1yNeQ2UJkWLWnVRxUd7hT3J8EW { display:block; }#HsCfTi1yNeQ2UJkWLWnVRxUd7hT3J8EW > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDqIyLqWTfqtbkRKn1egTQ3GncwwkKI3 { width:20rem;height:2.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybtmrfyyLQTntITTNs9vtgvOc9B8C05E { width:3.125rem;height:3.125rem;top:5.65625rem;left:2.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdcy3J8o6yWwtEOm1euhxt4IBD3AS5GM { width:12.5rem;height:2.35546875rem;top:6.0625rem;left:3.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3nVK376B76V0VUPFdtZOikRbV2sGCPr { width:15.75rem;height:1.29980625rem;top:4.8125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUKNTO0S3ClylsgpxszL8R3Al8g7iEKq { width:20rem;height:1.21875rem;top:2.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yuoT7Mk3OwznWda2qTbGMlFWJH9FpxnI { top:4.34375rem;left:1.34375rem;z-index:15039;width:17.3125rem;height:5.0625rem;font-size:1.3125rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #cd2gVibnJX34ldcQHBo69v0otPu0ot8k { display:block; }
 }