.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:253,247,215;--color-primary-1:248,235,149;--color-primary-2:245,217,53;--color-primary-3:242,207,3;--color-primary-4:227,204,13;--color-secondary-0:251,216,216;--color-secondary-1:242,139,139;--color-secondary-2:233,62,62;--color-secondary-3:227,14,14;--color-secondary-4:124,20,16;--color-tertiary-0:255,255,255;--color-tertiary-1:248,239,239;--color-tertiary-2:235,231,220;--color-tertiary-3:94,94,94;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R { background-color:rgba(var(--color-secondary-4),1);background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container { background-color: transparent; background-image: none; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container > .video-iframe-container { display: none; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row > .video-iframe-container { display: none; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .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); }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container { border-width: 0; border-radius: 0; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#pVAENaes4s8asD1ATEMQUTKyqfiZ8RKe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.78125005960463rem;left:59.372290611267rem;display:block; }
#IFeoIx0TZ0lTBll15CzwDWnBrPH84rTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i204kgZMaaPKLoauCcHGMS5FGelKMv0l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3748125rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.78125005960463rem;left:22.622069358826rem;display:block; }
#kZlgs9lIoCK0SosNhl0Nu9O5VAyUy3Mg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gRmWsEtKyNaO03ixhTX1BRmM8hCPyA0C { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3748125rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.78125005960463rem;left:41.219077110291rem;display:block; }
#TPFiBmm5wccThKb5XcR6KTLQAnwSQqn4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:#d9dde3;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { border-width: 0; border-radius: 0; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:67.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#Va0Qrabk2GWvMk4TAh0X1fsWhTBtSOq3 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:43.0625rem;width:28.6875rem;top:10rem;left:44.4375rem;overflow:hidden;display:block; }
#wOP9yRnayw1aRyaCypuip9OKzBPfOUgI { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(353deg, #ebebeb, #b50707);background-image: -moz-linear-gradient(353deg, #ebebeb, #b50707);background-image: -ms-linear-gradient(353deg, #ebebeb, #b50707);background-image: -o-linear-gradient(353deg, #ebebeb, #b50707);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#b50707' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#b50707' );";background-image: linear-gradient(353deg, #ebebeb, #b50707);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:23.25rem;width:23.25rem;top:33.83056640625rem;left:0.68701171875rem;display:block; }
#hMHqk0gwddNZMouBJE0N2xmlubptRGk1 { color:rgba(var(--color-secondary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5625rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:41.56201171875rem;left:1.96875rem;height:7.7875625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wTQHyS3G1bkZZ8OuPukXmy9xSmCHbioq { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-secondary-3),0.5), rgba(var(--color-primary-4),0.98));background-image: -moz-linear-gradient(270deg, rgba(var(--color-secondary-3),0.5), rgba(var(--color-primary-4),0.98));background-image: -ms-linear-gradient(270deg, rgba(var(--color-secondary-3),0.5), rgba(var(--color-primary-4),0.98));background-image: -o-linear-gradient(270deg, rgba(var(--color-secondary-3),0.5), rgba(var(--color-primary-4),0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),0.5)', endColorstr='rgba(var(--color-primary-4),0.98)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),0.5)', endColorstr='rgba(var(--color-primary-4),0.98)' );";background-image: linear-gradient(270deg, rgba(var(--color-secondary-3),0.5), rgba(var(--color-primary-4),0.98));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:35.8125rem;width:35.8125rem;top:5.81201171875rem;left:7.1875rem;display:block; }
#bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { color:rgba(var(--color-tertiary-2),1);display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5625rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:1.875rem;left:7.375rem;height:31.1501875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZdZDTKKGs8esitvFMbQESGMK40sZGpz { background-color:#ebebeb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rZdZDTKKGs8esitvFMbQESGMK40sZGpz > .row .container { background-color: transparent; background-image: none; }#rZdZDTKKGs8esitvFMbQESGMK40sZGpz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZdZDTKKGs8esitvFMbQESGMK40sZGpz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZdZDTKKGs8esitvFMbQESGMK40sZGpz > .row .container > .video-iframe-container { display: none; }#rZdZDTKKGs8esitvFMbQESGMK40sZGpz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZdZDTKKGs8esitvFMbQESGMK40sZGpz > .row > .video-iframe-container { display: none; }#rZdZDTKKGs8esitvFMbQESGMK40sZGpz > .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); }#rZdZDTKKGs8esitvFMbQESGMK40sZGpz > .row .container { border-width: 0; border-radius: 0; }#rZdZDTKKGs8esitvFMbQESGMK40sZGpz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rZdZDTKKGs8esitvFMbQESGMK40sZGpz > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:71rem;width:75rem;overflow:visible;position:relative;display:block; }#uvawIMmqGJt1HM6Th7mzNd0PxinNvBAR { color:#2f2f2f;display:block;width:38.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.08642578125rem;left:32.125rem;height:7.799475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UoLVoIcWxd32cmMpcgguE8VLTc88d7pS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:39.125rem;width:25.6875rem;top:4.125rem;left:2.61962890625rem;overflow:hidden;display:block; }
#cIWsTIRvCbBmxzK7CS19FcHxJC1EQZxt { color:#2f2f2f;display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.1875rem;left:34.3125rem;height:4.388025rem;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; }
#IPgXuheESi2wO1EM7louaeEIKcTuLO3a { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:10.3125rem;width:10.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:42.3125rem;left:50.1875rem; }
#lwT4FLvp9OQHx7CEHScTMmIME1TqvKPN { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:10.3125rem;width:10.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:42.3125rem;left:56.9375rem; }
#r5fbMsqsQxKOoBmK4AMUoJTiENfVvByd { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.125rem;width:5.125rem;top:18.90625rem;left:30.84375rem;display:block; }
#Iv2cHw5BkNrkpbSwLgRsmW3BJLWIr1Nl { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.9375rem;width:4.9375rem;top:24.9375rem;left:31.15625rem;display:block; }
#rV4mDaZNIDmtniBzcIgDg1v1WXHsnyX9 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.25rem;width:5.25rem;top:37.125rem;left:30.84375rem;display:block; }
#d3K4WW9uM5hiJ6QOUgSIqZ94MRekK9qt { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5rem;width:5rem;top:30.6875rem;left:31.09375rem;display:block; }
#Rxhq1M7b94K0WcXebK81acZEt3mi0g4q { color:#170706;display:block;width:56.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:54.99169921875rem;left:9.03125rem;height:5.099825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RRPdwgteggrUUFUE3e3l08yH2JZUJPfC { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(179deg, rgba(var(--color-primary-3),1), #b50707);background-image: -moz-linear-gradient(179deg, rgba(var(--color-primary-3),1), #b50707);background-image: -ms-linear-gradient(179deg, rgba(var(--color-primary-3),1), #b50707);background-image: -o-linear-gradient(179deg, rgba(var(--color-primary-3),1), #b50707);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#b50707' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#b50707' );";background-image: linear-gradient(179deg, rgba(var(--color-primary-3),1), #b50707);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:9.3125rem;width:38.625rem;top:52.625rem;left:29.25rem;display:block; }
#zDlJo5OJGJRM9gXMAwqls879ycH7Ax3F { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:0.736328125rem;left:0rem;display:block; }
#lGa3kx3edXhL1ETlu0uERoiw2eho7fkT { color:#2f2f2f;display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.81884765625rem;left:34.3125rem;height:1.462675rem;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; }
#d21aDux8dfbTkBhaZpAiEqwJh8UDbqRS { color:#2f2f2f;display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.10595703125rem;left:34.3125rem;height:2.92535rem;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; }
#M8XDqE9JAwdDh2BuJI58GphJZB10EBT9 { color:#2f2f2f;display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.88720703125rem;left:34.3125rem;height:2.92535rem;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; }
#mUieT9le0oP1kKNtAQqZaJUdV4oAdpGO { color:#2f2f2f;display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:38.4501953125rem;left:34.3125rem;height:2.92535rem;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; }
#Xtkogi84ZVFZy3UR6c7sZlLceFgM9Zob { background-color:rgba(217,221,227,0.41);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Xtkogi84ZVFZy3UR6c7sZlLceFgM9Zob > .row .container { background-color: transparent; background-image: none; }#Xtkogi84ZVFZy3UR6c7sZlLceFgM9Zob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xtkogi84ZVFZy3UR6c7sZlLceFgM9Zob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xtkogi84ZVFZy3UR6c7sZlLceFgM9Zob > .row .container > .video-iframe-container { display: none; }#Xtkogi84ZVFZy3UR6c7sZlLceFgM9Zob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xtkogi84ZVFZy3UR6c7sZlLceFgM9Zob > .row > .video-iframe-container { display: none; }#Xtkogi84ZVFZy3UR6c7sZlLceFgM9Zob > .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); }#Xtkogi84ZVFZy3UR6c7sZlLceFgM9Zob > .row .container { border-width: 0; border-radius: 0; }#Xtkogi84ZVFZy3UR6c7sZlLceFgM9Zob > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Xtkogi84ZVFZy3UR6c7sZlLceFgM9Zob > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#xUSfmpxiyLMQUb78S4HHZXZBvcAnrwBd { color:#0e0b0b;display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:2.91796875rem;left:6.09375rem;height:19.199225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hwS8A5IgTK2vxmzJALsLQiuSJ2ohNIL4 { background-color:#b50707;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.187375rem;height:5.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.124568939209rem;left:2.1560325622559rem;display:block; }
#OALqVkHgzLwcgZVJvESrTcSTOZpNJUs1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HqneHwGeUUJvD8AqP2C4kdTIMa2BJ7Z5 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, rgba(var(--color-primary-3),0.72));background-image: -moz-linear-gradient(180deg, #fafafa, rgba(var(--color-primary-3),0.72));background-image: -ms-linear-gradient(180deg, #fafafa, rgba(var(--color-primary-3),0.72));background-image: -o-linear-gradient(180deg, #fafafa, rgba(var(--color-primary-3),0.72));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='rgba(var(--color-primary-3),0.72)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='rgba(var(--color-primary-3),0.72)' );";background-image: linear-gradient(180deg, #fafafa, rgba(var(--color-primary-3),0.72));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.75rem;width:27.5rem;top:22.116964966059rem;left:43.315432548523rem;display:block; }
#TISkUxSAm6RuNBEFc5P0UtAOlk0k1w3F { color:#b50707;display:block;width:24.8123125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:23.090819358826rem;left:46.037329673767rem;height:10.7985875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ex5zXVAcyduKpwC9n1GKXWnD9cPa0Xhy { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ebebeb);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ebebeb);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ebebeb);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ebebeb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#ebebeb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#ebebeb' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), #ebebeb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:24.375rem;width:52.625rem;top:2.1245727539062rem;left:2.7186412811279rem;display:block; }
#EkMEl0m4yzutLJK2BaLTx1386t3MoMmQ { background-color:#b50707;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.186875rem;height:5.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.124568462372rem;left:25.780165672302rem;display:block; }
#WlPa39xW4RG8HVdDssaRuIgtPbi8GX0b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zPBTZ9prEUROeK2JxHDScK84aOl2Ihiz { background-color:#d9dde3;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zPBTZ9prEUROeK2JxHDScK84aOl2Ihiz > .row .container { background-color: transparent; background-image: none; }#zPBTZ9prEUROeK2JxHDScK84aOl2Ihiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPBTZ9prEUROeK2JxHDScK84aOl2Ihiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPBTZ9prEUROeK2JxHDScK84aOl2Ihiz > .row .container > .video-iframe-container { display: none; }#zPBTZ9prEUROeK2JxHDScK84aOl2Ihiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPBTZ9prEUROeK2JxHDScK84aOl2Ihiz > .row > .video-iframe-container { display: none; }#zPBTZ9prEUROeK2JxHDScK84aOl2Ihiz > .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); }#zPBTZ9prEUROeK2JxHDScK84aOl2Ihiz > .row .container { border-width: 0; border-radius: 0; }#zPBTZ9prEUROeK2JxHDScK84aOl2Ihiz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zPBTZ9prEUROeK2JxHDScK84aOl2Ihiz > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:74.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#n6KRdTkbCtZVh4qE6p5kVJ4DtTgeJTG6 { color:#201a1a;display:block;width:15.4373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:49.007701873779rem;left:45.091147422791rem;height:6.898875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zGNMPxgA2if0aUy1lqP0WyIlRvPMU6if { color:#2f2f2f;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:36.374248504639rem;left:8.87478351593rem;height:15.190425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WNeaRsHyZPlPq2Xq51wX33EEQd3uaXvM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.56206875rem;width:5.56206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:18.098428726196rem;left:0rem; }
#PvQVFUNkqBS6nMGiTHw0XfUJULKCQtsy { color:#2f2f2f;display:block;width:35.1871875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:19.973407745361rem;left:8.87478351593rem;height:11.814775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qaJdWadmZqJyDW0iIXUrJEznb2iDmC26 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:39.625rem;width:26.4375rem;top:13.59326171875rem;left:46.65380859375rem;overflow:hidden;display:block; }
#T9npE4Se6WPaXQQFLw2ysTuCfSG3mSlK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.56206875rem;width:5.56206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:35.373807907104rem;left:0rem; }
#OG2QfBPSLh7uIIw6CHTBN9QQla7dBbzO { color:#2f2f2f;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:53.217224121094rem;left:8.87478351593rem;height:18.566075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#F7MRaWGeZUWr1e43tvhnfPX1XnQ4H3vV { color:#2f2f2f;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:8.749448776245rem;left:8.87478351593rem;height:6.7513125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TT10B0UyEyhFBLUg0dQvLqamKzIoTUBy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.56206875rem;width:5.56206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:6.3465833663937rem;left:0rem; }
#wCCApNqH1041mQOWmAWh8JFdrsJowM7s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.56206875rem;width:5.56206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:52.142482757568rem;left:0.68739128112794rem; }
#KJQxkeo7oT74QHq19uiV74vlFWfu0ciN { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(79deg, #fafafa, rgba(var(--color-primary-3),0.96));background-image: -moz-linear-gradient(79deg, #fafafa, rgba(var(--color-primary-3),0.96));background-image: -ms-linear-gradient(79deg, #fafafa, rgba(var(--color-primary-3),0.96));background-image: -o-linear-gradient(79deg, #fafafa, rgba(var(--color-primary-3),0.96));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='rgba(var(--color-primary-3),0.96)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='rgba(var(--color-primary-3),0.96)' );";background-image: linear-gradient(79deg, #fafafa, rgba(var(--color-primary-3),0.96));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.5620625rem;width:21.1870625rem;top:47.177188873291rem;left:42.216799736023rem;display:block; }
#qBStTXXdVp4LaVeofcUcgHsNEcE4XqZL { color:#b50707;display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:7.07470703125rem;left:46.65380859375rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 { background-color:#ebebeb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container { background-color: transparent; background-image: none; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container > .video-iframe-container { display: none; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row > .video-iframe-container { display: none; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .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); }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container { border-width: 0; border-radius: 0; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:24.375rem;width:75rem;overflow:visible;position:relative;display:block; }#l2x08MObIEJnOgrwTHmr3wRatiymb65Q { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15017;opacity:1;top:3.875rem;left:3.0625rem; }
#WxLmghraFHFuAaeM1VO1rNEg3miKJgdd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.375rem;left:3rem; }
#tMsBkk1WfuD4hVE1kou7iSyoZrdFWZmR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:13.5rem;left:2.6875rem; }
#nuRE9ag5FKts31nLlS6XK0qzHi62pRTB { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ebebeb);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ebebeb);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ebebeb);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ebebeb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#ebebeb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#ebebeb' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), #ebebeb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.4373125rem;width:10.4373125rem;top:12.471790313721rem;left:26.09591960907rem;display:block; }
#fIDLvTPhMT5PEsxOhOkLl4zwqZNoKJk6 { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:4.9083061218262rem;left:6.99978351593rem;height:1.687825rem;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; }
#TeG6ySQ7p7Ji9S9yUeJcCsaEKvtdueDx { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.25rem;width:33.25rem;top:4.9084129333496rem;left:0.875rem;display:block; }
#WSIPNtDB0UhbmGsgUEPHCl4olaeSRsNQ { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:8.8125rem;left:7rem;height:1.687825rem;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; }
#mRRdfuyb7EHRKIE9P2TstSOgz43rg5MV { color:rgba(var(--color-tertiary-3),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:12.625rem;left:7rem;height:5.063475rem;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; }
#IGcqRRAcHTIx7upF3XZS68QTbUyxpIaF { color:#8d8d8d;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:22.875001907349rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cn09W8cWEBsNcIw7AGr8GkzNvDUSlUQA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.250001907349rem;left:19.25rem;display:block; }
#z7vkv6FsZnFLUvHgTCvw2lFP8nbP4TWp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z1MMLGeTZZKhFsgETMvkb55OPayhmo10 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.250007629394rem;left:32.812501907349rem;display:block; }
#VEdrUIJfm7TpAMT0WzegzghGTITU5TIy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kx2vfH47TqTtrWrrZ6T1GLkVUTQGmMs3 { color:#2f2f2f;display:block;width:36.937375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:3.0560989379883rem;left:37.248808860779rem;height:13.1988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R { display:block; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVAENaes4s8asD1ATEMQUTKyqfiZ8RKe { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFeoIx0TZ0lTBll15CzwDWnBrPH84rTR { display:block; }
 }@media only screen and (max-width: 763px) { #i204kgZMaaPKLoauCcHGMS5FGelKMv0l { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZlgs9lIoCK0SosNhl0Nu9O5VAyUy3Mg { display:block; }
 }@media only screen and (max-width: 763px) { #gRmWsEtKyNaO03ixhTX1BRmM8hCPyA0C { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPFiBmm5wccThKb5XcR6KTLQAnwSQqn4 { display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Va0Qrabk2GWvMk4TAh0X1fsWhTBtSOq3 { top:10rem;left:19.0625rem;width:28.6875rem;height:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOP9yRnayw1aRyaCypuip9OKzBPfOUgI { top:33.8125rem;left:0rem;width:23.25rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMHqk0gwddNZMouBJE0N2xmlubptRGk1 { top:41.5rem;left:0rem;width:17.875rem;height:7.75rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTQHyS3G1bkZZ8OuPukXmy9xSmCHbioq { top:5.75rem;left:0rem;width:35.8125rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { top:1.875rem;left:0rem;width:35.4375rem;height:31.125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZdZDTKKGs8esitvFMbQESGMK40sZGpz { display:block; }#rZdZDTKKGs8esitvFMbQESGMK40sZGpz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvawIMmqGJt1HM6Th7mzNd0PxinNvBAR { top:3.0625rem;left:8.875rem;width:38.8125rem;height:7.75rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoLVoIcWxd32cmMpcgguE8VLTc88d7pS { top:4.125rem;left:0rem;width:25.6875rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIWsTIRvCbBmxzK7CS19FcHxJC1EQZxt { top:15.125rem;left:9.4375rem;width:38.3125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPgXuheESi2wO1EM7louaeEIKcTuLO3a { top:42.3125rem;left:36.5625rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwT4FLvp9OQHx7CEHScTMmIME1TqvKPN { top:42.3125rem;left:37.4375rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5fbMsqsQxKOoBmK4AMUoJTiENfVvByd { top:18.875rem;left:17.21875rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv2cHw5BkNrkpbSwLgRsmW3BJLWIr1Nl { top:24.9375rem;left:17.53125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV4mDaZNIDmtniBzcIgDg1v1WXHsnyX9 { top:37.125rem;left:17.21875rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3K4WW9uM5hiJ6QOUgSIqZ94MRekK9qt { top:30.6875rem;left:17.46875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxhq1M7b94K0WcXebK81acZEt3mi0g4q { top:54.9375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRPdwgteggrUUFUE3e3l08yH2JZUJPfC { top:52.625rem;left:9.125rem;width:38.625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDlJo5OJGJRM9gXMAwqls879ycH7Ax3F { top:0.6875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGa3kx3edXhL1ETlu0uERoiw2eho7fkT { top:20.8125rem;left:9.4375rem;width:38.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d21aDux8dfbTkBhaZpAiEqwJh8UDbqRS { top:26.0625rem;left:9.4375rem;width:38.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8XDqE9JAwdDh2BuJI58GphJZB10EBT9 { top:31.875rem;left:9.4375rem;width:38.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUieT9le0oP1kKNtAQqZaJUdV4oAdpGO { top:38.4375rem;left:9.4375rem;width:38.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xtkogi84ZVFZy3UR6c7sZlLceFgM9Zob { display:block; }#Xtkogi84ZVFZy3UR6c7sZlLceFgM9Zob > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUSfmpxiyLMQUb78S4HHZXZBvcAnrwBd { top:2.875rem;left:0rem;width:47.3125rem;height:19.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwS8A5IgTK2vxmzJALsLQiuSJ2ohNIL4 { width:18.125rem;height:5.9375rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OALqVkHgzLwcgZVJvESrTcSTOZpNJUs1 { display:block; }
 }@media only screen and (max-width: 763px) { #HqneHwGeUUJvD8AqP2C4kdTIMa2BJ7Z5 { top:22.0625rem;left:20.25rem;width:27.5rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TISkUxSAm6RuNBEFc5P0UtAOlk0k1w3F { top:23.0625rem;left:23rem;width:24.75rem;height:10.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex5zXVAcyduKpwC9n1GKXWnD9cPa0Xhy { top:2.0625rem;left:0rem;width:47.75rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkMEl0m4yzutLJK2BaLTx1386t3MoMmQ { width:18.125rem;height:5.9375rem;top:37.0625rem;left:12.155165672303rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlPa39xW4RG8HVdDssaRuIgtPbi8GX0b { display:block; }
 }@media only screen and (max-width: 763px) { #zPBTZ9prEUROeK2JxHDScK84aOl2Ihiz { display:block; }#zPBTZ9prEUROeK2JxHDScK84aOl2Ihiz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6KRdTkbCtZVh4qE6p5kVJ4DtTgeJTG6 { top:49rem;left:31.466147422791rem;width:15.375rem;height:6.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGNMPxgA2if0aUy1lqP0WyIlRvPMU6if { top:36.3125rem;left:0rem;width:31.25rem;height:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNeaRsHyZPlPq2Xq51wX33EEQd3uaXvM { top:18.0625rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvQVFUNkqBS6nMGiTHw0XfUJULKCQtsy { top:19.9375rem;left:0rem;width:35.125rem;height:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaJdWadmZqJyDW0iIXUrJEznb2iDmC26 { top:13.5625rem;left:21.3125rem;width:26.4375rem;height:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9npE4Se6WPaXQQFLw2ysTuCfSG3mSlK { top:35.3125rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG2QfBPSLh7uIIw6CHTBN9QQla7dBbzO { top:53.1875rem;left:0rem;width:31.25rem;height:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7MRaWGeZUWr1e43tvhnfPX1XnQ4H3vV { top:8.6875rem;left:0rem;width:31.25rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT10B0UyEyhFBLUg0dQvLqamKzIoTUBy { top:6.3125rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCCApNqH1041mQOWmAWh8JFdrsJowM7s { top:52.125rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJQxkeo7oT74QHq19uiV74vlFWfu0ciN { top:47.125rem;left:26.5625rem;width:21.125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBStTXXdVp4LaVeofcUcgHsNEcE4XqZL { top:7.0625rem;left:25.8125rem;width:21.9375rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 { display:block; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2x08MObIEJnOgrwTHmr3wRatiymb65Q { top:3.875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxLmghraFHFuAaeM1VO1rNEg3miKJgdd { top:8.375rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMsBkk1WfuD4hVE1kou7iSyoZrdFWZmR { top:13.5rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuRE9ag5FKts31nLlS6XK0qzHi62pRTB { top:12.4375rem;left:12.47091960907rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIDLvTPhMT5PEsxOhOkLl4zwqZNoKJk6 { top:4.875rem;left:0rem;width:25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeG6ySQ7p7Ji9S9yUeJcCsaEKvtdueDx { top:4.875rem;left:0rem;width:33.25rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSIPNtDB0UhbmGsgUEPHCl4olaeSRsNQ { top:8.8125rem;left:0rem;width:25rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRRdfuyb7EHRKIE9P2TstSOgz43rg5MV { top:12.625rem;left:0rem;width:30.25rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGcqRRAcHTIx7upF3XZS68QTbUyxpIaF { top:22.875rem;left:0rem;width:12rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn09W8cWEBsNcIw7AGr8GkzNvDUSlUQA { width:9.375rem;height:3.75rem;top:20.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7vkv6FsZnFLUvHgTCvw2lFP8nbP4TWp { display:block; }
 }@media only screen and (max-width: 763px) { #Z1MMLGeTZZKhFsgETMvkb55OPayhmo10 { width:9.375rem;height:3.75rem;top:20.25rem;left:19.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEdrUIJfm7TpAMT0WzegzghGTITU5TIy { display:block; }
 }@media only screen and (max-width: 763px) { #kx2vfH47TqTtrWrrZ6T1GLkVUTQGmMs3 { top:3rem;left:10.8125rem;width:36.875rem;height:13.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R { position:relative;z-index:auto;display:block; }#BDXDtszPtAX6abvTR71Nd8Ow94uPHa7R > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVAENaes4s8asD1ATEMQUTKyqfiZ8RKe { width:5rem;height:2.1875rem;top:12.592774391174rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFeoIx0TZ0lTBll15CzwDWnBrPH84rTR { display:block; }
 }@media only screen and (max-width: 763px) { #i204kgZMaaPKLoauCcHGMS5FGelKMv0l { width:12.562375rem;height:3.75rem;top:3.9122180938721rem;left:3.7179908752441rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZlgs9lIoCK0SosNhl0Nu9O5VAyUy3Mg { display:block; }
 }@media only screen and (max-width: 763px) { #gRmWsEtKyNaO03ixhTX1BRmM8hCPyA0C { width:16.3125rem;height:3.75rem;top:7.6274962425231rem;left:1.8429906368256rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPFiBmm5wccThKb5XcR6KTLQAnwSQqn4 { display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Va0Qrabk2GWvMk4TAh0X1fsWhTBtSOq3 { width:15.625rem;height:23.5625rem;top:33.63671875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOP9yRnayw1aRyaCypuip9OKzBPfOUgI { width:14.25rem;height:14.125rem;top:2.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMHqk0gwddNZMouBJE0N2xmlubptRGk1 { width:20rem;height:4.6375875rem;top:5.650390625rem;left:0rem;font-size:3.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTQHyS3G1bkZZ8OuPukXmy9xSmCHbioq { width:20rem;height:19.1875rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { width:16.8125rem;height:15.04991875rem;top:12.125rem;left:1.59375rem;font-size:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rZdZDTKKGs8esitvFMbQESGMK40sZGpz { display:block; }#rZdZDTKKGs8esitvFMbQESGMK40sZGpz > .row .container { width:20rem;height:92rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvawIMmqGJt1HM6Th7mzNd0PxinNvBAR { width:17.4375rem;height:9.598525rem;top:25.125rem;left:1.28125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UoLVoIcWxd32cmMpcgguE8VLTc88d7pS { width:14.75rem;height:22.375rem;top:1.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIWsTIRvCbBmxzK7CS19FcHxJC1EQZxt { width:18.25rem;height:6.49685rem;top:35.599609375rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IPgXuheESi2wO1EM7louaeEIKcTuLO3a { display:flex;width:4.5625rem;height:4.5625rem;top:75.02978515625rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #lwT4FLvp9OQHx7CEHScTMmIME1TqvKPN { display:flex;width:4.625rem;height:4.625rem;top:74.99853515625rem;left:11.40625rem; }
 }@media only screen and (max-width: 763px) { #r5fbMsqsQxKOoBmK4AMUoJTiENfVvByd { width:5.125rem;height:5.125rem;top:57.43603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv2cHw5BkNrkpbSwLgRsmW3BJLWIr1Nl { width:4.9375rem;height:4.9375rem;top:43.18603515625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #rV4mDaZNIDmtniBzcIgDg1v1WXHsnyX9 { width:5.25rem;height:5.25rem;top:50.37353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3K4WW9uM5hiJ6QOUgSIqZ94MRekK9qt { width:5rem;height:5rem;top:64.87353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxhq1M7b94K0WcXebK81acZEt3mi0g4q { width:17.375rem;height:4.35004375rem;top:80.44873046875rem;left:2.625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRPdwgteggrUUFUE3e3l08yH2JZUJPfC { width:17.375rem;height:3.875rem;top:82.54833984375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDlJo5OJGJRM9gXMAwqls879ycH7Ax3F { width:1.6875rem;height:1.6875rem;top:84.79833984375rem;left:2.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #lGa3kx3edXhL1ETlu0uERoiw2eho7fkT { width:13.9375rem;height:2.59874375rem;top:44.35498046875rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d21aDux8dfbTkBhaZpAiEqwJh8UDbqRS { width:17.1875rem;height:5.19748125rem;top:51.56640625rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M8XDqE9JAwdDh2BuJI58GphJZB10EBT9 { width:16.875rem;height:5.19748125rem;top:58.974609375rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mUieT9le0oP1kKNtAQqZaJUdV4oAdpGO { width:16.875rem;height:5.19748125rem;top:66.3125rem;left:1.90625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xtkogi84ZVFZy3UR6c7sZlLceFgM9Zob { display:block; }#Xtkogi84ZVFZy3UR6c7sZlLceFgM9Zob > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUSfmpxiyLMQUb78S4HHZXZBvcAnrwBd { width:18.875rem;height:11.99815625rem;top:3.3125rem;left:0.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hwS8A5IgTK2vxmzJALsLQiuSJ2ohNIL4 { width:13.125rem;height:4.375rem;top:29.935467720032rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OALqVkHgzLwcgZVJvESrTcSTOZpNJUs1 { display:block; }
 }@media only screen and (max-width: 763px) { #HqneHwGeUUJvD8AqP2C4kdTIMa2BJ7Z5 { width:15.5rem;height:6.5rem;top:19.81103515625rem;left:4.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, rgba(242,207,3,0.72));background-image: -moz-linear-gradient(180deg, #fafafa, rgba(242,207,3,0.72));background-image: -ms-linear-gradient(180deg, #fafafa, rgba(242,207,3,0.72));background-image: -o-linear-gradient(180deg, #fafafa, rgba(242,207,3,0.72));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f2cf03b7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f2cf03b7' );";background-image: linear-gradient(180deg, #fafafa, rgba(242,207,3,0.72));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TISkUxSAm6RuNBEFc5P0UtAOlk0k1w3F { width:12.5625rem;height:4.20030625rem;top:20.96142578125rem;left:5.96875rem;font-size:1.75rem;color:#b50707;display:block; }
 }@media only screen and (max-width: 763px) { #ex5zXVAcyduKpwC9n1GKXWnD9cPa0Xhy { width:20rem;height:22.8125rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ebebeb, #f8eb95);background-image: -moz-linear-gradient(180deg, #ebebeb, #f8eb95);background-image: -ms-linear-gradient(180deg, #ebebeb, #f8eb95);background-image: -o-linear-gradient(180deg, #ebebeb, #f8eb95);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f8eb95' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f8eb95' );";background-image: linear-gradient(180deg, #ebebeb, #f8eb95);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EkMEl0m4yzutLJK2BaLTx1386t3MoMmQ { width:13.0615rem;height:4.249675rem;top:37.184787750244rem;left:3.4684247970581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlPa39xW4RG8HVdDssaRuIgtPbi8GX0b { display:block; }
 }@media only screen and (max-width: 763px) { #zPBTZ9prEUROeK2JxHDScK84aOl2Ihiz { display:block; }#zPBTZ9prEUROeK2JxHDScK84aOl2Ihiz > .row .container { width:20rem;height:119.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6KRdTkbCtZVh4qE6p5kVJ4DtTgeJTG6 { width:12.249875rem;height:4.7992625rem;top:110.94889831543rem;left:2.312283039093rem;font-size:2rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #zGNMPxgA2if0aUy1lqP0WyIlRvPMU6if { width:16.1246875rem;height:20.99393125rem;top:42.461483955383rem;left:3.1559247970581rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WNeaRsHyZPlPq2Xq51wX33EEQd3uaXvM { display:flex;width:3.68706875rem;height:3.68706875rem;top:19.836703300476rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PvQVFUNkqBS6nMGiTHw0XfUJULKCQtsy { width:16.6875rem;height:17.994775rem;top:20.7119140625rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qaJdWadmZqJyDW0iIXUrJEznb2iDmC26 { width:18.3745625rem;height:27.6248125rem;top:90.586485862731rem;left:0.81163215637206rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #T9npE4Se6WPaXQQFLw2ysTuCfSG3mSlK { display:flex;width:3.49989375rem;height:3.49989375rem;top:41.586372375488rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OG2QfBPSLh7uIIw6CHTBN9QQla7dBbzO { width:16.499rem;height:25.4925875rem;top:63.455405235288rem;left:2.312283039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F7MRaWGeZUWr1e43tvhnfPX1XnQ4H3vV { width:15.4375rem;height:8.997375rem;top:8.0625rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT10B0UyEyhFBLUg0dQvLqamKzIoTUBy { display:flex;width:3.3125rem;height:3.3125rem;top:8.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wCCApNqH1041mQOWmAWh8JFdrsJowM7s { display:flex;width:3.75rem;height:3.75rem;top:57.968751907349rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KJQxkeo7oT74QHq19uiV74vlFWfu0ciN { width:15.3125rem;height:6.7496875rem;top:109.97342300415rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #qBStTXXdVp4LaVeofcUcgHsNEcE4XqZL { width:20rem;height:2.3999rem;top:2.25rem;left:0rem;font-size:2rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 { display:block; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2x08MObIEJnOgrwTHmr3wRatiymb65Q { display:flex;width:2.999675rem;height:2.999675rem;top:29.687501907349rem;left:8.4998922348025rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #WxLmghraFHFuAaeM1VO1rNEg3miKJgdd { display:flex;width:3.37456875rem;height:3.37456875rem;top:36.041126251221rem;left:8.3121747970581rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #tMsBkk1WfuD4hVE1kou7iSyoZrdFWZmR { display:flex;width:3.937175rem;height:3.937175rem;top:40.659181594849rem;left:8.0311422348025rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #nuRE9ag5FKts31nLlS6XK0qzHi62pRTB { width:10.4373125rem;height:10.4373125rem;top:5.749240398407rem;left:9.5621747970581rem;background-color:transparent;background-image: -webkit-linear-gradient(192deg, #fafafa, #ebebeb);background-image: -moz-linear-gradient(192deg, #fafafa, #ebebeb);background-image: -ms-linear-gradient(192deg, #fafafa, #ebebeb);background-image: -o-linear-gradient(192deg, #fafafa, #ebebeb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ebebeb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ebebeb' );";background-image: linear-gradient(192deg, #fafafa, #ebebeb);background-size:auto !important;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #fIDLvTPhMT5PEsxOhOkLl4zwqZNoKJk6 { width:6.7496875rem;height:1.687825rem;top:33.639867782593rem;left:6.624891757965rem;font-size:1.125rem;color:#fafafa;display:block; }
 }@media only screen and (max-width: 763px) { #TeG6ySQ7p7Ji9S9yUeJcCsaEKvtdueDx { width:18.0620625rem;height:42.1875rem;top:10.387370228767rem;left:0.96788215637206rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #fafafa, #b50707);background-image: -moz-linear-gradient(125deg, #fafafa, #b50707);background-image: -ms-linear-gradient(125deg, #fafafa, #b50707);background-image: -o-linear-gradient(125deg, #fafafa, #b50707);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b50707' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b50707' );";background-image: linear-gradient(125deg, #fafafa, #b50707);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WSIPNtDB0UhbmGsgUEPHCl4olaeSRsNQ { width:17.7495625rem;height:1.31239375rem;top:39.381511688233rem;left:1.1246745586395rem;font-size:0.875rem;color:#fafafa;display:block; }
 }@media only screen and (max-width: 763px) { #mRRdfuyb7EHRKIE9P2TstSOgz43rg5MV { width:13.75rem;height:5.9982625rem;top:45.436740875244rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;color:#d9dde3;display:block; }
 }@media only screen and (max-width: 763px) { #IGcqRRAcHTIx7upF3XZS68QTbUyxpIaF { width:18.5623125rem;height:1.49956875rem;top:59.345706939698rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cn09W8cWEBsNcIw7AGr8GkzNvDUSlUQA { width:10.249rem;height:3.125rem;top:52.540149688721rem;left:4.1569013595581rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7vkv6FsZnFLUvHgTCvw2lFP8nbP4TWp { display:block; }
 }@media only screen and (max-width: 763px) { #Z1MMLGeTZZKhFsgETMvkb55OPayhmo10 { width:9.375rem;height:3.75rem;top:55.630428314209rem;left:4.0342884063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEdrUIJfm7TpAMT0WzegzghGTITU5TIy { display:block; }
 }@media only screen and (max-width: 763px) { #kx2vfH47TqTtrWrrZ6T1GLkVUTQGmMs3 { width:15.1871875rem;height:13.125rem;top:13.748372554779rem;left:2.4061417579651rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#fafafa;display:block; }
 }