.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#547474;background-image:none;position:relative;display:block; }
#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container { display: none; }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .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); }#mWUx0lE9XhTuThAAUWZp75OGAsSKTTdk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#mWUx0lE9XhTuThAAUWZp75OGAsSKTTdk > .row .container { background-color: transparent; background-image: none; }#mWUx0lE9XhTuThAAUWZp75OGAsSKTTdk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWUx0lE9XhTuThAAUWZp75OGAsSKTTdk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWUx0lE9XhTuThAAUWZp75OGAsSKTTdk > .row .container > .video-iframe-container { display: none; }#mWUx0lE9XhTuThAAUWZp75OGAsSKTTdk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWUx0lE9XhTuThAAUWZp75OGAsSKTTdk > .row > .video-iframe-container { display: none; }#mWUx0lE9XhTuThAAUWZp75OGAsSKTTdk > .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); }#mWUx0lE9XhTuThAAUWZp75OGAsSKTTdk > .row .container { border-width: 0; border-radius: 0; }#mWUx0lE9XhTuThAAUWZp75OGAsSKTTdk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mWUx0lE9XhTuThAAUWZp75OGAsSKTTdk > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#SQEXo53nO7Stx40ioDb4MQFmoUXhagiU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#050505;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:1.375rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1.5rem;left:51.3125rem;display:block; }
#ryS2Ls8VuMzih8wOzfMrbaCHuf5RtLm7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C0Xdh6Tvgswp0MF89fh0Zh1rLUIoFXDO { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.0625rem;top:0.75rem;left:2.5rem;overflow:hidden;display:block; }
#oWgd4iEd4Ql1RhU4b7I2FWkJXWiqa2Ew { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:1.25rem;left:49.4375rem; }
#JIQeWRTIKdchu2VS24SIaIQ4uQXzwIlB { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.84375rem;left:61.115234375rem;display:block; }
#QgWdrTvFaaJhwdERqhyTCetos3cGxW0Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FxQz1fkUsNnDG4Hx9ihqPtHK5e0bKc8y { z-index:15003;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(0,0,0,0) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#SUtygyKtS76TIGg5E8EoGFLALDfBrx52 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4 { background-color:#547474;background-image:url("https://images.assets-landingi.com/uc/f82ea687-2525-4da7-aac6-411870b156fc/DSC044681.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4.adaptive-delivery-prevent-bg, #mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4.lazyload, #mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4.lazyloading { background-image: none; }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4 > .row .container { background-color: transparent; background-image: none; }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4 > .row .container > .video-iframe-container { display: none; }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4 > .row > .video-iframe-container { display: none; }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4 > .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); }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4 > .row .container { border-width: 0; border-radius: 0; }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4 > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;overflow:visible;position:relative;display:block; }#RBCne4eLu1rMz743SixzORGBNp2npNEQ { color:#ffffff;display:block;width:40.5rem;position:absolute;font-family:lato;font-size:3.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.4375rem;left:17.25rem;height:8.287125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Js2vVP0NMDOpfhSfTLRdzKI6E2iqQqt9 { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:21.8125rem;left:13.75rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bp6vofvCpllT4AiraJSKalJsr0d9P38n { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.1875rem;left:28.75rem;display:block; }
#wE9UoRJRrvQLAEgR0WRgxQTadva4xkb5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x7ng7bLUUVnmKA6PTlnOATLQzDgRXv1N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x7ng7bLUUVnmKA6PTlnOATLQzDgRXv1N > .row .container { background-color: transparent; background-image: none; }#x7ng7bLUUVnmKA6PTlnOATLQzDgRXv1N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7ng7bLUUVnmKA6PTlnOATLQzDgRXv1N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7ng7bLUUVnmKA6PTlnOATLQzDgRXv1N > .row .container > .video-iframe-container { display: none; }#x7ng7bLUUVnmKA6PTlnOATLQzDgRXv1N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7ng7bLUUVnmKA6PTlnOATLQzDgRXv1N > .row > .video-iframe-container { display: none; }#x7ng7bLUUVnmKA6PTlnOATLQzDgRXv1N > .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); }#x7ng7bLUUVnmKA6PTlnOATLQzDgRXv1N > .row .container { border-width: 0; border-radius: 0; }#x7ng7bLUUVnmKA6PTlnOATLQzDgRXv1N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7ng7bLUUVnmKA6PTlnOATLQzDgRXv1N > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#ZiEDum9PL60VFMZT3JADzkhUET7m4CuI { color:#000000;display:block;width:31.5rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.625rem;left:8.8125rem;height:2.3369125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cTRgHHZGhxFZFZiT8OWZTJcPJBeILoTF { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:11.2490234375rem;left:8.8125rem;height:11.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E10AMTewt2WQko7bHCGOn6XtnJBcNXq2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:13.9375rem;width:20.875rem;top:6.5625rem;left:41.8125rem;overflow:hidden;display:block; }
#t0A5FqBNZZxVI8WgtAe2hRPPLHZM1nii { position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:9.1875rem;left:8.8125rem;display:block; }
#e8vyS1GviW2y1FzCeSU5TQ86QKOpcdmA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cbd1d1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e8vyS1GviW2y1FzCeSU5TQ86QKOpcdmA > .row .container { background-color: transparent; background-image: none; }#e8vyS1GviW2y1FzCeSU5TQ86QKOpcdmA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8vyS1GviW2y1FzCeSU5TQ86QKOpcdmA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8vyS1GviW2y1FzCeSU5TQ86QKOpcdmA > .row .container > .video-iframe-container { display: none; }#e8vyS1GviW2y1FzCeSU5TQ86QKOpcdmA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8vyS1GviW2y1FzCeSU5TQ86QKOpcdmA > .row > .video-iframe-container { display: none; }#e8vyS1GviW2y1FzCeSU5TQ86QKOpcdmA > .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); }#e8vyS1GviW2y1FzCeSU5TQ86QKOpcdmA > .row .container { border-width: 0; border-radius: 0; }#e8vyS1GviW2y1FzCeSU5TQ86QKOpcdmA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e8vyS1GviW2y1FzCeSU5TQ86QKOpcdmA > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:block; }#nHp5vlroBETifR7mIKbITvvQXTNN5kLn { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.75rem;left:28.25rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uVKgzl6znWyaMT8ahPhWy1GGCiLfN4WL { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:22.9990234375rem;left:28.125rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akT2P7QgNOpiBEglg0swx80WyFNNn8mS { color:#070707;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:9.375rem;left:25rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#myqVCalm0Ccbcv7zFuO1SztfpciE8oSQ { color:#000000;display:block;width:24.8125rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:25.0625rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wxrgG5yX0szcGIJsXiTazCa26sQNuWt7 { position:absolute;display:block;z-index:14999;background-color:#547474;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:20rem;top:14.625rem;left:27.5625rem;display:block; }
#Ot0OQMC1Kv3siCN85ocu4IJLqfDUxVAr { position:absolute;display:block;z-index:15001;background-color:#547474;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:20rem;top:14.625rem;left:52.5rem;display:block; }
#l7TQU0nSkbEeoiyLTrdB1Qsxt0vmkiWz { color:#f9f9f9;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:26.68701171875rem;left:28.25rem;height:6.9970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n1WTesiHDmEQSqRtCUN8MV3zUehA9hlZ { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.75rem;left:53.125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sb4d3AfPBmrwLZOX7sz3ZVl4UITtCIEL { color:#f9f9f9;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:21.6875rem;left:54.4375rem;height:12.594725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ANZXiCXklkeR7CktPw5T6rLMx9oQQNv9 { color:#fbfbfb;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:34.1875rem;left:28.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nSEcFzd1dNMt35hRtxCM4LMFMWvnEGTy { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:34.25rem;left:53.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OecdgAbgZdZNAmBLKZt5QAKm1GaVJlkI { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:40.5rem;left:28.84375rem;display:block; }
#mp19HbZUeim40e6PC0HUTGF7T9N1bIvy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L1f3CxhNsKOwPavRys4WzMwWALEEHqCc { position:absolute;display:block;z-index:15004;background-color:#547474;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:20rem;top:14.625rem;left:2.5rem;display:block; }
#pilHLBc6a7IMtkmn9Eu3MkFC3u1qvy9V { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.75rem;left:3.1875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fJBH6vByPaU4EmAzAGcPcM6yw8SBC2RT { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:22.29931640625rem;left:3.125rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vwXMKtJ7wOFIL3ytTs8HTQhyJNBSTh12 { color:#f9f9f9;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:26.6875rem;left:3.25rem;height:6.9970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VX4WzmKgGAdrlTn1Cx2xxpwMd6rivgQc { color:#fbfbfb;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:34.1875rem;left:3.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RmTLbgOJ7b181uwUS7ZmqfwbgdHlXFFt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RmTLbgOJ7b181uwUS7ZmqfwbgdHlXFFt > .row .container { background-color: transparent; background-image: none; }#RmTLbgOJ7b181uwUS7ZmqfwbgdHlXFFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmTLbgOJ7b181uwUS7ZmqfwbgdHlXFFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmTLbgOJ7b181uwUS7ZmqfwbgdHlXFFt > .row .container > .video-iframe-container { display: none; }#RmTLbgOJ7b181uwUS7ZmqfwbgdHlXFFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmTLbgOJ7b181uwUS7ZmqfwbgdHlXFFt > .row > .video-iframe-container { display: none; }#RmTLbgOJ7b181uwUS7ZmqfwbgdHlXFFt > .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); }#RmTLbgOJ7b181uwUS7ZmqfwbgdHlXFFt > .row .container { border-width: 0; border-radius: 0; }#RmTLbgOJ7b181uwUS7ZmqfwbgdHlXFFt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RmTLbgOJ7b181uwUS7ZmqfwbgdHlXFFt > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#LT2PU3hu3a0xDveSk15rzB5bCZ3hBsT0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:27.6875rem;left:9.125rem;overflow:hidden;display:block; }
#FJPsoC48AL7BqT3fUE3CRsbdUZc2Jzi7 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:35.75rem;left:3.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tgx1mTPmnEqNksVQBIreDTOXxInKUIlF { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:38rem;left:3.125rem;height:3.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pzEUJlb0HCWeWkQ0KiXcZTfpUzST01Fb { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:38rem;left:28.125rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K980GtIMNDH9OC5taFF1hn2yOAATNCpy { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:35.75rem;left:28.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DbXyNZcaF8tqmH8t9T1O5Lqs3aH2NDZk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:27.6875rem;left:34.125rem;overflow:hidden;display:block; }
#Q4Ekim0wd2qwya5uMd2VZAqwDi5wQB8U { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:38rem;left:53.125rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XAJ4dWJfCSgK4xUCvVTD7acEu9mcCPRX { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:35.75rem;left:53.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V5Z4454lhkScmLfHzMBOFNaFz7iZEZou { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:27.34375rem;left:58.75rem;overflow:hidden;display:block; }
#XnZJK4kcKRLEfbaPhLkTZQBukOBk6rkP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:8.625rem;left:9.125rem;overflow:hidden;display:block; }
#zVtrkXfJnubZZTlfplMkLe9TWrr1MXSl { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:3.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zuTo3ZwxAweSunqb05F3ghJLFCHn6kkH { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.6875rem;left:28.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tXTgElrUJBoKz4vEJ0yJ6G7JbJPavXdq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:8.625rem;left:34.125rem;overflow:hidden;display:block; }
#l4a0xIi7sxExgTOSKDMZFOmLo3H2rQBL { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:3.125rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c3COxsPBwZXJn2xWRbegLxZdRTKSUV0m { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:18.9375rem;left:28.125rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WUHEazoe10qie04imyBtdCwCDBDcFxuN { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:18.9375rem;left:53.125rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iv5ZK2V0umbX98ZeWvCgEtLEboHUzPsI { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.6875rem;left:53.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKn0hd96riooffd0TOyTyCWIVLKDeakt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:8.625rem;left:59.125rem;overflow:hidden;display:block; }
#dRWOZmofXo2VmpfZGMAHoCgDAxVOs2fJ { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D6M5dTMreoQU0IcQJqafe8qRCir2KdDk { position:relative;display:block; }#D6M5dTMreoQU0IcQJqafe8qRCir2KdDk { background-color: transparent; background-image: none; }#D6M5dTMreoQU0IcQJqafe8qRCir2KdDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6M5dTMreoQU0IcQJqafe8qRCir2KdDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6M5dTMreoQU0IcQJqafe8qRCir2KdDk > .row .container > .video-iframe-container { display: none; }#D6M5dTMreoQU0IcQJqafe8qRCir2KdDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6M5dTMreoQU0IcQJqafe8qRCir2KdDk > .row > .video-iframe-container { display: none; }#D6M5dTMreoQU0IcQJqafe8qRCir2KdDk > .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); }#D6M5dTMreoQU0IcQJqafe8qRCir2KdDk { border-width: 0; border-radius: 0; }#D6M5dTMreoQU0IcQJqafe8qRCir2KdDk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#D6M5dTMreoQU0IcQJqafe8qRCir2KdDk > .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:44.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VBixEWscQWJRJPLZ2f7zaTFyOsMk8m5T { display:block;width:75rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#ITTskHtHrf2c9W04yTw8N7DKLSeSc4EK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:15.875rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:7.5rem;overflow:hidden;display:block; }
#SbHqytNKDkSXemmz2qrnJHzTOPSgnGcn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.25rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:27.9375rem;overflow:hidden;display:block; }
#pm4UCGqmcrgyXgEvRii3i66OnLvmMdfu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.875rem;width:19rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:48.25rem;overflow:hidden;display:block; }
#aH0rGIFOXLtDz4694zChrG5nbVmCCnxN { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:11.25rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:26.3125rem;overflow:hidden;display:block; }
#gkAcEIuwn1Ugdha6tTVZrw1lMQ4N4DLv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:12.625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:41.5rem;overflow:hidden;display:block; }
#nJG76Hz3qEdhhbmvJZAdFe0z3MCB7TtK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:12.625rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:51.4375rem;overflow:hidden;display:none; }
#qvcTgApg4W65lBDK9EmgiODAsewH5oFm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qvcTgApg4W65lBDK9EmgiODAsewH5oFm > .row .container { background-color: transparent; background-image: none; }#qvcTgApg4W65lBDK9EmgiODAsewH5oFm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvcTgApg4W65lBDK9EmgiODAsewH5oFm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvcTgApg4W65lBDK9EmgiODAsewH5oFm > .row .container > .video-iframe-container { display: none; }#qvcTgApg4W65lBDK9EmgiODAsewH5oFm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvcTgApg4W65lBDK9EmgiODAsewH5oFm > .row > .video-iframe-container { display: none; }#qvcTgApg4W65lBDK9EmgiODAsewH5oFm > .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); }#qvcTgApg4W65lBDK9EmgiODAsewH5oFm > .row .container { border-width: 0; border-radius: 0; }#qvcTgApg4W65lBDK9EmgiODAsewH5oFm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qvcTgApg4W65lBDK9EmgiODAsewH5oFm > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:75rem;position:relative;display:block; }#L1LhSTgTOvG8lMcX87c5soqTETgdXAHV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:32.625rem;width:21.6875rem;top:10.3125rem;left:11.9375rem;overflow:hidden;display:block; }
#tdWCu80xusfivLv2TekpaDfR49zaLOl9 { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:42.25rem;height:8.285125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-form-header {  }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:20rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(255,255,255,0.15);background-image:none;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;width:20rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;vertical-align:top;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(255,255,255,0.15);background-image:none;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;width:20rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;vertical-align:top;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .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:20rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#070006;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:16rem;height:3.75rem;font-family:"titillium web";overflow:hidden;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:1rem; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:1rem; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:1rem; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:1rem; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .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";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:18.9375rem;overflow:hidden;font-style:normal;float:none; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .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; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-container:first-of-type{padding-top:0;}#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-container:last-of-type{padding-bottom:0;}#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.3740234375rem;left:42.25rem; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20rem;display:block;vertical-align:top; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .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; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ {display:block;}#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.3740234375rem;left:42.25rem; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #T4kdZk9OW8NluUqCKkVIRvoFNK3igDN9 { position:relative; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #LLlxkIUNLeoNmDUFRuXg9VwCoyH4nlHC { position:relative;display:block; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #gINJ5yn7t7Lp05zkT3EVGTiZO0LzZdyU { position:relative; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #f6zrNUihNtq7HB6dWLgDdtDIKNxxW3wR { position:relative; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #CdqptaAeNc2pALen4xwTEWHUPUqpEfV4 { position:relative;display:block; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #zMGJPttSeNvdE3fo5WMXdbTXGg9x4oa1 { position:relative; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #zI6N5w2LSA0GTZMJTG8IRoera6dK6vTl { position:relative; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #KFwoeb8LWJnQxeJaFafwFVFBT4CJ88tc { position:relative;display:block; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #nzVFLyIcM0tlWt4uUQWWIK5B4deG1vgU { position:relative; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #xte4UbBgKNNdHrEznTt9lR9ORThmimFy { position:relative; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #QpTybKOOafaeLioKSrcXCgydleTV1ZBr { position:relative;display:block; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #mvIBDpHuV5OM5QhraM5CldxinPNNgNeH { position:relative; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #To1n0SzPnS7suvMnnJ91WFmzcneTytyO { position:relative; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #NzCxttdPrTnZpTEb6dpFHORCELdOWsJO { position:relative;display:block; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #UT1SMTWFEWOyTQHf6R5dNC9iycF5CDKC { position:relative; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #OCfnQ4gF3IAv7hFayzbnEai7niLWH9U5 { position:relative; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #Z2pTTNv3PkMDqaEeQhHbFdGHhTqrgsfP { position:relative;z-index:2; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #wfBNFSNpFVlLunlXKll0kBKH8UJRyd2t { position:relative; }
#ptFVbRI8hE0HU3cXQT1uTIRRTtC18FeH { position:relative;display:block; }
#zRwuxk3gw4nKQ6zrv02hu20OqD9TGTZT { position:relative;display:block; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #FENE0a9q3rLmbR6p9LEvG9UTQ91rwuWH { position:relative; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #OVJyIHJO9rym1rbTouuMzJDw4ey6LVVF { position:relative; }
#POv2lDMWy5AXVVHt6FM0yemgkJ9a9Vyn { position:absolute;display:block;z-index:15009;background-color:#547474;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:12.4375rem;left:42.25rem;display:block; }
#h5wEqQIvbAdVAsJn6NGyq89N536d65H8 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:13.9609375rem;left:42.25rem;height:2.5996125rem;font-style:normal;display:block; }
#xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU > .row .container { background-color: transparent; background-image: none; }#xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU > .row .container > .video-iframe-container { display: none; }#xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU > .row > .video-iframe-container { display: none; }#xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU > .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); }#xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU > .row .container { border-width: 0; border-radius: 0; }#xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#ODwr8NmNNOwgkgIty91gzUxZ9md5TGTI { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:14.25rem;top:3.1904296875rem;left:30.375rem;overflow:hidden;display:block; }
#ttxkq2GJUzID2oH4VPuru9LvtUZHfJCU { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:8.3125rem;left:25.9375rem;height:4.7988375rem;text-align:center;text-align-last:center;display:block; }
#TwSChAHSLpfgqurmJv1LPQsiAEq9vIFm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:14.5rem;left:35.1875rem; }
#TwSChAHSLpfgqurmJv1LPQsiAEq9vIFm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ewiC3peW0GacaWF70TuD9SdTaczakw8O { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:14.34375rem;left:38rem; }
#ewiC3peW0GacaWF70TuD9SdTaczakw8O > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#q51zbyn6eCVdHF3CLMGzTVsF64eJddt9 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:13.8125rem;top:8.4296875rem;left:55.65625rem;overflow:hidden;display:block; }
#iTmbXDx78ykWvNsnMSR8kpzoOXtpd4PL { color:#000000;display:block;width:12.125rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.0732421875rem;left:56.5rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mWUx0lE9XhTuThAAUWZp75OGAsSKTTdk { display:block; }#mWUx0lE9XhTuThAAUWZp75OGAsSKTTdk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQEXo53nO7Stx40ioDb4MQFmoUXhagiU { width:8.875rem;height:1.375rem;top:1.5rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryS2Ls8VuMzih8wOzfMrbaCHuf5RtLm7 { display:block; }
 }@media only screen and (max-width: 763px) { #C0Xdh6Tvgswp0MF89fh0Zh1rLUIoFXDO { width:3.0625rem;height:2.875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWgd4iEd4Ql1RhU4b7I2FWkJXWiqa2Ew { width:1.875rem;height:1.875rem;top:1.25rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIQeWRTIKdchu2VS24SIaIQ4uQXzwIlB { width:12.875rem;height:2.6875rem;top:0.8125rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgWdrTvFaaJhwdERqhyTCetos3cGxW0Z { display:block; }
 }@media only screen and (max-width: 763px) { #FxQz1fkUsNnDG4Hx9ihqPtHK5e0bKc8y { width:12.5rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUtygyKtS76TIGg5E8EoGFLALDfBrx52 { display:block; }
 }@media only screen and (max-width: 763px) { #mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4 { display:block; }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBCne4eLu1rMz743SixzORGBNp2npNEQ { width:40.5rem;height:4.125rem;top:16.4375rem;left:3.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js2vVP0NMDOpfhSfTLRdzKI6E2iqQqt9 { width:47.75rem;height:3.875rem;top:21.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp6vofvCpllT4AiraJSKalJsr0d9P38n { width:17.5rem;height:3.4375rem;top:28.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE9UoRJRrvQLAEgR0WRgxQTadva4xkb5 { display:block; }
 }@media only screen and (max-width: 763px) { #x7ng7bLUUVnmKA6PTlnOATLQzDgRXv1N { display:block; }#x7ng7bLUUVnmKA6PTlnOATLQzDgRXv1N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiEDum9PL60VFMZT3JADzkhUET7m4CuI { width:31.5rem;height:2.3125rem;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTRgHHZGhxFZFZiT8OWZTJcPJBeILoTF { width:28.3125rem;height:11.8125rem;top:11.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E10AMTewt2WQko7bHCGOn6XtnJBcNXq2 { top:6.5625rem;left:26.875rem;width:20.875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0A5FqBNZZxVI8WgtAe2hRPPLHZM1nii { top:9.1875rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8vyS1GviW2y1FzCeSU5TQ86QKOpcdmA { display:block; }#e8vyS1GviW2y1FzCeSU5TQ86QKOpcdmA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHp5vlroBETifR7mIKbITvvQXTNN5kLn { width:18.6875rem;height:3.875rem;top:16.75rem;left:13.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVKgzl6znWyaMT8ahPhWy1GGCiLfN4WL { width:18.75rem;height:1.375rem;top:22.9375rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akT2P7QgNOpiBEglg0swx80WyFNNn8mS { width:25rem;height:1.75rem;top:9.375rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #myqVCalm0Ccbcv7zFuO1SztfpciE8oSQ { width:24.8125rem;height:5.5rem;top:2.1875rem;left:9.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxrgG5yX0szcGIJsXiTazCa26sQNuWt7 { top:14.625rem;left:11.75rem;width:20rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot0OQMC1Kv3siCN85ocu4IJLqfDUxVAr { top:14.625rem;left:27.625rem;width:20rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7TQU0nSkbEeoiyLTrdB1Qsxt0vmkiWz { width:18.5rem;height:6.9375rem;top:26.625rem;left:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1WTesiHDmEQSqRtCUN8MV3zUehA9hlZ { width:18.75rem;height:3.875rem;top:16.75rem;left:28.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb4d3AfPBmrwLZOX7sz3ZVl4UITtCIEL { width:16.1875rem;height:12.5625rem;top:21.6875rem;left:31.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANZXiCXklkeR7CktPw5T6rLMx9oQQNv9 { width:18.75rem;height:3.25rem;top:34.1875rem;left:13rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSEcFzd1dNMt35hRtxCM4LMFMWvnEGTy { width:18.75rem;height:3.25rem;top:34.25rem;left:28.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OecdgAbgZdZNAmBLKZt5QAKm1GaVJlkI { width:17.5rem;height:3.4375rem;top:40.5rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp19HbZUeim40e6PC0HUTGF7T9N1bIvy { display:block; }
 }@media only screen and (max-width: 763px) { #L1f3CxhNsKOwPavRys4WzMwWALEEHqCc { top:14.625rem;left:0rem;width:20rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pilHLBc6a7IMtkmn9Eu3MkFC3u1qvy9V { width:18.6875rem;height:3.875rem;top:16.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJBH6vByPaU4EmAzAGcPcM6yw8SBC2RT { width:18.75rem;height:2.75rem;top:22.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwXMKtJ7wOFIL3ytTs8HTQhyJNBSTh12 { width:18.5rem;height:6.9375rem;top:26.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX4WzmKgGAdrlTn1Cx2xxpwMd6rivgQc { width:18.75rem;height:3.25rem;top:34.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmTLbgOJ7b181uwUS7ZmqfwbgdHlXFFt { display:block; }#RmTLbgOJ7b181uwUS7ZmqfwbgdHlXFFt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT2PU3hu3a0xDveSk15rzB5bCZ3hBsT0 { width:6.75rem;height:6.75rem;top:27.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJPsoC48AL7BqT3fUE3CRsbdUZc2Jzi7 { width:18.75rem;height:1.625rem;top:35.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgx1mTPmnEqNksVQBIreDTOXxInKUIlF { width:18.75rem;height:5.0625rem;top:38rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzEUJlb0HCWeWkQ0KiXcZTfpUzST01Fb { width:18.75rem;height:6.75rem;top:38rem;left:13rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K980GtIMNDH9OC5taFF1hn2yOAATNCpy { width:18.75rem;height:1.625rem;top:35.75rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbXyNZcaF8tqmH8t9T1O5Lqs3aH2NDZk { width:7.5rem;height:7.5rem;top:27.6875rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4Ekim0wd2qwya5uMd2VZAqwDi5wQB8U { width:18.75rem;height:6.75rem;top:38rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAJ4dWJfCSgK4xUCvVTD7acEu9mcCPRX { width:18.75rem;height:1.625rem;top:35.75rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5Z4454lhkScmLfHzMBOFNaFz7iZEZou { width:7.5rem;height:7.5rem;top:27.3125rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnZJK4kcKRLEfbaPhLkTZQBukOBk6rkP { width:7.5rem;height:7.5rem;top:8.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVtrkXfJnubZZTlfplMkLe9TWrr1MXSl { width:18.75rem;height:1.625rem;top:16.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuTo3ZwxAweSunqb05F3ghJLFCHn6kkH { width:18.75rem;height:1.625rem;top:16.6875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXTgElrUJBoKz4vEJ0yJ6G7JbJPavXdq { width:7.5rem;height:7.5rem;top:8.625rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4a0xIi7sxExgTOSKDMZFOmLo3H2rQBL { width:18.75rem;height:5.0625rem;top:18.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3COxsPBwZXJn2xWRbegLxZdRTKSUV0m { width:18.75rem;height:3.375rem;top:18.9375rem;left:13rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUHEazoe10qie04imyBtdCwCDBDcFxuN { width:18.75rem;height:3.375rem;top:18.9375rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv5ZK2V0umbX98ZeWvCgEtLEboHUzPsI { width:18.75rem;height:1.625rem;top:16.6875rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKn0hd96riooffd0TOyTyCWIVLKDeakt { width:7.5rem;height:7.5rem;top:8.625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRWOZmofXo2VmpfZGMAHoCgDAxVOs2fJ { width:25rem;height:3.25rem;top:2.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6M5dTMreoQU0IcQJqafe8qRCir2KdDk { display:block; }#D6M5dTMreoQU0IcQJqafe8qRCir2KdDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBixEWscQWJRJPLZ2f7zaTFyOsMk8m5T { width:47.75rem;height:3.375rem;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITTskHtHrf2c9W04yTw8N7DKLSeSc4EK { width:15.875rem;height:12.625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbHqytNKDkSXemmz2qrnJHzTOPSgnGcn { width:19.125rem;height:12.25rem;top:10.3125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm4UCGqmcrgyXgEvRii3i66OnLvmMdfu { width:19rem;height:11.875rem;top:10.3125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH0rGIFOXLtDz4694zChrG5nbVmCCnxN { width:11.25rem;height:12.625rem;top:24.1875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkAcEIuwn1Ugdha6tTVZrw1lMQ4N4DLv { width:12.625rem;height:12.625rem;top:24.1875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJG76Hz3qEdhhbmvJZAdFe0z3MCB7TtK { width:12.625rem;height:12.625rem;top:24.1875rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvcTgApg4W65lBDK9EmgiODAsewH5oFm { display:block; }#qvcTgApg4W65lBDK9EmgiODAsewH5oFm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1LhSTgTOvG8lMcX87c5soqTETgdXAHV { width:21.6875rem;height:32.625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdWCu80xusfivLv2TekpaDfR49zaLOl9 { width:26.1875rem;height:8.3125rem;top:2.875rem;left:21.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-input-button { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-checkbox-label { width:19rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ  { width:20rem;height:auto;top:17.3125rem;left:25.25rem; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ {display:block;}#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ { width:20rem;height:auto;top:17.3125rem;left:25.25rem; }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #T4kdZk9OW8NluUqCKkVIRvoFNK3igDN9 {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #LLlxkIUNLeoNmDUFRuXg9VwCoyH4nlHC { display:none; }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #gINJ5yn7t7Lp05zkT3EVGTiZO0LzZdyU {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #f6zrNUihNtq7HB6dWLgDdtDIKNxxW3wR {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #CdqptaAeNc2pALen4xwTEWHUPUqpEfV4 {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #zMGJPttSeNvdE3fo5WMXdbTXGg9x4oa1 {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #zI6N5w2LSA0GTZMJTG8IRoera6dK6vTl {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #KFwoeb8LWJnQxeJaFafwFVFBT4CJ88tc { display:none; }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #nzVFLyIcM0tlWt4uUQWWIK5B4deG1vgU {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #xte4UbBgKNNdHrEznTt9lR9ORThmimFy {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #QpTybKOOafaeLioKSrcXCgydleTV1ZBr { display:none; }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #mvIBDpHuV5OM5QhraM5CldxinPNNgNeH {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #To1n0SzPnS7suvMnnJ91WFmzcneTytyO {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #NzCxttdPrTnZpTEb6dpFHORCELdOWsJO {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #UT1SMTWFEWOyTQHf6R5dNC9iycF5CDKC {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #OCfnQ4gF3IAv7hFayzbnEai7niLWH9U5 {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #Z2pTTNv3PkMDqaEeQhHbFdGHhTqrgsfP {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #wfBNFSNpFVlLunlXKll0kBKH8UJRyd2t {  }
 }@media only screen and (max-width: 763px) { #ptFVbRI8hE0HU3cXQT1uTIRRTtC18FeH { display:block; }
 }@media only screen and (max-width: 763px) { #zRwuxk3gw4nKQ6zrv02hu20OqD9TGTZT { display:block; }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #FENE0a9q3rLmbR6p9LEvG9UTQ91rwuWH {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #OVJyIHJO9rym1rbTouuMzJDw4ey6LVVF {  }
 }@media only screen and (max-width: 763px) { #POv2lDMWy5AXVVHt6FM0yemgkJ9a9Vyn { top:12.4375rem;left:28.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5wEqQIvbAdVAsJn6NGyq89N536d65H8 { top:13.9375rem;left:28.625rem;width:18.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU { display:block; }#xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODwr8NmNNOwgkgIty91gzUxZ9md5TGTI { width:14.25rem;height:3.6875rem;top:3.1875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttxkq2GJUzID2oH4VPuru9LvtUZHfJCU { top:8.3125rem;left:12.3125rem;width:23.0625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwSChAHSLpfgqurmJv1LPQsiAEq9vIFm { top:14.5rem;left:21.5625rem;width:1.875rem;height:1.875rem;display:block; }
#TwSChAHSLpfgqurmJv1LPQsiAEq9vIFm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ewiC3peW0GacaWF70TuD9SdTaczakw8O { top:14.3125rem;left:24.375rem;width:2.1875rem;height:2.1875rem;display:block; }
#ewiC3peW0GacaWF70TuD9SdTaczakw8O > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #q51zbyn6eCVdHF3CLMGzTVsF64eJddt9 { top:8.375rem;left:33.9375rem;width:13.8125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTmbXDx78ykWvNsnMSR8kpzoOXtpd4PL { width:12.125rem;height:1.8125rem;top:5.0625rem;left:35.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mWUx0lE9XhTuThAAUWZp75OGAsSKTTdk { position:relative;z-index:auto;display:block; }#mWUx0lE9XhTuThAAUWZp75OGAsSKTTdk > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQEXo53nO7Stx40ioDb4MQFmoUXhagiU { width:7.5625rem;height:1.3125rem;top:4.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryS2Ls8VuMzih8wOzfMrbaCHuf5RtLm7 { display:block; }
 }@media only screen and (max-width: 763px) { #C0Xdh6Tvgswp0MF89fh0Zh1rLUIoFXDO { width:5.1875rem;height:4.8125rem;top:0.9375rem;left:0.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oWgd4iEd4Ql1RhU4b7I2FWkJXWiqa2Ew { width:1.875rem;height:1.875rem;top:4.5625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIQeWRTIKdchu2VS24SIaIQ4uQXzwIlB { width:12.875rem;height:2.6875rem;top:4.6552734375rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgWdrTvFaaJhwdERqhyTCetos3cGxW0Z { display:block; }
 }@media only screen and (max-width: 763px) { #FxQz1fkUsNnDG4Hx9ihqPtHK5e0bKc8y { top:2.625rem;left:10.3125rem;z-index:15016;width:8.9375rem;height:2.625rem;background-color:#4f7f7f;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.625rem rgba(0,0,0,0) ;display:block; }
 }@media only screen and (max-width: 763px) { #SUtygyKtS76TIGg5E8EoGFLALDfBrx52 { display:block; }
 }@media only screen and (max-width: 763px) { #mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c28a3472-d266-4cbc-89c9-ec70025adbd1/DSC044032.JPG");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4.adaptive-delivery-prevent-bg, #mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4.lazyload, #mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4.lazyloading { background-image: none; }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4 > .row .container { background-color: transparent; background-image: none; }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4 > .row .container > .video-iframe-container { display: none; }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4 > .row > .video-iframe-container { display: none; }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4 > .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); }#mtHMMoeKFAW9muC9GG9Egk19AGlBv0Z4 > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBCne4eLu1rMz743SixzORGBNp2npNEQ { width:19rem;height:4.798825rem;top:8rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Js2vVP0NMDOpfhSfTLRdzKI6E2iqQqt9 { width:17.875rem;height:8.125rem;top:13.8125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp6vofvCpllT4AiraJSKalJsr0d9P38n { width:17.5rem;height:3.4375rem;top:23.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE9UoRJRrvQLAEgR0WRgxQTadva4xkb5 { display:block; }
 }@media only screen and (max-width: 763px) { #x7ng7bLUUVnmKA6PTlnOATLQzDgRXv1N { display:block; }#x7ng7bLUUVnmKA6PTlnOATLQzDgRXv1N > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiEDum9PL60VFMZT3JADzkhUET7m4CuI { width:20rem;height:1.375rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTRgHHZGhxFZFZiT8OWZTJcPJBeILoTF { width:18.3125rem;height:10.5rem;top:21.375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E10AMTewt2WQko7bHCGOn6XtnJBcNXq2 { width:18.4375rem;height:12.1875rem;top:7.375rem;left:1.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t0A5FqBNZZxVI8WgtAe2hRPPLHZM1nii { width:12.5rem;height:0.125rem;top:5.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8vyS1GviW2y1FzCeSU5TQ86QKOpcdmA { display:block; }#e8vyS1GviW2y1FzCeSU5TQ86QKOpcdmA > .row .container { width:20rem;height:95.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHp5vlroBETifR7mIKbITvvQXTNN5kLn { width:18.75rem;height:3.8994125rem;top:14.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVKgzl6znWyaMT8ahPhWy1GGCiLfN4WL { width:18.75rem;height:1.3999rem;top:19.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akT2P7QgNOpiBEglg0swx80WyFNNn8mS { width:18.75rem;height:1.5996125rem;top:8.8486328125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #myqVCalm0Ccbcv7zFuO1SztfpciE8oSQ { width:14.875rem;height:4.875rem;top:2.724609375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxrgG5yX0szcGIJsXiTazCa26sQNuWt7 { width:20rem;height:23.125rem;top:11.9375rem;left:0rem;background-color:#547474;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ot0OQMC1Kv3siCN85ocu4IJLqfDUxVAr { width:20rem;height:23.875rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7TQU0nSkbEeoiyLTrdB1Qsxt0vmkiWz { width:18.5rem;height:6.9970625rem;top:22.9375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1WTesiHDmEQSqRtCUN8MV3zUehA9hlZ { width:18.75rem;height:3.8994125rem;top:38.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb4d3AfPBmrwLZOX7sz3ZVl4UITtCIEL { width:16.1875rem;height:12.594725rem;top:44.75rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANZXiCXklkeR7CktPw5T6rLMx9oQQNv9 { width:18.75rem;height:2.5996125rem;top:31.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSEcFzd1dNMt35hRtxCM4LMFMWvnEGTy { width:18.75rem;height:2.5996125rem;top:58.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OecdgAbgZdZNAmBLKZt5QAKm1GaVJlkI { width:17.5rem;height:3.4375rem;top:90.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp19HbZUeim40e6PC0HUTGF7T9N1bIvy { display:block; }
 }@media only screen and (max-width: 763px) { #L1f3CxhNsKOwPavRys4WzMwWALEEHqCc { width:20rem;height:23.75rem;top:63.75rem;left:0rem;background-color:#547474;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pilHLBc6a7IMtkmn9Eu3MkFC3u1qvy9V { width:18.6875rem;height:3.8994125rem;top:65.875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJBH6vByPaU4EmAzAGcPcM6yw8SBC2RT { width:18.75rem;height:2.798825rem;top:72.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwXMKtJ7wOFIL3ytTs8HTQhyJNBSTh12 { width:18.5rem;height:6.9970625rem;top:75.8125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX4WzmKgGAdrlTn1Cx2xxpwMd6rivgQc { width:18.75rem;height:2.5996125rem;top:83.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmTLbgOJ7b181uwUS7ZmqfwbgdHlXFFt { display:block; }#RmTLbgOJ7b181uwUS7ZmqfwbgdHlXFFt > .row .container { width:20rem;height:102.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT2PU3hu3a0xDveSk15rzB5bCZ3hBsT0 { width:6.75rem;height:6.75rem;top:21.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJPsoC48AL7BqT3fUE3CRsbdUZc2Jzi7 { width:18.75rem;height:1.29980625rem;top:29.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgx1mTPmnEqNksVQBIreDTOXxInKUIlF { width:18.75rem;height:4.798825rem;top:31.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzEUJlb0HCWeWkQ0KiXcZTfpUzST01Fb { width:18.75rem;height:4.798825rem;top:63.74414375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K980GtIMNDH9OC5taFF1hn2yOAATNCpy { width:18.75rem;height:1.29980625rem;top:61.1943375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbXyNZcaF8tqmH8t9T1O5Lqs3aH2NDZk { width:6.75rem;height:6.75rem;top:53.1943375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4Ekim0wd2qwya5uMd2VZAqwDi5wQB8U { width:18.75rem;height:6.3984375rem;top:95.340825rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAJ4dWJfCSgK4xUCvVTD7acEu9mcCPRX { width:18.75rem;height:1.29980625rem;top:92.79101875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5Z4454lhkScmLfHzMBOFNaFz7iZEZou { width:6.75rem;height:6.75rem;top:84.79101875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnZJK4kcKRLEfbaPhLkTZQBukOBk6rkP { width:6.75rem;height:6.75rem;top:4.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVtrkXfJnubZZTlfplMkLe9TWrr1MXSl { width:18.75rem;height:1.29980625rem;top:12.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuTo3ZwxAweSunqb05F3ghJLFCHn6kkH { width:18.75rem;height:1.29980625rem;top:46.1953125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXTgElrUJBoKz4vEJ0yJ6G7JbJPavXdq { width:6.75rem;height:6.75rem;top:38.1953125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4a0xIi7sxExgTOSKDMZFOmLo3H2rQBL { width:18.75rem;height:4.798825rem;top:15.0498046875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3COxsPBwZXJn2xWRbegLxZdRTKSUV0m { width:18.75rem;height:3.19921875rem;top:48.74511875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUHEazoe10qie04imyBtdCwCDBDcFxuN { width:18.75rem;height:3.19921875rem;top:79.966796875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv5ZK2V0umbX98ZeWvCgEtLEboHUzPsI { width:18.75rem;height:1.29980625rem;top:77.79199375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKn0hd96riooffd0TOyTyCWIVLKDeakt { width:6.75rem;height:6.75rem;top:69.79199375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRWOZmofXo2VmpfZGMAHoCgDAxVOs2fJ { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6M5dTMreoQU0IcQJqafe8qRCir2KdDk { display:block; }#D6M5dTMreoQU0IcQJqafe8qRCir2KdDk > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBixEWscQWJRJPLZ2f7zaTFyOsMk8m5T { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITTskHtHrf2c9W04yTw8N7DKLSeSc4EK { width:15.875rem;height:12.625rem;top:5.0996125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbHqytNKDkSXemmz2qrnJHzTOPSgnGcn { width:19.125rem;height:12.25rem;top:18.9746125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm4UCGqmcrgyXgEvRii3i66OnLvmMdfu { width:19rem;height:11.875rem;top:32.4746125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH0rGIFOXLtDz4694zChrG5nbVmCCnxN { width:12.625rem;height:12.625rem;top:45.5996125rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkAcEIuwn1Ugdha6tTVZrw1lMQ4N4DLv { width:12.625rem;height:12.625rem;top:59.4746125rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJG76Hz3qEdhhbmvJZAdFe0z3MCB7TtK { width:12.625rem;height:12.625rem;top:73.3496125rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qvcTgApg4W65lBDK9EmgiODAsewH5oFm { display:block; }#qvcTgApg4W65lBDK9EmgiODAsewH5oFm > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1LhSTgTOvG8lMcX87c5soqTETgdXAHV { width:12.875rem;height:19.3125rem;top:1.6875rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdWCu80xusfivLv2TekpaDfR49zaLOl9 { width:18.9375rem;height:9.75rem;top:3.5rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-form-header { font-size:0.875rem; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#040303;display:block;vertical-align:top; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#040303;display:block;vertical-align:top; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:3.5rem;margin-bottom:0.25rem;margin-left:0; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;font-size:0; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-container:first-of-type{padding-top:0;}#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .widget-container:last-of-type{padding-bottom:0;}#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ  { width:17.5rem;height:auto;top:19.5rem;left:0rem;background-color:transparent;background-image:none;font-size:0.875rem; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ {display:block;}#g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ { width:17.5rem;height:auto;top:19.5rem;left:0rem;background-color:transparent;background-image:none;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #T4kdZk9OW8NluUqCKkVIRvoFNK3igDN9 {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #LLlxkIUNLeoNmDUFRuXg9VwCoyH4nlHC { display:block; }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #gINJ5yn7t7Lp05zkT3EVGTiZO0LzZdyU {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #f6zrNUihNtq7HB6dWLgDdtDIKNxxW3wR {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #CdqptaAeNc2pALen4xwTEWHUPUqpEfV4 { display:block; }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #zMGJPttSeNvdE3fo5WMXdbTXGg9x4oa1 {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #zI6N5w2LSA0GTZMJTG8IRoera6dK6vTl {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #KFwoeb8LWJnQxeJaFafwFVFBT4CJ88tc { display:block; }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #nzVFLyIcM0tlWt4uUQWWIK5B4deG1vgU {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #xte4UbBgKNNdHrEznTt9lR9ORThmimFy {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #QpTybKOOafaeLioKSrcXCgydleTV1ZBr { display:block; }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #mvIBDpHuV5OM5QhraM5CldxinPNNgNeH {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #To1n0SzPnS7suvMnnJ91WFmzcneTytyO {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #NzCxttdPrTnZpTEb6dpFHORCELdOWsJO { display:block; }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #UT1SMTWFEWOyTQHf6R5dNC9iycF5CDKC {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #OCfnQ4gF3IAv7hFayzbnEai7niLWH9U5 {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #Z2pTTNv3PkMDqaEeQhHbFdGHhTqrgsfP {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #wfBNFSNpFVlLunlXKll0kBKH8UJRyd2t {  }
 }@media only screen and (max-width: 763px) { #ptFVbRI8hE0HU3cXQT1uTIRRTtC18FeH { display:block; }
 }@media only screen and (max-width: 763px) { #zRwuxk3gw4nKQ6zrv02hu20OqD9TGTZT { display:block; }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #FENE0a9q3rLmbR6p9LEvG9UTQ91rwuWH {  }
 }@media only screen and (max-width: 763px) { #g4mz6pe4gtR56iezaWAPMxVxdhCLsElZ #OVJyIHJO9rym1rbTouuMzJDw4ey6LVVF {  }
 }@media only screen and (max-width: 763px) { #POv2lDMWy5AXVVHt6FM0yemgkJ9a9Vyn { width:12.5rem;height:0.125rem;top:14.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5wEqQIvbAdVAsJn6NGyq89N536d65H8 { width:18.1875rem;height:2.5996125rem;top:16.1875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU > .row .container { background-color: transparent; background-image: none; }#xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU > .row .container > .video-iframe-container { display: none; }#xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU > .row > .video-iframe-container { display: none; }#xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU > .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); }#xFUmVqlWhfDyclvh1qTQbVQZnR8TeVpU > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODwr8NmNNOwgkgIty91gzUxZ9md5TGTI { width:4.875rem;height:1.25rem;top:1.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttxkq2GJUzID2oH4VPuru9LvtUZHfJCU { width:20rem;height:4.7988375rem;top:3.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwSChAHSLpfgqurmJv1LPQsiAEq9vIFm { width:1.875rem;height:1.875rem;top:9.9228515625rem;left:7.5625rem;display:block; }
#TwSChAHSLpfgqurmJv1LPQsiAEq9vIFm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ewiC3peW0GacaWF70TuD9SdTaczakw8O { width:2.1875rem;height:2.1875rem;top:9.7666015625rem;left:10.3125rem;display:block; }
#ewiC3peW0GacaWF70TuD9SdTaczakw8O > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #q51zbyn6eCVdHF3CLMGzTVsF64eJddt9 { width:13.8125rem;height:4.5625rem;top:16.3212890625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTmbXDx78ykWvNsnMSR8kpzoOXtpd4PL { width:12.125rem;height:1.86865rem;top:13.7666015625rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }