.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yWsb4gqU/683.jfif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT.adaptive-delivery-prevent-bg, #TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT.lazyload, #TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT.lazyloading { background-image: none; }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT > .row .container { background-color: transparent; background-image: none; }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT > .row .container > .video-iframe-container { display: none; }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT > .row > .video-iframe-container { display: none; }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT > .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); }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT > .row .container { border-width: 0; border-radius: 0; }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT > .row > .video-iframe-container {  }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;position:relative;display:block; }#DPrfDULixHONSFoxbCPkxs7y0tTzk6T8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e9dac1, #80e3e5);background-image: -moz-linear-gradient(180deg, #e9dac1, #80e3e5);background-image: -ms-linear-gradient(180deg, #e9dac1, #80e3e5);background-image: -o-linear-gradient(180deg, #e9dac1, #80e3e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#80e3e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#80e3e5' );";background-image: linear-gradient(180deg, #e9dac1, #80e3e5);background-size:auto !important;position:relative;display:block; }#DPrfDULixHONSFoxbCPkxs7y0tTzk6T8 > .row .container { background-color: transparent; background-image: none; }#DPrfDULixHONSFoxbCPkxs7y0tTzk6T8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPrfDULixHONSFoxbCPkxs7y0tTzk6T8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPrfDULixHONSFoxbCPkxs7y0tTzk6T8 > .row .container > .video-iframe-container { display: none; }#DPrfDULixHONSFoxbCPkxs7y0tTzk6T8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPrfDULixHONSFoxbCPkxs7y0tTzk6T8 > .row > .video-iframe-container { display: none; }#DPrfDULixHONSFoxbCPkxs7y0tTzk6T8 > .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); }#DPrfDULixHONSFoxbCPkxs7y0tTzk6T8 > .row .container { border-width: 0; border-radius: 0; }#DPrfDULixHONSFoxbCPkxs7y0tTzk6T8 > .row > .video-iframe-container {  }#DPrfDULixHONSFoxbCPkxs7y0tTzk6T8 > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#rhE3gUbBS81UehRKZhfZyw74mMTaHN1y { background-color:#1e5284;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.51953125rem;left:43.566408157349rem;display:block; }
#BH5WpSpLrSipnipmDJnnJfvyy9FVMvGz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bdO4TD7nHdFWapLNi0Wev6IbfokOgrTS { background-color:#1e5284;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.4375rem;left:7.3740234375rem;display:block; }
#fF2AIxipPJuNT1ayTLl7wpDFyJMNy9TJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#knoIVXD1u7hMD3oHUw98Uov3KmnOcKVc { background-color:#1e5284;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.4375rem;left:25.354166030884rem;display:block; }
#o5U8fCd3WgqMddxbBhmyFL1461K8pRgx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA { background-color:transparent;background-image: -webkit-linear-gradient(top, #256d85, #8fe3cf);background-image: -moz-linear-gradient(top, #256d85, #8fe3cf);background-image: -ms-linear-gradient(top, #256d85, #8fe3cf);background-image: -o-linear-gradient(top, #256d85, #8fe3cf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#256d85', endColorstr='#8fe3cf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#256d85', endColorstr='#8fe3cf' );";background-image: linear-gradient(to bottom, #256d85, #8fe3cf);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA > .row .container { background-color: transparent; background-image: none; }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA > .row .container > .video-iframe-container { display: none; }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA > .row > .video-iframe-container { display: none; }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA > .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); }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA > .row .container { border-width: 0; border-radius: 0; }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA > .row > .video-iframe-container {  }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA > .row .container { width:60rem;height:35.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#cMTTEmrkRg9mS2ugBcf9TCiN6Nn4Rt3B { color:#00054e;display:block;width:30.75rem;position:absolute;font-family:cairo;font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:0.71630859375rem;left:16.998046875rem;height:4.14355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TnKsXlnPSP7Vu4GPBOZoXLn3hVmQdbew { position:absolute;display:block;z-index:15003;background-color:#8fe3cf;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:3.3125rem;width:15.8125rem;top:3.234375rem;left:38.375rem;display:block; }
#TcAQpxVkoOh6LTtOgo3wideZaUboCTVv { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.875rem;left:38.3125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#O4GTHJq3zt6vTVfLiVSTQvFhR6R8zWya { color:#a7261e;display:block;width:29.1230625rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:6.546875rem;left:2.3134765625rem;height:3.73698125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wwDGH6UhFOPU1hp4kTOqWB5wFAG69fKs { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.25rem;width:28.375rem;top:8.71875rem;left:2.3125rem;overflow:hidden;display:block; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-form-header { font-size:0.75rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-regular-label { height:auto;display:block;font-family:"alw font";font-size:1.1875rem;font-weight:bold;color:#fef7da;width:16.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-text { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#fef7da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.3125rem;box-sizing:border-box;height:2.5625rem;color:#111210;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-textarea { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#fef7da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.3125rem;box-sizing:border-box;height:4.375rem;color:#111210;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.3125rem;box-sizing:border-box;height:2.5rem;color:#0e193d;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#50bbd3;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#040811;width:11.875rem;height:3.5rem;font-family:raleway;overflow:hidden; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 [class*="-text"]:-moz-placeholder { color:#414247;font-family:raleway;font-size:0.875rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 [class*="-text"]::-moz-placeholder { color:#414247;font-family:raleway;font-size:0.875rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 [class*="-text"]:-ms-input-placeholder { color:#414247;font-family:raleway;font-size:0.875rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 [class*="-text"]::-webkit-input-placeholder { color:#414247;font-family:raleway;font-size:0.875rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:15.125rem;overflow:hidden;font-style:normal;float:none; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .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; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.5rem;vertical-align:middle;font-family:raleway;font-size:0.9375rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-container:first-of-type{padding-top:0;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-container:last-of-type{padding-bottom:0;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #256d85, #8fe3cf);background-image: -moz-linear-gradient(180deg, #256d85, #8fe3cf);background-image: -ms-linear-gradient(180deg, #256d85, #8fe3cf);background-image: -o-linear-gradient(180deg, #256d85, #8fe3cf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#256d85', endColorstr='#8fe3cf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#256d85', endColorstr='#8fe3cf' );";background-image: linear-gradient(180deg, #256d85, #8fe3cf);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;font-size:0.75rem;left:36.625rem;top:6.78125rem;z-index:15056;position:absolute; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.3125rem;display:block;vertical-align:top; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 {display:block;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #256d85, #8fe3cf);background-image: -moz-linear-gradient(180deg, #256d85, #8fe3cf);background-image: -ms-linear-gradient(180deg, #256d85, #8fe3cf);background-image: -o-linear-gradient(180deg, #256d85, #8fe3cf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#256d85', endColorstr='#8fe3cf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#256d85', endColorstr='#8fe3cf' );";background-image: linear-gradient(180deg, #256d85, #8fe3cf);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;font-size:0.75rem;left:36.625rem;top:6.78125rem;z-index:15056;position:absolute; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #nkHb3C0wxr1WZvLfrGbzxdWuUX6Go65h { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #p2Zumps1x97BrxeniMguDV9TvFaO3BgN { position:relative;display:block; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #N6OU8p33eahQAiQ3JE2uPlngpsEwWMqo { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #mfCrwWyscFACM3NkdVwPivX7IFvCTLWs { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #OkApymC0ViQO8ChDOu3QZCVesQWPAG8W { position:relative;display:block; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #TBZhKStI1xdfw1pDB8yMtpixTgNULq4c { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #FK79Os7XaDaluFtGyxg5htTv1nR6kaUT { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #vefF2Kl3lW5brKvhvbAMB7nbT0tUXK7i { position:relative;display:block; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #GnfD1t9eLXCOTabNor7QzFn7DhxsEa5g { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #w6MVr9UbE9OoSD8KPSm1mC8dBOLkn500 { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #w6MVr9UbE9OoSD8KPSm1mC8dBOLkn500 .container-column{width:50%;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #Su6N7ZJ9S8pmlVz2ptdH6N3ImAy8kTlO { position:relative;display:block; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #a877tTBBSeXXZEw1ZScXbzzsasZ1ZS0K { position:relative;z-index:2; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #l0V2KNC8k0rrXXFm9tO3wnGBpOpvORdE { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #aTrWMeaIkySD4eNcyTMySnCSAmlvvfmP { position:relative;z-index:2; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #Bv7PqlATnNXKeFl4Pv8pTSmupH48Hh3G { position:relative; }
#QfvrR7DKJC9ZBH9HXTGnnCubX3z1bTwH { position:relative;display:block; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #aRsExH4ILbXEqO6XUOpeXnIWC5Rf6sHn { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #TzoDal8eiE1l2LPSnivy5Eq0kX1m4Z0r { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #NxxJhDTybakHiWmi52pQrvtATuMqbxpZ { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #Je7wuNE7rWGJbS6EBGwEhOyJeCPpqwoP { position:relative;display:block; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #tKACN0Xl8ctUbBtde5NZWVQdtCPq4sGT { position:relative; }
#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #256d85, #8fe3cf);background-image: -moz-linear-gradient(180deg, #256d85, #8fe3cf);background-image: -ms-linear-gradient(180deg, #256d85, #8fe3cf);background-image: -o-linear-gradient(180deg, #256d85, #8fe3cf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#256d85', endColorstr='#8fe3cf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#256d85', endColorstr='#8fe3cf' );";background-image: linear-gradient(180deg, #256d85, #8fe3cf);background-size:initial !important;position:relative;display:block; }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF > .row .container { background-color: transparent; background-image: none; }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF > .row .container > .video-iframe-container { display: none; }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF > .row > .video-iframe-container { display: none; }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF > .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); }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF > .row .container { border-width: 0; border-radius: 0; }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF > .row > .video-iframe-container {  }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:60rem;position:relative;display:block; }#fhkngVTxevG05EWFMCuTeDCEZelJfyJG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#840131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:24.1875rem;width:12.5rem;position:absolute;display:block;z-index:15010;top:0.75rem;left:46.7490234375rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:none; }
#VouZL2nathO8tihQI1PP3U9aih61t6Ud { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#840131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:21.875rem;width:12.5rem;position:absolute;display:block;z-index:15009;top:27.875rem;left:1.5625rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:none; }
#VhygMaTrEGtX0k6DnLrB5B1EhtTqk7FZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#840131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:21.8745rem;width:12.4995rem;position:absolute;display:block;z-index:15008;top:0.875rem;left:23.71728515625rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:none; }
#c0JcH4dxtOKBAnRFxbIFO7pdUz25TPf8 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#840131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:21.875rem;width:12.5rem;position:absolute;display:block;z-index:15007;top:0.75rem;left:1.5625rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:none; }
#NObtKQG7EAc2tBhmR5fDH0y7mrvSDrvT { color:#ffffff;display:block;width:9.246125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:16.4375rem;left:32.6865234375rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IUg3iIzxyuEc0nGaCJAef3q3ZD3hy4Wr { background-color:#0d1225;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:18.9375rem;left:40.375rem;display:block; }
#DCPKdPKcLvrNXwR1rJVyIkQWOT0nym9s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d8d4nq7uaQAOFPMbhhmu69v0bP1kpmQG { color:#000000;display:block;width:11.8725625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:72.9990234375rem;left:34.875rem;height:0;text-align:center;text-align-last:center;display:none; }
#UK9Howl9uRbe1QzZoz7hSJsHxPVMd847 { color:#000000;display:block;width:11.8725625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:72.9990234375rem;left:14.625rem;height:0;text-align:center;text-align-last:center;display:none; }
#B2vsU8u988AAo3JeZ4y7pyxhLqQkzc0Z { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#840131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:24.1875rem;width:12.4980625rem;position:absolute;display:block;z-index:15005;top:1.4091796875rem;left:46.78125rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:none; }
#QIsEWx3tXDN92VOmau6MnWSgPhhEhJm7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -moz-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -ms-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -o-linear-gradient(top, #e9dac1, #9ed2c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );";background-image: linear-gradient(to bottom, #e9dac1, #9ed2c6);background-size:auto !important;height:18.75rem;width:12.4980625rem;position:absolute;display:block;z-index:15004;top:4.9375rem;left:37.9375rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:block; }
#gv5s0atVgzlFcqTElPw8itmyrfWGRQhe { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#840131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:24.1875rem;width:12.4980625rem;position:absolute;display:block;z-index:15013;top:26.4990234375rem;left:46.716796875rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:none; }
#pCFkTZPMfX9er2BOukiH8E66RWykiVgF { color:#ffffff;display:block;width:9.12475rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:29.942626953125rem;left:48.436279296875rem;height:2.421875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#raEyeO6KoVRReOiGwNoT2fO4qoHVOPus { background-color:#0d1225;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.1875rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:43.5rem;left:49.248046875rem;display:none; }
#T0AfgSEMAnhyPOa6VauazIIF3adPCQHi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bpz8RwQ5ctWOh74V6geEWcf3RmKTnTVA { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15060;line-height:1.5;letter-spacing:0;top:36.0693359375rem;left:47.686767578125rem;height:5.859375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gRipb7IIibCuh1gDSmfDS0PVJweVeLeC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -moz-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -ms-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -o-linear-gradient(top, #e9dac1, #9ed2c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );";background-image: linear-gradient(to bottom, #e9dac1, #9ed2c6);background-size:auto !important;height:18.75rem;width:12.4980625rem;position:absolute;display:block;z-index:15019;top:4.9375rem;left:4.1875rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:block; }
#pTbBMUi3QokXyZ1QWC5o3aKnqdeuQ5a7 { background-color:#0d1225;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.186525rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:18.9375rem;left:6.6875rem;display:block; }
#t8T6T8UfggefWprsIsyfNC16O7WTfdhs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cboFniCQ8EwLLEXgZdLl19z1uzVLzN9y { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#68452f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:24.1875rem;width:12.4980625rem;position:absolute;display:block;z-index:15004;top:0.625rem;left:45.25rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:none; }
#TXv47dyqw3p6fMcSJEb715ooieGaR3mh { color:#b20129;display:block;width:38rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:700;z-index:15097;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:2.125rem;left:8.75rem;height:3.48730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i9EuEDFEnPm0JLantIx2HkJhDheXyl7P { background-color:#0d1225;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:22.874755859375rem;left:48.24951171875rem;display:none; }
#T51PO98Td1or4CvLnVuTL8IOVm9DJLQb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lZDfzUtX97bKOqQXaVZDqhoiEWHbvfGM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15027;top:5.75rem;left:40.375rem;display:block; }
#MWR9eUcTSlTMyEfD4y2t7HLZNogfBUIA { color:#0e193d;display:block;width:8.3105625rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:6.75rem;left:39.9375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qgFNro9hhCEcKWIStQHM3trIVry15GCD { color:#e7f4fa;display:block;width:9.8730625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:14.4375rem;left:39.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VgmZBXzsSauniKSKi9IANTaDW2T9TVuZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15030;top:5.9375rem;left:6.6875rem;display:block; }
#f3lXBn86SgIEWcZyUvPNgPcM7ELeSPb8 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:7.1875rem;left:6.3125rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GFgORoGf6X6P0q1ELbOEvRXqnxorDsO7 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:9.375rem;left:39.9375rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UvTfb1zbiSTzNACuDcNdaISSOrsT7icF { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:9.375rem;left:6.3125rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dDl63IyGHJeL9oPGQWeEu4EoIDmG0C5Q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.125rem;width:25.5rem;display:none; }
#y0PBJewnUTnU9kM9z8rUwRKZ2Syg7Qmh { color:#e7f4fa;display:block;width:9.872375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15098;line-height:1.5;letter-spacing:0;top:14.4375rem;left:5.4986972808838rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWrWbgZe9nCzCRlLxRJak4fKareXweFB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #256d85, #8fe3cf);background-image: -moz-linear-gradient(180deg, #256d85, #8fe3cf);background-image: -ms-linear-gradient(180deg, #256d85, #8fe3cf);background-image: -o-linear-gradient(180deg, #256d85, #8fe3cf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#256d85', endColorstr='#8fe3cf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#256d85', endColorstr='#8fe3cf' );";background-image: linear-gradient(180deg, #256d85, #8fe3cf);background-size:initial !important;position:relative;display:block; }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB > .row .container { background-color: transparent; background-image: none; }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB > .row .container > .video-iframe-container { display: none; }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB > .row > .video-iframe-container { display: none; }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB > .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); }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB > .row .container { border-width: 0; border-radius: 0; }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB > .row > .video-iframe-container {  }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;position:relative;display:block; }#a0h93LFTu8QCldTWNAXk2A4GJmVgcwgM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#840131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:24.1875rem;width:12.5rem;position:absolute;display:block;z-index:15010;top:0.75rem;left:46.7490234375rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:none; }
#T9NJ7gG8ySpNf10NAPEPuLNDKnIbO5qZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#840131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:21.875rem;width:12.5rem;position:absolute;display:block;z-index:15009;top:27.875rem;left:1.5625rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:none; }
#TpTkiVxsKHITdVOXT2hqSwpbaG1usNUm { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#840131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:21.8745rem;width:12.4995rem;position:absolute;display:block;z-index:15008;top:0.875rem;left:23.71728515625rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:none; }
#WLtfmTem8s1tVvtWmh6TFzpkGaLH0Xg9 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#840131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:21.875rem;width:12.5rem;position:absolute;display:block;z-index:15007;top:0.75rem;left:1.5625rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:none; }
#JdNDSCsMnepZuns8q2UaM4em8RMBTfvu { color:#ffffff;display:block;width:9.246125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:16.4375rem;left:32.6865234375rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AESGTfD6mAcFpm1JNJ2QEDG58EIPwkNv { background-color:#0d1225;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:19.5927734375rem;left:32.7470703125rem;display:block; }
#LC01VbiZ1HJMowCehdTLuSsicGeUxy8h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PXZi6sRhku8KqvFBuRx6Q7wmOpRT5vh0 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15025;top:6.4375rem;left:46.75rem;display:block; }
#hKGKXqkgS5vJac8zgv5ihW81VpaLx5mZ { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:7.3125rem;left:46.3125rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LQLiPVB1PvPdNOn9a96vlGBDuyOIyVdh { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:14.875rem;left:45.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JOaTGlJScPnZc2bHcZbebdWIu4JpwDOH { background-color:#0d1225;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:19.6552734375rem;left:46.7490234375rem;display:block; }
#HaUMOkdJtLAQaTB0H7cPKlulNdSwAz0U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jl533vKKQunr11wQnqhmT7H5REMUCPKe { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -moz-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -ms-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -o-linear-gradient(top, #e9dac1, #9ed2c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );";background-image: linear-gradient(to bottom, #e9dac1, #9ed2c6);background-size:auto !important;height:18.75rem;width:12.499rem;position:absolute;display:block;z-index:15011;top:5.515625rem;left:44.185546875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#atRgpB9u0fofqeBTx6IkHys1e2JR1Qel { color:#000000;display:block;width:11.8725625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:72.9990234375rem;left:34.875rem;height:0;text-align:center;text-align-last:center;display:none; }
#CEi8GmLhx77yTF9F7EDce7vRPF6RXbR6 { color:#000000;display:block;width:11.8725625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:72.9990234375rem;left:14.625rem;height:0;text-align:center;text-align-last:center;display:none; }
#flpgGBXFqxwlsBrLi54cLnnvAsGiUZtk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#840131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:24.1875rem;width:12.4980625rem;position:absolute;display:block;z-index:15005;top:1.4091796875rem;left:46.78125rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:none; }
#yL8FJhzk041vqih9oAPPBMODsOzsQRhX { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -moz-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -ms-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -o-linear-gradient(top, #e9dac1, #9ed2c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );";background-image: linear-gradient(to bottom, #e9dac1, #9ed2c6);background-size:auto !important;height:18.75rem;width:12.4980625rem;position:absolute;display:block;z-index:15004;top:5.5625rem;left:30.3125rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:block; }
#SAddTOhmA1IGONgKA4IGMrdVXVtshawv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#840131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:24.1875rem;width:12.4980625rem;position:absolute;display:block;z-index:15013;top:26.4990234375rem;left:46.716796875rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:none; }
#hqThNoIb0XmHwWoHKtmdbLR8LlZWvxGd { color:#ffffff;display:block;width:9.12475rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:29.942626953125rem;left:48.436279296875rem;height:2.421875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pAeAiITeJ5HPQFCXgl8dC4adT4ssOh9B { background-color:#0d1225;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.1875rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:43.5rem;left:49.248046875rem;display:none; }
#IsSVAp5PFK2mmIZDTI0mJgT8CCEW9iih { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uuM0ZsBwDcpAyQqgHMHcHenB4v8t3nou { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15060;line-height:1.5;letter-spacing:0;top:36.0693359375rem;left:47.686767578125rem;height:5.859375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hJqpV6sTxZVqfpP1hRbvhXkoocr52gqF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -moz-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -ms-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -o-linear-gradient(top, #e9dac1, #9ed2c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );";background-image: linear-gradient(to bottom, #e9dac1, #9ed2c6);background-size:auto !important;height:18.75rem;width:12.4980625rem;position:absolute;display:block;z-index:15019;top:5.5rem;left:16.625rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:block; }
#z8ifZvHApDZ7OvZHn81i987DxiiuOB7X { background-color:#0d1225;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.186525rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:19.4990234375rem;left:19.1240234375rem;display:block; }
#xTlbxMaROKuUF5Ig4Ft1ctFeDl43bU87 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e6fRPHbxG9J304XJPl6CfVNLaaAtH94f { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#68452f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:24.1875rem;width:12.4980625rem;position:absolute;display:block;z-index:15004;top:0.625rem;left:45.25rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:none; }
#NrTb0KNo6JHDpJPB4sirFyGogKhoizv5 { color:#b20129;display:block;width:38rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:700;z-index:15097;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:1.125rem;left:8.6875rem;height:3.48730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IsTE1TLW3VLA11F0aOt4tifNvhLa7mTE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -moz-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -ms-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -o-linear-gradient(top, #e9dac1, #9ed2c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );";background-image: linear-gradient(to bottom, #e9dac1, #9ed2c6);background-size:auto !important;height:18.75rem;width:12.4975625rem;position:absolute;display:block;z-index:15005;top:5.498046875rem;left:2.060546875rem;box-shadow: 0rem 0.25rem 0rem rgba(0,5,78,0.58) ;display:block; }
#hDs9OQW9WlrrSs4PD6h2ZdGC6CxDb4Dd { background-color:#0d1225;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:19.5302734375rem;left:4.55859375rem;display:block; }
#RgefU4zIMrCfsmL39Skhn0yNiCGa3ZIZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OU8TvJeAaPtKALislDhOd5i8PLUgxREW { background-color:#0d1225;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:22.874755859375rem;left:48.24951171875rem;display:none; }
#vMu7nrVXTMCMprMCTDkTXl21Xvu5xBwx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uFpoosKQL6XNbLTohFTyBTCKAenES3iV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15027;top:6.375rem;left:32.75rem;display:block; }
#TBTJ8AGIGLwH6QAy0owTWcfMAzc1IuXx { color:#0e193d;display:block;width:8.3105625rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:7.375rem;left:32.341796875rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ipKL12IUpinmuEUbCpaS6BWq6frmslfZ { color:#e7f4fa;display:block;width:9.8730625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:15.0927734375rem;left:31.623046875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cxEFGmsU80TucQP4KeFu7EXpKeaySWMI { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15030;top:6.5625rem;left:19.1875rem;display:block; }
#qrw1F2Abnl6dKIc3QiKizkTBtgsI0w3t { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:7.75rem;left:18.71875rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HelqcOe2sT6v0yGfwHJyu7vEKzdKL6zW { color:#e7f4fa;display:block;width:9.8730625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.5;letter-spacing:0;top:15.796875rem;left:17.9375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OHwWui66OKl5JTevhpa6Vrqm6TmC6B8S { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:9.8125rem;left:46.375rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A7d2IgkCqhlOkTSZeszsTqQ5PrCWEblx { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:10.005859375rem;left:32.341796875rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AJXAvok0Lriqn9gIIiKFQTSW6s8L2L5b { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:9.943359375rem;left:18.71875rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rLyKqhpCEffLdRNsiAhOUSeuMkpirUMt { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:7.75rem;left:4.1875rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q9llWFIikq8eGdCkqfk8dwiUCLN7g96d { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:4.1875rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y4dtg1I6h2BqSprT1P7TLyIobfak99Nq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15034;top:6.5625rem;left:4.625rem;display:block; }
#aLgv4Md5PrSwAsfvhU2SrhZT8htbPPme { color:#e7f4fa;display:block;width:9.8730625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15102;line-height:1.5;letter-spacing:0;top:15.75rem;left:3.3720703125rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nqV7gZSOSOi9Su21srSu7tTu5HALv7Ta { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.125rem;width:25.5rem;display:none; }
#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(325deg, #256d85, rgba(0,0,0,0));background-image: -moz-linear-gradient(325deg, #256d85, rgba(0,0,0,0));background-image: -ms-linear-gradient(325deg, #256d85, rgba(0,0,0,0));background-image: -o-linear-gradient(325deg, #256d85, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#256d85', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#256d85', endColorstr='#00000000' );";background-image: linear-gradient(325deg, #256d85, rgba(0,0,0,0));background-size:cover !important;position:relative;display:block; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container { background-color: transparent; background-image: none; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container > .video-iframe-container { display: none; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row > .video-iframe-container { display: none; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .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); }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container { border-width: 0; border-radius: 0; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row > .video-iframe-container {  }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:block; }#erupfuUmJfEF5WZTWq9pAnpn9ITRTnQ0 { color:#b20129;display:block;width:31.5rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:0.8125rem;left:14.5625rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVKwxPklE9TfeUmP0Sdh47hbS0VCi95W { box-sizing:content-box;color:#e9dac1;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:1.1875rem;left:44.3740234375rem;display:block; }
#RvhV3CqxMmfTwmy0CaPT4xeelTnL8S89 { box-sizing:content-box;color:#e9dac1;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:2.21630859375rem;left:10.24951171875rem;display:block; }
#uIgIJaC4dL0UdwIQqbm1P0vp5ZkGQFDC { color:#3f4827;display:block;width:18.686rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:11.695964813233rem;left:20.107421875rem;height:1.29980625rem;display:block; }
#hL13iRUKWAsKXbJbX0TEW3t0lvDMm8ar { background-color:#e9dac1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-sizing:border-box;color:#090a0b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:3.5rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:6.1875rem;left:35.8896484375rem;display:block; }
#T5Ni3SPTsk4cxfhKK9OBnBTB3rL1u29O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mU0P8GFWQt9AxhawoJPShTowqhJdkWpD { background-color:#e9dac1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-sizing:border-box;color:#0c0d0e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.062rem;height:3.5625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:6.90673828125rem;left:3.38818359375rem;display:block; }
#icwnOnxN5c0fnqTmMNDUe5Fzv1pQIlqv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1cnt0oGSPyG6ghE5wTUgIopDdxxl6NW { color:#3f4827;display:block;width:18.6875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:8.4375rem;left:20.25rem;height:1.29931875rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT { display:block; }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPrfDULixHONSFoxbCPkxs7y0tTzk6T8 { display:block; }#DPrfDULixHONSFoxbCPkxs7y0tTzk6T8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhE3gUbBS81UehRKZhfZyw74mMTaHN1y { width:15.625rem;height:2.5rem;top:1.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH5WpSpLrSipnipmDJnnJfvyy9FVMvGz { display:block; }
 }@media only screen and (max-width: 763px) { #bdO4TD7nHdFWapLNi0Wev6IbfokOgrTS { width:15.625rem;height:2.5rem;top:1.4375rem;left:1.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF2AIxipPJuNT1ayTLl7wpDFyJMNy9TJ { display:block; }
 }@media only screen and (max-width: 763px) { #knoIVXD1u7hMD3oHUw98Uov3KmnOcKVc { width:15.625rem;height:2.5rem;top:1.4375rem;left:19.229166030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5U8fCd3WgqMddxbBhmyFL1461K8pRgx { display:block; }
 }@media only screen and (max-width: 763px) { #hzFp5VzNL0hJ5R3578KCtb3UifzE37pA { display:block; }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMTTEmrkRg9mS2ugBcf9TCiN6Nn4Rt3B { width:30.75rem;height:4.125rem;top:0.6875rem;left:10.873046875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnKsXlnPSP7Vu4GPBOZoXLn3hVmQdbew { top:3.1875rem;left:31.9375rem;width:15.8125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcAQpxVkoOh6LTtOgo3wideZaUboCTVv { top:3.875rem;left:31.8125rem;width:15.9375rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4GTHJq3zt6vTVfLiVSTQvFhR6R8zWya { top:6.5rem;left:0rem;width:29.0625rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwDGH6UhFOPU1hp4kTOqWB5wFAG69fKs { top:8.6875rem;left:0rem;width:28.375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5  { width:15rem;height:auto;top:15rem;left:0rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 {display:block;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 { width:15rem;height:auto;top:15rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #nkHb3C0wxr1WZvLfrGbzxdWuUX6Go65h {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #p2Zumps1x97BrxeniMguDV9TvFaO3BgN { display:block; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #N6OU8p33eahQAiQ3JE2uPlngpsEwWMqo {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #mfCrwWyscFACM3NkdVwPivX7IFvCTLWs {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #OkApymC0ViQO8ChDOu3QZCVesQWPAG8W { display:block; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #TBZhKStI1xdfw1pDB8yMtpixTgNULq4c {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #FK79Os7XaDaluFtGyxg5htTv1nR6kaUT {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #vefF2Kl3lW5brKvhvbAMB7nbT0tUXK7i { display:block; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #GnfD1t9eLXCOTabNor7QzFn7DhxsEa5g {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #w6MVr9UbE9OoSD8KPSm1mC8dBOLkn500 {  }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #w6MVr9UbE9OoSD8KPSm1mC8dBOLkn500 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #Su6N7ZJ9S8pmlVz2ptdH6N3ImAy8kTlO { display:block; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #a877tTBBSeXXZEw1ZScXbzzsasZ1ZS0K {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #l0V2KNC8k0rrXXFm9tO3wnGBpOpvORdE {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #aTrWMeaIkySD4eNcyTMySnCSAmlvvfmP {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #Bv7PqlATnNXKeFl4Pv8pTSmupH48Hh3G {  }
 }@media only screen and (max-width: 763px) { #QfvrR7DKJC9ZBH9HXTGnnCubX3z1bTwH { display:block; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #aRsExH4ILbXEqO6XUOpeXnIWC5Rf6sHn {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #TzoDal8eiE1l2LPSnivy5Eq0kX1m4Z0r {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #NxxJhDTybakHiWmi52pQrvtATuMqbxpZ {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #Je7wuNE7rWGJbS6EBGwEhOyJeCPpqwoP { display:block; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #tKACN0Xl8ctUbBtde5NZWVQdtCPq4sGT {  }
 }@media only screen and (max-width: 763px) { #LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF { display:block; }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhkngVTxevG05EWFMCuTeDCEZelJfyJG { width:12.5rem;height:24.1875rem;top:0.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VouZL2nathO8tihQI1PP3U9aih61t6Ud { width:12.4375rem;height:21.8125rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhygMaTrEGtX0k6DnLrB5B1EhtTqk7FZ { width:12.4375rem;height:21.8125rem;top:0.875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0JcH4dxtOKBAnRFxbIFO7pdUz25TPf8 { width:12.4375rem;height:21.8125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NObtKQG7EAc2tBhmR5fDH0y7mrvSDrvT { width:9.1875rem;height:1.5625rem;top:16.4375rem;left:26.5615234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUg3iIzxyuEc0nGaCJAef3q3ZD3hy4Wr { width:7.5rem;height:3.125rem;top:18.9375rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCPKdPKcLvrNXwR1rJVyIkQWOT0nym9s { display:block; }
 }@media only screen and (max-width: 763px) { #d8d4nq7uaQAOFPMbhhmu69v0bP1kpmQG { top:72.9375rem;left:28.75rem;width:11.8125rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK9Howl9uRbe1QzZoz7hSJsHxPVMd847 { top:72.9375rem;left:8.5rem;width:11.8125rem;height:2.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2vsU8u988AAo3JeZ4y7pyxhLqQkzc0Z { width:12.4375rem;height:24.1875rem;top:1.375rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIsEWx3tXDN92VOmau6MnWSgPhhEhJm7 { width:12.4375rem;height:18.75rem;top:4.9375rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv5s0atVgzlFcqTElPw8itmyrfWGRQhe { width:12.4375rem;height:24.1875rem;top:26.4375rem;left:35.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCFkTZPMfX9er2BOukiH8E66RWykiVgF { top:29.9375rem;left:38.6875rem;width:9.0625rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #raEyeO6KoVRReOiGwNoT2fO4qoHVOPus { width:7.5rem;height:3.1875rem;top:43.5rem;left:40.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0AfgSEMAnhyPOa6VauazIIF3adPCQHi { display:block; }
 }@media only screen and (max-width: 763px) { #Bpz8RwQ5ctWOh74V6geEWcf3RmKTnTVA { width:10.4375rem;height:1.9375rem;top:126.4375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRipb7IIibCuh1gDSmfDS0PVJweVeLeC { width:12.4375rem;height:18.75rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTbBMUi3QokXyZ1QWC5o3aKnqdeuQ5a7 { width:7.5rem;height:3.125rem;top:18.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8T6T8UfggefWprsIsyfNC16O7WTfdhs { display:block; }
 }@media only screen and (max-width: 763px) { #cboFniCQ8EwLLEXgZdLl19z1uzVLzN9y { width:12.4375rem;height:24.1875rem;top:0.625rem;left:35.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXv47dyqw3p6fMcSJEb715ooieGaR3mh { top:2.125rem;left:2.625rem;width:38rem;height:3.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9EuEDFEnPm0JLantIx2HkJhDheXyl7P { width:7.5rem;height:3.125rem;top:22.8125rem;left:40.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T51PO98Td1or4CvLnVuTL8IOVm9DJLQb { display:block; }
 }@media only screen and (max-width: 763px) { #lZDfzUtX97bKOqQXaVZDqhoiEWHbvfGM { width:7.5rem;height:7.5rem;top:5.75rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWR9eUcTSlTMyEfD4y2t7HLZNogfBUIA { top:6.75rem;left:33.8125rem;width:8.25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgFNro9hhCEcKWIStQHM3trIVry15GCD { width:9.8125rem;height:3rem;top:14.4375rem;left:33.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgmZBXzsSauniKSKi9IANTaDW2T9TVuZ { width:7.5rem;height:7.5rem;top:5.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3lXBn86SgIEWcZyUvPNgPcM7ELeSPb8 { top:7.1875rem;left:0.1875rem;width:8.25rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFgORoGf6X6P0q1ELbOEvRXqnxorDsO7 { top:9.375rem;left:33.8125rem;width:8.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvTfb1zbiSTzNACuDcNdaISSOrsT7icF { top:9.375rem;left:0.1875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDl63IyGHJeL9oPGQWeEu4EoIDmG0C5Q { width:25.5rem;height:19.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0PBJewnUTnU9kM9z8rUwRKZ2Syg7Qmh { width:9.8125rem;height:3rem;top:14.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWrWbgZe9nCzCRlLxRJak4fKareXweFB { display:block; }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0h93LFTu8QCldTWNAXk2A4GJmVgcwgM { width:12.5rem;height:24.1875rem;top:0.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9NJ7gG8ySpNf10NAPEPuLNDKnIbO5qZ { width:12.4375rem;height:21.8125rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTkiVxsKHITdVOXT2hqSwpbaG1usNUm { width:12.4375rem;height:21.8125rem;top:0.875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLtfmTem8s1tVvtWmh6TFzpkGaLH0Xg9 { width:12.4375rem;height:21.8125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdNDSCsMnepZuns8q2UaM4em8RMBTfvu { width:9.1875rem;height:1.5625rem;top:16.4375rem;left:26.5615234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AESGTfD6mAcFpm1JNJ2QEDG58EIPwkNv { width:7.5rem;height:3.125rem;top:19.5625rem;left:26.6220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC01VbiZ1HJMowCehdTLuSsicGeUxy8h { display:block; }
 }@media only screen and (max-width: 763px) { #PXZi6sRhku8KqvFBuRx6Q7wmOpRT5vh0 { width:7.5rem;height:7.5rem;top:6.4375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKGKXqkgS5vJac8zgv5ihW81VpaLx5mZ { top:7.3125rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQLiPVB1PvPdNOn9a96vlGBDuyOIyVdh { width:9.8125rem;height:4.5rem;top:14.875rem;left:37.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOaTGlJScPnZc2bHcZbebdWIu4JpwDOH { width:7.5rem;height:3.125rem;top:19.625rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaUMOkdJtLAQaTB0H7cPKlulNdSwAz0U { display:block; }
 }@media only screen and (max-width: 763px) { #Jl533vKKQunr11wQnqhmT7H5REMUCPKe { width:12.5rem;height:18.75rem;top:5.5rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #atRgpB9u0fofqeBTx6IkHys1e2JR1Qel { top:72.9375rem;left:28.75rem;width:11.8125rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEi8GmLhx77yTF9F7EDce7vRPF6RXbR6 { top:72.9375rem;left:8.5rem;width:11.8125rem;height:2.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #flpgGBXFqxwlsBrLi54cLnnvAsGiUZtk { width:12.4375rem;height:24.1875rem;top:1.375rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL8FJhzk041vqih9oAPPBMODsOzsQRhX { width:12.5rem;height:18.75rem;top:5.5625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAddTOhmA1IGONgKA4IGMrdVXVtshawv { width:12.4375rem;height:24.1875rem;top:26.4375rem;left:35.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqThNoIb0XmHwWoHKtmdbLR8LlZWvxGd { top:29.9375rem;left:38.6875rem;width:9.0625rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAeAiITeJ5HPQFCXgl8dC4adT4ssOh9B { width:7.5rem;height:3.1875rem;top:43.5rem;left:40.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IsSVAp5PFK2mmIZDTI0mJgT8CCEW9iih { display:block; }
 }@media only screen and (max-width: 763px) { #uuM0ZsBwDcpAyQqgHMHcHenB4v8t3nou { width:10.4375rem;height:1.9375rem;top:126.4375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJqpV6sTxZVqfpP1hRbvhXkoocr52gqF { width:12.5rem;height:18.75rem;top:5.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8ifZvHApDZ7OvZHn81i987DxiiuOB7X { width:7.5rem;height:3.125rem;top:19.4375rem;left:12.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTlbxMaROKuUF5Ig4Ft1ctFeDl43bU87 { display:block; }
 }@media only screen and (max-width: 763px) { #e6fRPHbxG9J304XJPl6CfVNLaaAtH94f { width:12.4375rem;height:24.1875rem;top:0.625rem;left:35.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrTb0KNo6JHDpJPB4sirFyGogKhoizv5 { top:1.125rem;left:2.5625rem;width:38rem;height:3.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsTE1TLW3VLA11F0aOt4tifNvhLa7mTE { width:12.5rem;height:18.75rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDs9OQW9WlrrSs4PD6h2ZdGC6CxDb4Dd { width:7.5rem;height:3.125rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgefU4zIMrCfsmL39Skhn0yNiCGa3ZIZ { display:block; }
 }@media only screen and (max-width: 763px) { #OU8TvJeAaPtKALislDhOd5i8PLUgxREW { width:7.5rem;height:3.125rem;top:22.8125rem;left:40.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMu7nrVXTMCMprMCTDkTXl21Xvu5xBwx { display:block; }
 }@media only screen and (max-width: 763px) { #uFpoosKQL6XNbLTohFTyBTCKAenES3iV { width:7.5rem;height:7.5rem;top:6.375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBTJ8AGIGLwH6QAy0owTWcfMAzc1IuXx { top:7.375rem;left:26.216146469116rem;width:8.25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipKL12IUpinmuEUbCpaS6BWq6frmslfZ { width:9.8125rem;height:4.5rem;top:15.0625rem;left:25.498046875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxEFGmsU80TucQP4KeFu7EXpKeaySWMI { width:7.5rem;height:7.5rem;top:6.5625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrw1F2Abnl6dKIc3QiKizkTBtgsI0w3t { top:7.75rem;left:12.593751907349rem;width:8.25rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HelqcOe2sT6v0yGfwHJyu7vEKzdKL6zW { width:9.8125rem;height:1.3125rem;top:15.75rem;left:11.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHwWui66OKl5JTevhpa6Vrqm6TmC6B8S { top:9.8125rem;left:39.5rem;width:8.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7d2IgkCqhlOkTSZeszsTqQ5PrCWEblx { top:10rem;left:26.216796875rem;width:8.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJXAvok0Lriqn9gIIiKFQTSW6s8L2L5b { top:9.9375rem;left:12.59375rem;width:8.25rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLyKqhpCEffLdRNsiAhOUSeuMkpirUMt { top:7.75rem;left:0rem;width:8.25rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9llWFIikq8eGdCkqfk8dwiUCLN7g96d { top:10rem;left:0rem;width:8.25rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4dtg1I6h2BqSprT1P7TLyIobfak99Nq { width:7.5rem;height:7.5rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLgv4Md5PrSwAsfvhU2SrhZT8htbPPme { width:9.8125rem;height:1.375rem;top:15.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqV7gZSOSOi9Su21srSu7tTu5HALv7Ta { width:25.5rem;height:19.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ { display:block; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erupfuUmJfEF5WZTWq9pAnpn9ITRTnQ0 { top:0.75rem;left:8.43701171875rem;width:31.5rem;height:2.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVKwxPklE9TfeUmP0Sdh47hbS0VCi95W { top:1.1875rem;left:38.2490234375rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RvhV3CqxMmfTwmy0CaPT4xeelTnL8S89 { top:2.1875rem;left:4.12451171875rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIgIJaC4dL0UdwIQqbm1P0vp5ZkGQFDC { top:11.6875rem;left:13.982421875rem;width:18.625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL13iRUKWAsKXbJbX0TEW3t0lvDMm8ar { width:20.25rem;height:3.5rem;top:6.1875rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Ni3SPTsk4cxfhKK9OBnBTB3rL1u29O { display:block; }
 }@media only screen and (max-width: 763px) { #mU0P8GFWQt9AxhawoJPShTowqhJdkWpD { width:22rem;height:3.5625rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icwnOnxN5c0fnqTmMNDUe5Fzv1pQIlqv { display:block; }
 }@media only screen and (max-width: 763px) { #A1cnt0oGSPyG6ghE5wTUgIopDdxxl6NW { top:19.9375rem;left:0rem;width:18.625rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yWsb4gqU/683.jfif");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT.adaptive-delivery-prevent-bg, #TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT.lazyload, #TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT.lazyloading { background-image: none; }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT > .row .container { background-color: transparent; background-image: none; }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT > .row .container > .video-iframe-container { display: none; }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT > .row > .video-iframe-container { display: none; }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT > .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); }#TiqTTWFuVtZ9Nk1tgcDxTxqdkXLATTqT > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPrfDULixHONSFoxbCPkxs7y0tTzk6T8 { display:block; }#DPrfDULixHONSFoxbCPkxs7y0tTzk6T8 > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhE3gUbBS81UehRKZhfZyw74mMTaHN1y { width:18.125rem;height:2.5rem;top:1.4990234375rem;left:0.75rem;background-color:#b20129;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) { #BH5WpSpLrSipnipmDJnnJfvyy9FVMvGz { display:block; }
 }@media only screen and (max-width: 763px) { #bdO4TD7nHdFWapLNi0Wev6IbfokOgrTS { width:6.875rem;height:2.5rem;top:5.28125rem;left:6.5625rem;background-color:#256d85;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) { #fF2AIxipPJuNT1ayTLl7wpDFyJMNy9TJ { display:block; }
 }@media only screen and (max-width: 763px) { #knoIVXD1u7hMD3oHUw98Uov3KmnOcKVc { width:15.625rem;height:2.5rem;top:9.03125rem;left:2.1875rem;background-color:#b20129;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) { #o5U8fCd3WgqMddxbBhmyFL1461K8pRgx { display:block; }
 }@media only screen and (max-width: 763px) { #hzFp5VzNL0hJ5R3578KCtb3UifzE37pA { background-color:transparent;background-image: -webkit-linear-gradient(top, #2b4865, #8fe3cf);background-image: -moz-linear-gradient(top, #2b4865, #8fe3cf);background-image: -ms-linear-gradient(top, #2b4865, #8fe3cf);background-image: -o-linear-gradient(top, #2b4865, #8fe3cf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b4865', endColorstr='#8fe3cf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b4865', endColorstr='#8fe3cf' );";background-image: linear-gradient(to bottom, #2b4865, #8fe3cf);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA > .row .container { background-color: transparent; background-image: none; }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA > .row .container > .video-iframe-container { display: none; }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA > .row > .video-iframe-container { display: none; }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA > .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); }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA > .row .container { border-width: 0; border-radius: 0; }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA > .row > .video-iframe-container {  }#hzFp5VzNL0hJ5R3578KCtb3UifzE37pA > .row .container { width:20rem;height:41.187501907349rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMTTEmrkRg9mS2ugBcf9TCiN6Nn4Rt3B { width:19.87425rem;height:0;top:7.5rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#010507;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #TnKsXlnPSP7Vu4GPBOZoXLn3hVmQdbew { width:15.8125rem;height:3.3125rem;top:3.1875rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcAQpxVkoOh6LTtOgo3wideZaUboCTVv { width:15.9375rem;height:auto;top:3.875rem;left:2rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O4GTHJq3zt6vTVfLiVSTQvFhR6R8zWya { width:20rem;height:3.25rem;top:1rem;left:0rem;font-size:1.25rem;color:#0e193d;display:block; }
 }@media only screen and (max-width: 763px) { #wwDGH6UhFOPU1hp4kTOqWB5wFAG69fKs { width:13.4375rem;height:10rem;top:31.1875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-form-header { font-size:0.75rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.9375rem;font-weight:bold;color:#ffffff;width:15.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;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:15.3125rem;box-sizing:border-box;height:2.5625rem;color:#000205;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.3125rem;box-sizing:border-box;height:4.375rem;color:#000205;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.3125rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#2b4865;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.125rem;margin-bottom:0.25rem;margin-left:2.0625rem;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:bold;color:#b20129;width:11.125rem;height:3.375rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 [class*="-text"]:-moz-placeholder { color:#050505;font-family:raleway;font-size:0.875rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 [class*="-text"]::-moz-placeholder { color:#050505;font-family:raleway;font-size:0.875rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 [class*="-text"]:-ms-input-placeholder { color:#050505;font-family:raleway;font-size:0.875rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 [class*="-text"]::-webkit-input-placeholder { color:#050505;font-family:raleway;font-size:0.875rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:14.125rem;overflow:hidden;font-style:normal;float:none; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .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; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-container:first-of-type{padding-top:0;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-container:last-of-type{padding-bottom:0;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8fe3cf, #2b4865);background-image: -moz-linear-gradient(180deg, #8fe3cf, #2b4865);background-image: -ms-linear-gradient(180deg, #8fe3cf, #2b4865);background-image: -o-linear-gradient(180deg, #8fe3cf, #2b4865);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fe3cf', endColorstr='#2b4865' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fe3cf', endColorstr='#2b4865' );";background-image: linear-gradient(180deg, #8fe3cf, #2b4865);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-size:0.75rem;left:1.0937500596046rem;top:5.5598955154419rem;z-index:15001; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.3125rem;display:block;vertical-align:top; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 {display:block;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8fe3cf, #2b4865);background-image: -moz-linear-gradient(180deg, #8fe3cf, #2b4865);background-image: -ms-linear-gradient(180deg, #8fe3cf, #2b4865);background-image: -o-linear-gradient(180deg, #8fe3cf, #2b4865);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fe3cf', endColorstr='#2b4865' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fe3cf', endColorstr='#2b4865' );";background-image: linear-gradient(180deg, #8fe3cf, #2b4865);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-size:0.75rem;left:1.0937500596046rem;top:5.5598955154419rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #nkHb3C0wxr1WZvLfrGbzxdWuUX6Go65h {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #p2Zumps1x97BrxeniMguDV9TvFaO3BgN { display:block; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #N6OU8p33eahQAiQ3JE2uPlngpsEwWMqo {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #mfCrwWyscFACM3NkdVwPivX7IFvCTLWs {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #OkApymC0ViQO8ChDOu3QZCVesQWPAG8W { display:block; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #TBZhKStI1xdfw1pDB8yMtpixTgNULq4c {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #FK79Os7XaDaluFtGyxg5htTv1nR6kaUT {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #vefF2Kl3lW5brKvhvbAMB7nbT0tUXK7i { display:block; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #GnfD1t9eLXCOTabNor7QzFn7DhxsEa5g {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #w6MVr9UbE9OoSD8KPSm1mC8dBOLkn500 {  }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #w6MVr9UbE9OoSD8KPSm1mC8dBOLkn500 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #Su6N7ZJ9S8pmlVz2ptdH6N3ImAy8kTlO { display:block; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #a877tTBBSeXXZEw1ZScXbzzsasZ1ZS0K {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #l0V2KNC8k0rrXXFm9tO3wnGBpOpvORdE {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #aTrWMeaIkySD4eNcyTMySnCSAmlvvfmP {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #Bv7PqlATnNXKeFl4Pv8pTSmupH48Hh3G {  }
 }@media only screen and (max-width: 763px) { #QfvrR7DKJC9ZBH9HXTGnnCubX3z1bTwH { display:block; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #aRsExH4ILbXEqO6XUOpeXnIWC5Rf6sHn {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #TzoDal8eiE1l2LPSnivy5Eq0kX1m4Z0r {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #NxxJhDTybakHiWmi52pQrvtATuMqbxpZ {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #Je7wuNE7rWGJbS6EBGwEhOyJeCPpqwoP { display:block; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #tKACN0Xl8ctUbBtde5NZWVQdtCPq4sGT {  }
 }@media only screen and (max-width: 763px) { #LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #24629c, #fef7da);background-image: -moz-linear-gradient(180deg, #24629c, #fef7da);background-image: -ms-linear-gradient(180deg, #24629c, #fef7da);background-image: -o-linear-gradient(180deg, #24629c, #fef7da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#24629c', endColorstr='#fef7da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#24629c', endColorstr='#fef7da' );";background-image: linear-gradient(180deg, #24629c, #fef7da);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF > .row .container { background-color: transparent; background-image: none; }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF > .row .container > .video-iframe-container { display: none; }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF > .row > .video-iframe-container { display: none; }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF > .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); }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF > .row .container { border-width: 0; border-radius: 0; }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF > .row > .video-iframe-container {  }#LTeKWPtsZqWpHbVoLPfmm55mHKSic6OF > .row .container { width:20rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhkngVTxevG05EWFMCuTeDCEZelJfyJG { width:12.4995rem;height:21.8745rem;top:35.935546875rem;left:5.4365234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VouZL2nathO8tihQI1PP3U9aih61t6Ud { width:12.4995rem;height:21.8745rem;top:53.435345703125rem;left:3.75146484375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhygMaTrEGtX0k6DnLrB5B1EhtTqk7FZ { width:12.5rem;height:21.875rem;top:26.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c0JcH4dxtOKBAnRFxbIFO7pdUz25TPf8 { width:12.4980625rem;height:21.8730625rem;top:2rem;left:7.0615234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NObtKQG7EAc2tBhmR5fDH0y7mrvSDrvT { width:11.4355625rem;height:0;top:80.843100547788rem;left:4.2805991768837rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.3125rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #IUg3iIzxyuEc0nGaCJAef3q3ZD3hy4Wr { width:7.5rem;height:3.125rem;top:18.9375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCPKdPKcLvrNXwR1rJVyIkQWOT0nym9s { display:block; }
 }@media only screen and (max-width: 763px) { #d8d4nq7uaQAOFPMbhhmu69v0bP1kpmQG { width:11.8125rem;height:0;top:186.8013984375rem;left:8.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UK9Howl9uRbe1QzZoz7hSJsHxPVMd847 { width:11.8125rem;height:0;top:70.87109375rem;left:4.0927734375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15095;display:none; }
 }@media only screen and (max-width: 763px) { #B2vsU8u988AAo3JeZ4y7pyxhLqQkzc0Z { width:12.4375rem;height:24.1875rem;top:36.5947265625rem;left:5.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QIsEWx3tXDN92VOmau6MnWSgPhhEhJm7 { width:11.625rem;height:5.8125rem;top:167.7509765625rem;left:4.1875rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #gv5s0atVgzlFcqTElPw8itmyrfWGRQhe { width:12.875rem;height:20.5rem;top:61.6845703125rem;left:5.40380859375rem;z-index:15007;background-color:#68452f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #pCFkTZPMfX9er2BOukiH8E66RWykiVgF { width:9.935125rem;height:0;top:65.128173828125rem;left:7.123779296875rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15085;display:none; }
 }@media only screen and (max-width: 763px) { #raEyeO6KoVRReOiGwNoT2fO4qoHVOPus { width:6.25rem;height:1.875rem;top:37.0625rem;left:7.125rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #T0AfgSEMAnhyPOa6VauazIIF3adPCQHi { display:block; }
 }@media only screen and (max-width: 763px) { #Bpz8RwQ5ctWOh74V6geEWcf3RmKTnTVA { width:10.497625rem;height:0;top:71.2548828125rem;left:6.374267578125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.3125rem;font-weight:700;font-style:normal;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #gRipb7IIibCuh1gDSmfDS0PVJweVeLeC { width:12.5rem;height:10.3125rem;top:27.4375rem;left:3.9375rem;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -moz-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -ms-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -o-linear-gradient(top, #e9dac1, #9ed2c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );";background-image: linear-gradient(to bottom, #e9dac1, #9ed2c6);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pTbBMUi3QokXyZ1QWC5o3aKnqdeuQ5a7 { width:6.25rem;height:1.875rem;top:55.28125rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8T6T8UfggefWprsIsyfNC16O7WTfdhs { display:block; }
 }@media only screen and (max-width: 763px) { #cboFniCQ8EwLLEXgZdLl19z1uzVLzN9y { width:12.5rem;height:10.3125rem;top:5.0625rem;left:3.75rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -moz-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -ms-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -o-linear-gradient(top, #e9dac1, #9ed2c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );";background-image: linear-gradient(to bottom, #e9dac1, #9ed2c6);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TXv47dyqw3p6fMcSJEb715ooieGaR3mh { width:20rem;height:3.03645625rem;top:0.5625rem;left:0rem;font-size:1.6875rem;color:#b20129;display:block; }
 }@media only screen and (max-width: 763px) { #i9EuEDFEnPm0JLantIx2HkJhDheXyl7P { width:6.25rem;height:1.875rem;top:14.6875rem;left:6.9375rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #T51PO98Td1or4CvLnVuTL8IOVm9DJLQb { display:block; }
 }@media only screen and (max-width: 763px) { #lZDfzUtX97bKOqQXaVZDqhoiEWHbvfGM { width:6.25rem;height:5.5rem;top:28rem;left:7.1875rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MWR9eUcTSlTMyEfD4y2t7HLZNogfBUIA { width:8.25rem;height:2.2747375rem;top:6.6875rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgFNro9hhCEcKWIStQHM3trIVry15GCD { width:10.8125rem;height:2.8125rem;top:11.25rem;left:4.59375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VgmZBXzsSauniKSKi9IANTaDW2T9TVuZ { width:5.4375rem;height:5.4375rem;top:5.8125rem;left:7.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #f3lXBn86SgIEWcZyUvPNgPcM7ELeSPb8 { width:8.25rem;height:1.70605625rem;top:28.6875rem;left:6.125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFgORoGf6X6P0q1ELbOEvRXqnxorDsO7 { width:8.25rem;height:1.13671875rem;top:8.9375rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvTfb1zbiSTzNACuDcNdaISSOrsT7icF { width:8.25rem;height:1.21875rem;top:30.375rem;left:6.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDl63IyGHJeL9oPGQWeEu4EoIDmG0C5Q { top:16.333334605209rem;left:2.4687500596046rem;width:15.0625rem;height:11.1875rem;z-index:15103;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y0PBJewnUTnU9kM9z8rUwRKZ2Syg7Qmh { width:9.8125rem;height:2.8125rem;top:33.500002543442rem;left:5.0937502980232rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pWrWbgZe9nCzCRlLxRJak4fKareXweFB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #24629c, #fef7da);background-image: -moz-linear-gradient(180deg, #24629c, #fef7da);background-image: -ms-linear-gradient(180deg, #24629c, #fef7da);background-image: -o-linear-gradient(180deg, #24629c, #fef7da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#24629c', endColorstr='#fef7da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#24629c', endColorstr='#fef7da' );";background-image: linear-gradient(180deg, #24629c, #fef7da);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB > .row .container { background-color: transparent; background-image: none; }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB > .row .container > .video-iframe-container { display: none; }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB > .row > .video-iframe-container { display: none; }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB > .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); }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB > .row .container { border-width: 0; border-radius: 0; }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB > .row > .video-iframe-container {  }#pWrWbgZe9nCzCRlLxRJak4fKareXweFB > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0h93LFTu8QCldTWNAXk2A4GJmVgcwgM { width:12.4995rem;height:21.8745rem;top:35.935546875rem;left:5.4365234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9NJ7gG8ySpNf10NAPEPuLNDKnIbO5qZ { width:12.4995rem;height:21.8745rem;top:53.435345703125rem;left:3.75146484375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpTkiVxsKHITdVOXT2hqSwpbaG1usNUm { width:12.5rem;height:21.875rem;top:26.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLtfmTem8s1tVvtWmh6TFzpkGaLH0Xg9 { width:12.4980625rem;height:21.8730625rem;top:2rem;left:7.0615234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JdNDSCsMnepZuns8q2UaM4em8RMBTfvu { width:11.4355625rem;height:0;top:80.843100547788rem;left:4.2805991768837rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.3125rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #AESGTfD6mAcFpm1JNJ2QEDG58EIPwkNv { width:7.5rem;height:3.125rem;top:19.5625rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LC01VbiZ1HJMowCehdTLuSsicGeUxy8h { display:block; }
 }@media only screen and (max-width: 763px) { #PXZi6sRhku8KqvFBuRx6Q7wmOpRT5vh0 { width:6.25rem;height:6.25rem;top:20.375rem;left:6.875rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hKGKXqkgS5vJac8zgv5ihW81VpaLx5mZ { width:8.307625rem;height:2.2747375rem;top:20.75rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQLiPVB1PvPdNOn9a96vlGBDuyOIyVdh { width:12.9355625rem;height:2.8125rem;top:27.3125rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JOaTGlJScPnZc2bHcZbebdWIu4JpwDOH { width:6.25rem;height:1.875rem;top:29.0595703125rem;left:7.1826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaUMOkdJtLAQaTB0H7cPKlulNdSwAz0U { display:block; }
 }@media only screen and (max-width: 763px) { #Jl533vKKQunr11wQnqhmT7H5REMUCPKe { width:12.5rem;height:10.3125rem;top:31.9375rem;left:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -moz-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -ms-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -o-linear-gradient(top, #e9dac1, #9ed2c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );";background-image: linear-gradient(to bottom, #e9dac1, #9ed2c6);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #atRgpB9u0fofqeBTx6IkHys1e2JR1Qel { width:11.8125rem;height:0;top:186.8013984375rem;left:8.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CEi8GmLhx77yTF9F7EDce7vRPF6RXbR6 { width:11.8125rem;height:0;top:70.87109375rem;left:4.0927734375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15095;display:none; }
 }@media only screen and (max-width: 763px) { #flpgGBXFqxwlsBrLi54cLnnvAsGiUZtk { width:12.4375rem;height:24.1875rem;top:36.5947265625rem;left:5.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yL8FJhzk041vqih9oAPPBMODsOzsQRhX { width:11.625rem;height:5.8125rem;top:167.7509765625rem;left:4.1875rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #SAddTOhmA1IGONgKA4IGMrdVXVtshawv { width:12.875rem;height:20.5rem;top:61.6845703125rem;left:5.40380859375rem;z-index:15007;background-color:#68452f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #hqThNoIb0XmHwWoHKtmdbLR8LlZWvxGd { width:9.935125rem;height:0;top:65.128173828125rem;left:7.123779296875rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15085;display:none; }
 }@media only screen and (max-width: 763px) { #pAeAiITeJ5HPQFCXgl8dC4adT4ssOh9B { width:6.25rem;height:1.875rem;top:41.875rem;left:6.8125rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #IsSVAp5PFK2mmIZDTI0mJgT8CCEW9iih { display:block; }
 }@media only screen and (max-width: 763px) { #uuM0ZsBwDcpAyQqgHMHcHenB4v8t3nou { width:10.497625rem;height:0;top:71.2548828125rem;left:6.374267578125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.3125rem;font-weight:700;font-style:normal;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #hJqpV6sTxZVqfpP1hRbvhXkoocr52gqF { width:12.5rem;height:10.3125rem;top:45.158203125rem;left:3.75rem;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -moz-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -ms-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -o-linear-gradient(top, #e9dac1, #9ed2c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );";background-image: linear-gradient(to bottom, #e9dac1, #9ed2c6);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #z8ifZvHApDZ7OvZHn81i987DxiiuOB7X { width:6.25rem;height:1.875rem;top:54.84375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTlbxMaROKuUF5Ig4Ft1ctFeDl43bU87 { display:block; }
 }@media only screen and (max-width: 763px) { #e6fRPHbxG9J304XJPl6CfVNLaaAtH94f { width:12.5rem;height:10.3125rem;top:19.6875rem;left:3.8125rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -moz-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -ms-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -o-linear-gradient(top, #e9dac1, #9ed2c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );";background-image: linear-gradient(to bottom, #e9dac1, #9ed2c6);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NrTb0KNo6JHDpJPB4sirFyGogKhoizv5 { width:20rem;height:6.07291875rem;top:0.5625rem;left:0rem;font-size:1.6875rem;color:#b20129;display:block; }
 }@media only screen and (max-width: 763px) { #IsTE1TLW3VLA11F0aOt4tifNvhLa7mTE { width:12.5rem;height:10.3125rem;top:6.63671875rem;left:4.28125rem;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -moz-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -ms-linear-gradient(top, #e9dac1, #9ed2c6);background-image: -o-linear-gradient(top, #e9dac1, #9ed2c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dac1', endColorstr='#9ed2c6' );";background-image: linear-gradient(to bottom, #e9dac1, #9ed2c6);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hDs9OQW9WlrrSs4PD6h2ZdGC6CxDb4Dd { width:7.5rem;height:3.125rem;top:26.6240234375rem;left:10.05859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RgefU4zIMrCfsmL39Skhn0yNiCGa3ZIZ { display:block; }
 }@media only screen and (max-width: 763px) { #OU8TvJeAaPtKALislDhOd5i8PLUgxREW { width:6.25rem;height:1.875rem;top:16.19921875rem;left:7.0625rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #vMu7nrVXTMCMprMCTDkTXl21Xvu5xBwx { display:block; }
 }@media only screen and (max-width: 763px) { #uFpoosKQL6XNbLTohFTyBTCKAenES3iV { width:6.25rem;height:6.25rem;top:45.75rem;left:7rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TBTJ8AGIGLwH6QAy0owTWcfMAzc1IuXx { width:8.25rem;height:2.2747375rem;top:46.0625rem;left:6.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipKL12IUpinmuEUbCpaS6BWq6frmslfZ { width:10.8125rem;height:4.21875rem;top:52rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cxEFGmsU80TucQP4KeFu7EXpKeaySWMI { width:5.4375rem;height:5.4375rem;top:32.75rem;left:6.875rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qrw1F2Abnl6dKIc3QiKizkTBtgsI0w3t { width:8.25rem;height:1.70605625rem;top:33.25rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HelqcOe2sT6v0yGfwHJyu7vEKzdKL6zW { width:9.8125rem;height:0.9375rem;top:38.1875rem;left:5.09375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OHwWui66OKl5JTevhpa6Vrqm6TmC6B8S { width:8.25rem;height:2.92448125rem;top:23rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7d2IgkCqhlOkTSZeszsTqQ5PrCWEblx { width:8.25rem;height:2.92448125rem;top:48.3125rem;left:6rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJXAvok0Lriqn9gIIiKFQTSW6s8L2L5b { width:8.25rem;height:2.4375rem;top:34.875rem;left:5.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLyKqhpCEffLdRNsiAhOUSeuMkpirUMt { width:6.25rem;height:1.8684875rem;top:7.9375rem;left:7.25rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#0e193d;display:block; }
 }@media only screen and (max-width: 763px) { #q9llWFIikq8eGdCkqfk8dwiUCLN7g96d { width:8.25rem;height:2.5996125rem;top:9.5546875rem;left:6.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4dtg1I6h2BqSprT1P7TLyIobfak99Nq { width:5.5rem;height:5.5rem;top:7.375rem;left:7.75rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aLgv4Md5PrSwAsfvhU2SrhZT8htbPPme { width:9.8125rem;height:1.40625rem;top:12.6875rem;left:5.46875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nqV7gZSOSOi9Su21srSu7tTu5HALv7Ta { top:54.125rem;left:0.83718487394956rem;width:18.0625rem;height:13.5rem;z-index:15103;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ { background-color:rgba(43,72,101,0.98);background-image:none;display:block; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container { background-color: transparent; background-image: none; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container > .video-iframe-container { display: none; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row > .video-iframe-container { display: none; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .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); }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erupfuUmJfEF5WZTWq9pAnpn9ITRTnQ0 { width:20rem;height:1.462675rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVKwxPklE9TfeUmP0Sdh47hbS0VCi95W { width:3.1245125rem;height:3.1245125rem;top:3.46728515625rem;left:8.40380859375rem;font-size:2.1875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #RvhV3CqxMmfTwmy0CaPT4xeelTnL8S89 { width:3.1245125rem;height:3.1245125rem;top:11.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIgIJaC4dL0UdwIQqbm1P0vp5ZkGQFDC { width:18.687rem;height:0.8125rem;top:17rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL13iRUKWAsKXbJbX0TEW3t0lvDMm8ar { width:19rem;height:3.5rem;top:14.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Ni3SPTsk4cxfhKK9OBnBTB3rL1u29O { display:block; }
 }@media only screen and (max-width: 763px) { #mU0P8GFWQt9AxhawoJPShTowqhJdkWpD { width:19rem;height:3.5625rem;top:6.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icwnOnxN5c0fnqTmMNDUe5Fzv1pQIlqv { display:block; }
 }@media only screen and (max-width: 763px) { #A1cnt0oGSPyG6ghE5wTUgIopDdxxl6NW { width:18.687rem;height:0.8125rem;top:19.93798828125rem;left:1.2509765625rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15035;display:block; }
 }