.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:247,220,220;--color-primary-1:230,140,140;--color-primary-2:204,24,24;--color-primary-3:102,12,12;--color-primary-4:31,4,4;--color-secondary-0:255,247,217;--color-secondary-1:255,230,128;--color-secondary-2:255,204,0;--color-secondary-3:128,102,0;--color-secondary-4:38,31,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { 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;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:segoe;height:6.8125rem;width:75rem;position:relative;display:block; }#k12s5wgVFVxWOpbzhzr1F3NobkOx2J0V { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:11rem;top:1.21875rem;left:1.5rem;overflow:hidden;display:block; }
#X2ScNeSbA6Xig6VspNlDdpw2swbclnOD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:15.375rem;top:0rem;left:59.4375rem;overflow:hidden;display:block; }
#q725TraodTP5otRmq6pGAbVsvsvzKH1k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f4;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; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container { background-color: transparent; background-image: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container > .video-iframe-container { display: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row > .video-iframe-container { display: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .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); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container { border-width: 0; border-radius: 0; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:block; }#EDfKvEiwM0hE7KxHxDzM9zBPirglPha2 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.0625rem;position:absolute;font-family:oswald;font-size:5.625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:9.3095703125rem;left:37.623046875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#F8DfP0e9MFDkTlhWchu1mlRxFehX5PzP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:oswald;font-size:5rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:4.8125rem;left:37.625rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WPBnNatoDFmGLq9QSPU6tvZLyH9dSsFJ { color:rgba(var(--color-primary-2),1);display:block;width:37.875rem;position:absolute;font-family:"inter tight";font-size:5.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9885416030884rem;left:1.5rem;height:6.58125rem;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;font-style:normal;display:block; }
#AwzEzi9F4naf0iDO01NQdChrT85n5m3O { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:17.6875rem;display:none; }
#FvwOzf5J6KkcWTIBEI9sBMMi3t7kyH8o { position:absolute;display:block;z-index:14999;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:18.875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Tnq57meNRp9whlkmRsxwWweQzvbnE6Zf { color:#1d1d1d;display:block;width:37.875rem;position:absolute;font-family:"inter tight";font-size:3.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.7385406494137rem;left:1.5rem;height:4.225rem;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;font-style:normal;display:block; }
#z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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; }#z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh > .row .container { background-color: transparent; background-image: none; }#z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh > .row .container > .video-iframe-container { display: none; }#z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh > .row > .video-iframe-container { display: none; }#z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh > .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); }#z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh > .row .container { border-width: 0; border-radius: 0; }#z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#pxLGoxDC0R9QL7r6T0I5XF8EzihQOLBu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#pxLGoxDC0R9QL7r6T0I5XF8EzihQOLBu > .row .container { background-color: transparent; background-image: none; }#pxLGoxDC0R9QL7r6T0I5XF8EzihQOLBu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxLGoxDC0R9QL7r6T0I5XF8EzihQOLBu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxLGoxDC0R9QL7r6T0I5XF8EzihQOLBu > .row .container > .video-iframe-container { display: none; }#pxLGoxDC0R9QL7r6T0I5XF8EzihQOLBu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxLGoxDC0R9QL7r6T0I5XF8EzihQOLBu > .row > .video-iframe-container { display: none; }#pxLGoxDC0R9QL7r6T0I5XF8EzihQOLBu > .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); }#pxLGoxDC0R9QL7r6T0I5XF8EzihQOLBu > .row .container { border-width: 0; border-radius: 0; }#pxLGoxDC0R9QL7r6T0I5XF8EzihQOLBu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxLGoxDC0R9QL7r6T0I5XF8EzihQOLBu > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#hh7BB7e4RswXzTr4Q8mg8K0ofyHLo9k6 { position:relative;display:block; }#hh7BB7e4RswXzTr4Q8mg8K0ofyHLo9k6 { background-color: transparent; background-image: none; }#hh7BB7e4RswXzTr4Q8mg8K0ofyHLo9k6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hh7BB7e4RswXzTr4Q8mg8K0ofyHLo9k6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hh7BB7e4RswXzTr4Q8mg8K0ofyHLo9k6 > .row .container > .video-iframe-container { display: none; }#hh7BB7e4RswXzTr4Q8mg8K0ofyHLo9k6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hh7BB7e4RswXzTr4Q8mg8K0ofyHLo9k6 > .row > .video-iframe-container { display: none; }#hh7BB7e4RswXzTr4Q8mg8K0ofyHLo9k6 > .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); }#hh7BB7e4RswXzTr4Q8mg8K0ofyHLo9k6 { border-width: 0; border-radius: 0; }#hh7BB7e4RswXzTr4Q8mg8K0ofyHLo9k6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hh7BB7e4RswXzTr4Q8mg8K0ofyHLo9k6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#voN0xBq8TNPAaWqmWagl3gdmqGTcqI1n { z-index:15010;top:18.625rem;left:36.75rem;background-color:rgba(var(--color-primary-2),1);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:11.75rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AJ47CgAJxC9t6h4m67MIa2Sb55nkSDSn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pEeO53oyBGcOfk4hcsdK3LE8uTscznZ5 { color:#0e0c0c;display:block;width:11.5625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:19.5rem;left:28.6875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#rgQiQ7o29CmUmcR9ehw0wt8D3W6OuX32 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:19.375rem;left:26.5625rem; }
#CC8I2pmU18ssdx7VBqUiENPhTsQoFbZR { color:#1d1d1d;display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.125rem;left:12.28125rem;height:1.70625rem;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;text-align:center;text-align-last:center;display:block; }
#W46xtMpH1CoX5NOan6dCRrMHzIIo86uV { position:absolute;display:block;z-index:15007;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:12.875rem;width:73.4375rem;top:5.5812492370606rem;left:0.59375rem;overflow:hidden;display:block; }
#Fid2E6bqOfLi39ePEvfxGXtozmbfhzk6 { box-sizing:content-box;height:21.4375rem;width:73.9375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:1.4375rem;left:0.46875rem;border-top:0.0625rem solid #e1e1e1;border-left:0.0625rem solid #e1e1e1;border-right:0.0625rem solid #e1e1e1;border-bottom:0.0625rem solid #e1e1e1;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;display:block; }
#TXf8623lKeGOxZXgWJa0uehHidcIvI7S { position:relative;display:block; }#TXf8623lKeGOxZXgWJa0uehHidcIvI7S { background-color: transparent; background-image: none; }#TXf8623lKeGOxZXgWJa0uehHidcIvI7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXf8623lKeGOxZXgWJa0uehHidcIvI7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXf8623lKeGOxZXgWJa0uehHidcIvI7S > .row .container > .video-iframe-container { display: none; }#TXf8623lKeGOxZXgWJa0uehHidcIvI7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXf8623lKeGOxZXgWJa0uehHidcIvI7S > .row > .video-iframe-container { display: none; }#TXf8623lKeGOxZXgWJa0uehHidcIvI7S > .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); }#TXf8623lKeGOxZXgWJa0uehHidcIvI7S { border-width: 0; border-radius: 0; }#TXf8623lKeGOxZXgWJa0uehHidcIvI7S > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TXf8623lKeGOxZXgWJa0uehHidcIvI7S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SFOXVAEbMerqeTmw53JZsOyFhxDENGlA { color:#1d1d1d;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:22.1875rem;left:1.03125rem;height:1.38125rem;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;text-align:center;text-align-last:center;display:block; }
#zmwhBvzv5gD2mtbTJffkbWPN99N75KmR { color:rgba(var(--color-primary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.5rem;left:-0.0625rem;height:1.54375rem;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;text-align:center;text-align-last:center;display:block; }
#VqTh1Z6WKzCnLZDiIxbbzb8ncO5ZyDpM { z-index:15010;top:30.1875rem;left:3.5rem;background-color:rgba(var(--color-primary-2),1);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:11.75rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZAs2lQ5bTkHzOe9e3I76J4BnbC0HbZJ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cRLepw2vu4A7z9qdBHNgLgHofQtiiGKB { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:28.4375rem;left:6.375rem; }
#aEVSfO1pyhM0TTv3LyAMRIsXkz7gvxio { color:rgba(var(--color-primary-2),1);display:block;width:7rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:28.5625rem;left:8.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#DZKBgs03UbgSnfue2hzuOu9XlIl1Hion { position:absolute;display:block;z-index:15067;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:18.125rem;width:13.125rem;top:3.25rem;left:3.09375rem;overflow:hidden;display:block; }
#RgXbGtsTmbkznTPEdHcURbHTxyRPme7I { z-index:15016;top:30.1875rem;left:22.3125rem;background-color:rgba(var(--color-primary-2),1);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:11.75rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qaIerFIuTsD4hkHOnt0aHLdGXT17HQ6X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GTBdrz3AKSQa0rQSN8PUlwlrRZ5RLh0T { color:#0e0c0c;display:block;width:9.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:28.5625rem;left:25.3125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#roDniJl1a530zATq61nfX3LtgPaSZggz { color:#1d1d1d;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.1875rem;left:19.75rem;height:4.14375rem;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;text-align:center;text-align-last:center;display:block; }
#PgEMUwuJdmoT2LSG1DJbanXBeQ5wN1gn { position:absolute;display:block;z-index:15073;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:18.0625rem;width:13.125rem;top:3.25rem;left:21.8125rem;overflow:hidden;display:block; }
#lx0cfQywL7XC05wLvbg8Tg2umfGZJUFX { color:rgba(var(--color-primary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.5rem;left:18.75rem;height:1.54375rem;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;text-align:center;text-align-last:center;display:block; }
#ZHpf4T9tDZk8s5sgqitxuLyOSw3UN7oF { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:28.4375rem;left:23.5625rem; }
#twfVOT1l05avISBBHO9KEyeTfF4HmHC8 { z-index:15021;top:30.1875rem;left:40.9375rem;background-color:rgba(var(--color-primary-2),1);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:11.75rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Lids0UaWK6LuaKOecT497TiG5uwEfZsl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTOn7uaDFITrnOOhUaQKcMqGSCbWApmx { color:#0e0c0c;display:block;width:9.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:28.5625rem;left:43.75rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#uqEnRu4PLu44oMOMAMCUqya0iUmZn3oB { color:#1d1d1d;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.1875rem;left:38.53125rem;height:5.525rem;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;text-align:center;text-align-last:center;display:block; }
#d3dqVvk2Q3k4IgS8uJUL4sZghCSLhInr { position:absolute;display:block;z-index:15078;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:18.0625rem;width:13.125rem;top:3.25rem;left:40.4375rem;overflow:hidden;display:block; }
#PVatUtP9Z3g8oHuoJPDg8lL377cNkgXB { color:rgba(var(--color-primary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.5rem;left:37.375rem;height:1.54375rem;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;text-align:center;text-align-last:center;display:block; }
#mWPLdVhcHnEH4Wf3FOLKze6rFLPvLMkv { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:28.4375rem;left:42rem; }
#wIWTe1x9GHtHRHu6VP2nWeV6T7KAa1dB { z-index:15026;top:30.1875rem;left:59.75rem;background-color:rgba(var(--color-primary-2),1);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:11.75rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zod3PQ8KTvsSCS8yn6IJfsJtDidxH4Qi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KlSR8QHelsN3IOXhH2faxoObGLm9thfi { color:#0e0c0c;display:block;width:9.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:28.5625rem;left:62.0625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#QwTsB2lh7xfiPyLXzLKJW56VTJ7u5lC4 { color:#1d1d1d;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:22.1875rem;left:57.34375rem;height:4.14375rem;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;text-align:center;text-align-last:center;display:block; }
#PWRinJ2M5PbcJ8cL8dVS5NWVfSOXpR1J { position:absolute;display:block;z-index:15083;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:18.0625rem;width:13.125rem;top:3.25rem;left:59.25rem;overflow:hidden;display:block; }
#RpfN0HCoaRdBrbvZUzUqDmowEUgEt7OP { color:rgba(var(--color-primary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:1.5rem;left:56.1875rem;height:1.54375rem;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;text-align:center;text-align-last:center;display:block; }
#bISuflhTklO6i4MpvdXiRwrFFhV8RKiL { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:28.4375rem;left:60.3125rem; }
#LJVGkKdW9eFy6m5ZytrbtcA4ULbgcLIp { box-sizing:content-box;height:34.375rem;width:17.6875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:0.5625rem;left:0.53125rem;border-top:0.0625rem solid #e1e1e1;border-left:0.0625rem solid #e1e1e1;border-right:0.0625rem solid #e1e1e1;border-bottom:0.0625rem solid #e1e1e1;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;display:block; }
#C1sLiTOvhnqGDFHDwSvuBlO2JZKhvX84 { box-sizing:content-box;height:34.375rem;width:17.6875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:0.5625rem;left:19.21875rem;border-top:0.0625rem solid #e1e1e1;border-left:0.0625rem solid #e1e1e1;border-right:0.0625rem solid #e1e1e1;border-bottom:0.0625rem solid #e1e1e1;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;display:block; }
#TGzMtncZqQnNsD22ZKVTmMxyEQvSvJgc { box-sizing:content-box;height:34.375rem;width:17.6875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:0.5625rem;left:37.96875rem;border-top:0.0625rem solid #e1e1e1;border-left:0.0625rem solid #e1e1e1;border-right:0.0625rem solid #e1e1e1;border-bottom:0.0625rem solid #e1e1e1;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;display:block; }
#mFC6au5N8wZitChB44iTAWAO3xFLu1rp { box-sizing:content-box;height:34.375rem;width:17.6875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:0.5625rem;left:56.78125rem;border-top:0.0625rem solid #e1e1e1;border-left:0.0625rem solid #e1e1e1;border-right:0.0625rem solid #e1e1e1;border-bottom:0.0625rem solid #e1e1e1;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;display:block; }
#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { background-color: transparent; background-image: none; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container > .video-iframe-container { display: none; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row > .video-iframe-container { display: none; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .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); }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { border-width: 0; border-radius: 0; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#IcmuNhGAcmC7DCCgH4MynnXQ98OoMNoW { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:1.13769375rem;font-style:normal;display:block; }
#hbQ7IfGuJvOO7lB0ialfmMN87POmKFXq { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:45.3125rem;height:2.275rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k12s5wgVFVxWOpbzhzr1F3NobkOx2J0V { top:1.1875rem;left:0rem;width:11rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2ScNeSbA6Xig6VspNlDdpw2swbclnOD { top:0rem;left:32.375rem;width:15.375rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q725TraodTP5otRmq6pGAbVsvsvzKH1k { display:block; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDfKvEiwM0hE7KxHxDzM9zBPirglPha2 { top:9.25rem;left:9.6875rem;width:38.0625rem;height:5.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8DfP0e9MFDkTlhWchu1mlRxFehX5PzP { top:4.8125rem;left:24rem;width:16.75rem;height:5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPBnNatoDFmGLq9QSPU6tvZLyH9dSsFJ { top:4rem;left:0rem;width:37.875rem;height:6.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwzEzi9F4naf0iDO01NQdChrT85n5m3O { width:17.6875rem;height:18.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvwOzf5J6KkcWTIBEI9sBMMi3t7kyH8o { top:0rem;left:0rem;width:47.75rem;height:12.017083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnq57meNRp9whlkmRsxwWweQzvbnE6Zf { top:9.6875rem;left:0rem;width:37.875rem;height:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh { display:block; }#z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxLGoxDC0R9QL7r6T0I5XF8EzihQOLBu { display:block; }#pxLGoxDC0R9QL7r6T0I5XF8EzihQOLBu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hh7BB7e4RswXzTr4Q8mg8K0ofyHLo9k6 { display:block; }#hh7BB7e4RswXzTr4Q8mg8K0ofyHLo9k6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voN0xBq8TNPAaWqmWagl3gdmqGTcqI1n { top:18.625rem;left:23.125rem;width:11.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ47CgAJxC9t6h4m67MIa2Sb55nkSDSn { display:block; }
 }@media only screen and (max-width: 763px) { #pEeO53oyBGcOfk4hcsdK3LE8uTscznZ5 { top:19.5rem;left:15.0625rem;width:11.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgQiQ7o29CmUmcR9ehw0wt8D3W6OuX32 { top:19.375rem;left:12.9375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC8I2pmU18ssdx7VBqUiENPhTsQoFbZR { top:3.125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W46xtMpH1CoX5NOan6dCRrMHzIIo86uV { top:5.5625rem;left:0rem;width:47.75rem;height:8.3714893617021rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fid2E6bqOfLi39ePEvfxGXtozmbfhzk6 { top:1.4375rem;left:0rem;width:47.625rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXf8623lKeGOxZXgWJa0uehHidcIvI7S { display:block; }#TXf8623lKeGOxZXgWJa0uehHidcIvI7S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFOXVAEbMerqeTmw53JZsOyFhxDENGlA { top:22.1875rem;left:0rem;width:16.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmwhBvzv5gD2mtbTJffkbWPN99N75KmR { top:1.5rem;left:0rem;width:18.8125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqTh1Z6WKzCnLZDiIxbbzb8ncO5ZyDpM { top:30.1875rem;left:0.09375rem;width:11.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAs2lQ5bTkHzOe9e3I76J4BnbC0HbZJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #cRLepw2vu4A7z9qdBHNgLgHofQtiiGKB { top:28.4375rem;left:2.96875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEVSfO1pyhM0TTv3LyAMRIsXkz7gvxio { top:28.5625rem;left:4.78125rem;width:7rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZKBgs03UbgSnfue2hzuOu9XlIl1Hion { top:3.25rem;left:0rem;width:13.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgXbGtsTmbkznTPEdHcURbHTxyRPme7I { top:30.1875rem;left:12.09375rem;width:11.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaIerFIuTsD4hkHOnt0aHLdGXT17HQ6X { display:block; }
 }@media only screen and (max-width: 763px) { #GTBdrz3AKSQa0rQSN8PUlwlrRZ5RLh0T { top:28.5625rem;left:14.0625rem;width:9.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #roDniJl1a530zATq61nfX3LtgPaSZggz { top:22.1875rem;left:7.1875rem;width:16.6875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgEMUwuJdmoT2LSG1DJbanXBeQ5wN1gn { top:3.25rem;left:10.75rem;width:13.125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx0cfQywL7XC05wLvbg8Tg2umfGZJUFX { top:1.5rem;left:5.0625rem;width:18.8125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHpf4T9tDZk8s5sgqitxuLyOSw3UN7oF { top:28.4375rem;left:13.34375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twfVOT1l05avISBBHO9KEyeTfF4HmHC8 { top:30.1875rem;left:23.90625rem;width:11.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lids0UaWK6LuaKOecT497TiG5uwEfZsl { display:block; }
 }@media only screen and (max-width: 763px) { #oTOn7uaDFITrnOOhUaQKcMqGSCbWApmx { top:28.5625rem;left:26.5625rem;width:9.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqEnRu4PLu44oMOMAMCUqya0iUmZn3oB { top:22.1875rem;left:19.125rem;width:16.6875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3dqVvk2Q3k4IgS8uJUL4sZghCSLhInr { top:3.25rem;left:22.6875rem;width:13.125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVatUtP9Z3g8oHuoJPDg8lL377cNkgXB { top:1.5rem;left:5.0625rem;width:18.8125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWPLdVhcHnEH4Wf3FOLKze6rFLPvLMkv { top:28.4375rem;left:24.96875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIWTe1x9GHtHRHu6VP2nWeV6T7KAa1dB { top:30.1875rem;left:35.90625rem;width:11.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zod3PQ8KTvsSCS8yn6IJfsJtDidxH4Qi { display:block; }
 }@media only screen and (max-width: 763px) { #KlSR8QHelsN3IOXhH2faxoObGLm9thfi { top:28.5625rem;left:38.21875rem;width:9.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwTsB2lh7xfiPyLXzLKJW56VTJ7u5lC4 { top:22.1875rem;left:31.0625rem;width:16.6875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWRinJ2M5PbcJ8cL8dVS5NWVfSOXpR1J { top:3.25rem;left:34.625rem;width:13.125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpfN0HCoaRdBrbvZUzUqDmowEUgEt7OP { top:1.5rem;left:17rem;width:18.8125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bISuflhTklO6i4MpvdXiRwrFFhV8RKiL { top:28.4375rem;left:36.46875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJVGkKdW9eFy6m5ZytrbtcA4ULbgcLIp { top:0.5625rem;left:0rem;width:17.6875rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1sLiTOvhnqGDFHDwSvuBlO2JZKhvX84 { top:0.5625rem;left:6.0625rem;width:17.6875rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGzMtncZqQnNsD22ZKVTmMxyEQvSvJgc { top:0.5625rem;left:18rem;width:17.6875rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFC6au5N8wZitChB44iTAWAO3xFLu1rp { top:0.5625rem;left:29.9375rem;width:17.6875rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx { display:block; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcmuNhGAcmC7DCCgH4MynnXQ98OoMNoW { top:2.5rem;left:0rem;width:22.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbQ7IfGuJvOO7lB0ialfmMN87POmKFXq { top:2.5rem;left:0rem;width:29.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k12s5wgVFVxWOpbzhzr1F3NobkOx2J0V { width:10.99975rem;height:4.375rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2ScNeSbA6Xig6VspNlDdpw2swbclnOD { width:16.9375rem;height:7.5625rem;top:6.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q725TraodTP5otRmq6pGAbVsvsvzKH1k { background-color:#f3f3f4;background-image:none;display:block; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container { background-color: transparent; background-image: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container > .video-iframe-container { display: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row > .video-iframe-container { display: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .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); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDfKvEiwM0hE7KxHxDzM9zBPirglPha2 { width:19.875rem;height:3.875rem;top:16.7412109375rem;left:0.1845703125rem;font-size:3.25rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F8DfP0e9MFDkTlhWchu1mlRxFehX5PzP { width:9.875rem;height:3.25rem;top:14.2685546875rem;left:5.0625rem;font-size:2.75rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WPBnNatoDFmGLq9QSPU6tvZLyH9dSsFJ { width:20rem;height:3.075rem;top:1.1916666030884rem;left:0rem;font-size:2.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AwzEzi9F4naf0iDO01NQdChrT85n5m3O { top:0rem;left:0rem;width:20rem;height:20.4375rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FvwOzf5J6KkcWTIBEI9sBMMi3t7kyH8o { width:14.8125rem;height:3.75rem;top:27.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tnq57meNRp9whlkmRsxwWweQzvbnE6Zf { width:20rem;height:1.875rem;top:4.3468742370606rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh { background-color:#ffcc00;background-image:none;display:block; }#z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh > .row .container { background-color: transparent; background-image: none; }#z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh > .row .container > .video-iframe-container { display: none; }#z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh > .row > .video-iframe-container { display: none; }#z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh > .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); }#z9KPMmTmTkbvRlFFMXTRCcloynqAnRUh > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxLGoxDC0R9QL7r6T0I5XF8EzihQOLBu { display:block; }#pxLGoxDC0R9QL7r6T0I5XF8EzihQOLBu > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hh7BB7e4RswXzTr4Q8mg8K0ofyHLo9k6 { display:block; }#hh7BB7e4RswXzTr4Q8mg8K0ofyHLo9k6 > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voN0xBq8TNPAaWqmWagl3gdmqGTcqI1n { top:12.3125rem;left:3.75rem;width:12.5rem;height:3rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AJ47CgAJxC9t6h4m67MIa2Sb55nkSDSn { display:block; }
 }@media only screen and (max-width: 763px) { #pEeO53oyBGcOfk4hcsdK3LE8uTscznZ5 { width:10.6875rem;height:1.21875rem;top:10.625rem;left:7.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #rgQiQ7o29CmUmcR9ehw0wt8D3W6OuX32 { display:flex;width:1.4375rem;height:1.4375rem;top:10.5rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #CC8I2pmU18ssdx7VBqUiENPhTsQoFbZR { width:18.1875rem;height:2.4rem;top:2.5rem;left:0.90625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W46xtMpH1CoX5NOan6dCRrMHzIIo86uV { width:19.125rem;height:3.3125rem;top:6.3343734741213rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fid2E6bqOfLi39ePEvfxGXtozmbfhzk6 { width:20rem;height:15.5625rem;top:1.125rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #TXf8623lKeGOxZXgWJa0uehHidcIvI7S { display:block; }#TXf8623lKeGOxZXgWJa0uehHidcIvI7S > .row .container { width:20rem;height:132.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFOXVAEbMerqeTmw53JZsOyFhxDENGlA { width:20rem;height:1.2rem;top:21.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zmwhBvzv5gD2mtbTJffkbWPN99N75KmR { width:20rem;height:1.35rem;top:1.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VqTh1Z6WKzCnLZDiIxbbzb8ncO5ZyDpM { top:24.875rem;left:4.25rem;width:11.75rem;height:3rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZAs2lQ5bTkHzOe9e3I76J4BnbC0HbZJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #cRLepw2vu4A7z9qdBHNgLgHofQtiiGKB { display:flex;width:1.4375rem;height:1.4375rem;top:23.25rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #aEVSfO1pyhM0TTv3LyAMRIsXkz7gvxio { width:6.6875rem;height:1.21875rem;top:23.375rem;left:8.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #DZKBgs03UbgSnfue2hzuOu9XlIl1Hion { width:13.0625rem;height:18.0625rem;top:3.2250003814698rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgXbGtsTmbkznTPEdHcURbHTxyRPme7I { top:58.893753051757rem;left:4.125rem;width:11.75rem;height:3rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qaIerFIuTsD4hkHOnt0aHLdGXT17HQ6X { display:block; }
 }@media only screen and (max-width: 763px) { #GTBdrz3AKSQa0rQSN8PUlwlrRZ5RLh0T { width:8.8125rem;height:1.21875rem;top:57.049999237061rem;left:7.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #roDniJl1a530zATq61nfX3LtgPaSZggz { width:18.3125rem;height:3.6rem;top:52.349998474121rem;left:0.84375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PgEMUwuJdmoT2LSG1DJbanXBeQ5wN1gn { width:13.125rem;height:18.0625rem;top:34.287498474121rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx0cfQywL7XC05wLvbg8Tg2umfGZJUFX { width:20rem;height:1.35rem;top:32.262500762939rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZHpf4T9tDZk8s5sgqitxuLyOSw3UN7oF { display:flex;width:1.4375rem;height:1.4375rem;top:56.940624237061rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #twfVOT1l05avISBBHO9KEyeTfF4HmHC8 { top:92.637496948244rem;left:4.125rem;width:11.75rem;height:3rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Lids0UaWK6LuaKOecT497TiG5uwEfZsl { display:block; }
 }@media only screen and (max-width: 763px) { #oTOn7uaDFITrnOOhUaQKcMqGSCbWApmx { width:9.25rem;height:1.21875rem;top:91.106246948244rem;left:7.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #uqEnRu4PLu44oMOMAMCUqya0iUmZn3oB { width:17.875rem;height:3.6rem;top:86.181251525881rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d3dqVvk2Q3k4IgS8uJUL4sZghCSLhInr { width:13.125rem;height:18.0625rem;top:67.556251525881rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVatUtP9Z3g8oHuoJPDg8lL377cNkgXB { width:18.8125rem;height:1.35rem;top:66.206253051756rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mWPLdVhcHnEH4Wf3FOLKze6rFLPvLMkv { display:flex;width:1.4375rem;height:1.4375rem;top:90.996871948244rem;left:5.53125rem; }
 }@media only screen and (max-width: 763px) { #wIWTe1x9GHtHRHu6VP2nWeV6T7KAa1dB { top:126.18125152588rem;left:4.125rem;width:11.75rem;height:3rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zod3PQ8KTvsSCS8yn6IJfsJtDidxH4Qi { display:block; }
 }@media only screen and (max-width: 763px) { #KlSR8QHelsN3IOXhH2faxoObGLm9thfi { width:9.25rem;height:1.21875rem;top:124.5625rem;left:7.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #QwTsB2lh7xfiPyLXzLKJW56VTJ7u5lC4 { width:18rem;height:3.6rem;top:119.86250305176rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PWRinJ2M5PbcJ8cL8dVS5NWVfSOXpR1J { width:13.125rem;height:18.0625rem;top:101.30000305176rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpfN0HCoaRdBrbvZUzUqDmowEUgEt7OP { width:18.8125rem;height:1.35rem;top:99.949996948244rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bISuflhTklO6i4MpvdXiRwrFFhV8RKiL { display:flex;width:1.4375rem;height:1.4375rem;top:124.4375rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #LJVGkKdW9eFy6m5ZytrbtcA4ULbgcLIp { width:20rem;height:28.6875rem;top:0.5625rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #C1sLiTOvhnqGDFHDwSvuBlO2JZKhvX84 { width:20rem;height:32.375rem;top:30.993751525879rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #TGzMtncZqQnNsD22ZKVTmMxyEQvSvJgc { width:20rem;height:32rem;top:65.200000762938rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #mFC6au5N8wZitChB44iTAWAO3xFLu1rp { width:20rem;height:31.9375rem;top:98.868751525881rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx { display:block; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcmuNhGAcmC7DCCgH4MynnXQ98OoMNoW { width:20rem;height:1.13769375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbQ7IfGuJvOO7lB0ialfmMN87POmKFXq { width:20rem;height:2.275rem;top:3rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }