.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,246,247;--color-primary-1:241,227,228;--color-primary-2:227,198,200;--color-primary-3:114,99,100;--color-primary-4:34,30,30;--color-secondary-0:254,247,247;--color-secondary-1:251,228,228;--color-secondary-2:246,201,201;--color-secondary-3:123,101,101;--color-secondary-4:37,30,30;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;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); }#TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte { background-color:#fac52a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte > .row .container { background-color: transparent; background-image: none; }#TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte > .row .container > .video-iframe-container { display: none; }#TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte > .row > .video-iframe-container { display: none; }#TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte > .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); }#TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte > .row .container { border-width: 0; border-radius: 0; }#TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte > .row .container { width:60rem;height:10.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#x30ucxdndh1n1nuaT81VS0AW36WAhU1a { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:5.9375rem;top:0rem;left:6.0601634979248rem;overflow:hidden;display:block; }
#rWP6bKirsdZH1bxQ7XiCTA4LNCyNBzIl { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9878702163696rem;left:17.494842529297rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD .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; }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#be0039;background-image:none;color:rgba(var(--color-tertiary-0),1);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:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD { 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:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;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.780287027359rem;left:40.750373840332rem;z-index:15002; }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #vsy5LGAwXuO4Ni5u9ym7gT4DW1eD2XqV { display:flex;position:relative;top:0rem;left:0rem; }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #bMbAqsOd0pSAcko12qrHoeRs5UPXUWdb { width:auto; }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #kWGPmeDuqfAobtBBkfoT3535kT9fSIcg {  }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #IM8tSasepzx3s8hTscN4ec8QeVRKVlKM { display:flex;position:relative;top:0rem;left:0rem; }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #QiQH1ODWt6C7EnpUZealvagsptBTRUZJ {  }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #EKTnhI8bNrlZ2oUqSD5NIkAZ0qi6u1c2 {  }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #ouHS1fySi7UNEgpXhz6lvKITU75gDHHT { display:flex;position:relative;top:0rem;left:0rem; }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #uTJ4swSJfJcSxZsKTH5Hymy83gu8QF9p {  }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #oxFmhyMXl3SNZWXlaoZDam0LtJgrMWxq {  }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #lfqx1XapyrUaC7AiU0ycAs5mEt1R4Jif { display:flex;position:relative;top:0rem;left:0rem; }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #SwGzst7WoTe2J1WATgG9m8oUIJgTLJr0 {  }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #rBvAGlWdgWsxlffpzbxOHeX9OG22lJyZ {  }
#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd { background-color:rgba(var(--color-secondary-0),1);background-image:none;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .row .container { background-color: transparent; background-image: none; }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .row .container > .video-iframe-container { display: none; }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .row > .video-iframe-container { display: none; }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .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); }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .row .container { border-width: 0; border-radius: 0; }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:48rem;width:60rem;overflow:visible;position:relative;display:block; }#S8h8sWxPsylscThU5LJIh7tvTXRlSKxW { color:rgba(var(--color-tertiary-2),1);display:block;width:55.312125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:3.2496824264526rem;left:2.3427219390869rem;height:5.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kG96H7LVzromUlqlEMoys3phLT6NrKvo { box-sizing:content-box;color:#200f43;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:0rem;left:52.65625rem;display:none; }
#IJeFE0A4UPW8zo9dA3rGeK3GBUAd0ytX { box-sizing:content-box;color:#200f43;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:0rem;left:55.09375rem;display:none; }
#dlnPTA7CTou2pXx36GVnovbtvBPTPQJZ { box-sizing:content-box;color:#200f43;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:0rem;left:57.6875rem;display:none; }
#GGPHKlxI61qucWT21Cnb1gObKIhmFylK { color:rgba(var(--color-tertiary-2),1);display:block;width:29.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.629180908203rem;left:27.189735412597rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTzIgRUfvGCq4kbWeh0nrZHimwXNF4Zv { color:rgba(var(--color-tertiary-2),1);display:block;width:33.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24.374130249024rem;left:23.879573822021rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bgJODT1EXkQKldTLLQesOe3p3TXHhPye { color:rgba(var(--color-tertiary-2),1);display:block;width:52.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:31.249427318573rem;left:3.6558341979981rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD .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; }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.51875rem;padding-right:0.463125rem;padding-bottom:0.51875rem;padding-left:0.463125rem;display:block;align-items:center;width:2.776875rem;min-width:2.776875rem;height:2.784375rem;position:relative;font-family:var(--headlines-font-family);font-size:2.075rem;font-weight:700;line-height:44.55px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.324375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.703125rem;height:1.058125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.778125rem;font-weight:400;line-height:16.93px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:14.125rem;height:5.204375rem;padding-top:0.64875rem;padding-right:0.661875rem;padding-bottom:0.64875rem;padding-left:0.661875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:38.741264343262rem;left:22.273666381836rem;z-index:15023; }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #zkSmJVEQGebhTqEQotqpRzJHHyOdqJh9 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #dntGv0hPmlXsvGNqnxSWGeOqFfzkoRXC { width:auto; }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #e7qE7ZOV1EKhhygw5gVT7QSTdxnf1TZS {  }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #lWidL3vilgvNEDM0LWcoT5VwH7Of6x2z { display:flex;position:relative;top:0rem;left:0rem; }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #nt4pAa9aGz2TyzyeyKhcnWPwhsK4Ipgi {  }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #yScMEv3RT4LHB7qK4ClHlKGifUGAzfxI {  }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #nd4leHngIxyvKcI35P6mrz519POMwJyA { display:flex;position:relative;top:0rem;left:0rem; }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #QpmcAaMkRmQLMiBr78Xli2qLqWVrkagT {  }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #onGiGvuLC23cVU2sQrns85yDRDiiz5GJ {  }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #pZIOPQmdaIM3XffOJeGTiydL2QQX8gxc { display:flex;position:relative;top:0rem;left:0rem; }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #l4ce4ryI040im2ZnwyCh6JuNihyeD87C {  }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #o54lv52BRAwwHfx42Q1PPMZxKOfm9AXB {  }
#GHfTLCAQakiTbyRaktBqMFWc2EnGd86P { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1873125rem;width:28.87475rem;top:8.8483867645262rem;left:0rem;overflow:hidden;display:block; }
#ktNl1ITXcvBpZvyIUPtdvc677NpxXEHH { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.375rem;left:0rem;display:none; }
#efao4DhabEHIGa16buqIx32adymTS4cv { background-color:#fac52a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#efao4DhabEHIGa16buqIx32adymTS4cv > .row .container { background-color: transparent; background-image: none; }#efao4DhabEHIGa16buqIx32adymTS4cv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efao4DhabEHIGa16buqIx32adymTS4cv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efao4DhabEHIGa16buqIx32adymTS4cv > .row .container > .video-iframe-container { display: none; }#efao4DhabEHIGa16buqIx32adymTS4cv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efao4DhabEHIGa16buqIx32adymTS4cv > .row > .video-iframe-container { display: none; }#efao4DhabEHIGa16buqIx32adymTS4cv > .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); }#efao4DhabEHIGa16buqIx32adymTS4cv > .row .container { border-width: 0; border-radius: 0; }#efao4DhabEHIGa16buqIx32adymTS4cv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#efao4DhabEHIGa16buqIx32adymTS4cv > .row .container { width:60rem;height:30.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#iTbrN03r5aytllGHaIrLqsDMuS4N8zF8 { color:rgba(var(--color-tertiary-2),1);display:block;width:50.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.8;letter-spacing:0;top:12.187067031861rem;left:4.6860160827637rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H4xnL7bMnEhng38JQCp5PdRAIJBAEeJQ { color:rgba(var(--color-tertiary-2),1);display:block;width:55.312125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:2.6233711242676rem;left:4.6877269744873rem;height:5.5992625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GEnFn1MQvUyBhVJJdIez6H7ZphHocZdH { color:rgba(var(--color-tertiary-2),1);display:block;width:55.312125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:22.934956789017rem;left:4.6848754882812rem;height:5.5992625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k44okNulJOcGop6GdbMwAonLChnuX5Ft { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#k44okNulJOcGop6GdbMwAonLChnuX5Ft > .row .container { background-color: transparent; background-image: none; }#k44okNulJOcGop6GdbMwAonLChnuX5Ft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k44okNulJOcGop6GdbMwAonLChnuX5Ft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k44okNulJOcGop6GdbMwAonLChnuX5Ft > .row .container > .video-iframe-container { display: none; }#k44okNulJOcGop6GdbMwAonLChnuX5Ft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k44okNulJOcGop6GdbMwAonLChnuX5Ft > .row > .video-iframe-container { display: none; }#k44okNulJOcGop6GdbMwAonLChnuX5Ft > .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); }#k44okNulJOcGop6GdbMwAonLChnuX5Ft > .row .container { border-width: 0; border-radius: 0; }#k44okNulJOcGop6GdbMwAonLChnuX5Ft > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#k44okNulJOcGop6GdbMwAonLChnuX5Ft > .row .container { width:60rem;height:44.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#gHFyUoL1kmCD3UOUrQAIiAJMz7d3QRJP { display:block;width:52.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;z-index:15002;line-height:1.2;top:3.9375rem;left:3.5625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;color:#bc8e5f;font-weight:700;height:9.14975rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ps7gZD6WTTVXnTifIIMx351t2qfT7UcK { color:rgba(var(--color-tertiary-2),1);display:block;width:48.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.8;letter-spacing:0;top:13.398067474365rem;left:5.9375228881836rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mI81Jxk8EoQ5EtTxdQaHN8cnNUSLr5wL { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:31.5rem;top:20.4560546875rem;left:14.25rem;overflow:hidden;display:block; }
#wAzEcfXvVUTfQLNcGoCLGBE55H5IDw24 { color:rgba(var(--color-tertiary-2),1);display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.8;letter-spacing:0;top:13.9560546875rem;left:3.375rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#O1EcwsnHavTiH9kLawGtrBCqa318717I { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.8125rem;width:28.3125rem;top:1.2060546875rem;left:15.84375rem;overflow:hidden;display:block; }
#EWTRN46DWCrymahiS1vgBNypUTIhnqXs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fac52a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs > .row .container { background-color: transparent; background-image: none; }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs > .row .container > .video-iframe-container { display: none; }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs > .row > .video-iframe-container { display: none; }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs > .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); }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs > .row .container { border-width: 0; border-radius: 0; }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:60rem;position:relative;display:block; }#PLZvET664i6I3q9dKbbr3yuoxPQui6rw { color:#bc8e5f;display:block;width:3.1870403289795rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.300552368164rem;left:6.6544113159181rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#eXMtTtJXWuIXQinrKz2lFh20G7EFL3IS { color:#bc8e5f;display:block;width:3.1865234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.3125rem;left:28.40625rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#BHblPJ3GwZ1sHqzlonX2qkSTkGIWrvVd { color:#bc8e5f;display:block;width:3.1870403289795rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.2890625rem;left:50.155094146729rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#HBTUk5uAyPqld7iMFVZelghX4hkZO2gJ { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:15.746780395507rem;left:21.747470855713rem;height:11.0240875rem;text-align:left;text-align-last:left;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; }
#Zb4NvgZOiHbmfmQg84nElPMOokPQzAWK { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:15.731842041016rem;left:43.500686645507rem;height:14.173875rem;text-align:left;text-align-last:left;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; }
#eQ55aIG2S63Trk0EHQngKOcXGzFPsgEB { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:15.687042236328rem;left:0rem;height:11.0240875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DxqVvmOHmdZsNC77acqSP3JUJlEeuasF { color:rgba(var(--color-tertiary-2),1);display:block;width:16.499309539795rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:35.3125rem;left:8.5625rem;height:9.44925rem;text-align:left;text-align-last:left;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; }
#gTQw9s2Vao8Bi8q2DIKNOQ4ukfJFCvBy { color:#bc8e5f;display:block;width:3.1858913898468rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:29.875rem;left:15.25rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#pJn4PR8afdErKMDtPfWkwsHf64tQea5P { color:#bc8e5f;display:block;width:3.1858913898468rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:29.875rem;left:39.125rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#ygC53a3PP6bCP78VoceLCrlcIordFgD6 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:22.883033752441rem;left:37.821691513061rem;height:6.9852938652037rem;text-align:center;text-align-last:center;display:none; }
#X6IzwaNKc0cmMTJLTwbFyXfKkAddBTEN { color:rgba(var(--color-tertiary-2),1);display:block;width:13.249080657959rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:37.747245788574rem;left:16.478631973267rem;height:5.5882351398468rem;text-align:center;text-align-last:center;display:none; }
#uIpze5opXwDykXVaKrBvkp8FhSJtpqoI { color:rgba(var(--color-tertiary-2),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:22.848114013672rem;left:8.5404415130612rem;height:5.5882351398468rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Bn0SvomOtWQMlLgMuQTOeQulA7ENo15s { display:block;width:52.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;z-index:15003;line-height:1.2;top:3.5625rem;left:3.5625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;color:#bc8e5f;font-weight:700;height:4.57486875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DbJv6WDLMm6amoSWopoCa3M49sIKbcca { color:rgba(var(--color-tertiary-2),1);display:block;width:16.499309539795rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:35.3125rem;left:32.5rem;height:6.2995rem;text-align:left;text-align-last:left;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; }
#T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL > .row .container { background-color: transparent; background-image: none; }#T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL > .row .container > .video-iframe-container { display: none; }#T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL > .row > .video-iframe-container { display: none; }#T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL > .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); }#T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL > .row .container { border-width: 0; border-radius: 0; }#T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:60rem;position:relative;display:block; }#W3N5vu2N0ulxLhvLg9fcSRBCpxtvWzrx { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #be0039;border-left:0.125rem solid #be0039;border-right:0.125rem solid #be0039;border-bottom:0.125rem solid #be0039;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:33.1875rem;width:19.3125rem;top:8.5603227615356rem;left:11.034156799316rem;display:block; }
#r30pfOl2apuupNeEOe6imnUSftRnTIMn { color:#000000;display:block;width:12.4996875rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.758578139357rem;left:31.844947814941rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bLt1h2vaGfIVNDPinTJfL5z5EaQWKatQ { color:#000000;display:block;width:15.374rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:16.271857738495rem;left:12.536163330078rem;height:24.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NIL6vTNNWfdFD4oc6zZat85hZffGfH9F { color:#000000;display:block;width:12.4996875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.8745751380919rem;left:23.749519348144rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lZyqsaEOw9Tsa7f995Nmw3E4Ui9r15yO { color:#000000;display:block;width:59.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7180105028674rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AoVDVSls7qbOsvWw7ZS76ygWKzxiibTM { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #be0039;border-left:0.125rem solid #be0039;border-right:0.125rem solid #be0039;border-bottom:0.125rem solid #be0039;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:23.81225rem;width:16.937rem;top:12.561833220534rem;left:30.373260498047rem;display:block; }
#MI3ZDl4DiwQD4sUP3vVWr3Xrp95lqhnd { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:15.383140087128rem;left:31.344688415528rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TUCuorgAVTCXWRtLq2CMNlrZBXzFTx9P { color:#000000;display:block;width:15.3734375rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.256825923919rem;left:31.263687133789rem;height:13rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Drw4ImPMACXeTSpC1AJfuwDogMFHKFLT { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:10.545391559601rem;left:12.536163330078rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lEoU3S4QPfxAaNsyoBbbFMMSHKydSa9I { box-sizing:content-box;height:7.1245625rem;width:7.1245625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#be0039;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.625rem;left:27.9375rem;display:block; }
#Anlqp9Qiw2tGJDuPSlZPROJ9VQgiaRn8 { color:rgba(var(--color-primary-0),1);display:block;width:5.62493125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:35.625rem;left:28.75rem;height:3.0872375rem;text-align:center;text-align-last:center;display:block; }
#fZkpBDfIONImNmtyDfa5TNn0rM4bp0Qr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:7.1297044754031rem;left:35.065551757812rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#NAf84e9tbapwiA86gNQTI5EXPxyrCkPM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:9.1592664718625rem;left:35.065551757812rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#roqtwM2OmAR64eyWmLofLCqZITwaw41m { background-color:#be0039;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:43.1245rem;height:3.6244625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:43.24996471405rem;left:8.4365406036375rem;display:block; }
#nMAf54fq576EtJtz2TN2NM8e1QKbM6PN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wgm9r1clQPd3SkCP2QUKI5h1GZMWaX5a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fac52a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wgm9r1clQPd3SkCP2QUKI5h1GZMWaX5a > .row .container { background-color: transparent; background-image: none; }#wgm9r1clQPd3SkCP2QUKI5h1GZMWaX5a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgm9r1clQPd3SkCP2QUKI5h1GZMWaX5a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgm9r1clQPd3SkCP2QUKI5h1GZMWaX5a > .row .container > .video-iframe-container { display: none; }#wgm9r1clQPd3SkCP2QUKI5h1GZMWaX5a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgm9r1clQPd3SkCP2QUKI5h1GZMWaX5a > .row > .video-iframe-container { display: none; }#wgm9r1clQPd3SkCP2QUKI5h1GZMWaX5a > .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); }#wgm9r1clQPd3SkCP2QUKI5h1GZMWaX5a > .row .container { border-width: 0; border-radius: 0; }#wgm9r1clQPd3SkCP2QUKI5h1GZMWaX5a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wgm9r1clQPd3SkCP2QUKI5h1GZMWaX5a > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:16.625rem;width:60rem;position:relative;display:block; }#AqzD2wkUqXIJ5O6MRyGsG2NPf8o2lnOf { color:rgba(var(--color-tertiary-2),1);display:block;width:48.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5625rem;left:6.9375rem;height:3.5742625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf .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; }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.51875rem;padding-right:0.463125rem;padding-bottom:0.51875rem;padding-left:0.463125rem;display:block;align-items:center;width:2.776875rem;min-width:2.776875rem;height:2.784375rem;position:relative;font-family:var(--headlines-font-family);font-size:2.075rem;font-weight:700;line-height:44.55px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.324375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.703125rem;height:1.058125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.778125rem;font-weight:400;line-height:16.93px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:14.125rem;height:5.204375rem;padding-top:0.64875rem;padding-right:0.661875rem;padding-bottom:0.64875rem;padding-left:0.661875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.5278015136719rem;left:22.273666381836rem;z-index:15024; }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf #JOhfT1XP768nr6yEi663vu2JNogyRnnz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf #szingiy3uRBciqSF9aETECDz76JRuunm { width:auto; }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf #Hat49bsLJvOt0Ei0h9kyiz8KWzKlzJfI {  }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf #H5RplUZzlM509qc860o3VyBxaZA5JN6L { display:flex;position:relative;top:0rem;left:0rem; }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf #qnnmFyHCU0zbaCBRWaNTTUymLGPFE0iI {  }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf #XEMVyGhuUGGpqfMCfODwa5zv9yyIciqJ {  }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf #QVWZX70RcIi5gvyOtSB4XFJicNBMQgeo { display:flex;position:relative;top:0rem;left:0rem; }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf #ABudTZ20Fy8t0mTvRPmd9ryQmxo1Eggd {  }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf #WMahK1aLEHPTFrMkq8lnzZTutvTRMeoQ {  }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf #p44LEiVI9ilfJKWz8voJndouJZcTVC3s { display:flex;position:relative;top:0rem;left:0rem; }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf #iryelEDeWlkuOnoeM3ElH4iQvbVdLtCB {  }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf #WADMddVMwfeH161sITe8Fbviya9KxLg0 {  }
#Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fac52a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw > .row .container { background-color: transparent; background-image: none; }#Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw > .row .container > .video-iframe-container { display: none; }#Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw > .row > .video-iframe-container { display: none; }#Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw > .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); }#Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw > .row .container { border-width: 0; border-radius: 0; }#Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:30rem;width:60rem;position:relative;display:block; }#SPBpPQf2NOxPWixEKHl2KhAc0ZK7T8pf { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:23.25rem;left:27.75rem;display:block; }
#oGr2MKuu3MQpLEVQstsX4cP0L07eNdrf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w9A2Cn5lqgDZuf770mAc5cWFHsqFHf8N { color:rgba(var(--color-tertiary-2),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:4.5rem;left:19.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cLLlbg9w2PTTIT8FMBE4bAQxLXuVGkWL { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.125rem solid #200f43;border-left:0.125rem solid #200f43;border-right:0.125rem solid #200f43;border-bottom:0.125rem solid #200f43;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:17.4375rem;top:9.6875rem;left:27.75rem;display:block; }
#eN8XxFaINQvJmghzRBCZ6WM09tCFw4IJ { color:rgba(var(--color-tertiary-2),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.75rem;left:28.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CAI1xB3pn5hQK6OPz0lOgVnr6KTb4QJb { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:7.8125rem;top:12.3125rem;left:28.8125rem;display:block; }
#GF0NBB9OaOMpRDtoIpOTfFDxqUc1dp7z { color:#be0039;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:11rem;left:38.1875rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DVAEZX8TTTEgr3PH8lEyphSzyMaPI8mx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:21.875rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#M75Sb6tPKqk1e2EpGv84TrqTBv8f8OS2 { color:rgba(var(--color-tertiary-2),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:15.8125rem;left:19.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte { display:block; }#TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x30ucxdndh1n1nuaT81VS0AW36WAhU1a { top:0rem;left:0rem;width:5.9375rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWP6bKirsdZH1bxQ7XiCTA4LNCyNBzIl { top:2.9375rem;left:11.369842529297rem;width:21.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD .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; }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD .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; }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD { display:flex;width:18rem;height:5.0625rem;top:1.75rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #vsy5LGAwXuO4Ni5u9ym7gT4DW1eD2XqV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #bMbAqsOd0pSAcko12qrHoeRs5UPXUWdb {  }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #kWGPmeDuqfAobtBBkfoT3535kT9fSIcg {  }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #IM8tSasepzx3s8hTscN4ec8QeVRKVlKM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #QiQH1ODWt6C7EnpUZealvagsptBTRUZJ {  }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #EKTnhI8bNrlZ2oUqSD5NIkAZ0qi6u1c2 {  }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #ouHS1fySi7UNEgpXhz6lvKITU75gDHHT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #uTJ4swSJfJcSxZsKTH5Hymy83gu8QF9p {  }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #oxFmhyMXl3SNZWXlaoZDam0LtJgrMWxq {  }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #lfqx1XapyrUaC7AiU0ycAs5mEt1R4Jif { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #SwGzst7WoTe2J1WATgG9m8oUIJgTLJr0 {  }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #rBvAGlWdgWsxlffpzbxOHeX9OG22lJyZ {  }
 }@media only screen and (max-width: 763px) { #KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd { background-color:#fafafa;background-image:none;display:block; }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .row .container { background-color: transparent; background-image: none; }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .row .container > .video-iframe-container { display: none; }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .row > .video-iframe-container { display: none; }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .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); }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .row .container { height:47.8125rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8h8sWxPsylscThU5LJIh7tvTXRlSKxW { top:3.1875rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG96H7LVzromUlqlEMoys3phLT6NrKvo { top:0rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJeFE0A4UPW8zo9dA3rGeK3GBUAd0ytX { top:0rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlnPTA7CTou2pXx36GVnovbtvBPTPQJZ { top:0rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGPHKlxI61qucWT21Cnb1gObKIhmFylK { top:11.625rem;left:18.625rem;width:29.125rem;height:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTzIgRUfvGCq4kbWeh0nrZHimwXNF4Zv { top:24.3125rem;left:13.9375rem;width:33.75rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgJODT1EXkQKldTLLQesOe3p3TXHhPye { top:31.1875rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD .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; }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD .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; }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD { display:flex;width:13.5rem;height:5.0625rem;top:38.4375rem;left:13.6796875rem; }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #zkSmJVEQGebhTqEQotqpRzJHHyOdqJh9 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #dntGv0hPmlXsvGNqnxSWGeOqFfzkoRXC {  }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #e7qE7ZOV1EKhhygw5gVT7QSTdxnf1TZS {  }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #lWidL3vilgvNEDM0LWcoT5VwH7Of6x2z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #nt4pAa9aGz2TyzyeyKhcnWPwhsK4Ipgi {  }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #yScMEv3RT4LHB7qK4ClHlKGifUGAzfxI {  }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #nd4leHngIxyvKcI35P6mrz519POMwJyA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #QpmcAaMkRmQLMiBr78Xli2qLqWVrkagT {  }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #onGiGvuLC23cVU2sQrns85yDRDiiz5GJ {  }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #pZIOPQmdaIM3XffOJeGTiydL2QQX8gxc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #l4ce4ryI040im2ZnwyCh6JuNihyeD87C {  }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #o54lv52BRAwwHfx42Q1PPMZxKOfm9AXB {  }
 }@media only screen and (max-width: 763px) { #GHfTLCAQakiTbyRaktBqMFWc2EnGd86P { top:8.8125rem;left:0rem;width:28.8125rem;height:19.14594728634rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktNl1ITXcvBpZvyIUPtdvc677NpxXEHH { top:1.375rem;left:0rem;width:19.9375rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #efao4DhabEHIGa16buqIx32adymTS4cv { display:block; }#efao4DhabEHIGa16buqIx32adymTS4cv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTbrN03r5aytllGHaIrLqsDMuS4N8zF8 { top:12.125rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4xnL7bMnEhng38JQCp5PdRAIJBAEeJQ { top:2.5625rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEnFn1MQvUyBhVJJdIez6H7ZphHocZdH { top:22.875rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k44okNulJOcGop6GdbMwAonLChnuX5Ft { display:block; }#k44okNulJOcGop6GdbMwAonLChnuX5Ft > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHFyUoL1kmCD3UOUrQAIiAJMz7d3QRJP { z-index:15004;width:27.6875rem;height:3.4375rem;top:7.875rem;left:0rem;color:#ffffff;font-family:signika;font-weight:700;text-align:left;text-align-last:left;font-size:3.4375rem;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ps7gZD6WTTVXnTifIIMx351t2qfT7UcK { top:13.375rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI81Jxk8EoQ5EtTxdQaHN8cnNUSLr5wL { top:20.4375rem;left:8.125rem;width:31.5rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAzEcfXvVUTfQLNcGoCLGBE55H5IDw24 { top:13.9375rem;left:0rem;width:19.5625rem;height:15.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1EcwsnHavTiH9kLawGtrBCqa318717I { top:1.1875rem;left:9.71875rem;width:28.3125rem;height:42.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWTRN46DWCrymahiS1vgBNypUTIhnqXs { display:block; }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLZvET664i6I3q9dKbbr3yuoxPQui6rw { top:11.25rem;left:0.52941131591797rem;width:3.125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXMtTtJXWuIXQinrKz2lFh20G7EFL3IS { top:11.3125rem;left:22.28125rem;width:3.125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHblPJ3GwZ1sHqzlonX2qkSTkGIWrvVd { top:11.25rem;left:44.030094146729rem;width:3.125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBTUk5uAyPqld7iMFVZelghX4hkZO2gJ { top:15.6875rem;left:15.622337341309rem;width:16.4375rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb4NvgZOiHbmfmQg84nElPMOokPQzAWK { top:15.6875rem;left:31.3125rem;width:16.4375rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ55aIG2S63Trk0EHQngKOcXGzFPsgEB { top:15.625rem;left:0rem;width:16.4375rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxqVvmOHmdZsNC77acqSP3JUJlEeuasF { top:35.3125rem;left:2.4375rem;width:16.4375rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTQw9s2Vao8Bi8q2DIKNOQ4ukfJFCvBy { top:29.875rem;left:9.125rem;width:3.125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJn4PR8afdErKMDtPfWkwsHf64tQea5P { top:29.875rem;left:33rem;width:3.125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygC53a3PP6bCP78VoceLCrlcIordFgD6 { top:20.6875rem;left:0.59145176410675rem;width:12.5rem;height:9.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6IzwaNKc0cmMTJLTwbFyXfKkAddBTEN { top:32.5625rem;left:0.6879588365555rem;width:13.125rem;height:6.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIpze5opXwDykXVaKrBvkp8FhSJtpqoI { top:22.8125rem;left:2.4154415130615rem;width:13.1875rem;height:5.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bn0SvomOtWQMlLgMuQTOeQulA7ENo15s { z-index:15004;width:27.6875rem;height:3.4375rem;top:7.875rem;left:0rem;color:#ffffff;font-family:signika;font-weight:700;text-align:left;text-align-last:left;font-size:3.4375rem;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DbJv6WDLMm6amoSWopoCa3M49sIKbcca { top:35.3125rem;left:26.375rem;width:16.4375rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL { display:block; }#T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3N5vu2N0ulxLhvLg9fcSRBCpxtvWzrx { top:8.5rem;left:0rem;width:19.3125rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r30pfOl2apuupNeEOe6imnUSftRnTIMn { top:13.75rem;left:19.3125rem;width:12.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLt1h2vaGfIVNDPinTJfL5z5EaQWKatQ { top:16.25rem;left:0.5625rem;width:15.3125rem;height:24.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIL6vTNNWfdFD4oc6zZat85hZffGfH9F { top:9.8125rem;left:17.562019348144rem;width:12.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZyqsaEOw9Tsa7f995Nmw3E4Ui9r15yO { width:47.75rem;height:;top:3.6875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoVDVSls7qbOsvWw7ZS76ygWKzxiibTM { top:12.5rem;left:14.875rem;width:16.875rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI3ZDl4DiwQD4sUP3vVWr3Xrp95lqhnd { top:15.375rem;left:16.375rem;width:15.375rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUCuorgAVTCXWRtLq2CMNlrZBXzFTx9P { top:20.25rem;left:16.4375rem;width:15.3125rem;height:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drw4ImPMACXeTSpC1AJfuwDogMFHKFLT { top:10.5rem;left:0.4375rem;width:15.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEoU3S4QPfxAaNsyoBbbFMMSHKydSa9I { top:33.625rem;left:21.75rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anlqp9Qiw2tGJDuPSlZPROJ9VQgiaRn8 { top:35.625rem;left:22.5625rem;width:5.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZkpBDfIONImNmtyDfa5TNn0rM4bp0Qr { top:7.125rem;left:19.3125rem;width:12.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAf84e9tbapwiA86gNQTI5EXPxyrCkPM { top:9.125rem;left:19.3125rem;width:12.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roqtwM2OmAR64eyWmLofLCqZITwaw41m { width:43.0625rem;height:3.5625rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMAf54fq576EtJtz2TN2NM8e1QKbM6PN { display:block; }
 }@media only screen and (max-width: 763px) { #wgm9r1clQPd3SkCP2QUKI5h1GZMWaX5a { display:block; }#wgm9r1clQPd3SkCP2QUKI5h1GZMWaX5a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqzD2wkUqXIJ5O6MRyGsG2NPf8o2lnOf { top:2.5625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf .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; }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf .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; }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf { display:flex;width:13.5rem;height:5.0625rem;top:38.4375rem;left:13.6796875rem; }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #JOhfT1XP768nr6yEi663vu2JNogyRnnz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #szingiy3uRBciqSF9aETECDz76JRuunm {  }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #Hat49bsLJvOt0Ei0h9kyiz8KWzKlzJfI {  }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #H5RplUZzlM509qc860o3VyBxaZA5JN6L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #qnnmFyHCU0zbaCBRWaNTTUymLGPFE0iI {  }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #XEMVyGhuUGGpqfMCfODwa5zv9yyIciqJ {  }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #QVWZX70RcIi5gvyOtSB4XFJicNBMQgeo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #ABudTZ20Fy8t0mTvRPmd9ryQmxo1Eggd {  }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #WMahK1aLEHPTFrMkq8lnzZTutvTRMeoQ {  }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #p44LEiVI9ilfJKWz8voJndouJZcTVC3s { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #iryelEDeWlkuOnoeM3ElH4iQvbVdLtCB {  }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #WADMddVMwfeH161sITe8Fbviya9KxLg0 {  }
 }@media only screen and (max-width: 763px) { #Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw { display:block; }#Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPBpPQf2NOxPWixEKHl2KhAc0ZK7T8pf { width:19.375rem;height:3.625rem;top:23.25rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGr2MKuu3MQpLEVQstsX4cP0L07eNdrf { display:block; }
 }@media only screen and (max-width: 763px) { #w9A2Cn5lqgDZuf770mAc5cWFHsqFHf8N { top:4.5rem;left:9.5rem;width:38.25rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLLlbg9w2PTTIT8FMBE4bAQxLXuVGkWL { top:9.6875rem;left:21.625rem;width:17.4375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN8XxFaINQvJmghzRBCZ6WM09tCFw4IJ { top:10.6875rem;left:22.187324523926rem;width:8.5625rem;height:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAI1xB3pn5hQK6OPz0lOgVnr6KTb4QJb { top:12.3125rem;left:22.6875rem;width:7.8125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF0NBB9OaOMpRDtoIpOTfFDxqUc1dp7z { top:11rem;left:32.0625rem;width:10.5rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVAEZX8TTTEgr3PH8lEyphSzyMaPI8mx { top:1.1875rem;left:0rem;width:21.875rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M75Sb6tPKqk1e2EpGv84TrqTBv8f8OS2 { top:15.75rem;left:9.5625rem;width:38.1875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte { background-color:#fac52a;background-image:none;display:block; }#TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte > .row .container { background-color: transparent; background-image: none; }#TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte > .row .container > .video-iframe-container { display: none; }#TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte > .row > .video-iframe-container { display: none; }#TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte > .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); }#TrQ6EtnRUCHc0eAU8rHiVFql7TFeIVte > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x30ucxdndh1n1nuaT81VS0AW36WAhU1a { width:5.9375rem;height:9.8754772810534rem;top:6.998507499695rem;left:7.0304509997369rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWP6bKirsdZH1bxQ7XiCTA4LNCyNBzIl { width:19.9995625rem;height:3.8982625rem;top:1.8116601705551rem;left:0rem;font-size:1rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD .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; }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD .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; }
#UucSAuv8AaSetEx09RkhhL4W8sfHsiVD { display:flex;width:17.9996875rem;height:5.06249375rem;top:17.373342514038rem;left:0.37419682741165rem; }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #vsy5LGAwXuO4Ni5u9ym7gT4DW1eD2XqV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #bMbAqsOd0pSAcko12qrHoeRs5UPXUWdb {  }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #kWGPmeDuqfAobtBBkfoT3535kT9fSIcg {  }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #IM8tSasepzx3s8hTscN4ec8QeVRKVlKM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #QiQH1ODWt6C7EnpUZealvagsptBTRUZJ {  }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #EKTnhI8bNrlZ2oUqSD5NIkAZ0qi6u1c2 {  }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #ouHS1fySi7UNEgpXhz6lvKITU75gDHHT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #uTJ4swSJfJcSxZsKTH5Hymy83gu8QF9p {  }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #oxFmhyMXl3SNZWXlaoZDam0LtJgrMWxq {  }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #lfqx1XapyrUaC7AiU0ycAs5mEt1R4Jif { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #SwGzst7WoTe2J1WATgG9m8oUIJgTLJr0 {  }
 }@media only screen and (max-width: 763px) { #UucSAuv8AaSetEx09RkhhL4W8sfHsiVD #rBvAGlWdgWsxlffpzbxOHeX9OG22lJyZ {  }
 }@media only screen and (max-width: 763px) { #KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd { background-color:#ffffff;background-image:none;display:block; }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .row .container { background-color: transparent; background-image: none; }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .row .container > .video-iframe-container { display: none; }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .row > .video-iframe-container { display: none; }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .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); }#KRJuGS0Tqu0kg3lqct8JRe7J9k74V4gd > .row .container { height:59.3125rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8h8sWxPsylscThU5LJIh7tvTXRlSKxW { width:18.75rem;height:0;top:6.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kG96H7LVzromUlqlEMoys3phLT6NrKvo { width:2.1875rem;height:2.1875rem;top:0rem;left:13.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJeFE0A4UPW8zo9dA3rGeK3GBUAd0ytX { width:2.1875rem;height:2.1875rem;top:0rem;left:15.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dlnPTA7CTou2pXx36GVnovbtvBPTPQJZ { width:2.1875rem;height:2.1875rem;top:0rem;left:17.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGPHKlxI61qucWT21Cnb1gObKIhmFylK { width:17.124625rem;height:11.6948125rem;top:11.561882019043rem;left:1.4368929266929rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTzIgRUfvGCq4kbWeh0nrZHimwXNF4Zv { width:19.062375rem;height:5.1976875rem;top:23.999361991882rem;left:0.46831649541855rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgJODT1EXkQKldTLLQesOe3p3TXHhPye { width:19.9995625rem;height:5.68710625rem;top:30.530695915222rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD .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; }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD .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; }
#HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD { display:flex;width:13.499625rem;height:5.06249375rem;top:36.216661453247rem;left:2.5874342322349rem; }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #zkSmJVEQGebhTqEQotqpRzJHHyOdqJh9 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #dntGv0hPmlXsvGNqnxSWGeOqFfzkoRXC {  }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #e7qE7ZOV1EKhhygw5gVT7QSTdxnf1TZS {  }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #lWidL3vilgvNEDM0LWcoT5VwH7Of6x2z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #nt4pAa9aGz2TyzyeyKhcnWPwhsK4Ipgi {  }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #yScMEv3RT4LHB7qK4ClHlKGifUGAzfxI {  }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #nd4leHngIxyvKcI35P6mrz519POMwJyA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #QpmcAaMkRmQLMiBr78Xli2qLqWVrkagT {  }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #onGiGvuLC23cVU2sQrns85yDRDiiz5GJ {  }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #pZIOPQmdaIM3XffOJeGTiydL2QQX8gxc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #l4ce4ryI040im2ZnwyCh6JuNihyeD87C {  }
 }@media only screen and (max-width: 763px) { #HANqVTmnCMi1T23rLzGOmRn2dpEVLUhD #o54lv52BRAwwHfx42Q1PPMZxKOfm9AXB {  }
 }@media only screen and (max-width: 763px) { #GHfTLCAQakiTbyRaktBqMFWc2EnGd86P { width:19.9995625rem;height:13.2896875rem;top:43.796431303024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktNl1ITXcvBpZvyIUPtdvc677NpxXEHH { top:1.9371528625488rem;left:2.3740963339806rem;width:13.6245rem;height:8.1228125rem;z-index:15024;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #efao4DhabEHIGa16buqIx32adymTS4cv { background-color:#ebe8e3;background-image:none;display:block; }#efao4DhabEHIGa16buqIx32adymTS4cv > .row .container { background-color: transparent; background-image: none; }#efao4DhabEHIGa16buqIx32adymTS4cv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efao4DhabEHIGa16buqIx32adymTS4cv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efao4DhabEHIGa16buqIx32adymTS4cv > .row .container > .video-iframe-container { display: none; }#efao4DhabEHIGa16buqIx32adymTS4cv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efao4DhabEHIGa16buqIx32adymTS4cv > .row > .video-iframe-container { display: none; }#efao4DhabEHIGa16buqIx32adymTS4cv > .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); }#efao4DhabEHIGa16buqIx32adymTS4cv > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTbrN03r5aytllGHaIrLqsDMuS4N8zF8 { width:18.624875rem;height:11.81515rem;top:8.9356594085694rem;left:1.3747169375419rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4xnL7bMnEhng38JQCp5PdRAIJBAEeJQ { width:19.9995625rem;height:3.49896875rem;top:22.000214111328rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEnFn1MQvUyBhVJJdIez6H7ZphHocZdH { width:20rem;height:auto;top:22.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k44okNulJOcGop6GdbMwAonLChnuX5Ft { background-color:#ffffff;background-image:none;display:block; }#k44okNulJOcGop6GdbMwAonLChnuX5Ft > .row .container { background-color: transparent; background-image: none; }#k44okNulJOcGop6GdbMwAonLChnuX5Ft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k44okNulJOcGop6GdbMwAonLChnuX5Ft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k44okNulJOcGop6GdbMwAonLChnuX5Ft > .row .container > .video-iframe-container { display: none; }#k44okNulJOcGop6GdbMwAonLChnuX5Ft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k44okNulJOcGop6GdbMwAonLChnuX5Ft > .row > .video-iframe-container { display: none; }#k44okNulJOcGop6GdbMwAonLChnuX5Ft > .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); }#k44okNulJOcGop6GdbMwAonLChnuX5Ft > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHFyUoL1kmCD3UOUrQAIiAJMz7d3QRJP { z-index:15001;width:20rem;height:4rem;top:4.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#bd003a;font-family:"open sans";font-weight:700;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ps7gZD6WTTVXnTifIIMx351t2qfT7UcK { width:18.625rem;height:5.0636375rem;top:10.8125rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI81Jxk8EoQ5EtTxdQaHN8cnNUSLr5wL { width:20rem;height:13.875rem;top:18.564453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAzEcfXvVUTfQLNcGoCLGBE55H5IDw24 { width:19.5625rem;height:0;top:12.125rem;left:0rem;font-size:0.9375rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #O1EcwsnHavTiH9kLawGtrBCqa318717I { width:20rem;height:30.1826171875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWTRN46DWCrymahiS1vgBNypUTIhnqXs { background-color:#ebe8e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs > .row .container { background-color: transparent; background-image: none; }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs > .row .container > .video-iframe-container { display: none; }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs > .row > .video-iframe-container { display: none; }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs > .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); }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs > .row .container { border-width: 0; border-radius: 0; }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWTRN46DWCrymahiS1vgBNypUTIhnqXs > .row .container { width:20rem;height:81.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLZvET664i6I3q9dKbbr3yuoxPQui6rw { width:3.1875rem;height:2.5996125rem;top:4rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXMtTtJXWuIXQinrKz2lFh20G7EFL3IS { width:3.1875rem;height:2.5996125rem;top:18.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHblPJ3GwZ1sHqzlonX2qkSTkGIWrvVd { width:3.1875rem;height:2.5996125rem;top:35.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBTUk5uAyPqld7iMFVZelghX4hkZO2gJ { width:16.25rem;height:13.29768125rem;top:19.5rem;left:3.75rem;font-size:1.1875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Zb4NvgZOiHbmfmQg84nElPMOokPQzAWK { width:16.25rem;height:14.959875rem;top:36.3125rem;left:3.75rem;font-size:1.1875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eQ55aIG2S63Trk0EHQngKOcXGzFPsgEB { width:16.25rem;height:11.63546875rem;top:4.5625rem;left:3.75rem;font-size:1.1875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DxqVvmOHmdZsNC77acqSP3JUJlEeuasF { width:16.25rem;height:9.97325rem;top:56.187271118164rem;left:3.7499996423721rem;font-size:1.1875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gTQw9s2Vao8Bi8q2DIKNOQ4ukfJFCvBy { width:3.125rem;height:2.5996125rem;top:56rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJn4PR8afdErKMDtPfWkwsHf64tQea5P { width:3.125rem;height:2.5996125rem;top:70.374069213869rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygC53a3PP6bCP78VoceLCrlcIordFgD6 { width:12.562040328979rem;height:0;top:20.749084472656rem;left:6.7164517641069rem;font-size:1.1875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #X6IzwaNKc0cmMTJLTwbFyXfKkAddBTEN { width:13.1865234375rem;height:0;top:76.150390625rem;left:1.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #uIpze5opXwDykXVaKrBvkp8FhSJtpqoI { width:13.31227016449rem;height:0;top:1.8095245361328rem;left:6.6877294778825rem;font-size:1.1875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #Bn0SvomOtWQMlLgMuQTOeQulA7ENo15s { z-index:15001;width:19.9995625rem;height:1.9999rem;top:0.99994945526125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#bd003a;font-family:"open sans";font-weight:700;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #DbJv6WDLMm6amoSWopoCa3M49sIKbcca { width:16.25rem;height:6.6488125rem;top:70.812026977537rem;left:3.7499996423721rem;font-size:1.1875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL { background-color:transparent;background-image:none;display:block; }#T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL > .row .container { background-color: transparent; background-image: none; }#T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL > .row .container > .video-iframe-container { display: none; }#T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL > .row > .video-iframe-container { display: none; }#T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL > .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); }#T5mCGihpgRw2Qkv1BJEZ2TlBrGpbFiTL > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3N5vu2N0ulxLhvLg9fcSRBCpxtvWzrx { width:16.937rem;height:30.687rem;top:8.125rem;left:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #r30pfOl2apuupNeEOe6imnUSftRnTIMn { width:12.4996875rem;height:1.6245625rem;top:40.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLt1h2vaGfIVNDPinTJfL5z5EaQWKatQ { width:12.4996875rem;height:18.1919rem;top:15.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIL6vTNNWfdFD4oc6zZat85hZffGfH9F { width:12.5rem;height:0;top:36.375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZyqsaEOw9Tsa7f995Nmw3E4Ui9r15yO { width:20rem;height:2.4374125rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AoVDVSls7qbOsvWw7ZS76ygWKzxiibTM { width:16.8748125rem;height:23.7495rem;top:38.0625rem;left:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #MI3ZDl4DiwQD4sUP3vVWr3Xrp95lqhnd { width:13.4374375rem;height:2.43798125rem;top:42.5625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUCuorgAVTCXWRtLq2CMNlrZBXzFTx9P { width:15.3124375rem;height:10.395375rem;top:46.125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drw4ImPMACXeTSpC1AJfuwDogMFHKFLT { width:13.4374375rem;height:4.6306875rem;top:9.75rem;left:3.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lEoU3S4QPfxAaNsyoBbbFMMSHKydSa9I { width:7.0625rem;height:7.0625rem;top:57.5rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anlqp9Qiw2tGJDuPSlZPROJ9VQgiaRn8 { width:5.5621875rem;height:3.087125rem;top:59.5rem;left:12.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZkpBDfIONImNmtyDfa5TNn0rM4bp0Qr { width:12.4375rem;height:2.0307rem;top:63.3125rem;left:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAf84e9tbapwiA86gNQTI5EXPxyrCkPM { width:12.4375rem;height:2.5994125rem;top:66.625rem;left:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #roqtwM2OmAR64eyWmLofLCqZITwaw41m { width:18.999625rem;height:3.5622875rem;top:72.441879272463rem;left:0.49968963861466rem;font-size:1.1875rem;font-weight:700;font-style:normal;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #nMAf54fq576EtJtz2TN2NM8e1QKbM6PN { display:block; }
 }@media only screen and (max-width: 763px) { #wgm9r1clQPd3SkCP2QUKI5h1GZMWaX5a { display:block; }#wgm9r1clQPd3SkCP2QUKI5h1GZMWaX5a > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqzD2wkUqXIJ5O6MRyGsG2NPf8o2lnOf { width:20rem;height:3.8982625rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf .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; }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf .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; }
#OsJn04bkUo7sUC2clDVJZOScP55hDshf { display:flex;width:13.5rem;height:5.0625rem;top:9.470588207245rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #JOhfT1XP768nr6yEi663vu2JNogyRnnz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #szingiy3uRBciqSF9aETECDz76JRuunm {  }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #Hat49bsLJvOt0Ei0h9kyiz8KWzKlzJfI {  }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #H5RplUZzlM509qc860o3VyBxaZA5JN6L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #qnnmFyHCU0zbaCBRWaNTTUymLGPFE0iI {  }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #XEMVyGhuUGGpqfMCfODwa5zv9yyIciqJ {  }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #QVWZX70RcIi5gvyOtSB4XFJicNBMQgeo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #ABudTZ20Fy8t0mTvRPmd9ryQmxo1Eggd {  }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #WMahK1aLEHPTFrMkq8lnzZTutvTRMeoQ {  }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #p44LEiVI9ilfJKWz8voJndouJZcTVC3s { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #iryelEDeWlkuOnoeM3ElH4iQvbVdLtCB {  }
 }@media only screen and (max-width: 763px) { #OsJn04bkUo7sUC2clDVJZOScP55hDshf #WADMddVMwfeH161sITe8Fbviya9KxLg0 {  }
 }@media only screen and (max-width: 763px) { #Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw { background-color:#fac52a;background-image:none;display:block; }#Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw > .row .container { background-color: transparent; background-image: none; }#Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw > .row .container > .video-iframe-container { display: none; }#Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw > .row > .video-iframe-container { display: none; }#Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw > .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); }#Bq1tqX6scQaEBD044O0m3GyUpq5Ay2Uw > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPBpPQf2NOxPWixEKHl2KhAc0ZK7T8pf { width:7.0625rem;height:2.9375rem;top:22.625rem;left:12.9375rem;font-size:1.1875rem;font-weight:700;font-style:normal;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #oGr2MKuu3MQpLEVQstsX4cP0L07eNdrf { display:block; }
 }@media only screen and (max-width: 763px) { #w9A2Cn5lqgDZuf770mAc5cWFHsqFHf8N { width:16.8125rem;height:5.99855625rem;top:0.9375rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cLLlbg9w2PTTIT8FMBE4bAQxLXuVGkWL { width:14.1875rem;height:3.4375rem;top:8.5rem;left:2.5rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #eN8XxFaINQvJmghzRBCZ6WM09tCFw4IJ { width:8.1875rem;height:2.4375rem;top:9.0625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CAI1xB3pn5hQK6OPz0lOgVnr6KTb4QJb { width:6.25rem;height:0.25rem;top:10.1875rem;left:3.5rem;background-color:#000000;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) { #GF0NBB9OaOMpRDtoIpOTfFDxqUc1dp7z { width:6.6875rem;height:2.62508125rem;top:8.96875rem;left:10.15625rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#bc8e5f;display:block; }
 }@media only screen and (max-width: 763px) { #DVAEZX8TTTEgr3PH8lEyphSzyMaPI8mx { width:15.5625rem;height:17.4375rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M75Sb6tPKqk1e2EpGv84TrqTBv8f8OS2 { width:20rem;height:4.49891875rem;top:14.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }