.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSuqxz8vrR46UPwRTUWFfHO384U83eEm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#DSuqxz8vrR46UPwRTUWFfHO384U83eEm > .row .container { background-color: transparent; background-image: none; }#DSuqxz8vrR46UPwRTUWFfHO384U83eEm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSuqxz8vrR46UPwRTUWFfHO384U83eEm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSuqxz8vrR46UPwRTUWFfHO384U83eEm > .row .container > .video-iframe-container { display: none; }#DSuqxz8vrR46UPwRTUWFfHO384U83eEm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSuqxz8vrR46UPwRTUWFfHO384U83eEm > .row > .video-iframe-container { display: none; }#DSuqxz8vrR46UPwRTUWFfHO384U83eEm > .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); }#DSuqxz8vrR46UPwRTUWFfHO384U83eEm > .row .container { border-width: 0; border-radius: 0; }#DSuqxz8vrR46UPwRTUWFfHO384U83eEm > .row > .video-iframe-container {  }#DSuqxz8vrR46UPwRTUWFfHO384U83eEm > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#G5EZSeJSDlO2Eazf8ZiSzSdWzOaJymDN { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.7906250953674rem;left:13.875rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg .widget-text.counter-number { border-top:0.125rem solid #ffd600;border-left:0.125rem solid #ffd600;border-right:0.125rem solid #ffd600;border-bottom:0.125rem solid #ffd600;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg .widget-text.counter-label { background-color:;background-image:none;color:#ffd600;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:19rem;height:5.3125rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.28125rem;left:29.250001907349rem;z-index:100001; }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #mQ1SDgWX29Erh74FXMhi28IGq1V1SHF7 { display:flex;position:relative;top:0rem;left:0rem; }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #cIsudwalsHvea9RgIh94I4I26T7iDqE2 { width:auto; }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #dRyeNdWJnUvVDZ4NiR8WpDZMpP8AGbl5 {  }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #AUbHpGQGr0n4QNAHuw2Tr9C6nxsNuGh0 { display:flex;position:relative;top:0rem;left:0rem; }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #J4K2gEL3TgO0z0Zc7Xr5tm5Ufg3x5uuG {  }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #Rruo3pSBAmTqGcP4gOKaO3kOPsBcB2VB {  }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #V87ZHnlFibFSdZF7MouSoKWT6nTQ2qMq { display:flex;position:relative;top:0rem;left:0rem; }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #iozVpXTkg7HLVOvN0Z8vh5MteVsQmUlG {  }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #NeFhyhPCv74apEXWlPcOOQGcu3OLrwqW {  }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #nXq25ilkLr03PB1PseKUQzN4xm3KhK4o { display:flex;position:relative;top:0rem;left:0rem; }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #rSmWis7bmeFJ0baXs0TR4omOtTafDJJb {  }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #nPnKHkzce7T47G2TF7KcTVdz7qNMm1rM {  }
#CTTJxVmGM4F55VKNmseTzdIKHhfzfayA { background-color:#ff0055;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:2.84375rem;left:51.875001907349rem;display:block; }
#TIarPu2fVzHk1NzHAZnRi03WT3OvuwH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe100;background-image:none;position:relative;display:block; }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .row .container { background-color: transparent; background-image: none; }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .row .container > .video-iframe-container { display: none; }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .row > .video-iframe-container { display: none; }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .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); }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .row .container { border-width: 0; border-radius: 0; }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .row > .video-iframe-container {  }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:block; }#eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:20.0625rem;top:10.03125rem;left:2.25rem;overflow:hidden;display:block; }
#JAp5OyE8iXeyrLCalTAlm1TSqeZV1uGS { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:10.1875rem;top:9.75rem;left:60.9375rem;overflow:hidden;display:block; }
#nGbU31vZN4XZmV5JkiLyvO5V9m6AcXVp { position:absolute;display:block;z-index:100035;background-color:#ffe100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:13.125rem;top:9.75rem;left:57.125rem;display:block; }
#uPVrJDVHLk6GV1F5uTg1tUEB4WK6mmhi { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:10.0625rem;left:61.625rem;height:1.1375rem;display:block; }
#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(23deg, #193463, #459de5);background-image: -moz-linear-gradient(23deg, #193463, #459de5);background-image: -ms-linear-gradient(23deg, #193463, #459de5);background-image: -o-linear-gradient(23deg, #193463, #459de5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#193463', endColorstr='#459de5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#193463', endColorstr='#459de5' );";background-image: linear-gradient(23deg, #193463, #459de5);background-size:auto !important;position:relative;display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { background-color: transparent; background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { border-width: 0; border-radius: 0; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container {  }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#Iuv1bmf7wprk6qonduGUT2yqwbH1bvX8 { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.75rem;width:37.5625rem;top:3.3125rem;left:37.437501907349rem;overflow:hidden;display:block; }
#OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:"poppins extra bold";font-size:2.6875rem;font-weight:normal;z-index:100002;line-height:1.1;letter-spacing:0;top:4.6875rem;left:4.25rem;height:5.9114625rem;display:block; }
#XQIGIwRZnCRniEccv9pfFfG4zn5h0qBl { position:absolute;display:block;z-index:100004;background-color:#ffe100;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:5.0625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.8125rem;width:3.8125rem;top:2.4989581108093rem;left:67.62500190735rem;display:block; }
#lTzvrDe2MJNwcdRwEgeHOuc5IQTcX2cR { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:10.75rem;top:1.375rem;left:39.937501907349rem;overflow:hidden;display:block; }
#yI05KJyk9QyqybfbHCv1q1GAn68Za75q { position:absolute;display:block;z-index:100009;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:3.3125rem;left:58.3125rem;display:block; }
#T3xL8115rfM8dLttJ5zDJp5IekAX61zd { position:absolute;display:block;z-index:100008;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:3.3125rem;left:56.9375rem;display:block; }
#hsKrFwmAIJgI6eIAZwIE6C0AS5TKKsrT { position:absolute;display:block;z-index:100010;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:3.3125rem;left:59.6875rem;display:block; }
#OaXOV8iAzftyC4chBl3zrssaPHOyFRHQ { position:absolute;display:block;z-index:100012;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:4.1875rem;left:55.5rem;display:block; }
#ZS776TKWb7N4Ehysy9VsnSStURp1EMBZ { position:absolute;display:block;z-index:100013;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:4.1875rem;left:56.9375rem;display:block; }
#hEmHQLTUF0hG4NKdmXdbGovZ1h0MHV7d { position:absolute;display:block;z-index:100014;background-color:#ffe66d;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:4.1875rem;left:58.3125rem;display:block; }
#HUSX5XhWTKklLX7ztqelpRIGxJsWpRwh { position:absolute;display:block;z-index:100015;background-color:#ffe66d;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:4.1875rem;left:59.6875rem;display:block; }
#saVrfrwgOONQ36hiEZMxBKoAvwLD5PTW { position:absolute;display:block;z-index:100020;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:2.375rem;left:59.6875rem;display:block; }
#IUnAPR6nLAamNJax9x39O2O5TpKLy5fx { position:absolute;display:block;z-index:100019;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:2.375rem;left:58.3125rem;display:block; }
#nM8aQn8PoENO5ZiarrDKT6mnuiiuugCv { background-color:#ff0055;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:3.6875rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:19.8125rem;left:4.25rem;display:block; }
#BR5gMCtvsFyq0OoEcORGXWFXwZBB30iv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xSTQwUQQzqRMvycMeGozS3gvcyeqvFdc { position:absolute;display:block;z-index:100005;background-color:#ff6b6b;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.4375rem;height:2.8125rem;width:2.8125rem;top:20.250001430511rem;left:34.250001907349rem;display:block; }
#XqVkb9z3z2IS63fSPw4w1lJED0cRXDTr { position:absolute;display:block;z-index:100032;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:18.4375rem;left:36.9375rem;display:block; }
#RVcQ7kCFLp4kTwuwPHdEv0bFxUMDN4Hf { position:absolute;display:block;z-index:100031;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:18.4375rem;left:35.5625rem;display:block; }
#XRaXPzo57MAUxEO4TaQCqD7dsb6zgutb { position:absolute;display:block;z-index:100030;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:18.4375rem;left:34.1875rem;display:block; }
#TiWLC5ttZF74mszSTyTu8uBonaKeATmx { position:absolute;display:block;z-index:100022;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:19.375rem;left:36.9375rem;display:block; }
#ab65tM2tsyl2HOgNLHBLNQtvgS6wN5S6 { position:absolute;display:block;z-index:100021;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:19.375rem;left:35.5625rem;display:block; }
#WFKCZZgnVIgxHt10nJOtPi5OpGnLa1Hk { position:absolute;display:block;z-index:100020;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:19.375rem;left:34.1875rem;display:block; }
#SW4Cb4mCD3aQZ6a9Clhex19KBwkuP7A1 { position:absolute;display:block;z-index:100019;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:19.375rem;left:32.75rem;display:block; }
#TQzopPaTZ8NAA75NqoIRC86RLFiXUbUd { position:absolute;display:block;z-index:100024;background-color:#0a70b1;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:20.375rem;left:32.75rem;display:block; }
#pKEi0gsqBiCN9rToq8e563RoFUO7iX8T { position:absolute;display:block;z-index:100025;background-color:#ffe66d;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:20.375rem;left:34.1875rem;display:block; }
#MvZeNLVOBR77g4IDspwuhixc3zg5VVTQ { position:absolute;display:block;z-index:100035;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:28.75rem;top:4rem;left:4.25rem;display:block; }
#NGtd9SkDIsxARq3TG70fK7uHUZULE0do { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"poppins extra bold";font-size:2.375rem;font-weight:normal;z-index:100003;line-height:1.1;letter-spacing:0;top:11.999219894409rem;left:4.25rem;height:5.2239625rem;display:block; }
#DdPRH5z0okiAge7rm0rRBKRrcH5B9SwS { position:absolute;display:block;z-index:100036;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:28.75rem;top:10.9375rem;left:4.25rem;display:block; }
#SzUfbB7KhQsskLaNVVTv41eX0gvzUEw5 { color:#ff6b6b;display:block;width:33rem;position:absolute;font-family:"poppins extra bold";font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;top:25.4375rem;left:4.25rem;height:4.328125rem;display:block; }
#Iv6K1Rk96Je26yiOMTJlTumLa1fTQ4UO { position:absolute;display:block;z-index:100032;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:26.125007629394rem;left:38rem;display:none; }
#dOdMJENq3SKJ086b4TZpbfM2rTLgAeEa { position:absolute;display:block;z-index:100022;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;height:0.4375rem;width:0.4375rem;top:27.0625rem;left:38rem;display:none; }
#wSD3t48tKuJ6cr5PuLTEo15SXsc8DfJq { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:32.08749961853rem;left:4.25rem;height:1.3rem;display:block; }
#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe100;background-image:none;position:relative;display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { background-color: transparent; background-image: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container > .video-iframe-container { display: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container { display: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .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); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { border-width: 0; border-radius: 0; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container {  }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { color:#000000;display:block;width:59.625rem;position:absolute;font-family:"poppins extra bold";font-size:1.625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:1.40625rem;left:6.4375019073488rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row .container { background-color: transparent; background-image: none; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row .container > .video-iframe-container { display: none; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row > .video-iframe-container { display: none; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .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); }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row .container { border-width: 0; border-radius: 0; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row > .video-iframe-container {  }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:75rem;position:relative;display:block; }#POaOXDdeCKp2sSXTsWHQ9nB2OVKRxJDc { color:#000000;display:block;width:74.875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.7;letter-spacing:0;top:1.8031253814698rem;left:0.125rem;height:18.1640625rem;text-align:center;text-align-last:center;display:block; }
#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe100;background-image:none;position:relative;display:block; }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .row .container { background-color: transparent; background-image: none; }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .row .container > .video-iframe-container { display: none; }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .row > .video-iframe-container { display: none; }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .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); }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .row .container { border-width: 0; border-radius: 0; }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .row > .video-iframe-container {  }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#JeanDWQZ3nfDDUISCdoScy9h7hFhSdEg { color:#000000;display:block;width:59.625rem;position:absolute;font-family:"poppins extra bold";font-size:1.625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:1.40625rem;left:6.4375019073488rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc { position:relative;display:block; }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc { background-color: transparent; background-image: none; }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc > .row .container > .video-iframe-container { display: none; }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc > .row > .video-iframe-container { display: none; }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc > .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); }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc { border-width: 0; border-radius: 0; }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc > .row .container > .video-iframe-container {  }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc > .row .container { border-top:0.0625rem solid #b0b0b0;border-left:0.0625rem solid #b0b0b0;border-right:0.0625rem solid #b0b0b0;border-bottom:0.0625rem solid #b0b0b0;background-color:#f0faff;background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#XX8A4h9i67p6ghbDRewuoJuLX2KvT6QK { position:absolute;display:block;z-index:100008;background-color:#ff6b6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4rem;width:4rem;top:2.375rem;left:3.6875rem;display:block; }
#XvQLBHtlOiPJeCyuAeLwJp1uWvR5VGHW { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:3.21875rem;left:4.46875rem;overflow:hidden;display:block; }
#Q5qeuk4QDQeWBgJxl6HB4JdHoxKvGsnH { color:#000000;display:block;width:26.875rem;position:absolute;font-family:"poppins extra bold";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:2.6875rem;left:8.59375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iHVSea2Z0wcttADq2GPUr5fsHSS4Vc7X { color:#000000;display:block;width:34.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:1.7885417938232rem;left:38.289583206177rem;height:;display:block; }#iHVSea2Z0wcttADq2GPUr5fsHSS4Vc7X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iHVSea2Z0wcttADq2GPUr5fsHSS4Vc7X li:before{  }
#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn { position:relative;display:block; }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn { background-color: transparent; background-image: none; }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn > .row .container > .video-iframe-container { display: none; }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn > .row > .video-iframe-container { display: none; }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn > .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); }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn { border-width: 0; border-radius: 0; }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn > .row .container > .video-iframe-container {  }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn > .row .container { border-top:0.0625rem solid #b0b0b0;border-left:0.0625rem solid #b0b0b0;border-right:0.0625rem solid #b0b0b0;border-bottom:0.0625rem solid #b0b0b0;background-color:#f0faff;background-image:none;font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#cmESPTuRyQpfrWQHRKoligfPVqHPpwZD { position:absolute;display:block;z-index:100008;background-color:#003870;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4rem;width:4rem;top:1.1875rem;left:3.8125rem;display:block; }
#fshTpysfSDWX3awugHgW7NEnmBoi2SiS { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:2.0625rem;left:4.625rem;overflow:hidden;display:block; }
#za8rI80M9q7QoO2VDW29r3iq1c6hDmNU { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"poppins extra bold";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:2.25rem;left:8.6875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZL2ANF91tI5VXuhyD1eXhv8ZCcpBatdh { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:2.375rem;left:38.593751907349rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr { position:relative;display:block; }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr { background-color: transparent; background-image: none; }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr > .row .container > .video-iframe-container { display: none; }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr > .row > .video-iframe-container { display: none; }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr > .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); }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr { border-width: 0; border-radius: 0; }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr > .row .container > .video-iframe-container {  }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr > .row .container { border-top:0.0625rem solid #b0b0b0;border-left:0.0625rem solid #b0b0b0;border-right:0.0625rem solid #b0b0b0;border-bottom:0.0625rem solid #b0b0b0;background-color:#f0faff;background-image:none;font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#nTRikl7hDUZApULriwv4PeRLKvIEXmlv { position:absolute;display:block;z-index:100008;background-color:#ffe100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4rem;width:4rem;top:1.4375rem;left:3.5625rem;display:block; }
#nzx94H0DMWKxSrq81QVX5PvHflEBZXFJ { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:2.4374987744141rem;left:4.3124987744141rem;overflow:hidden;display:block; }
#wvddanqufI4R1cV7qAaKV7EXnlGuWEnd { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"poppins extra bold";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:1.75rem;left:8.375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZoHEkk2uc0uwTVduM5iOWK8AvZOCETot { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:2.6249980926514rem;left:38.531251907349rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u { position:relative;display:block; }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u { background-color: transparent; background-image: none; }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u > .row .container > .video-iframe-container { display: none; }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u > .row > .video-iframe-container { display: none; }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u > .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); }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u { border-width: 0; border-radius: 0; }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u > .row .container > .video-iframe-container {  }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u > .row .container { border-top:0.0625rem solid #b0b0b0;border-left:0.0625rem solid #b0b0b0;border-right:0.0625rem solid #b0b0b0;border-bottom:0.0625rem solid #b0b0b0;background-color:#f0faff;background-image:none;font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#vzgySkmtVRSEcA3naXfVQsBwmnWW5DBu { position:absolute;display:block;z-index:100008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4rem;width:4rem;top:1.8125rem;left:3.875rem;display:block; }
#pfVEEt7rHfixZ6V8UbsxoP4oWfTeOsrz { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:2.6875rem;left:4.625rem;overflow:hidden;display:block; }
#kpSCneLInt4PtLTtnOgIzNs5VJADJxTq { color:#000000;display:block;width:25.375rem;position:absolute;font-family:"poppins extra bold";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:2.875rem;left:8.6875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xZ1Zm2e8Tx76DtbDpCHkPcVUiiiMCPIi { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:2.375rem;left:38.531251907349rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA { position:relative;display:block; }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA { background-color: transparent; background-image: none; }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA > .row .container > .video-iframe-container { display: none; }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA > .row > .video-iframe-container { display: none; }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA > .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); }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA { border-width: 0; border-radius: 0; }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA > .row .container > .video-iframe-container {  }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA > .row .container { border-top:0.0625rem solid #b0b0b0;border-left:0.0625rem solid #b0b0b0;border-right:0.0625rem solid #b0b0b0;border-bottom:0.0625rem solid #b0b0b0;background-color:#f0faff;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#ctHBq5BJw4BFPXaCHLzT7nkqCiNE2qLu { position:absolute;display:block;z-index:100008;background-color:#349aec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4rem;width:4rem;top:1.125rem;left:3.6875rem;display:block; }
#QpOC93oTmDROC4Jz4hAAiGVTTCRAXxxP { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:1.875rem;left:4.5rem;overflow:hidden;display:block; }
#KrlhIPIC6aRx0ya73BvUXfLwZZWApeoW { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"poppins extra bold";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:1.5rem;left:8.3125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KwMFc6DTWB2dt5wVx9WcduBlMitbEIyk { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:3.5697937011719rem;left:38.602083206177rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pRyFUazNBrcZbs19m5U7WwTfxB2V7Mut { color:#000000;display:block;width:28.25rem;position:absolute;font-family:"poppins extra bold";font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:3.375rem;left:8.1875rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe100;background-image:none;position:relative;display:block; }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .row .container { background-color: transparent; background-image: none; }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .row .container > .video-iframe-container { display: none; }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .row > .video-iframe-container { display: none; }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .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); }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .row .container { border-width: 0; border-radius: 0; }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .row > .video-iframe-container {  }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#B05Nm9ge3wBZeIizVJFsGq52nVQ4DANr { color:#000000;display:block;width:59.625rem;position:absolute;font-family:"poppins extra bold";font-size:1.625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:1.40625rem;left:6.4375019073488rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .row .container { background-color: transparent; background-image: none; }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .row .container > .video-iframe-container { display: none; }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .row > .video-iframe-container { display: none; }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .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); }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .row .container { border-width: 0; border-radius: 0; }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .row > .video-iframe-container {  }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#EPW8llxTdd7pEW0agz7DADFXI1U9pCKO { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:9.8210945129394rem;left:3.125rem;height:5.359375rem;text-align:center;text-align-last:center;display:block; }
#a0ZQzDLuGMIkUa2P6GAik9Di6DlNM3Ao { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:9.6335945129394rem;left:38.281251907349rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#Bh7QccmIfSbqtVT3o6aWA3FMUJLK21al { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:9.984375rem;left:21.875rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
#sH6VdvPrTDxBFQW4kVGh2uuD3F7cqwrE { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:9.82187461853rem;left:58.718748092651rem;height:5.359375rem;text-align:center;text-align-last:center;display:block; }
#bJdWyRQznfPrtML3Aooo2St588WXO8Ow { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:6.8125rem;top:2.3249998092651rem;left:6.21875rem;overflow:hidden;display:block; }
#vgTWDXNrpVkemhHSBV21XWuLDo8m3EEM { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:8.8125rem;top:1.0710935592651rem;left:23.718751907349rem;overflow:hidden;display:block; }
#bRkPe8n1JgHkSW3vOeMAsa87x8RtB7oR { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:8.1875rem;top:1.6960935592651rem;left:42.781251907349rem;overflow:hidden;display:block; }
#GbNP8uUhghPmy9BE84xQEzVPKsuh0EHh { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.125rem;top:1.7585935592651rem;left:61.562498092651rem;overflow:hidden;display:block; }
#yzVzb9bF5c7JI6okauJbQoMb33Q3Rru4 { background-color:#f12d35;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:10.78281211853rem;left:21.875rem;display:block; }
#LyoFcmICVmsnvrEsT9Bmh2aEMbIh44pF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe100;background-image:none;position:relative;display:block; }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .row .container { background-color: transparent; background-image: none; }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .row .container > .video-iframe-container { display: none; }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .row > .video-iframe-container { display: none; }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .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); }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .row .container { border-width: 0; border-radius: 0; }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .row > .video-iframe-container {  }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#amJtQAGW5ZxCNVXwiQWv4EBRnPU1NbtT { color:#000000;display:block;width:59.625rem;position:absolute;font-family:"poppins extra bold";font-size:1.625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:1.40625rem;left:6.4375019073488rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;background-image:none;position:relative;display:block; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container { background-color: transparent; background-image: none; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container > .video-iframe-container { display: none; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row > .video-iframe-container { display: none; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .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); }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container { border-width: 0; border-radius: 0; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row > .video-iframe-container {  }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp { color:#000000;display:block;width:70.875rem;position:absolute;font-family:"poppins light";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.5375003814698rem;left:2.0625rem;height:;display:block; }#cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp li:before{  }
#qFi1tLUkX4d44Lzbay4T7H5KVL1TUxDF { color:#000000;display:block;width:70.875rem;position:absolute;font-family:"poppins light";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:25.720321655274rem;left:2.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe100;background-image:none;position:relative;display:block; }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .row .container { background-color: transparent; background-image: none; }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .row .container > .video-iframe-container { display: none; }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .row > .video-iframe-container { display: none; }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .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); }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .row .container { border-width: 0; border-radius: 0; }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .row > .video-iframe-container {  }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#gEcONiS7RivuC1fd5f06easlFq7bUpJd { color:#000000;display:block;width:59.625rem;position:absolute;font-family:"poppins extra bold";font-size:1.625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:1.40625rem;left:6.4375019073488rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;background-image:none;position:relative;display:block; }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .row .container { background-color: transparent; background-image: none; }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .row .container > .video-iframe-container { display: none; }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .row > .video-iframe-container { display: none; }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .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); }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .row .container { border-width: 0; border-radius: 0; }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .row > .video-iframe-container {  }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .row .container { font-size:0.875rem;font-family:arial;height:98.4375rem;width:75rem;position:relative;display:block; }#v9NsU2xuT6QVmhb6nMlZBZ02IkylGGKE { color:#000000;display:block;width:70.875rem;position:absolute;font-family:"poppins light";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container { background-color: transparent; background-image: none; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container > .video-iframe-container { display: none; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row > .video-iframe-container { display: none; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .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); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container { border-width: 0; border-radius: 0; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row > .video-iframe-container {  }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#BNTF9nyrOlpa1r7fgeWfUhKVVseCwlKa { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:10.125rem;top:2.25rem;left:33.25rem;overflow:hidden;display:block; }
#AywKRfzvqO9VFNOk03g6QTVJJMZ6t2Da { color:#ffffff;display:block;width:41.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.6;letter-spacing:0;top:13.0625rem;left:18.25rem;height:4.79686875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XZnHqTQny3fJXFpnhgAa8J5EaGA2xXR9 { color:#ffffff;display:block;width:41.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.6;letter-spacing:0;top:9.125rem;left:18.25rem;height:3.1979125rem;text-align:center;text-align-last:center;display:block; }
#vKb2cPeCFSRSUNUIPzB0PkHp7KGU0E4D { color:#ffffff;display:block;width:53.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:19.6875rem;left:12.1875rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DSuqxz8vrR46UPwRTUWFfHO384U83eEm { display:block; }#DSuqxz8vrR46UPwRTUWFfHO384U83eEm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G5EZSeJSDlO2Eazf8ZiSzSdWzOaJymDN { top:3.75rem;left:0.25rem;width:15.4375rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg { width:19rem;height:5.3125rem;display:flex;top:1.3125rem;left:19.33749961853rem;z-index:100001; }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #mQ1SDgWX29Erh74FXMhi28IGq1V1SHF7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #cIsudwalsHvea9RgIh94I4I26T7iDqE2 {  }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #dRyeNdWJnUvVDZ4NiR8WpDZMpP8AGbl5 {  }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #AUbHpGQGr0n4QNAHuw2Tr9C6nxsNuGh0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #J4K2gEL3TgO0z0Zc7Xr5tm5Ufg3x5uuG {  }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #Rruo3pSBAmTqGcP4gOKaO3kOPsBcB2VB {  }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #V87ZHnlFibFSdZF7MouSoKWT6nTQ2qMq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #iozVpXTkg7HLVOvN0Z8vh5MteVsQmUlG {  }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #NeFhyhPCv74apEXWlPcOOQGcu3OLrwqW {  }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #nXq25ilkLr03PB1PseKUQzN4xm3KhK4o { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #rSmWis7bmeFJ0baXs0TR4omOtTafDJJb {  }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #nPnKHkzce7T47G2TF7KcTVdz7qNMm1rM {  }
 }@media only screen and (max-width: 763px) { #CTTJxVmGM4F55VKNmseTzdIKHhfzfayA { width:10.6875rem;height:3.4375rem;top:2.8125rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIarPu2fVzHk1NzHAZnRi03WT3OvuwH0 { display:block; }
 }@media only screen and (max-width: 763px) { #yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO { display:block; }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { top:10rem;left:0rem;width:20.0625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAp5OyE8iXeyrLCalTAlm1TSqeZV1uGS { top:9.75rem;left:37.5625rem;width:10.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGbU31vZN4XZmV5JkiLyvO5V9m6AcXVp { top:9.75rem;left:34.625rem;width:13.125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPVrJDVHLk6GV1F5uTg1tUEB4WK6mmhi { top:10.0625rem;left:38.1875rem;width:9.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iuv1bmf7wprk6qonduGUT2yqwbH1bvX8 { top:3.3125rem;left:10.1875rem;width:37.5625rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { top:4.6875rem;left:0rem;width:36.0625rem;height:5.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQIGIwRZnCRniEccv9pfFfG4zn5h0qBl { top:2.4375rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTzvrDe2MJNwcdRwEgeHOuc5IQTcX2cR { top:1.375rem;left:26.312501907349rem;width:10.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI05KJyk9QyqybfbHCv1q1GAn68Za75q { top:3.3125rem;left:44.6875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3xL8115rfM8dLttJ5zDJp5IekAX61zd { top:3.3125rem;left:43.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsKrFwmAIJgI6eIAZwIE6C0AS5TKKsrT { top:3.3125rem;left:46.0625rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaXOV8iAzftyC4chBl3zrssaPHOyFRHQ { top:4.1875rem;left:41.875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS776TKWb7N4Ehysy9VsnSStURp1EMBZ { top:4.1875rem;left:43.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEmHQLTUF0hG4NKdmXdbGovZ1h0MHV7d { top:4.1875rem;left:44.6875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUSX5XhWTKklLX7ztqelpRIGxJsWpRwh { top:4.1875rem;left:46.0625rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saVrfrwgOONQ36hiEZMxBKoAvwLD5PTW { top:2.375rem;left:46.0625rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUnAPR6nLAamNJax9x39O2O5TpKLy5fx { top:2.375rem;left:44.6875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM8aQn8PoENO5ZiarrDKT6mnuiiuugCv { width:24.9375rem;height:3.6875rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR5gMCtvsFyq0OoEcORGXWFXwZBB30iv { display:block; }
 }@media only screen and (max-width: 763px) { #xSTQwUQQzqRMvycMeGozS3gvcyeqvFdc { top:20.25rem;left:20.625001907349rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqVkb9z3z2IS63fSPw4w1lJED0cRXDTr { top:18.4375rem;left:23.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVcQ7kCFLp4kTwuwPHdEv0bFxUMDN4Hf { top:18.4375rem;left:21.9375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRaXPzo57MAUxEO4TaQCqD7dsb6zgutb { top:18.4375rem;left:20.5625rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiWLC5ttZF74mszSTyTu8uBonaKeATmx { top:19.375rem;left:23.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab65tM2tsyl2HOgNLHBLNQtvgS6wN5S6 { top:19.375rem;left:21.9375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFKCZZgnVIgxHt10nJOtPi5OpGnLa1Hk { top:19.375rem;left:20.5625rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW4Cb4mCD3aQZ6a9Clhex19KBwkuP7A1 { top:19.375rem;left:19.125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQzopPaTZ8NAA75NqoIRC86RLFiXUbUd { top:20.375rem;left:19.125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKEi0gsqBiCN9rToq8e563RoFUO7iX8T { top:20.375rem;left:20.5625rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvZeNLVOBR77g4IDspwuhixc3zg5VVTQ { top:4rem;left:0rem;width:28.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGtd9SkDIsxARq3TG70fK7uHUZULE0do { top:11.9375rem;left:0rem;width:36.4375rem;height:5.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdPRH5z0okiAge7rm0rRBKRrcH5B9SwS { top:10.9375rem;left:0rem;width:28.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzUfbB7KhQsskLaNVVTv41eX0gvzUEw5 { top:25.4375rem;left:0rem;width:33rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv6K1Rk96Je26yiOMTJlTumLa1fTQ4UO { top:26.125rem;left:24.375rem;width:0.4375rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOdMJENq3SKJ086b4TZpbfM2rTLgAeEa { top:27.0625rem;left:24.375rem;width:0.4375rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wSD3t48tKuJ6cr5PuLTEo15SXsc8DfJq { top:32.0625rem;left:0rem;width:30.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { top:1.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd { display:block; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POaOXDdeCKp2sSXTsWHQ9nB2OVKRxJDc { top:1.75rem;left:0rem;width:47.75rem;height:18.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR30ypkthnfA7tTJCbUWgfQltZvvnlTz { display:block; }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeanDWQZ3nfDDUISCdoScy9h7hFhSdEg { top:1.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1qinuQqh7bIWyL8DSGPvvqcx488xIEc { display:block; }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX8A4h9i67p6ghbDRewuoJuLX2KvT6QK { top:2.375rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvQLBHtlOiPJeCyuAeLwJp1uWvR5VGHW { top:3.1875rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5qeuk4QDQeWBgJxl6HB4JdHoxKvGsnH { top:2.6875rem;left:0rem;width:26.875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHVSea2Z0wcttADq2GPUr5fsHSS4Vc7X { top:1.75rem;left:13.5625rem;width:34.1875rem;height:;font-size:1.25rem;display:block; }#iHVSea2Z0wcttADq2GPUr5fsHSS4Vc7X li:before{  }
 }@media only screen and (max-width: 763px) { #nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn { display:block; }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmESPTuRyQpfrWQHRKoligfPVqHPpwZD { top:1.1875rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fshTpysfSDWX3awugHgW7NEnmBoi2SiS { top:2.0625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #za8rI80M9q7QoO2VDW29r3iq1c6hDmNU { top:2.25rem;left:0rem;width:26.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL2ANF91tI5VXuhyD1eXhv8ZCcpBatdh { top:2.375rem;left:16.9375rem;width:30.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr { display:block; }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTRikl7hDUZApULriwv4PeRLKvIEXmlv { top:1.4375rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzx94H0DMWKxSrq81QVX5PvHflEBZXFJ { top:2.375rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvddanqufI4R1cV7qAaKV7EXnlGuWEnd { top:1.75rem;left:0rem;width:24.5rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoHEkk2uc0uwTVduM5iOWK8AvZOCETot { top:2.5625rem;left:16.9375rem;width:30.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u { display:block; }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzgySkmtVRSEcA3naXfVQsBwmnWW5DBu { top:1.8125rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfVEEt7rHfixZ6V8UbsxoP4oWfTeOsrz { top:2.6875rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpSCneLInt4PtLTtnOgIzNs5VJADJxTq { top:2.875rem;left:1.875rem;width:25.375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ1Zm2e8Tx76DtbDpCHkPcVUiiiMCPIi { top:2.375rem;left:16.9375rem;width:30.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA { display:block; }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctHBq5BJw4BFPXaCHLzT7nkqCiNE2qLu { top:1.125rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpOC93oTmDROC4Jz4hAAiGVTTCRAXxxP { top:1.875rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrlhIPIC6aRx0ya73BvUXfLwZZWApeoW { top:1.5rem;left:0rem;width:24.5625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwMFc6DTWB2dt5wVx9WcduBlMitbEIyk { top:3.5625rem;left:16.9375rem;width:30.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRyFUazNBrcZbs19m5U7WwTfxB2V7Mut { top:3.375rem;left:0rem;width:28.25rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 { display:block; }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B05Nm9ge3wBZeIizVJFsGq52nVQ4DANr { top:1.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P { display:block; }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPW8llxTdd7pEW0agz7DADFXI1U9pCKO { top:9.8125rem;left:0rem;width:13.625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0ZQzDLuGMIkUa2P6GAik9Di6DlNM3Ao { top:9.625rem;left:18.625rem;width:17.1875rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh7QccmIfSbqtVT3o6aWA3FMUJLK21al { top:9.9375rem;left:11.375rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH6VdvPrTDxBFQW4kVGh2uuD3F7cqwrE { top:9.8125rem;left:33.9375rem;width:13.8125rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJdWyRQznfPrtML3Aooo2St588WXO8Ow { top:2.3125rem;left:2.8125rem;width:6.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgTWDXNrpVkemhHSBV21XWuLDo8m3EEM { top:1.0625rem;left:13.500001907349rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRkPe8n1JgHkSW3vOeMAsa87x8RtB7oR { top:1.6875rem;left:25.750001907349rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbNP8uUhghPmy9BE84xQEzVPKsuh0EHh { top:1.75rem;left:37.718748092651rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzVzb9bF5c7JI6okauJbQoMb33Q3Rru4 { width:12.0625rem;height:3.4375rem;top:10.75rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyoFcmICVmsnvrEsT9Bmh2aEMbIh44pF { display:block; }
 }@media only screen and (max-width: 763px) { #JyW25EWQWlGop9xAp8OMT4zOi15wtF3w { display:block; }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amJtQAGW5ZxCNVXwiQWv4EBRnPU1NbtT { top:1.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC { display:block; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp { top:2.5rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp li:before{  }
 }@media only screen and (max-width: 763px) { #qFi1tLUkX4d44Lzbay4T7H5KVL1TUxDF { top:25.6875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETfz1WGy0Tz59GltD68xCHuaF3eOAPti { display:block; }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEcONiS7RivuC1fd5f06easlFq7bUpJd { top:1.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth { display:block; }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9NsU2xuT6QVmhb6nMlZBZ02IkylGGKE { top:2.6875rem;left:0rem;width:47.75rem;height:93.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT { display:block; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNTF9nyrOlpa1r7fgeWfUhKVVseCwlKa { width:10.125rem;height:6.0625rem;top:2.25rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AywKRfzvqO9VFNOk03g6QTVJJMZ6t2Da { top:13.0625rem;left:4.625rem;width:41.625rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnHqTQny3fJXFpnhgAa8J5EaGA2xXR9 { top:9.125rem;left:4.625rem;width:41.625rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKb2cPeCFSRSUNUIPzB0PkHp7KGU0E4D { top:19.6875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DSuqxz8vrR46UPwRTUWFfHO384U83eEm { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#DSuqxz8vrR46UPwRTUWFfHO384U83eEm > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G5EZSeJSDlO2Eazf8ZiSzSdWzOaJymDN { width:15.4375rem;height:1.05625rem;top:0.72812503576281rem;left:0.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg .widget-text.counter-number { padding-top:0.314375rem;padding-right:0.29375rem;padding-bottom:0.314375rem;padding-left:0.29375rem;width:1.761875rem;min-width:1.761875rem;height:1.688125rem;font-size:1.256875rem;line-height:27.01px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0775rem solid #ffd600;border-right:0.08375rem solid #ffd600;border-bottom:0.0775rem solid #ffd600;border-left:0.08375rem solid #ffd600; }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.19625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.349375rem;height:0.666875rem;font-size:0.47125rem;line-height:10.67px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg { width:12.75rem;height:3.375rem;display:flex;top:2.3343751430511rem;left:0.5625rem;z-index:100001;padding-top:0.393125rem;padding-right:0.419375rem;padding-bottom:0.393125rem;padding-left:0.419375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #mQ1SDgWX29Erh74FXMhi28IGq1V1SHF7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #cIsudwalsHvea9RgIh94I4I26T7iDqE2 {  }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #dRyeNdWJnUvVDZ4NiR8WpDZMpP8AGbl5 {  }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #AUbHpGQGr0n4QNAHuw2Tr9C6nxsNuGh0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #J4K2gEL3TgO0z0Zc7Xr5tm5Ufg3x5uuG {  }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #Rruo3pSBAmTqGcP4gOKaO3kOPsBcB2VB {  }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #V87ZHnlFibFSdZF7MouSoKWT6nTQ2qMq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #iozVpXTkg7HLVOvN0Z8vh5MteVsQmUlG {  }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #NeFhyhPCv74apEXWlPcOOQGcu3OLrwqW {  }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #nXq25ilkLr03PB1PseKUQzN4xm3KhK4o { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #rSmWis7bmeFJ0baXs0TR4omOtTafDJJb {  }
 }@media only screen and (max-width: 763px) { #gATbOKkk80Xsigr3Jv0t5k29WHgqxcAg #nPnKHkzce7T47G2TF7KcTVdz7qNMm1rM {  }
 }@media only screen and (max-width: 763px) { #CTTJxVmGM4F55VKNmseTzdIKHhfzfayA { width:5.875rem;height:2.5625rem;top:3.2507812976837rem;left:14.125000357628rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIarPu2fVzHk1NzHAZnRi03WT3OvuwH0 { display:block; }
 }@media only screen and (max-width: 763px) { #yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO { display:block; }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { width:10rem;height:2rem;top:8.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAp5OyE8iXeyrLCalTAlm1TSqeZV1uGS { width:5.875rem;height:2.625rem;top:7.8125rem;left:12.812500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGbU31vZN4XZmV5JkiLyvO5V9m6AcXVp { width:6.25rem;height:0.75rem;top:7.8125rem;left:12.384374976158rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPVrJDVHLk6GV1F5uTg1tUEB4WK6mmhi { width:9.5625rem;height:0.89375rem;top:8.0625rem;left:10.437500357628rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { background-color:transparent;background-image: -webkit-linear-gradient(75deg, #193463, #459de5);background-image: -moz-linear-gradient(75deg, #193463, #459de5);background-image: -ms-linear-gradient(75deg, #193463, #459de5);background-image: -o-linear-gradient(75deg, #193463, #459de5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#193463', endColorstr='#459de5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#193463', endColorstr='#459de5' );";background-image: linear-gradient(75deg, #193463, #459de5);background-size:auto !important;display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { background-color: transparent; background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:20rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iuv1bmf7wprk6qonduGUT2yqwbH1bvX8 { width:16.25rem;height:12.75rem;top:17.25rem;left:2.3750001192093rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { width:12.75rem;height:6.875rem;top:0.8125rem;left:5.7539061307907rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XQIGIwRZnCRniEccv9pfFfG4zn5h0qBl { width:3.8125rem;height:3.8125rem;top:2.4375rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTzvrDe2MJNwcdRwEgeHOuc5IQTcX2cR { width:3.3125rem;height:3.9375rem;top:1.421875rem;left:1.4414063692093rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #yI05KJyk9QyqybfbHCv1q1GAn68Za75q { width:0.3125rem;height:0.3125rem;top:17.125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3xL8115rfM8dLttJ5zDJp5IekAX61zd { width:0.3125rem;height:0.3125rem;top:19.0625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsKrFwmAIJgI6eIAZwIE6C0AS5TKKsrT { width:0.3125rem;height:0.3125rem;top:17.125rem;left:18.3125rem;background-color:#0a70b1;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) { #OaXOV8iAzftyC4chBl3zrssaPHOyFRHQ { width:0.3125rem;height:0.3125rem;top:26.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS776TKWb7N4Ehysy9VsnSStURp1EMBZ { width:0.3125rem;height:0.3125rem;top:19.9375rem;left:16.375rem;background-color:#ffe66d;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) { #hEmHQLTUF0hG4NKdmXdbGovZ1h0MHV7d { width:0.3125rem;height:0.3125rem;top:18rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUSX5XhWTKklLX7ztqelpRIGxJsWpRwh { width:0.3125rem;height:0.3125rem;top:18rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #saVrfrwgOONQ36hiEZMxBKoAvwLD5PTW { width:0.3125rem;height:0.3125rem;top:26.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUnAPR6nLAamNJax9x39O2O5TpKLy5fx { width:0.3125rem;height:0.3125rem;top:25.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM8aQn8PoENO5ZiarrDKT6mnuiiuugCv { width:18.875rem;height:4.0625rem;top:38.812501907349rem;left:0.6875rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR5gMCtvsFyq0OoEcORGXWFXwZBB30iv { display:block; }
 }@media only screen and (max-width: 763px) { #xSTQwUQQzqRMvycMeGozS3gvcyeqvFdc { width:2.8125rem;height:2.8125rem;top:20.25rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XqVkb9z3z2IS63fSPw4w1lJED0cRXDTr { width:0.3125rem;height:0.3125rem;top:25.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVcQ7kCFLp4kTwuwPHdEv0bFxUMDN4Hf { width:0.3125rem;height:0.3125rem;top:26.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRaXPzo57MAUxEO4TaQCqD7dsb6zgutb { width:0.3125rem;height:0.3125rem;top:25.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiWLC5ttZF74mszSTyTu8uBonaKeATmx { width:0.3125rem;height:0.3125rem;top:25.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab65tM2tsyl2HOgNLHBLNQtvgS6wN5S6 { width:0.3125rem;height:0.3125rem;top:27.1875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFKCZZgnVIgxHt10nJOtPi5OpGnLa1Hk { width:0.3125rem;height:0.3125rem;top:19.125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW4Cb4mCD3aQZ6a9Clhex19KBwkuP7A1 { width:0.3125rem;height:0.3125rem;top:26.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQzopPaTZ8NAA75NqoIRC86RLFiXUbUd { width:0.3125rem;height:0.3125rem;top:27.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKEi0gsqBiCN9rToq8e563RoFUO7iX8T { width:0.3125rem;height:0.3125rem;top:19.9375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvZeNLVOBR77g4IDspwuhixc3zg5VVTQ { width:17.0625rem;height:0.3125rem;top:8.3125rem;left:1.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGtd9SkDIsxARq3TG70fK7uHUZULE0do { width:20rem;height:10.45rem;top:9.112500190735rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DdPRH5z0okiAge7rm0rRBKRrcH5B9SwS { width:17.25rem;height:0.4375rem;top:36.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzUfbB7KhQsskLaNVVTv41eX0gvzUEw5 { width:20rem;height:5.84375rem;top:30.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iv6K1Rk96Je26yiOMTJlTumLa1fTQ4UO { width:0.3125rem;height:0.3125rem;top:24.375rem;left:0.625rem;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #dOdMJENq3SKJ086b4TZpbfM2rTLgAeEa { width:0.3125rem;height:0.3125rem;top:24.375rem;left:1.5625rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #wSD3t48tKuJ6cr5PuLTEo15SXsc8DfJq { width:20rem;height:1.05625rem;top:43.8125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { width:20rem;height:7.3125rem;top:0.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd { display:block; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POaOXDdeCKp2sSXTsWHQ9nB2OVKRxJDc { width:19.875rem;height:40.8rem;top:0.5625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR30ypkthnfA7tTJCbUWgfQltZvvnlTz { display:block; }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeanDWQZ3nfDDUISCdoScy9h7hFhSdEg { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1qinuQqh7bIWyL8DSGPvvqcx488xIEc { display:block; }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX8A4h9i67p6ghbDRewuoJuLX2KvT6QK { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvQLBHtlOiPJeCyuAeLwJp1uWvR5VGHW { width:1.875rem;height:1.875rem;top:1.875rem;left:9.0625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5qeuk4QDQeWBgJxl6HB4JdHoxKvGsnH { width:17.25rem;height:2.55rem;top:5.1875rem;left:1.3750001192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iHVSea2Z0wcttADq2GPUr5fsHSS4Vc7X { width:18.125rem;height:7.625rem;top:9.0291681289675rem;left:0.94583344459531rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }#iHVSea2Z0wcttADq2GPUr5fsHSS4Vc7X li:before{  }
 }@media only screen and (max-width: 763px) { #nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn { display:block; }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmESPTuRyQpfrWQHRKoligfPVqHPpwZD { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fshTpysfSDWX3awugHgW7NEnmBoi2SiS { width:1.875rem;height:1.875rem;top:1.875rem;left:9.0625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #za8rI80M9q7QoO2VDW29r3iq1c6hDmNU { width:17.25rem;height:3rem;top:4.56640625rem;left:1.3828126192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZL2ANF91tI5VXuhyD1eXhv8ZCcpBatdh { width:17.8125rem;height:2.925rem;top:7.8914031982425rem;left:1.1015625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr { display:block; }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTRikl7hDUZApULriwv4PeRLKvIEXmlv { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzx94H0DMWKxSrq81QVX5PvHflEBZXFJ { width:1.875rem;height:1.875rem;top:1.875rem;left:9.0625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvddanqufI4R1cV7qAaKV7EXnlGuWEnd { width:14.875rem;height:2.4rem;top:5.0078125rem;left:3.078906416893rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZoHEkk2uc0uwTVduM5iOWK8AvZOCETot { width:17.4375rem;height:1.4625rem;top:7.9458332061769rem;left:1.2895834445953rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u { display:block; }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzgySkmtVRSEcA3naXfVQsBwmnWW5DBu { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfVEEt7rHfixZ6V8UbsxoP4oWfTeOsrz { width:1.875rem;height:1.875rem;top:1.8750038146973rem;left:9.0625002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpSCneLInt4PtLTtnOgIzNs5VJADJxTq { width:17.25rem;height:1.5rem;top:5.0708332061767rem;left:1.3833334445953rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZ1Zm2e8Tx76DtbDpCHkPcVUiiiMCPIi { width:11.1875rem;height:2.7rem;top:7.578125rem;left:3.828906416893rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA { display:block; }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctHBq5BJw4BFPXaCHLzT7nkqCiNE2qLu { width:3.125rem;height:3.125rem;top:0.75rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpOC93oTmDROC4Jz4hAAiGVTTCRAXxxP { width:1.875rem;height:1.875rem;top:1.4984378814698rem;left:9.0625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrlhIPIC6aRx0ya73BvUXfLwZZWApeoW { width:17.25rem;height:1.5rem;top:3.8820304870606rem;left:1.3828126192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KwMFc6DTWB2dt5wVx9WcduBlMitbEIyk { width:20rem;height:1.4625rem;top:10.83749961853rem;left:0.00390625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRyFUazNBrcZbs19m5U7WwTfxB2V7Mut { width:20rem;height:4.21875rem;top:5.4515628814697rem;left:0.00390625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 { display:block; }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B05Nm9ge3wBZeIizVJFsGq52nVQ4DANr { width:20rem;height:4.875rem;top:0.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P { display:block; }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPW8llxTdd7pEW0agz7DADFXI1U9pCKO { width:20rem;height:3.575rem;top:9.0570373535156rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0ZQzDLuGMIkUa2P6GAik9Di6DlNM3Ao { width:20rem;height:7.15rem;top:34.060943603516rem;left:-0.28125002980232rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh7QccmIfSbqtVT3o6aWA3FMUJLK21al { width:12.5rem;height:1.70625rem;top:27.061632990837rem;left:3.7499998211861rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH6VdvPrTDxBFQW4kVGh2uuD3F7cqwrE { width:19.125rem;height:3.575rem;top:50.3125rem;left:0.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJdWyRQznfPrtML3Aooo2St588WXO8Ow { width:6.8125rem;height:7.25rem;top:0.74531555175781rem;left:6.5937498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgTWDXNrpVkemhHSBV21XWuLDo8m3EEM { width:8.8125rem;height:8.8125rem;top:13.998435974121rem;left:5.5937498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRkPe8n1JgHkSW3vOeMAsa87x8RtB7oR { width:8.1875rem;height:8.1875rem;top:26.5rem;left:5.9062498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbNP8uUhghPmy9BE84xQEzVPKsuh0EHh { width:8.125rem;height:8.125rem;top:41.435943603516rem;left:5.9374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzVzb9bF5c7JI6okauJbQoMb33Q3Rru4 { width:11.6875rem;height:3.6875rem;top:22.762495040894rem;left:4.3124998807907rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyoFcmICVmsnvrEsT9Bmh2aEMbIh44pF { display:block; }
 }@media only screen and (max-width: 763px) { #JyW25EWQWlGop9xAp8OMT4zOi15wtF3w { display:block; }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amJtQAGW5ZxCNVXwiQWv4EBRnPU1NbtT { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC { display:block; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container { width:20rem;height:84.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp { width:20rem;height:62.6125rem;top:1.8124942779541rem;left:0rem;font-size:1rem;display:block; }#cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp li:before{  }
 }@media only screen and (max-width: 763px) { #qFi1tLUkX4d44Lzbay4T7H5KVL1TUxDF { width:20rem;height:18.2rem;top:64.697662353512rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETfz1WGy0Tz59GltD68xCHuaF3eOAPti { display:block; }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEcONiS7RivuC1fd5f06easlFq7bUpJd { width:20rem;height:2.4375rem;top:0.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth { display:block; }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .row .container { width:20rem;height:262.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9NsU2xuT6QVmhb6nMlZBZ02IkylGGKE { width:18.5625rem;height:260rem;top:1.125rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container { background-color: transparent; background-image: none; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container > .video-iframe-container { display: none; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row > .video-iframe-container { display: none; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .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); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNTF9nyrOlpa1r7fgeWfUhKVVseCwlKa { width:9rem;height:5.5625rem;top:2rem;left:5.5000003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #AywKRfzvqO9VFNOk03g6QTVJJMZ6t2Da { width:20rem;height:5.6rem;top:13.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnHqTQny3fJXFpnhgAa8J5EaGA2xXR9 { width:20rem;height:2.800775rem;top:9.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKb2cPeCFSRSUNUIPzB0PkHp7KGU0E4D { width:20rem;height:7rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }