.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#ztlUl2Lq56ADzw40xuiJW7aXv7oRtQJu { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:10.125rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#y0E5TbSuP9P500g2slVqJ1NlpryrC2Ax { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:notosansjpbold;font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9312496185302rem;left:32.78750038147rem;height:1.1375rem;font-style:normal;display:block; }
#z3JAqiPozdFZgsw7RPTbznTI8v1ikSOv { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:"roboto slab";font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9312496185302rem;left:37.28750038147rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IQdBta0Dkmg5aVslT7sardMTShPhhw3N { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:"roboto slab";font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9312496185302rem;left:45.35000038147rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MMb4QpVZpfSS9ozseo5xCJxmosJQOrbi { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:notosansjpbold;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9312496185302rem;left:50.78750038147rem;height:1.1375rem;font-style:normal;display:block; }
#uhhQPBKaSTG5oKQ8rKd3qr9rUni3Uf4s { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:notosansjpbold;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9312496185302rem;left:56.35000038147rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QT8CGG88PZsI2eRHRycy2VONEwTex976 { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:notosansjpbold;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9312496185302rem;left:62.787500381469rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zO6QQxCiOn4bMa9Q6lg6V2BzJ2uaXHIt { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:notosansjpbold;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9312496185302rem;left:70.12500190735rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4THAvWgCF1b4w9IXWUlMIpoV8rWJRBH { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.21875rem;left:32.062501907349rem;display:block; }
#iL66rJoIKUocHC42Qk10qdwGhzQvpWzI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nIKfLELkJxyS162bDI0qHAI6GR7DWG92 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.28125rem;left:44.83749961853rem;display:block; }
#gEa6gF5x4Nu3KhySr2vIGZyK1cfggVSw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TIRxIgvhtQTGyDF10vn851FkNTAPOZyk { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.3125rem;left:55.6875rem;display:block; }
#X1gFtwsSsTSJt3uMuhmObofa2wIQvDI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hPw55yK8C4VfZeH06o6VeWB6P1Fktcd7 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.28125rem;left:62.25625038147rem;display:block; }
#R8GrpRXilohpuMSTZf71nyIBWCJlUhOJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yfCpdLp4slxgCKAGsTl2SHIpXWpKT617 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:2.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.28125rem;left:69.5625rem;display:block; }
#F1HKW0AwZSHsBMGOnLuHQRPHKEFcgZv7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dxkzAAmILEeCH43TRnJ6L7RLmt5GN5UM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dxkzAAmILEeCH43TRnJ6L7RLmt5GN5UM > .row .container { background-color: transparent; background-image: none; }#dxkzAAmILEeCH43TRnJ6L7RLmt5GN5UM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.44); }#dxkzAAmILEeCH43TRnJ6L7RLmt5GN5UM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxkzAAmILEeCH43TRnJ6L7RLmt5GN5UM > .row .container > .video-iframe-container { display: none; }#dxkzAAmILEeCH43TRnJ6L7RLmt5GN5UM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.44); }#dxkzAAmILEeCH43TRnJ6L7RLmt5GN5UM > .row > .video-iframe-container { display: block; }#dxkzAAmILEeCH43TRnJ6L7RLmt5GN5UM > .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); }#dxkzAAmILEeCH43TRnJ6L7RLmt5GN5UM > .row .container { border-width: 0; border-radius: 0; }#dxkzAAmILEeCH43TRnJ6L7RLmt5GN5UM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dxkzAAmILEeCH43TRnJ6L7RLmt5GN5UM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dxkzAAmILEeCH43TRnJ6L7RLmt5GN5UM > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;position:relative;display:block; }#oTAS01Q3rppRyyPSq4wbXHf2bvVPRBgV { color:#ffffff;display:block;width:46.25rem;position:absolute;font-family:notosansjpbold;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0rem;height:5.85rem;font-style:normal;display:block; }
#wQQzUCzo6FTdA9KMusMReKN5DXnTuSeI { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:39.1875rem;top:21.4375rem;left:-2.5rem;overflow:hidden;display:block; }
#uyqzdQSrkn7suwFeE3x8XdHJidFf3TDm { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:14.875rem;top:35rem;left:60.062501907349rem;overflow:hidden;display:none; }
#i3KOzmPGkSKDV5HRVJzRXNE2ZXtXMcOl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#i3KOzmPGkSKDV5HRVJzRXNE2ZXtXMcOl > .row .container { border-width: 0; border-radius: 0; }#i3KOzmPGkSKDV5HRVJzRXNE2ZXtXMcOl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i3KOzmPGkSKDV5HRVJzRXNE2ZXtXMcOl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i3KOzmPGkSKDV5HRVJzRXNE2ZXtXMcOl > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;position:relative;display:none; }#RH3T0VVT4ZcXx9XBPTwcE8crNqbRnk29 { color:#ffffff;display:block;width:46.25rem;position:absolute;font-family:notosansjpbold;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0rem;height:5.8496125rem;font-style:normal;display:block; }
#Tor0NJpnlfIC7k6FbgJc0OHiMpt2RqGJ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:39.1875rem;top:21.4375rem;left:-2.5rem;overflow:hidden;display:block; }
#uiHmUo0pHdHx9FQhnJxHxc4HAtXWbPNc { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:14.875rem;top:31.6875rem;left:60.125001907349rem;overflow:hidden;display:block; }
#e352u69UVPFv2ikvMWatIL7u5JQQcC6e { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#VT3O2RMr96zDbIKeB8syVcpJdqZDrspO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VT3O2RMr96zDbIKeB8syVcpJdqZDrspO > .row .container { border-width: 0; border-radius: 0; }#VT3O2RMr96zDbIKeB8syVcpJdqZDrspO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VT3O2RMr96zDbIKeB8syVcpJdqZDrspO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VT3O2RMr96zDbIKeB8syVcpJdqZDrspO > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;position:relative;display:none; }#nPwkOaI1JyGXobRPSASm0Bg30xFc6zhU { color:#ffffff;display:block;width:46.25rem;position:absolute;font-family:notosansjpbold;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0rem;height:5.8496125rem;font-style:normal;display:block; }
#UzMZkZPD7XLLgwImFasrdbWtsO9VHIqP { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:39.1875rem;top:21.4375rem;left:-2.5rem;overflow:hidden;display:block; }
#snk4pyx7iVP1aZMUCWQIP7dZe7lZNZsu { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:14.875rem;top:31.6875rem;left:60.125001907349rem;overflow:hidden;display:block; }
#oFZXRwXfgkHZCKgmu1rOeouHhTh4baBR { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#TO8GGDOhUEtAp2U7EdkwaL1pg0WSSXba { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0076bf, #00629d);background-image: -moz-linear-gradient(180deg, #0076bf, #00629d);background-image: -ms-linear-gradient(180deg, #0076bf, #00629d);background-image: -o-linear-gradient(180deg, #0076bf, #00629d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076bf', endColorstr='#00629d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076bf', endColorstr='#00629d' );";background-image: linear-gradient(180deg, #0076bf, #00629d);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TO8GGDOhUEtAp2U7EdkwaL1pg0WSSXba > .row .container { background-color: transparent; background-image: none; }#TO8GGDOhUEtAp2U7EdkwaL1pg0WSSXba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO8GGDOhUEtAp2U7EdkwaL1pg0WSSXba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO8GGDOhUEtAp2U7EdkwaL1pg0WSSXba > .row .container > .video-iframe-container { display: none; }#TO8GGDOhUEtAp2U7EdkwaL1pg0WSSXba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO8GGDOhUEtAp2U7EdkwaL1pg0WSSXba > .row > .video-iframe-container { display: none; }#TO8GGDOhUEtAp2U7EdkwaL1pg0WSSXba > .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); }#TO8GGDOhUEtAp2U7EdkwaL1pg0WSSXba > .row .container { border-width: 0; border-radius: 0; }#TO8GGDOhUEtAp2U7EdkwaL1pg0WSSXba > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TO8GGDOhUEtAp2U7EdkwaL1pg0WSSXba > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#Za5nqvqObKXdELukRodJ5KrFAsG3Xapp { color:#ffffff;display:block;width:54.625rem;position:absolute;font-family:notosansjp;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.6937503814698rem;left:10.1875rem;height:5.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJNDQgUidVWKBLKxPT7m1AbNDJrD0C3y { position:relative;display:block; }#JJNDQgUidVWKBLKxPT7m1AbNDJrD0C3y { background-color: transparent; background-image: none; }#JJNDQgUidVWKBLKxPT7m1AbNDJrD0C3y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJNDQgUidVWKBLKxPT7m1AbNDJrD0C3y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJNDQgUidVWKBLKxPT7m1AbNDJrD0C3y > .row .container > .video-iframe-container { display: none; }#JJNDQgUidVWKBLKxPT7m1AbNDJrD0C3y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJNDQgUidVWKBLKxPT7m1AbNDJrD0C3y > .row > .video-iframe-container { display: none; }#JJNDQgUidVWKBLKxPT7m1AbNDJrD0C3y > .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); }#JJNDQgUidVWKBLKxPT7m1AbNDJrD0C3y { border-width: 0; border-radius: 0; }#JJNDQgUidVWKBLKxPT7m1AbNDJrD0C3y > .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; }#JJNDQgUidVWKBLKxPT7m1AbNDJrD0C3y > .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:35.6875rem;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; }#A8zRLBTT6FxoDwa7ehn61e4DFBIH30z2 { color:#000000;display:block;width:54.625rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:5.0687503814697rem;left:10.1875rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eOmNdPtTHck065df26e6Gn5bEHUApDou { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15005;background-color:#e5f1fa;background-image:none;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:0rem;display:block; }
#NQNtIcnKrVty2X8casFIWELEiXviWKWb { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15006;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:5.375rem;display:block; }
#PvIUdTxwl4Zf42Sqbq0rFmVJXqEXil0M { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#00b359;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.125rem;left:0.875rem;display:block; }
#C4eIEKTvQTTqTpV5CWWZAmLrxWu7uaPE { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:notosansjp;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:15.5rem;left:0.8125rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RytFNAL0RJI2K3hP0WGzhnDvP32rqnNT { color:#0076bf;display:block;width:10.5625rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.6875rem;left:4.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UbMhX89le99ZRFtXotmI8gOILV2WpTeX { color:#0076bf;display:block;width:2.875rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17rem;left:14.25rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oRiqBD3N81tDGTebTPlwIxqE6RNFURps { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:23.25rem;left:5.125rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sEsI4f8dRQdTn6Bt7Jp4Ip7ATrQeBN4o { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:12.375rem;left:6.25rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IyMPQGWAfopS6LWWAAFwgFqAxvxU6VTT { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:26.875001907349rem;display:block; }
#EqL9tzKPA57tDpvJUbwDeZ30UqLQ42Z4 { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15007;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:32.250001907349rem;display:block; }
#wkQtcHMNTXAxSgHPcG6GOH9wqMqCGqu5 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:12.375rem;left:33.125001907349rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mpk4zfv3DWLICB1wBPxddcurQBUp4Gbx { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:53.750001907349rem;display:block; }
#MeHksgqGrRFK2bS6FmscFAQ8Wr9OTMmf { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15008;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:59.125001907349rem;display:block; }
#eJbQVuS9qb8NQ6RMVG4dudTGi8MRnnJg { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:12.375rem;left:60.000001907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eHW3d5VypokmvL8DcywFRFLfcdBJ0oP7 { color:#0076bf;display:block;width:6rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.6875rem;left:31.812501907349rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WiJ8FNePkqs4HgH54Uzy7ZVyPDSLbVi9 { color:#0076bf;display:block;width:5.8125rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17rem;left:37.300001144409rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#exAgsNTXbVN6Gen72yEd6A9h1MNofFXB { color:#0076bf;display:block;width:6rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.6875rem;left:57.625001907349rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VG5RZkV7nOlLdeksZWnHDpZyvq5XiM1H { color:#0076bf;display:block;width:8.5rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17rem;left:62.987497329712rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JLfiuT1BoZDqDx7eryOcon5CDX9pH412 { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:23.5rem;left:31.968751907349rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#agmkJtuA453RNRw53lgHOoqoJMVeMDT7 { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:23.5rem;left:58.843751907349rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VfEnhzPqxV21xV96AQ7fNTDn1L3cLJoe { background-color:#00b359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;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:notosansjpbold;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.537498474121rem;left:21.875rem;display:block; }
#JR0EnTEQKzRZHGvtvlUo1iaRJ4T7ZDNe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kSEQzEmTIA5sJB6CnwHmSupDO8KFmtkR { position:relative;display:none; }#kSEQzEmTIA5sJB6CnwHmSupDO8KFmtkR { border-width: 0; border-radius: 0; }#kSEQzEmTIA5sJB6CnwHmSupDO8KFmtkR > .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; }#kSEQzEmTIA5sJB6CnwHmSupDO8KFmtkR > .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:35.6875rem;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:none; }#THOA6R0VHzTPlnM2cSWLObEXsdqAWMat { color:#000000;display:block;width:54.625rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:5.0687503814697rem;left:10.1875rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fWB2bz4m7JmdVM4SRAokxTuFclgtLdSK { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15005;background-color:#e5f1fa;background-image:none;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:0rem;display:block; }
#NfTcnnmKsFpFe4Il1lN7TVXArmyfQafD { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15006;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:5.375rem;display:block; }
#rnKsK3SpN6sBizTExrylDf4v6NmofTDJ { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#00b359;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.125rem;left:0.875rem;display:block; }
#yowDSxZmfLUHGDRGDhvrJeE7d386rriI { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:notosansjp;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:15.5rem;left:0.8125rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AavrNgqAASRcsAxakC4smdlwDqUdVHVU { color:#0076bf;display:block;width:10.5625rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.6875rem;left:4.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KKXCHwNdgTW6JO521Ed8PJBITEJZ5OfH { color:#0076bf;display:block;width:2.875rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17rem;left:14.25rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WmE5Zi84lHG3KNJI754KENqy0vfz0zXT { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:23.25rem;left:5.125rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E9hWhTU9s6aRehEmC1v3QU1F4mCtDcIS { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:12.375rem;left:6.25rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PUQl4TSPeKWnGgaZST7iCZTWXJ6S6rgp { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:26.875001907349rem;display:block; }
#JB9ab3Ky8NxqzTJGRpDxJW89ZPHvNl72 { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15007;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:32.250001907349rem;display:block; }
#lFFRl3RQWDN77ghWf1Wao3CzZwaJB9K7 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:12.375rem;left:33.125001907349rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HukBV4Q9HVKJPxmQcLcHqvbAJCWmrwS7 { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:53.750001907349rem;display:block; }
#x6MZUJmVu5sgF3oiFwMWXa0yGswMGfwH { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15008;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:59.125001907349rem;display:block; }
#M1faTVzsK5fMxlmOBq5NnM8UkBBt6sQz { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:12.375rem;left:60.000001907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Neu5C74y9vLOxZvhHGQHQI8kBcLUWAOG { color:#0076bf;display:block;width:6rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.6875rem;left:31.812501907349rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p87N1BE73oUrodS0a0732JPivhV1KTUe { color:#0076bf;display:block;width:5.8125rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17rem;left:37.300001144409rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ya88xlNiMHhKfDsgm0gtl7PkCvhmTcVl { color:#0076bf;display:block;width:6rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.6875rem;left:57.625001907349rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DuXbhbZQWMXhsBnp3NraH8iyg7TCdF8d { color:#0076bf;display:block;width:8.5rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17rem;left:62.987497329712rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sXNrEVavwPMyTeSgEqCbRECvcEkRRsmR { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:23.5rem;left:31.968751907349rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w2FbCiTtKFXVN8iLuREZtlryF1yTTl50 { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:23.5rem;left:58.843751907349rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x0snEinBAhUEwHZISAl9cKlXfsVpEPQD { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#XnzG5tXEKFqT43yzafDMhWOHaOW3K7IJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G5we94uUR5OHGuol329XpPq1xfdUaQ3r { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#WFuASPNMA6OkPoczo5bgcyoB1XNhS4GT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fqfLnBzPfNT86o5BDozTn4yVdyzsONw3 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#XzmgITDbdLKhJibJblPTAmybcXf4ONNd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zpgUxMyMpA2Qmo0w87T9F8ZdqTelyKKW { position:relative;display:none; }#zpgUxMyMpA2Qmo0w87T9F8ZdqTelyKKW { border-width: 0; border-radius: 0; }#zpgUxMyMpA2Qmo0w87T9F8ZdqTelyKKW > .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; }#zpgUxMyMpA2Qmo0w87T9F8ZdqTelyKKW > .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:35.6875rem;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:none; }#ixREWxhHQon1T0n5tIg08nKxCepfuh3T { color:#000000;display:block;width:54.625rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:5.0687503814697rem;left:10.1875rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hBJPkXFzUTlk0WypRsnovbMn77s7pVvW { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:0rem;display:block; }
#VXns49M70IAyi6XaOOX5X9kfuiAuJUIu { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15006;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:5.375rem;display:block; }
#go5Racw70c0moolAsXmdidHhXbgG1ymT { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#e568e4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.137509346008rem;left:54.893751144409rem;display:block; }
#mwqWqoHXgyVDfGCVGTZ1y57JgdNPrF5Q { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:"roboto slab";font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:14.937508583069rem;left:54.831251144409rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#guEwQ7kcJTrdcwxQQ5kruvmx0ThztGBv { color:#0076bf;display:block;width:7.4375rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.6875rem;left:4.25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fCxxDGzQmd5EZm2HDNQmTcFoSUKpw0y7 { color:#0076bf;display:block;width:5.6875rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17rem;left:10.1875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ug8febWXtSevg9RIEumHNg0g7iOTSVke { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:12.375rem;left:6.25rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FArOnOOMe1dciMO81SWuom7LXEezUHLf { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:26.875001907349rem;display:block; }
#l7naoaPtrTMS2WKvlzrLMbPxsvGdP6r3 { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15007;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:32.250001907349rem;display:block; }
#LK04RxHTOZmbbydiASQR5idNHR6dDRRL { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:12.375rem;left:33.125001907349rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TLzT6h4etLENHRkmUTLV2SrnhUVNVCxl { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15007;background-color:#faf0e3;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:53.750001907349rem;display:block; }
#PO5uPnZMXDxKqSa6ewwXhvmm2RDTcsGU { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15008;background-color:#e568e4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:59.125001907349rem;display:block; }
#RHppuC75uRxgIQOhKUogmMITL5KVnJIm { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:12.375rem;left:60.000001907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#roJSetzrMQGbczmlmAUI5JSqKgnFQ8XK { color:#0076bf;display:block;width:6rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.6875rem;left:31.812501907349rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LdmNd9JgbZT6te1Uzh7CdX740NaJx8Z0 { color:#0076bf;display:block;width:5.8125rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17rem;left:37.300001144409rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yPHDFbukqTt06wiFf2JA0h2gF1kpb2eT { color:#0076bf;display:block;width:10.6875rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.6875rem;left:55.875001907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MPrQI43THXHE1UUs1yrBzXxCx9pNOEMa { color:#e568e4;display:block;width:6.5625rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17rem;left:66.049997329712rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kt2POImf54VsBg2DcpxMslTWg7D7Q7DH { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:23.5rem;left:31.968751907349rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s5dX2EL6qBS4gwdBeyqOzO3xZCwwzaTE { background-color:#e568e4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;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:notosansjpbold;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.537498474121rem;left:21.875rem;display:block; }
#IqOLXTgyXFyzDQzLo1iQkowgM9Ze32Bq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ctto6hN7di3L3eiWa5I7E4yhau2UqZKB { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:"roboto slab";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:15.39999961853rem;left:55.268751144409rem;height:2.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p16gonLZJ20h9qCqwS4wVudoevnGuDtt { color:#ffffff;display:block;width:1.75rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:15.94375038147rem;left:57.00625038147rem;height:1.80625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DRfmFZBsFVTd8pf13vKcutt7vm2BGqHz { background-color:#e568e4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;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:notosansjpbold;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.500001907349rem;left:55.906251907349rem;display:block; }
#aPcZrCsZWDtIZslt6PdmuaBg95dEXAZs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cr0yMES3OwIBIKusllNF6LyKiLMXXbC4 { position:relative;display:none; }#cr0yMES3OwIBIKusllNF6LyKiLMXXbC4 { border-width: 0; border-radius: 0; }#cr0yMES3OwIBIKusllNF6LyKiLMXXbC4 > .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; }#cr0yMES3OwIBIKusllNF6LyKiLMXXbC4 > .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:35.6875rem;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:none; }#Mh25vt9EJm8H9e35DkZVaCimk78p72c9 { color:#000000;display:block;width:54.625rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:5.0687503814697rem;left:10.1875rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AdNvFlWixAekD6sVgJTPp7DnxSHimStN { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:0rem;display:block; }
#nZHNLeX9Bsam2knPtaaWgmly75ilKp1n { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15006;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:5.375rem;display:block; }
#hLUgTDVRZ2Lk4N7lbMoXaFuZI5c5Afmy { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#e568e4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.137509346008rem;left:54.893751144409rem;display:block; }
#TWOETlLGzQOf72acRzqmXno25xOMH10i { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:"roboto slab";font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:14.937508583069rem;left:54.831251144409rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sBQwb5QvAJH0mnGGZ7BZT10LeQr5gr67 { color:#0076bf;display:block;width:7.4375rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.6875rem;left:4.25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aRiShMF5QyH4PixTLgJTqvHpmTeHTxsK { color:#0076bf;display:block;width:5.6875rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17rem;left:10.1875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tErhxiRyFSkTe7W0TRwxzPZoxpKND916 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:12.375rem;left:6.25rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cgFmsB43cmhCFrXzrSPfNAOc0F5zRfcW { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:26.875001907349rem;display:block; }
#TTOBSTwUaoESB0XQcSdkDMJELLzi4unN { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15007;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:32.250001907349rem;display:block; }
#aNQDo4ufmHQQ9KQqq33BhJS0p4y0Vrvy { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:12.375rem;left:33.125001907349rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eu9Tsod1sONs3kQrv0Gar5Wk45chEvVi { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15007;background-color:#faf0e3;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:53.750001907349rem;display:block; }
#odX2yHpdccc9Zfm0P0iLq2WJ2JNNmb7K { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15008;background-color:#e568e4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:59.125001907349rem;display:block; }
#Vur5AVwGyBvMnpuJtkgHtpJ6RohHb8pN { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:12.375rem;left:60.000001907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eI1y6BvRvMivzvSxGylicbLXF3KZAry3 { color:#0076bf;display:block;width:6rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.6875rem;left:31.812501907349rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fNynuOt16nLKLS2NPUANCQWs2H1P2ZQM { color:#0076bf;display:block;width:5.8125rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17rem;left:37.300001144409rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s5aZmNp4EZfE7GaAoKu0QKkrePveWT6U { color:#0076bf;display:block;width:10.6875rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.6875rem;left:55.875001907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTDUoNzPZgJZ1B2GTe63uRsD0JGRrGdH { color:#e568e4;display:block;width:6.5625rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17rem;left:66.049997329712rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dxELAmuagUynpg1howxWuOExCAkrbxbr { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:23.5rem;left:31.968751907349rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aGOQKJL99Z0yRV45UH8bhn2cLM0KTUxS { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:"roboto slab";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:15.39999961853rem;left:55.268751144409rem;height:2.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MrOp6Lr2pMSEdvm4N3TAeJI9Ja3cM0LM { color:#ffffff;display:block;width:1.75rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:15.94375038147rem;left:57.00625038147rem;height:1.80625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EF2yBFr8xsIKVIL30T3faXEvaAQeNxoc { background-color:#e568e4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;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:notosansjpbold;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.500001907349rem;left:55.906251907349rem;display:block; }
#xrNR3kaZgaRw6uEE0u1Ey35VFN5ct5Z6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R7TA6BBleF9RCCRygUZbGyhDo4JS0dsQ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#MxVLGegTImG2K2RKHk2Dw0vJg3DCuEtd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#leve95SukqifHwWOCLsgTX9BHIGxQZEU { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#FaflJJZZC7mJtyDmQyfnZXRmFTw9qV22 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nyuo10kyUbm48xCEuGgrTtqZFWmeVR9S { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#AGFx6kxJuD4v134DA2uAOD0cGTMwhLrH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi { position:relative;display:block; }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi { background-color: transparent; background-image: none; }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi > .row .container > .video-iframe-container { display: none; }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi > .row > .video-iframe-container { display: none; }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi > .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); }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi { border-width: 0; border-radius: 0; }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi > .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; }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi > .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:28.75rem;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; }#sGFtkdQ33yUQHE6eDHP1s5il6vIpbcB6 { box-sizing:content-box;height:23.875rem;width:74.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #0076bf;border-left:0.125rem solid #0076bf;border-right:0.125rem solid #0076bf;border-bottom:0.125rem solid #0076bf;top:2.287504196167rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TMTzB4RmJ3tssu1o1P3Ul9v8Zc5Rn8Do { color:#000000;display:block;width:54.625rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:5.1937503814697rem;left:10.1875rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rSVZ5x76I1yAUiA1chS5Pd5KUcnLIBx3 { color:#000000;display:block;width:54.625rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:8.88125038147rem;left:10.1875rem;height:1.4875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FbfVZkLTIspKiOrQ4M1VVb16ICeA7yH1 { color:#000000;display:block;width:20rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:14.693752288818rem;left:4.0625rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hBVdKmAPN8pxAUPIDEd3cvEktr7Rs6Zc { box-sizing:content-box;height:0.125rem;width:19.25rem;position:absolute;display:block;z-index:15006;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.625rem;left:4.0625rem;display:block; }
#o82h4VFwRarSrZtmu9uPV2KmkfGEFRQx { color:#0076bf;display:block;width:9.6875rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:11.375rem;left:4.0625rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UoTHXfvIZRTpwcfWwHz75FgReyflyHlA { color:#0076bf;display:block;width:14.6875rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:11.549999237061rem;left:27.875001907349rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cB6pBKV18268BIqLMtQXTUdCzXQKibUk { box-sizing:content-box;height:0.125rem;width:19.25rem;position:absolute;display:block;z-index:15007;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.625rem;left:27.875001907349rem;display:block; }
#ayeaE8q7EE7G0Mb4Rt2HEIw8pmIPq20M { color:#000000;display:block;width:20rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:14.69375038147rem;left:27.500001907349rem;height:4.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OTfF6UzOp3AGdaiiV83VWfMTccwipEqr { box-sizing:content-box;height:0.125rem;width:19.25rem;position:absolute;display:block;z-index:15008;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.625rem;left:51.75rem;display:block; }
#LAEarHbiWdZOPhBhHQ5v1F9q3fKKGPM9 { color:#000000;display:block;width:20rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:14.69375038147rem;left:51.750001907349rem;height:4.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pbLXt5UKzu5DpEDwSbr3X4v57puyKdKT { color:#0076bf;display:block;width:14.6875rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:11.549999237061rem;left:51.750001907349rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RNBvccvF2lmvo52JIeirCKbyTJ6rpL7X { background-color:rgba(0,179,89,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00b359;border-left:0.0625rem solid #00b359;border-right:0.0625rem solid #00b359;border-bottom:0.0625rem solid #00b359;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00b359;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:21.47500038147rem;left:21.875rem;display:block; }
#gFeqAVJK5MXUvLaG5P2UUrvuyRcW8ise { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PxPa46kPH7n1yvt34d9pu5hAV9wLaEb4 { color:#000000;display:block;width:20rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:14.69375038147rem;left:27.500001907349rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ { position:relative;display:block; }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ { background-color: transparent; background-image: none; }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ > .row .container > .video-iframe-container { display: none; }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ > .row > .video-iframe-container { display: none; }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ > .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); }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ { border-width: 0; border-radius: 0; }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ > .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; }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ > .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:14.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; }#mbZWzC4nDhDokqXfviVMOrLJoRRdSi95 { color:#000000;display:block;width:11.125rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:5rem;left:26.75rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ablPLtE6wlFfClOs2r5NaR5WFCplQC8B { color:#0076bf;display:block;width:10.9375rem;position:absolute;font-family:"roboto slab";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.375rem;left:37.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#InnZQKCymmFu2agN88XLvJzx35DLTZsF { color:#000000;display:block;width:28rem;position:absolute;font-family:notosansjp;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:9.25rem;left:23.5rem;height:3.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qBpwzvX16HTarWaTPJuNBVfBW75SUDpQ { color:#000000;display:block;width:28rem;position:absolute;font-family:notosansjp;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:7.3125rem;left:23.500001907349rem;height:3.825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WR6sdt0v0eBIZFsdF4EK9MM0pMi14T20 { position:relative;display:block; }#WR6sdt0v0eBIZFsdF4EK9MM0pMi14T20 { background-color: transparent; background-image: none; }#WR6sdt0v0eBIZFsdF4EK9MM0pMi14T20::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WR6sdt0v0eBIZFsdF4EK9MM0pMi14T20 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WR6sdt0v0eBIZFsdF4EK9MM0pMi14T20 > .row .container > .video-iframe-container { display: none; }#WR6sdt0v0eBIZFsdF4EK9MM0pMi14T20 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WR6sdt0v0eBIZFsdF4EK9MM0pMi14T20 > .row > .video-iframe-container { display: none; }#WR6sdt0v0eBIZFsdF4EK9MM0pMi14T20 > .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); }#WR6sdt0v0eBIZFsdF4EK9MM0pMi14T20 { border-width: 0; border-radius: 0; }#WR6sdt0v0eBIZFsdF4EK9MM0pMi14T20 > .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; }#WR6sdt0v0eBIZFsdF4EK9MM0pMi14T20 > .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:26.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; }#zyMKF1GQmVWSGHQnfNssplewSKxKy3Ru { box-sizing:content-box;height:13.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0624971389771rem;left:30.781251907349rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }
#RrTAdhoCSImc9XE2nHZr4dmEXqeDEssG { color:#0076bf;display:block;width:10.9375rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.125rem;left:32.031251907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BsvwzDibNW9gZIoOiCh1W4aJLrxxRZZb { color:#0076bf;display:block;width:8rem;position:absolute;font-family:"roboto slab";font-size:6.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.5625rem;left:32.500001907349rem;height:8.69375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ReiaHHLnRbLCShtqQfElgW5VntebdoF6 { color:#0076bf;display:block;width:2.3125rem;position:absolute;font-family:"roboto slab";font-size:3.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.3124990463256rem;left:40.456251144409rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTFeoJnZ6cJQf8GBvtB9UxBKs9wpJmCp { box-sizing:content-box;height:13.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:9.06875038147rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }
#dEzcKZvznUdmex3f0LKXSlWtRHZUE6A4 { box-sizing:content-box;height:13.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:52.593751907349rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }
#PvFAUA5BavvXvhTRUaqyhDOKutlHO0fL { color:#0076bf;display:block;width:10.9375rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.125rem;left:10.31875038147rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MreXHOTnoIPhs8pfDneUflm4VMAI6TRn { color:#0076bf;display:block;width:8rem;position:absolute;font-family:"roboto slab";font-size:6.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.4343748092651rem;left:10.63125038147rem;height:8.69375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#skMFfhXbsKg261n8WnT3ZHsdfILbSdAm { color:#0076bf;display:block;width:2.3125rem;position:absolute;font-family:"roboto slab";font-size:3.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.3124990463256rem;left:18.61874961853rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kaLFcuDPMgP0pfRRviuVXgdzZETN1TeF { color:#0076bf;display:block;width:10.9375rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.125rem;left:53.843751907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bwff40meRf66nQIFQzsCSguwUT14HihI { color:#0076bf;display:block;width:11.5625rem;position:absolute;font-family:"roboto slab";font-size:6.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.4343748092651rem;left:53.781251907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yOHl22HO3GDIXZMJV5fGzAvz9Qo279Wy { color:#000000;display:block;width:16.625rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:17.256240844726rem;left:7.47500038147rem;height:7.4365rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T9hgleTTO1NL5D1A25TXx5QXkpVqA3q1 { color:#c7c7c7;display:block;width:16.625rem;position:absolute;font-family:notosansjp;font-size:0.625rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:24.693751335144rem;left:7.47500038147rem;height:1.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DwrUnKUgU44A8dVOT9CyJnGOmDAxLMvI { color:#000000;display:block;width:16.625rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:17.256249427796rem;left:29.187501907349rem;height:4.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZDTkZf4b0L4iOpF40ZW1Nv9doBzosOHP { color:#c7c7c7;display:block;width:16.625rem;position:absolute;font-family:notosansjp;font-size:0.625rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:21.818751335144rem;left:29.187501907349rem;height:1.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ngtN5dk8yST1U7lS7A5Kdd8wTrh9qRd3 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:17.256249427796rem;left:51.000001907349rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bqB3UsBur3chdn9WbDOoqyAkh5fIyn0A { color:#c7c7c7;display:block;width:16.625rem;position:absolute;font-family:notosansjp;font-size:0.625rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:23.243750572204rem;left:51.250001907349rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EJSrCISmml45lqIlcyhZr0TGCpgM8raa { position:relative;display:block; }#EJSrCISmml45lqIlcyhZr0TGCpgM8raa { background-color: transparent; background-image: none; }#EJSrCISmml45lqIlcyhZr0TGCpgM8raa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJSrCISmml45lqIlcyhZr0TGCpgM8raa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJSrCISmml45lqIlcyhZr0TGCpgM8raa > .row .container > .video-iframe-container { display: none; }#EJSrCISmml45lqIlcyhZr0TGCpgM8raa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJSrCISmml45lqIlcyhZr0TGCpgM8raa > .row > .video-iframe-container { display: none; }#EJSrCISmml45lqIlcyhZr0TGCpgM8raa > .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); }#EJSrCISmml45lqIlcyhZr0TGCpgM8raa { border-width: 0; border-radius: 0; }#EJSrCISmml45lqIlcyhZr0TGCpgM8raa > .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; }#EJSrCISmml45lqIlcyhZr0TGCpgM8raa > .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:26.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; }#IqTxWBa6xPke1m8HzoIknfQCFxTEpGlO { box-sizing:content-box;height:13.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0624971389771rem;left:30.781251907349rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }
#qdg4MFhtWpkSKelqETINT8hNAMKf39hs { color:#0076bf;display:block;width:10.9375rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:4.75rem;left:32.031251907349rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aRqZkVJ7xIcJitTk3pFfJE5USvwn2Hhg { color:#0076bf;display:block;width:8rem;position:absolute;font-family:"roboto slab";font-size:6.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.5625rem;left:33.437501907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y6gLBPssgHGD9i1aWATs2khJOtecR40B { box-sizing:content-box;height:13.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:9.06875038147rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }
#LtBNTH3PF5Ubwnl6TW0vWtSboGJ18DQ7 { box-sizing:content-box;height:13.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:52.593751907349rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }
#T7p9INt4Xk0w3CctU9gFtFuyFqspwKNn { color:#0076bf;display:block;width:10.9375rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.125rem;left:10.31875038147rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vR4cXsK1mgXGqf8xdILPB5HESIhyLsCC { color:#0076bf;display:block;width:11rem;position:absolute;font-family:"roboto slab";font-size:6.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.4343757629394rem;left:10.63125038147rem;height:8.69375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gZz6hVM63Mnfas3tuSSK3i9RqXuEBO5a { color:#0076bf;display:block;width:10.9375rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.125rem;left:53.781251907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h8CdfE03TzOBr881wn7euN8XMDZ6anIP { color:#000000;display:block;width:16.625rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:17.256240844726rem;left:7.47500038147rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wU29NQ2Xxyps7ClDPtz5DEEG6f27KG37 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:17.256249427796rem;left:29.187501907349rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XTpfZeh3kiDZZlUdNMqEuBu2mU8D7EaJ { color:#000000;display:block;width:16.625rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:17.256249427796rem;left:51.000001907349rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oZGfWiEx0linI4KymIzZlSxHMngIqI4m { color:#0076bf;display:block;width:11.5625rem;position:absolute;font-family:"roboto slab";font-size:6.6875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.4343748092651rem;left:53.343751907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nT7mKdTKfF4mWUKHV2mmp8HNW7a5rRXH { position:relative;display:none; }#nT7mKdTKfF4mWUKHV2mmp8HNW7a5rRXH { border-width: 0; border-radius: 0; }#nT7mKdTKfF4mWUKHV2mmp8HNW7a5rRXH > .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; }#nT7mKdTKfF4mWUKHV2mmp8HNW7a5rRXH > .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:26.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:none; }#ceRIRdhHSxmJIsBOH5FFHoaeM4fgXAl2 { box-sizing:content-box;height:13.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:9.06875038147rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }
#OoXqFIie1tx303dzQ1mHVkR6oIG2o9RB { color:#0076bf;display:block;width:10.9375rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.125rem;left:10.31875038147rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CyzPLTKeZunZlo9QkHdcnNnt96AyTZ3e { color:#0076bf;display:block;width:8rem;position:absolute;font-family:"roboto slab";font-size:6.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.4343748092651rem;left:10.63125038147rem;height:8.69375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pxO2OxnJi54iUPNgP64TocaIwkZEW2wS { color:#0076bf;display:block;width:2.3125rem;position:absolute;font-family:"roboto slab";font-size:3.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.3124990463256rem;left:18.61874961853rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lBVTwPiPg9Mzd3FRl32tQX79ktFrbS3O { color:#000000;display:block;width:16.625rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:17.256240844726rem;left:7.47500038147rem;height:7.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eQmhrhw92hUUoK20ImA8u0OQVuk2EFX3 { color:#c7c7c7;display:block;width:16.625rem;position:absolute;font-family:notosansjp;font-size:0.625rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:24.693751335144rem;left:7.47500038147rem;height:1.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A0gmUaqiZTkIwlwrkLbGc044VGRvwmVM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.4375rem;left:64.5rem;display:none; }
#qx13bmh64gQ9k7uROgulZ1nuGMHEE1Hb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.4375rem;left:7.4375rem;display:none; }
#A20asFJa8dQwnToqMcqFWDAJsUi5gD8r { position:relative;display:none; }#A20asFJa8dQwnToqMcqFWDAJsUi5gD8r { border-width: 0; border-radius: 0; }#A20asFJa8dQwnToqMcqFWDAJsUi5gD8r > .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; }#A20asFJa8dQwnToqMcqFWDAJsUi5gD8r > .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:26.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:none; }#JUmC9moBxG0vwwV1iSG1blVqPcCyX4WX { box-sizing:content-box;height:13.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:9.06875038147rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }
#TPW68TGfSr6xK8MrgAVnQ8fpuyDTV8TJ { color:#0076bf;display:block;width:10.9375rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.125rem;left:10.31875038147rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ravf2VfD3TuDTdSJDg9s0h09WORThu1T { color:#0076bf;display:block;width:8rem;position:absolute;font-family:"roboto slab";font-size:6.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.4343748092651rem;left:10.63125038147rem;height:8.69375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KuOi1poGcdAEvNM1iqw7vUy8RncRVdPf { color:#0076bf;display:block;width:2.3125rem;position:absolute;font-family:"roboto slab";font-size:3.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.3124990463256rem;left:18.61874961853rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v5aqF9H09UOJbQCXhgKcFfcNsT9MO52m { color:#000000;display:block;width:16.625rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:17.256240844726rem;left:7.47500038147rem;height:7.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iCH9SWtlKl1ftwzDLXvvr2BoTHFmEPOl { color:#c7c7c7;display:block;width:16.625rem;position:absolute;font-family:notosansjp;font-size:0.625rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:24.693751335144rem;left:7.47500038147rem;height:1.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cJ1V6TgLg4zuwqQ9xKGvettN7b5dSBkI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.4375rem;left:64.5rem;display:none; }
#AGdWcqGAT8s1Nh3iN7smy29oWt0OOyCH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.4375rem;left:7.4375rem;display:none; }
#WV9Uq1fD9NDnusJNXgwf1iSIJxXss0Gn { position:relative;display:none; }#WV9Uq1fD9NDnusJNXgwf1iSIJxXss0Gn { border-width: 0; border-radius: 0; }#WV9Uq1fD9NDnusJNXgwf1iSIJxXss0Gn > .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; }#WV9Uq1fD9NDnusJNXgwf1iSIJxXss0Gn > .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:26.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:none; }#yTlKOfKXzPrZ883RgQlyfCNlkkRwW8KK { box-sizing:content-box;height:13.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:9.06875038147rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }
#qt8XPkTqQfWPxuEg545TgCSB7zSdEsef { color:#0076bf;display:block;width:10.9375rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.125rem;left:10.31875038147rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MaZ56FhzsHuXar5WyVaxGBGB77Hrw44E { color:#0076bf;display:block;width:8rem;position:absolute;font-family:"roboto slab";font-size:6.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.4343748092651rem;left:10.63125038147rem;height:8.69375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HuVFgxwWNQ00F35etgHJWaVTb2DPAdzm { color:#000000;display:block;width:16.625rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:17.256240844726rem;left:7.47500038147rem;height:7.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DZgumtIeC4A9L6thu1qIpUuoCCIGlDdz { color:#c7c7c7;display:block;width:16.625rem;position:absolute;font-family:notosansjp;font-size:0.625rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:24.693751335144rem;left:7.47500038147rem;height:1.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ixUzvR0kNxppZg09HkD37JmCaT9eUKeH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.4375rem;left:64.5rem;display:none; }
#G8SwgzPpko4DTKb3T7cgXtkmLH7AfmxP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.4375rem;left:7.4375rem;display:none; }
#RpsWoTxvWH06pedsrR2Sb36Qanr0S7x0 { position:relative;display:none; }#RpsWoTxvWH06pedsrR2Sb36Qanr0S7x0 { border-width: 0; border-radius: 0; }#RpsWoTxvWH06pedsrR2Sb36Qanr0S7x0 > .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; }#RpsWoTxvWH06pedsrR2Sb36Qanr0S7x0 > .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:26.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:none; }#GzxWaQpEZIk7oZfJgWWp1I9kfFAzT5Ef { box-sizing:content-box;height:13.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:9.06875038147rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }
#TIrhGXTAMmWbbsERc06G5evqC117JbsC { color:#0076bf;display:block;width:10.9375rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.125rem;left:10.31875038147rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IxbiKob1HcEsk93iH7L4Q1pmWSLrLJSv { color:#0076bf;display:block;width:8rem;position:absolute;font-family:"roboto slab";font-size:6.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.4343748092651rem;left:10.63125038147rem;height:8.69375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CC3yGx1CmcukhMCMcKiCM3cBker2OEgd { color:#000000;display:block;width:16.625rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:17.256240844726rem;left:7.47500038147rem;height:7.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#foKEBu7SEtckJoTQ07ZEtprM0o8zZxaT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.4375rem;left:64.5rem;display:none; }
#E1C9rnAIrqhTAD5k2TsSZtlBIFha2EkP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.4375rem;left:7.4375rem;display:none; }
#XpM3s3b8nbKJTmDryg414VgV1f57zHk5 { position:relative;display:none; }#XpM3s3b8nbKJTmDryg414VgV1f57zHk5 { border-width: 0; border-radius: 0; }#XpM3s3b8nbKJTmDryg414VgV1f57zHk5 > .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; }#XpM3s3b8nbKJTmDryg414VgV1f57zHk5 > .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:26.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:none; }#zEMLk0CTQgQX1dBztwdJiO8oupng1kbh { box-sizing:content-box;height:13.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:9.06875038147rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }
#V6F2CdCNnLJoO0OTePnBaOl78m8k8CIl { color:#0076bf;display:block;width:10.9375rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.125rem;left:10.31875038147rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l6RhO9vg8B7KWImIMmxgfOxAQcFUhmJl { color:#0076bf;display:block;width:8rem;position:absolute;font-family:"roboto slab";font-size:6.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.4343748092651rem;left:10.63125038147rem;height:8.69375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ENTAgWv09BXM29X1WOInqLC3tvl2tCsD { color:#000000;display:block;width:16.625rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:17.256240844726rem;left:7.47500038147rem;height:7.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LFkmpgCXoyfP4G6Wdd2X33XkrtAcOeQg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.4375rem;left:64.5rem;display:none; }
#irceT6dTPZmuEhQZ5e0IskSPHQC6yBWq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.4375rem;left:7.4375rem;display:none; }
#sAmfxQFDaLXX0p2KN1uhI9wA72QRETSH { position:relative;display:none; }#sAmfxQFDaLXX0p2KN1uhI9wA72QRETSH { border-width: 0; border-radius: 0; }#sAmfxQFDaLXX0p2KN1uhI9wA72QRETSH > .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; }#sAmfxQFDaLXX0p2KN1uhI9wA72QRETSH > .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:26.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:none; }#S39ZyaTWa1QbIDCVItvP1uG4WnQPB5qf { box-sizing:content-box;height:13.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:9.06875038147rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }
#PvGXPMmBmvsNoTVQ3arzTnFXmOw1bxKh { color:#0076bf;display:block;width:10.9375rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.125rem;left:10.31875038147rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BZL3ZZ516hnfpMkLiI2bd9oXsTJtzZOB { color:#0076bf;display:block;width:8rem;position:absolute;font-family:"roboto slab";font-size:6.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.4343748092651rem;left:10.63125038147rem;height:8.69375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g9crE6rSER9TmKudIyonoJWR7bP73sui { color:#000000;display:block;width:16.625rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:17.256240844726rem;left:7.47500038147rem;height:7.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VOQUfB8stTiGhOZrsAmUHiLmz1zTVnDe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.4375rem;left:64.5rem;display:none; }
#p0pQgTLNnUgUkiM3oZuZqSFDwE1fe351 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.4375rem;left:7.4375rem;display:none; }
#OkMhbAWQfhPMH39P03BIUbFGVnez6Pkr { 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:none; }#OkMhbAWQfhPMH39P03BIUbFGVnez6Pkr > .row .container { border-width: 0; border-radius: 0; }#OkMhbAWQfhPMH39P03BIUbFGVnez6Pkr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OkMhbAWQfhPMH39P03BIUbFGVnez6Pkr > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:none; }#EZoilyzHiShr75W1so2kkQZu0a2ShwBT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:0.5rem;width:0.5rem;top:0.2496337890625rem;left:35.374891281128rem;display:block; }
#kIsRmRPTRTg8L2XftglhbMQJTmURtMSD { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:0.5rem;width:0.5rem;top:0.2496337890625rem;left:36.624891281128rem;display:block; }
#D9WeBLLyMkTSgfeIEtrzzV2ciqU5T6Ha { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:0.5rem;width:0.5rem;top:0.2496337890625rem;left:37.874891281128rem;display:block; }
#FD2CTe5spDU8xObsWhvtL4XKsurh5HTE { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:0.5rem;width:0.5rem;top:0.2496337890625rem;left:39.124891281128rem;display:block; }
#MIW80M2evKPqzhgp0vcBOXTNHzqzTTIO { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:0.5rem;width:0.5rem;top:0.2496337890625rem;left:39.124891281128rem;display:none; }
#XvIWIWMcP7qCR0pmrnP2gdJErCZaUWZT { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:0.5rem;width:0.5rem;top:0.2496337890625rem;left:39.124891281128rem;display:none; }
#i0fotRA39RrFpxhokTQ7FXLbJZF7rXs9 { position:relative;display:none; }#i0fotRA39RrFpxhokTQ7FXLbJZF7rXs9 { border-width: 0; border-radius: 0; }#i0fotRA39RrFpxhokTQ7FXLbJZF7rXs9 > .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; }#i0fotRA39RrFpxhokTQ7FXLbJZF7rXs9 > .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:13rem;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:none; }#qudeG1nQo2qSe1TfLgPFd987E1vqXysw { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:3.1875rem;left:39.875001907349rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U1RTDr2svmsVsIAIQLAA2t6g5WBArGJs { color:#0076bf;display:block;width:10.9375rem;position:absolute;font-family:"roboto slab";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.5625rem;left:28.937501907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzKIGEi6SanDTNQ1NnZzSTPPug33kvGm { color:#000000;display:block;width:44.5rem;position:absolute;font-family:notosansjp;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:7.4375rem;left:15.25rem;height:3.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zQcfbo2sZTZR8VbrW2nruu2sAX5EFDwE { position:relative;display:none; }#zQcfbo2sZTZR8VbrW2nruu2sAX5EFDwE { border-width: 0; border-radius: 0; }#zQcfbo2sZTZR8VbrW2nruu2sAX5EFDwE > .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; }#zQcfbo2sZTZR8VbrW2nruu2sAX5EFDwE > .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:18.75rem;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:none; }#BbcDOTiMctyBFU9yRlzMwEwhG87tLcV9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ZuZQvKeOeVlf6xwJw1FH5qGZseRmJ6s9 { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:3.1875rem;left:39.875001907349rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OIVHfkgMVit9Nf4AaopOhroG3owWw07T { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;display:none; }
#FvvNw6rfEKQINzEvrBJZSINXbrHyGThi { position:relative;display:none; }#FvvNw6rfEKQINzEvrBJZSINXbrHyGThi { border-width: 0; border-radius: 0; }#FvvNw6rfEKQINzEvrBJZSINXbrHyGThi > .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; }#FvvNw6rfEKQINzEvrBJZSINXbrHyGThi > .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:18.75rem;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:none; }#bgwlTM5K2TWQGpgsZ74RuHTRDvyE0sHr { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:3.1875rem;left:39.875001907349rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JQDlyboZNAIppLtVnfvaGZs3Fk5gzurO { position:relative;display:none; }#JQDlyboZNAIppLtVnfvaGZs3Fk5gzurO { border-width: 0; border-radius: 0; }#JQDlyboZNAIppLtVnfvaGZs3Fk5gzurO > .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; }#JQDlyboZNAIppLtVnfvaGZs3Fk5gzurO > .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:18.75rem;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:none; }#uuiFSSltGSwBc9nxc5qnI4IyiGRGTAfK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#XvNisodafIPLEqHa1yn1J2HZrsf6DmRf { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:3.1875rem;left:39.875001907349rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#W3xsmPdENWDuEqyzVaGOLPdImQSOAx2b { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;display:none; }
#ykT37LS1AvA36CkQ7g3aJaqSFDNmiDCS { position:relative;display:none; }#ykT37LS1AvA36CkQ7g3aJaqSFDNmiDCS { border-width: 0; border-radius: 0; }#ykT37LS1AvA36CkQ7g3aJaqSFDNmiDCS > .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; }#ykT37LS1AvA36CkQ7g3aJaqSFDNmiDCS > .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:18.75rem;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:none; }#cbFCHkL8UfV1b6K3oVuyOTmTzW16dDPg { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:3.1875rem;left:39.875001907349rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uhzvBmirPd4zCUGTa0Ndc4kBlSZzhgz8 { position:relative;display:none; }#uhzvBmirPd4zCUGTa0Ndc4kBlSZzhgz8 { border-width: 0; border-radius: 0; }#uhzvBmirPd4zCUGTa0Ndc4kBlSZzhgz8 > .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; }#uhzvBmirPd4zCUGTa0Ndc4kBlSZzhgz8 > .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:18.75rem;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:none; }#cctK4816LoIG5GwKTM1bJwzE8aFRtW06 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#pFpXCVDCWB2G1EIJ0IIKk5n2tiqoFRXz { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:3.1875rem;left:39.875001907349rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JHTGPI2NmbeRcGPk3tvKMiKvOP90rpTf { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;display:none; }
#Htp2Nex0SIwVkt2647xHiTILZg9q4yvz { position:relative;display:none; }#Htp2Nex0SIwVkt2647xHiTILZg9q4yvz { border-width: 0; border-radius: 0; }#Htp2Nex0SIwVkt2647xHiTILZg9q4yvz > .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; }#Htp2Nex0SIwVkt2647xHiTILZg9q4yvz > .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:18.75rem;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:none; }#FUtmuXkk3Vgd81ec1QokPGQXmAbvOaBN { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:3.1875rem;left:39.875001907349rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KhuKxGcHmm0fMlJJ6sJUGuq448LBMgyL { position:relative;display:none; }#KhuKxGcHmm0fMlJJ6sJUGuq448LBMgyL { border-width: 0; border-radius: 0; }#KhuKxGcHmm0fMlJJ6sJUGuq448LBMgyL > .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; }#KhuKxGcHmm0fMlJJ6sJUGuq448LBMgyL > .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:18.75rem;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:none; }#wlNtcW5GtMoNDoI9OqfanA6SJeIIuBSH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#cdhsnuX3NGpCs5KrrILnl61DtiiQcerb { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:3.1875rem;left:39.875001907349rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kd1IbHTKnmvRay9WLD3U6vUEWqIdo5f7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;display:none; }
#CmCrRGKxHoTnsLMC6nCiM4Ul6l6TWOBH { position:relative;display:none; }#CmCrRGKxHoTnsLMC6nCiM4Ul6l6TWOBH { border-width: 0; border-radius: 0; }#CmCrRGKxHoTnsLMC6nCiM4Ul6l6TWOBH > .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; }#CmCrRGKxHoTnsLMC6nCiM4Ul6l6TWOBH > .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:18.75rem;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:none; }#BwxFfJHxKDN3e6lRvN6rEvkTbDbgx1ve { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:3.1875rem;left:39.875001907349rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vLoeobsbWBflNQ79wJiTo0SyFEtOuoqx { position:relative;display:block; }#vLoeobsbWBflNQ79wJiTo0SyFEtOuoqx { background-color: transparent; background-image: none; }#vLoeobsbWBflNQ79wJiTo0SyFEtOuoqx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLoeobsbWBflNQ79wJiTo0SyFEtOuoqx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLoeobsbWBflNQ79wJiTo0SyFEtOuoqx > .row .container > .video-iframe-container { display: none; }#vLoeobsbWBflNQ79wJiTo0SyFEtOuoqx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLoeobsbWBflNQ79wJiTo0SyFEtOuoqx > .row > .video-iframe-container { display: none; }#vLoeobsbWBflNQ79wJiTo0SyFEtOuoqx > .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); }#vLoeobsbWBflNQ79wJiTo0SyFEtOuoqx { border-width: 0; border-radius: 0; }#vLoeobsbWBflNQ79wJiTo0SyFEtOuoqx > .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; }#vLoeobsbWBflNQ79wJiTo0SyFEtOuoqx > .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:16.125rem;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; }#QksIOXiNoOkmTBICu9Xq6m4u1WpWHGq7 { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:5.5rem;left:39.875rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8y1qSifkVindzrT4UHoxwoWDpW4NxeU { color:#0076bf;display:block;width:10.9375rem;position:absolute;font-family:"roboto slab";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.875rem;left:28.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L3yBE3g1a0cpe47o4qllh8ShVgG7UwER { color:#000000;display:block;width:44.5rem;position:absolute;font-family:notosansjp;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:9.75rem;left:15.25rem;height:3.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FgzJxzRXxbbWNhHCwvurQWnbIJ1IdSCE { position:relative;display:block; }#FgzJxzRXxbbWNhHCwvurQWnbIJ1IdSCE { background-color: transparent; background-image: none; }#FgzJxzRXxbbWNhHCwvurQWnbIJ1IdSCE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgzJxzRXxbbWNhHCwvurQWnbIJ1IdSCE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgzJxzRXxbbWNhHCwvurQWnbIJ1IdSCE > .row .container > .video-iframe-container { display: none; }#FgzJxzRXxbbWNhHCwvurQWnbIJ1IdSCE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgzJxzRXxbbWNhHCwvurQWnbIJ1IdSCE > .row > .video-iframe-container { display: none; }#FgzJxzRXxbbWNhHCwvurQWnbIJ1IdSCE > .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); }#FgzJxzRXxbbWNhHCwvurQWnbIJ1IdSCE { border-width: 0; border-radius: 0; }#FgzJxzRXxbbWNhHCwvurQWnbIJ1IdSCE > .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; }#FgzJxzRXxbbWNhHCwvurQWnbIJ1IdSCE > .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:33rem;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; }#L2ovEG1IAtnTUBWWIoONLqAEwlO3gltJ { box-sizing:content-box;height:13.6875rem;width:35.8125rem;position:absolute;display:block;z-index:15003;background-color:#e8f1f9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.68115234375rem;left:0rem;display:block; }
#L6TOmRTwP53KoQ1ancmr608Wgt1mS6za { color:#0076bf;display:block;width:26.4375rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.625rem;left:4.6875rem;height:1.625rem;font-style:normal;display:block; }
#JvHP0lDf6My7Sx00zMITyIIH0tftqmw6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.25rem;left:1.875rem;height:6.82325rem;display:block; }
#dWvddmwFkNlU8OS64nZqtUyZrLbxOeb1 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:11.5rem;top:5.94287109375rem;left:22.1748046875rem;overflow:hidden;display:block; }
#ynBnXIiMXrSzcUaSg9PX9IaLzL8aTuOm { box-sizing:content-box;height:13.6875rem;width:35.8125rem;position:absolute;display:block;z-index:15004;background-color:#e8f1f9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.68115234375rem;left:38.224609375rem;display:block; }
#KA3Ed4R3p9tEVSlGTVnT9ElTbT6CmTFv { color:#0076bf;display:block;width:26.4375rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.625rem;left:42.912109375rem;height:1.625rem;font-style:normal;display:block; }
#pJHeZyFM7xBveSVQ9UfTbI2THBrkJlaH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.25rem;left:40.0625rem;height:5.6860375rem;display:block; }
#kJ4Ig3iE6z0ze289hTZcZu6wEAkKrEd3 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:11.3125rem;top:5.94287109375rem;left:60.4873046875rem;overflow:hidden;display:block; }
#OhCm0FzxrbraPTdn6af24KyJTg3bnJkm { box-sizing:content-box;height:13.6875rem;width:35.8125rem;position:absolute;display:block;z-index:15004;background-color:#e8f1f9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.125rem;left:0rem;display:block; }
#Roq91KkEAt1yriKe3yOJBh8ipRTDLg5o { color:#0076bf;display:block;width:26.4375rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.0625rem;left:4.6875rem;height:1.625rem;font-style:normal;display:block; }
#dbty0Evg46dimJRH8AOuFHMrd5xRlmnT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.0625rem;left:1.875rem;height:5.6860375rem;display:block; }
#appx0V7QRTGPwG6dg7X4xgbovO8EoWRh { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:0.0625rem;top:21.1865234375rem;left:22.1748046875rem;overflow:hidden;display:block; }
#TiJxfKFdxxIdO0eS1fCd2ywq7l3mPMqQ { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:11.1875rem;top:21.1865234375rem;left:22.3310546875rem;overflow:hidden;display:block; }
#uJTBcJ0NR6chCxpwKbgm0BiMEFTpTTvT { box-sizing:content-box;height:13.6875rem;width:35.8125rem;position:absolute;display:block;z-index:15005;background-color:#e8f1f9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.125rem;left:38.224609375rem;display:block; }
#V4Z2UVfLCK5lLVGQRyCRvvcTxrIvSaoW { color:#0076bf;display:block;width:26.4375rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.0625rem;left:42.912109375rem;height:1.625rem;font-style:normal;display:block; }
#UMA7KT8wamfMhcFPfRVCb8saHgAP8qou { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.0625rem;left:40.0625rem;height:4.548825rem;display:block; }
#uBTICbyVQ7E0App72Fgm8XphNVLq6aJ6 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:11.1875rem;top:21.1865234375rem;left:60.5498046875rem;overflow:hidden;display:block; }
#GD91XMcmAVbxTAK1W9tS3WbKESJa1wZg { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:3.5rem;left:40.0625rem;overflow:hidden;display:block; }
#QVUXWailDNpo4bHAxTr65KA8gX0H4T0S { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:3.5rem;left:1.875rem;overflow:hidden;display:block; }
#lgqqNJToxwAiZyqxL8tXCDfflkXTRQTq { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:18.9375rem;left:40.0625rem;overflow:hidden;display:block; }
#dpsQ5IMNgSk490bpipaU8dKVPd3QbavT { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:18.9375rem;left:1.875rem;overflow:hidden;display:block; }
#ITJoPE1NiM1gp5U33E576waTycNOZgdc { position:relative;display:block; }#ITJoPE1NiM1gp5U33E576waTycNOZgdc { background-color: transparent; background-image: none; }#ITJoPE1NiM1gp5U33E576waTycNOZgdc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITJoPE1NiM1gp5U33E576waTycNOZgdc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITJoPE1NiM1gp5U33E576waTycNOZgdc > .row .container > .video-iframe-container { display: none; }#ITJoPE1NiM1gp5U33E576waTycNOZgdc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITJoPE1NiM1gp5U33E576waTycNOZgdc > .row > .video-iframe-container { display: none; }#ITJoPE1NiM1gp5U33E576waTycNOZgdc > .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); }#ITJoPE1NiM1gp5U33E576waTycNOZgdc { border-width: 0; border-radius: 0; }#ITJoPE1NiM1gp5U33E576waTycNOZgdc > .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; }#ITJoPE1NiM1gp5U33E576waTycNOZgdc > .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:11.0625rem;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; }#DT6n82lkwylWqKs4fo4oaEgvPCMZ6EeG { color:#000000;display:block;width:10.375rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:5.3125rem;left:38.1875rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OT7nlTThezifh0XTrs6cv6VTCE1GA6LB { color:#0076bf;display:block;width:12.6875rem;position:absolute;font-family:"roboto slab";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:5.4375rem;left:26.125rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xHt0ws2uEfHlDQTWLKxQveDP7BKPda7f { position:relative;display:block; }#xHt0ws2uEfHlDQTWLKxQveDP7BKPda7f { background-color: transparent; background-image: none; }#xHt0ws2uEfHlDQTWLKxQveDP7BKPda7f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHt0ws2uEfHlDQTWLKxQveDP7BKPda7f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHt0ws2uEfHlDQTWLKxQveDP7BKPda7f > .row .container > .video-iframe-container { display: none; }#xHt0ws2uEfHlDQTWLKxQveDP7BKPda7f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHt0ws2uEfHlDQTWLKxQveDP7BKPda7f > .row > .video-iframe-container { display: none; }#xHt0ws2uEfHlDQTWLKxQveDP7BKPda7f > .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); }#xHt0ws2uEfHlDQTWLKxQveDP7BKPda7f { border-width: 0; border-radius: 0; }#xHt0ws2uEfHlDQTWLKxQveDP7BKPda7f > .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; }#xHt0ws2uEfHlDQTWLKxQveDP7BKPda7f > .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:42.9375rem;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; }#hS1NPZC7q7BITlLCh6bfoJN8GSMzTp6a { box-sizing:content-box;height:34.875rem;width:21.25rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5rem;left:26.875rem;display:block; }
#dHmLJNBWL4Ta4VSLMxwAHHhTFECg48OA { box-sizing:content-box;height:0.625rem;width:3.3125rem;position:absolute;display:block;z-index:15008;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.2250118255615rem;left:25.22500038147rem;display:block; }
#OnkrggQ8KZNv26ZgtTw7g6aBFUXw3S8W { color:#0076bf;display:block;width:11.8125rem;position:absolute;font-family:notosansjpbold;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:5.5rem;left:30.625rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lhLUqrraGxEWgWn080xXTW1bKSKALacM { box-sizing:content-box;height:16.625rem;width:21.25rem;position:absolute;display:block;z-index:15009;background-color:#14a5ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.8125rem;left:26.875rem;display:block; }
#SpbNO1rFcgoNv0OHWMpBEaLrw6k8gOws { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:9rem;left:30.5625rem;height:11.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DHPeNWnqimMJRkZ0i9z9oWlNLVNPfc9i { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:8.3125rem;top:23.5rem;left:33.375rem;overflow:hidden;display:block; }
#aOnTxCG0JNxa8UulqxeNC4sce192G0oe { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:27.6875rem;left:41.6875rem;overflow:hidden;display:block; }
#dNb6NPoQC6pXx9QmtRVsgH3Lab3Za7Td { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:31.1875rem;left:28.3125rem;overflow:hidden;display:block; }
#h8QEy62h02BTTUt5cElFDZrMH8ZapzZI { box-sizing:content-box;height:34.875rem;width:21.25rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.53125rem;left:1.625rem;display:block; }
#EwHi8P3kFJgwlJZXR7s0TkZdfxQnDws7 { box-sizing:content-box;height:0.625rem;width:3.3125rem;position:absolute;display:block;z-index:15009;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.25rem;left:0rem;display:block; }
#BMkx51MLOT6cOSoLac4r5vofnvWGCdJH { color:#0076bf;display:block;width:5.625rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.8062505722046rem;left:5.28125rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TeUGvRmDA9UE1vd5z6Hebq5W6adHWNiQ { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:8.9999990463256rem;left:5.28125rem;height:7.4365rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#paSOnOsZtvPkHKLwvym0CVUm6Oa47WGr { color:#0076bf;display:block;width:7.625rem;position:absolute;font-family:notosansjpbold;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:5.5812501907349rem;left:10.90625rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LmwLMqtbxAHGyETTNU6d9WrKw2JnNELE { box-sizing:content-box;height:16.625rem;width:21.25rem;position:absolute;display:block;z-index:15010;background-color:#14a5ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.831248283386rem;left:1.625rem;display:block; }
#ddwTK43hkAf0vsTZIghfBP1vamuSmlwT { box-sizing:content-box;height:34.875rem;width:21.25rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5312490463257rem;left:52.000001907349rem;display:block; }
#LIUxK2ukUDTZTIenkqRTZcaqvReLN1VF { box-sizing:content-box;height:0.625rem;width:3.3125rem;position:absolute;display:block;z-index:15009;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.2249994277954rem;left:50.35000038147rem;display:block; }
#hUKFTkwNTM3xdLxi2MGlsZSp7hdLdvIo { color:#0076bf;display:block;width:11.8125rem;position:absolute;font-family:notosansjpbold;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:5.5812501907349rem;left:55.687501907349rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ovZkSH6Jk4nkSBQCp1k5LGBX1fAAvbZT { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:8.9999990463256rem;left:55.687501907349rem;height:7.4365rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eontKxhbQyLJeVXv56gzOd6S799spTTw { box-sizing:content-box;height:16.625rem;width:21.25rem;position:absolute;display:block;z-index:15010;background-color:#14a5ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.800000190735rem;left:52.000001907349rem;display:block; }
#y42yDIQRzKzDOXN8NgFOC1hzIOq27SBC { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:10.5rem;top:22.237499237061rem;left:57.375001907349rem;overflow:hidden;display:block; }
#er0GOOJmtIWCl6d1EHWByWBKfknakiBS { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:25.1875rem;left:67.50000190735rem;overflow:hidden;display:block; }
#fr6sMFJoaKpADMre2QFL1wsnJP7J01gJ { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:28.53125rem;left:53.35000038147rem;overflow:hidden;display:block; }
#T46kZQEWUaA0aWEvqIFiCL0xNrJtQo5n { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:33.40625rem;left:67.12500190735rem;overflow:hidden;display:block; }
#trykZpmGAA6HENwgOxgDo21kmOfuCddk { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:15.125rem;top:26.406249046326rem;left:4.6875rem;overflow:hidden;display:block; }
#yJ7ceO10pQ6rvKlzPO5rDDEigKvDBMLW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.4375rem;left:64.5rem;display:none; }
#SkehgAA0PduOucBkfbd48vgIlrrBR6SM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.4375rem;left:7.4375rem;display:none; }
#uiph1baA4ld0dgxyn6efApXRn5yXk6uw { position:relative;display:none; }#uiph1baA4ld0dgxyn6efApXRn5yXk6uw { border-width: 0; border-radius: 0; }#uiph1baA4ld0dgxyn6efApXRn5yXk6uw > .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; }#uiph1baA4ld0dgxyn6efApXRn5yXk6uw > .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:42.9375rem;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:none; }#bLpHTPyNozUeTm30H799N9PhASFV6w7o { box-sizing:content-box;height:34.875rem;width:21.25rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.53125rem;left:1.625rem;display:block; }
#vHyEKCO6gdostEZ4TMierkKbopKl7BfA { box-sizing:content-box;height:0.625rem;width:3.3125rem;position:absolute;display:block;z-index:15009;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.25rem;left:0rem;display:block; }
#TQnVbV25rOI3QzvlfEXCQoDrGarIMwMw { color:#0076bf;display:block;width:5.625rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.8062505722046rem;left:5.28125rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Eki92PMREqFw8rO2H8CP8aPo1ktfBhPc { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:8.9999990463256rem;left:5.28125rem;height:7.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b7SVGy7TnAo48BFiTNy8dgTv9RHN9RJl { color:#0076bf;display:block;width:7.625rem;position:absolute;font-family:notosansjpbold;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:5.5812501907349rem;left:10.90625rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AQmVSbOyhp9AcLWXDGRv3455tcLHQPlM { box-sizing:content-box;height:16.625rem;width:21.25rem;position:absolute;display:block;z-index:15010;background-color:#14a5ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.831248283386rem;left:1.625rem;display:block; }
#OK9q7Ug33TbwmauIHyDPy1I6bu2kIEIt { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:15.125rem;top:26.406249046326rem;left:4.6875rem;overflow:hidden;display:block; }
#C6P2dFr8bk1g8VBGtLFTfT7zibAVpahr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.4375rem;left:64.5rem;display:none; }
#BE6idI2zCNwXx08V5GFZD5eT25Ozrm78 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.4375rem;left:7.4375rem;display:none; }
#N79SO7dKBfKUQetHAyWKOersfPSWGOyS { position:relative;display:none; }#N79SO7dKBfKUQetHAyWKOersfPSWGOyS { border-width: 0; border-radius: 0; }#N79SO7dKBfKUQetHAyWKOersfPSWGOyS > .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; }#N79SO7dKBfKUQetHAyWKOersfPSWGOyS > .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:42.9375rem;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:none; }#fVOSunShC6pgdW2N1Hvr19s5z5wQN7iM { color:#0076bf;display:block;width:11.8125rem;position:absolute;font-family:notosansjpbold;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:5.5rem;left:30.625rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iuKnDyd6995Pwl7ufhzD72tMRBCgCLcZ { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:9rem;left:30.5625rem;height:11.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ddET5hyDyQyMoeJRr4w0NqLrnyoTKp9T { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:8.3125rem;top:23.5rem;left:33.375rem;overflow:hidden;display:block; }
#hFqoQpkzRCuFmcahQVpyEX3f4sLPGn1n { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:27.6875rem;left:41.6875rem;overflow:hidden;display:block; }
#cVxawCbfhdAKApZ4OUVVJqI9966l6NvE { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:31.1875rem;left:28.3125rem;overflow:hidden;display:block; }
#NOib2rf82mrNUoTHTXwqmho7K001OpJV { box-sizing:content-box;height:34.875rem;width:21.25rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.53125rem;left:1.625rem;display:block; }
#wHTqBRvLoR6PNged0aD2VN81yRquOT7W { box-sizing:content-box;height:0.625rem;width:3.3125rem;position:absolute;display:block;z-index:15009;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.25rem;left:0rem;display:block; }
#ugfCPrTizG8tPBcPypkTIbm2OwbEwsFh { box-sizing:content-box;height:16.625rem;width:21.25rem;position:absolute;display:block;z-index:15010;background-color:#14a5ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.831248283386rem;left:1.625rem;display:block; }
#RQl3P6k6dOMBsnQFfKOGLOcE3zWCb3ZX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.4375rem;left:64.5rem;display:none; }
#oxwzawrvEHy9Mb5cIIaraK9sZq8y5FIf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.4375rem;left:7.4375rem;display:none; }
#d84NHWpoDtqrJaAT2sTQmsogwoZmsqIE { position:relative;display:none; }#d84NHWpoDtqrJaAT2sTQmsogwoZmsqIE { border-width: 0; border-radius: 0; }#d84NHWpoDtqrJaAT2sTQmsogwoZmsqIE > .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; }#d84NHWpoDtqrJaAT2sTQmsogwoZmsqIE > .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:42.9375rem;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:none; }#HsGWsBM5xvyPyNCq20c0vdtmG1z7lotc { box-sizing:content-box;height:34.875rem;width:21.25rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.53125rem;left:1.625rem;display:block; }
#vxCWr72xqp16L0yN9GqHahnL1WqAKwpc { box-sizing:content-box;height:0.625rem;width:3.3125rem;position:absolute;display:block;z-index:15009;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.25rem;left:0rem;display:block; }
#UUkDoRsFcoz02rgxQuOG5FKygXmX98Vc { box-sizing:content-box;height:16.625rem;width:21.25rem;position:absolute;display:block;z-index:15010;background-color:#14a5ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.831248283386rem;left:1.625rem;display:block; }
#IgSWkiwBoTAIPUVtQic83uDPqzXorgDo { color:#0076bf;display:block;width:11.8125rem;position:absolute;font-family:notosansjpbold;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:5.5812501907349rem;left:55.687501907349rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qh8lTzwnNg39zTv2NHqIPuHbCJeVb0qO { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:8.9999990463256rem;left:55.687501907349rem;height:7.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VWcK6gPZWfRRZNPa8aKxQNPBe748FKJW { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:10.5rem;top:22.237499237061rem;left:57.375001907349rem;overflow:hidden;display:block; }
#WRSyivMPJTPZzbmRnR0TMsTGIewQrzqn { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:25.1875rem;left:67.50000190735rem;overflow:hidden;display:block; }
#U2BwiN3cdmWzd61U1pXZ0RD5zlp5kZDV { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:28.53125rem;left:53.35000038147rem;overflow:hidden;display:block; }
#vtIFqJzMluv3ZZ567RULnS2uJ8MxqMKv { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:33.40625rem;left:67.12500190735rem;overflow:hidden;display:block; }
#mpalZmoq4GWRcLl8PnyyoWyLoBJNwnHN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.4375rem;left:64.5rem;display:none; }
#gSyBfSfpxIEcPI7bUOUneOIu5S3h1mel { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.4375rem;left:7.4375rem;display:none; }
#g9ARbk2XBDlFTiwm3btyFTLTWQ6bKFnE { 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:none; }#g9ARbk2XBDlFTiwm3btyFTLTWQ6bKFnE > .row .container { border-width: 0; border-radius: 0; }#g9ARbk2XBDlFTiwm3btyFTLTWQ6bKFnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g9ARbk2XBDlFTiwm3btyFTLTWQ6bKFnE > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:none; }#O4DR6XPam6TTVkpTqb4aXBibfplT7iGA { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:0.5rem;width:0.5rem;top:0.2496337890625rem;left:35.374891281128rem;display:block; }
#mBEoa3qkzWFym808D3AdysUAdLM3rdlN { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:0.5rem;width:0.5rem;top:0.2496337890625rem;left:36.624891281128rem;display:block; }
#K5Z7PmNEc1acJdKAwlTvuW5W7pQdMdTJ { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:0.5rem;width:0.5rem;top:0.2496337890625rem;left:37.874891281128rem;display:block; }
#PFCakHDxZVWTEXfLTVVgp7zbi2aZXL0N { position:relative;display:none; }#PFCakHDxZVWTEXfLTVVgp7zbi2aZXL0N { border-width: 0; border-radius: 0; }#PFCakHDxZVWTEXfLTVVgp7zbi2aZXL0N > .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; }#PFCakHDxZVWTEXfLTVVgp7zbi2aZXL0N > .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:18.75rem;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:none; }#oZ9aHTBhWDvJW8Ra63ITSvC7IqIGOrwq { background-color:#00b359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:notosansjpbold;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.537498474121rem;left:21.875rem;display:none; }
#FT1timIRe2gLkSZ7qTIqAMnCOEz4ahEK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oxBv5ZQZw0GRGvXQ1mx5HEtH73W7ATel { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0076bf;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; }#oxBv5ZQZw0GRGvXQ1mx5HEtH73W7ATel > .row .container { background-color: transparent; background-image: none; }#oxBv5ZQZw0GRGvXQ1mx5HEtH73W7ATel::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxBv5ZQZw0GRGvXQ1mx5HEtH73W7ATel > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxBv5ZQZw0GRGvXQ1mx5HEtH73W7ATel > .row .container > .video-iframe-container { display: none; }#oxBv5ZQZw0GRGvXQ1mx5HEtH73W7ATel > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxBv5ZQZw0GRGvXQ1mx5HEtH73W7ATel > .row > .video-iframe-container { display: none; }#oxBv5ZQZw0GRGvXQ1mx5HEtH73W7ATel > .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); }#oxBv5ZQZw0GRGvXQ1mx5HEtH73W7ATel > .row .container { border-width: 0; border-radius: 0; }#oxBv5ZQZw0GRGvXQ1mx5HEtH73W7ATel > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oxBv5ZQZw0GRGvXQ1mx5HEtH73W7ATel > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;position:relative;display:block; }#ZLT7zAw7B5Aa8SEWZZ6ABTIVxr9mowxE { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"roboto slab";font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.0625rem;left:28.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F5sL1affDuRHDmsXHrZHelExB7xgSZFn { color:#ffffff;display:block;width:6.375rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:3.625rem;left:39.5rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GCJrnqOWz2g0sSiIo9lVpoy1oZ9XLrmT { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:15.8125rem;width:28.125rem;top:7.9874992370606rem;left:23.437501907349rem;display:block; }
#WNTiXruO2N3fBzEpprOXa8CilphLUpkI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#WNTiXruO2N3fBzEpprOXa8CilphLUpkI > .row .container { background-color: transparent; background-image: none; }#WNTiXruO2N3fBzEpprOXa8CilphLUpkI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNTiXruO2N3fBzEpprOXa8CilphLUpkI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNTiXruO2N3fBzEpprOXa8CilphLUpkI > .row .container > .video-iframe-container { display: none; }#WNTiXruO2N3fBzEpprOXa8CilphLUpkI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNTiXruO2N3fBzEpprOXa8CilphLUpkI > .row > .video-iframe-container { display: none; }#WNTiXruO2N3fBzEpprOXa8CilphLUpkI > .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); }#WNTiXruO2N3fBzEpprOXa8CilphLUpkI > .row .container { border-width: 0; border-radius: 0; }#WNTiXruO2N3fBzEpprOXa8CilphLUpkI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WNTiXruO2N3fBzEpprOXa8CilphLUpkI > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#QfZiUVrXl5KmvxDVB5ChuoHA5KTTcTRI { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:7.3125rem;left:31.625rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FwLWglAswTqUV0iwHuTsTvCxC3htgyak { color:#000000;display:block;width:44.5rem;position:absolute;font-family:notosansjp;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:11.9375rem;left:15.25rem;height:5.736325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DNHJF2JTIvm3qX7nkt2ZnxTuHIe8Bxp4 { color:#c7c7c7;display:block;width:28.625rem;position:absolute;font-family:notosansjp;font-size:0.625rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:18.256261825561rem;left:15.25rem;height:1.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#atgBEIr1TJ7GDZvsnoswVxBVhPFZ0zaa { color:#000000;display:block;width:44.5rem;position:absolute;font-family:notosansjp;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:11.9375rem;left:15.25rem;height:5.7375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uMTE0mhany4ZpTE7Ao5gQCJhUfZN956K { color:#c7c7c7;display:block;width:28.625rem;position:absolute;font-family:notosansjp;font-size:0.625rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:18.256261825561rem;left:15.25rem;height:1.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#byoE5uCgzP3E6mbBANNVkaNMmWxDWVJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#byoE5uCgzP3E6mbBANNVkaNMmWxDWVJz > .row .container { background-color: transparent; background-image: none; }#byoE5uCgzP3E6mbBANNVkaNMmWxDWVJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byoE5uCgzP3E6mbBANNVkaNMmWxDWVJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byoE5uCgzP3E6mbBANNVkaNMmWxDWVJz > .row .container > .video-iframe-container { display: none; }#byoE5uCgzP3E6mbBANNVkaNMmWxDWVJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byoE5uCgzP3E6mbBANNVkaNMmWxDWVJz > .row > .video-iframe-container { display: none; }#byoE5uCgzP3E6mbBANNVkaNMmWxDWVJz > .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); }#byoE5uCgzP3E6mbBANNVkaNMmWxDWVJz > .row .container { border-width: 0; border-radius: 0; }#byoE5uCgzP3E6mbBANNVkaNMmWxDWVJz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#byoE5uCgzP3E6mbBANNVkaNMmWxDWVJz > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#CGQZSzMIeGDnv4MqhuIV3EvtgF66aNhE { color:#0076bf;display:block;width:11.8125rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:0.125rem;left:5rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HRpBb3SOAhVTUU019pKfyMchSFronwxx { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:13.875rem;top:4.0874872207642rem;left:9.22500038147rem;overflow:hidden;display:block; }
#iLWlrv8w05i61SX8KOUUmECip5hN8dvE { color:#0076bf;display:block;width:11.8125rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:0.1250114440918rem;left:35.500001907349rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EDgH9NRhnW7ebgEk2odwdoD3F88BBVST { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:32.3125rem;top:4.0874938964844rem;left:37.97812461853rem;overflow:hidden;display:block; }
#MkB8BwGFMO0GVd1ZpKSERJUhDxmJpw40 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:36.4375rem;top:31rem;left:24.4375rem;overflow:hidden;display:block; }
#r8Huw97nSPwy7haIpZMZO5xrNbhBeauw { color:#0076bf;display:block;width:11.8125rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:27.5rem;left:21.9375rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HIBconrLi9UNnCroLLaquvqzsTQkRk1m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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:none; }#HIBconrLi9UNnCroLLaquvqzsTQkRk1m > .row .container { border-width: 0; border-radius: 0; }#HIBconrLi9UNnCroLLaquvqzsTQkRk1m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HIBconrLi9UNnCroLLaquvqzsTQkRk1m > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:none; }#rdura9rKP7F4oKr072PUEwZ07ZtWOXPx { color:#0076bf;display:block;width:11.8125rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:0.125rem;left:5rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WS8Iuppcn2EF96TuF9TIMzHXy8DukVdJ { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:13.875rem;top:4.0874872207642rem;left:9.22500038147rem;overflow:hidden;display:block; }
#IO4NrbhZHEd0TUQ7nsnUiXQSr8cMRq01 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.4375rem;left:64.5rem;display:none; }
#dMrElJ1aIZdLvqD73Ws82RQqLySVn7u0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.4375rem;left:7.4375rem;display:none; }
#pcAAdG68Q9DR4t7STycgygdWtfvCDMm7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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:none; }#pcAAdG68Q9DR4t7STycgygdWtfvCDMm7 > .row .container { border-width: 0; border-radius: 0; }#pcAAdG68Q9DR4t7STycgygdWtfvCDMm7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pcAAdG68Q9DR4t7STycgygdWtfvCDMm7 > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:none; }#S8zDNz3O6a5vg2TngUiDEZ5DTlh6iZIb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.4375rem;left:64.5rem;display:none; }
#dxwJAlK99byAGyKRDCbwNIIJyxVpKp9w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.4375rem;left:7.4375rem;display:none; }
#bS4TWJ5zZCXGgp1rfcTt6AUln5T2FDip { color:#0076bf;display:block;width:11.8125rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:0.1250114440918rem;left:35.500001907349rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m8rZw12eISr18S7JzzyUshS8Q93H0y5w { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:32.3125rem;top:4.0874938964844rem;left:37.97812461853rem;overflow:hidden;display:block; }
#Ltclh61NkcqukCekdZ96T6UteQ4NsdX8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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:none; }#Ltclh61NkcqukCekdZ96T6UteQ4NsdX8 > .row .container { border-width: 0; border-radius: 0; }#Ltclh61NkcqukCekdZ96T6UteQ4NsdX8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ltclh61NkcqukCekdZ96T6UteQ4NsdX8 > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:none; }#d9MNQU2TvV4DTRw75xtoNPyeQKu4QJea { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.4375rem;left:64.5rem;display:none; }
#MhAgX4yGV43VIIoudMdartSnya0MyfSI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.4375rem;left:7.4375rem;display:none; }
#PxQm4URv5OBKgO1LTkeNDRTcTRvzSes3 { color:#0076bf;display:block;width:11.8125rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:0.1250114440918rem;left:35.500001907349rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T44OcbwbGcSh7wzywRRSkvUIkZm8OwMZ { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:36.4375rem;top:31.812500953674rem;left:38rem;overflow:hidden;display:block; }
#Sa3xFHhUp5WBza6iFModZ814kPZ2vCne { 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:none; }#Sa3xFHhUp5WBza6iFModZ814kPZ2vCne > .row .container { border-width: 0; border-radius: 0; }#Sa3xFHhUp5WBza6iFModZ814kPZ2vCne > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sa3xFHhUp5WBza6iFModZ814kPZ2vCne > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:none; }#V6HV6qS1xhr0xuUwaGpOoJlB0oZMGFTE { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:0.5rem;width:0.5rem;top:0.2496337890625rem;left:35.374891281128rem;display:block; }
#abi02UPrPBJophN1QBT29CFk5GarFugT { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:0.5rem;width:0.5rem;top:0.2496337890625rem;left:36.624891281128rem;display:block; }
#OwdEPhW75tPePCGl4i28MXp6TplRbxpl { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:0.5rem;width:0.5rem;top:0.2496337890625rem;left:36.624891281128rem;display:none; }
#VLZmHQn3h2y7yD8A8WZkLi4iOl4T1fOQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#VLZmHQn3h2y7yD8A8WZkLi4iOl4T1fOQ > .row .container { background-color: transparent; background-image: none; }#VLZmHQn3h2y7yD8A8WZkLi4iOl4T1fOQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLZmHQn3h2y7yD8A8WZkLi4iOl4T1fOQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLZmHQn3h2y7yD8A8WZkLi4iOl4T1fOQ > .row .container > .video-iframe-container { display: none; }#VLZmHQn3h2y7yD8A8WZkLi4iOl4T1fOQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLZmHQn3h2y7yD8A8WZkLi4iOl4T1fOQ > .row > .video-iframe-container { display: none; }#VLZmHQn3h2y7yD8A8WZkLi4iOl4T1fOQ > .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); }#VLZmHQn3h2y7yD8A8WZkLi4iOl4T1fOQ > .row .container { border-width: 0; border-radius: 0; }#VLZmHQn3h2y7yD8A8WZkLi4iOl4T1fOQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VLZmHQn3h2y7yD8A8WZkLi4iOl4T1fOQ > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#HH09LXmrQ9dhl0XJ7Bdibtz98m5pbJ5w { color:#000000;display:block;width:54.625rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:5.0687503814697rem;left:10.1875rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6xSByKqlJTcrDTsZJ0RyT33Tpsm6bmv { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15005;background-color:#e5f1fa;background-image:none;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:0rem;display:block; }
#BbTdUiCKUBHJL7mULoR4AE1P9wrOvIpq { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15006;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:5.375rem;display:block; }
#ItcuZ5t8er8Z7vLVkxIAT6Ryg7hk5uqJ { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#00b359;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.125rem;left:0.875rem;display:block; }
#LuL5VktT06i1tLPSzsQHxTZMRrTb59Q2 { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:notosansjp;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:15.5rem;left:0.8125rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vGT1xLQ5qtbl2uR8phdehAir6mm5FmH5 { color:#0076bf;display:block;width:10.5625rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.6875rem;left:4.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AHwpVf8H4TASFCytq9qat6a4J6myHWQV { color:#0076bf;display:block;width:2.875rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17rem;left:14.25rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n9aLgoA42V771PVo9a0N9GrWw040EdKp { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:23.25rem;left:5.125rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s0LaoQnUkrDLXPMxaPWp97DoMwEGSd8U { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:12.375rem;left:6.25rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VXnP0NLHca3cUvHIxxnHH9L3couR4Iuu { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:26.875001907349rem;display:block; }
#MHSiJMyZAXDGPhcBX86NGcyMq6NdDc6N { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15007;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:32.250001907349rem;display:block; }
#ipT4GV9PCioQTFiHF3h78dNlM0t34iaa { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:12.375rem;left:33.125001907349rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IHetTDlKxZrhVrrC4w1GgGZhPIRtIHtI { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:53.750001907349rem;display:block; }
#hekVDElgvZgzE7bFZcVnkHyocUHBA29u { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15008;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:59.125001907349rem;display:block; }
#wdAGIlodktzIup2v6tq5TwQxMlGyy1AT { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:12.375rem;left:60.000001907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HAdP6zwbXRZR8iOTg2peGePIMlWFnKrk { color:#0076bf;display:block;width:6rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.6875rem;left:31.812501907349rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qtsGFx2nwgCOJ942m76im6nlG5Xxfgck { color:#0076bf;display:block;width:5.8125rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17rem;left:37.300001144409rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BWTTTWErwTvVnyL54vdEO2LCWCkXA8Ir { color:#0076bf;display:block;width:6rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.6875rem;left:57.625001907349rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZuN3h6BTVNRu5XeKd42WF8oFSkTTy8Lt { color:#0076bf;display:block;width:8.5rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17rem;left:62.987497329712rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CLNTIeP3lzBJmdVTeTvSiceBe14Ss950 { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:23.5rem;left:31.968751907349rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CPd7IlnA775IlXuWLKDwrJSvg0X9l9SW { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:23.5rem;left:58.843751907349rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vw63MQbDtGEO2F7gVeimoB91uDbNU9PL { background-color:#00b359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;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:notosansjpbold;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.537498474121rem;left:21.875rem;display:block; }
#uvJ86uwOEZ31xs7noAouQX4OTOoRaDHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zy1SHaiuKvlZThOMHGp28d1vX9TRULfh { position:relative;display:none; }#Zy1SHaiuKvlZThOMHGp28d1vX9TRULfh { border-width: 0; border-radius: 0; }#Zy1SHaiuKvlZThOMHGp28d1vX9TRULfh > .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; }#Zy1SHaiuKvlZThOMHGp28d1vX9TRULfh > .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:35.6875rem;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:none; }#TMWvtsieGMnEnafI98TecIKBNTCMq8HV { color:#000000;display:block;width:54.625rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:5.0687503814697rem;left:10.1875rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EmiNXgBtADTTDArqW7FS1yE7sIOTDT50 { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:0rem;display:block; }
#WZWgGhBKzVTbRKIBZkONAmsJdgFlJBZO { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15006;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:5.375rem;display:block; }
#lBpvvLQf3C6ineuZaGsoe37DAmFEOG15 { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#e568e4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.137509346008rem;left:54.893751144409rem;display:block; }
#dXkdPG8SQMSGociDoQX9pf2WJcEtI7pX { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:"roboto slab";font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:14.937508583069rem;left:54.831251144409rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xb9sy2VZZW9u5I5JWxOtTw2914h4poHp { color:#0076bf;display:block;width:7.4375rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.6875rem;left:4.25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oeaT5TVyelk3skVrw0m96zS4ndwmf1G9 { color:#0076bf;display:block;width:5.6875rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17rem;left:10.1875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mWEH4mSLftiwbGJnw3vtBDI54mFtyD2B { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:12.375rem;left:6.25rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ae4gdvZwCIB7aSd2kiQJ9TZpAeTAR33E { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:26.875001907349rem;display:block; }
#wv490rGdlhmKckvQZnTfnEkQuiyksQmK { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15007;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:32.250001907349rem;display:block; }
#s1DcsOXUWaGSmmfDBmgMTpZitlCoRLke { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:12.375rem;left:33.125001907349rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oEmSKasMdErPsMto7Cs4K66XAGnFR36t { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15007;background-color:#faf0e3;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:53.750001907349rem;display:block; }
#lPqhgs3kq8T4Xab9ALMzWXFSqKLIdorv { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15008;background-color:#e568e4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:59.125001907349rem;display:block; }
#SWXAJnA6nuIXxsUEpctL1K8BcRzz4fup { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:12.375rem;left:60.000001907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZrPgfyIWLq1ctxV1cGMtLS9RqmNHQMq0 { color:#0076bf;display:block;width:6rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.6875rem;left:31.812501907349rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sas5DyrQlD5QwyXE1n9LEVm8ZSw1udtO { color:#0076bf;display:block;width:5.8125rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17rem;left:37.300001144409rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cLp1TvixVEIt3sFD1sPWbUG6B2LATP7T { color:#0076bf;display:block;width:10.6875rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.6875rem;left:55.875001907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xgb25mTkHZSb5iLWUMhcGL6SsM8eGffX { color:#e568e4;display:block;width:6.5625rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17rem;left:66.049997329712rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JRLfCsVlbMXvW5f7cVCnLiRPqt5qMvGG { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:23.5rem;left:31.968751907349rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D7AGuRrrUhWrfSZDVDTFGhMoQRDH2pvu { background-color:#e568e4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;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:notosansjpbold;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.537498474121rem;left:21.875rem;display:block; }
#buPwVsrO3xcx5KT2RO5nQTgIznosRTfU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ks9Ibr8JnF7HynpG9AxMSnfOrff5yU6U { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:"roboto slab";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:15.39999961853rem;left:55.268751144409rem;height:2.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zna5HQ6N5lR1BGBBmzso3iATwo4JDzbA { color:#ffffff;display:block;width:1.75rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:15.94375038147rem;left:57.00625038147rem;height:1.80625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dm5yx41anRSvlsxcHVeADiUqvBP7qgCN { background-color:#e568e4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;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:notosansjpbold;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.500001907349rem;left:55.906251907349rem;display:block; }
#CXydDFOHGHLxaqCk741antXyFuRMHxkn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fBWw8nW1H3m1WX1TqTX4H3JgCl5FFXJ8 { position:relative;display:none; }#fBWw8nW1H3m1WX1TqTX4H3JgCl5FFXJ8 { border-width: 0; border-radius: 0; }#fBWw8nW1H3m1WX1TqTX4H3JgCl5FFXJ8 > .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; }#fBWw8nW1H3m1WX1TqTX4H3JgCl5FFXJ8 > .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:35.6875rem;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:none; }#sECJTNSxW2otOdMC4mE1FMGQ4Tmap4Np { color:#000000;display:block;width:54.625rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:5.0687503814697rem;left:10.1875rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aWRvp434MFpaHiUzGy7wefv0NZyieRPO { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15005;background-color:#e5f1fa;background-image:none;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:0rem;display:block; }
#F7ugXHTN0h9ilSnS3THvIzRFqpDFI4bi { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15006;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:5.375rem;display:block; }
#cmyhu49SKeXT4M3OXpCWnoUyfLi17zaQ { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#00b359;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.125rem;left:0.875rem;display:block; }
#IJsTt9f3cTLpNpSl2uGbleKCsEOIH3AO { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:notosansjp;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:15.5rem;left:0.8125rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K9vVkPrB2ft6XAZ9fPNCNrkzHWxTAm2H { color:#0076bf;display:block;width:10.5625rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.6875rem;left:4.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#azJOtI6zTSENyqELHS9BzSTuTuNb4dtr { color:#0076bf;display:block;width:2.875rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17rem;left:14.25rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTHd3W2zEeHeSk3wxxaHP8TzwNZ2swCi { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:23.25rem;left:5.125rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJrKNdfwlSqIw7UsAAmTNQWdli6ATeQt { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:12.375rem;left:6.25rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xu10cUad9wDLwk0d7CAPdITiX96iZ9f4 { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:26.875001907349rem;display:block; }
#btzd6xwb9EFMbEAUEZz5EE1rqh3bsETU { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15007;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:32.250001907349rem;display:block; }
#IquJPUTJs6lrJx58rF5VUk7aB99qXEfU { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:12.375rem;left:33.125001907349rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DkFHM2WH0oxlryUA0OiCxiUpD1N0kV1K { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:53.750001907349rem;display:block; }
#CrGaRZtSHwwrFWKMqGdeugdAIKZ8sLpC { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15008;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:59.125001907349rem;display:block; }
#okD3IGEv7oEKLx4xKhRSiA9bDoz6WN2Q { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:12.375rem;left:60.000001907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4mOkpuN0ff74Gz1IR7SCNt45SnD9ENr { color:#0076bf;display:block;width:6rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.6875rem;left:31.812501907349rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QueN7ZqS6eavNuJAk4ZqvTIKSuB1KTcI { color:#0076bf;display:block;width:5.8125rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17rem;left:37.300001144409rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aHzNvzdpwihw2go3eqs1BD58JVmXUyff { color:#0076bf;display:block;width:6rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.6875rem;left:57.625001907349rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rnWDlihHgTZwVfS7KqdH5W1HZBWE84gI { color:#0076bf;display:block;width:8.5rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17rem;left:62.987497329712rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mmcR0g6RI7n9mn75n3nJE8qTrGQltcTG { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:23.5rem;left:31.968751907349rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aqtOzcIiwfNPigyGS1WcZgEseTgbLiZf { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:23.5rem;left:58.843751907349rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wPgallJATxv6qzN2UNqHvdRFCpHV9QbF { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#bJJGglsmnmuCTnT3K1UCEzc3QDIWtybn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KgbDtNMhILK0mliqblhoTXwIypxI0A0m { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#n77nL03VHVBh5JdVF0eRz3TD8MLg0Juf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTT7TA2rFlnlbDF493JyESKoulTBGkQe { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#VVe9a8SzfiGVpGUhtn3bNG3BdRQwptFu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g8Ct7GvSy95n54MDEucAKqvX3uBkEQkp { position:relative;display:none; }#g8Ct7GvSy95n54MDEucAKqvX3uBkEQkp { border-width: 0; border-radius: 0; }#g8Ct7GvSy95n54MDEucAKqvX3uBkEQkp > .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; }#g8Ct7GvSy95n54MDEucAKqvX3uBkEQkp > .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:35.6875rem;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:none; }#BCAX7mTSJtlPedyUa4uSSwkzwKaOzO63 { color:#000000;display:block;width:54.625rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:5.0687503814697rem;left:10.1875rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HbPb5MBIDEZXTaQh1y8EQ7up74ZsHv8Z { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:0rem;display:block; }
#NKm005xBZnLfwSfNIGWlWwpE2oXLih5c { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15006;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:5.375rem;display:block; }
#lA6CfklZaC6JioQi5r0PeDHzO14vHTst { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#e568e4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.137509346008rem;left:54.893751144409rem;display:block; }
#vmeuz5PJtcd12IDZxMNuBgaupSsRCtNh { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:"roboto slab";font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:14.937508583069rem;left:54.831251144409rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sgaXtfHrze2PCFbWUkVAfQ04XnkgIw3U { color:#0076bf;display:block;width:7.4375rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.6875rem;left:4.25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQOCyrm4VJPac9BnWnctozBGHd2yLhqG { color:#0076bf;display:block;width:5.6875rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17rem;left:10.1875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dn9xXPGNx8H2THLpAOLEsaJHuTtmMV63 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:12.375rem;left:6.25rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fuOysoJiws2SeTTAuQBb30dkozGvGxV3 { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:26.875001907349rem;display:block; }
#eIi4Fqcg9Pv1kQznV1yVShRQUkCWrgbs { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15007;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:32.250001907349rem;display:block; }
#Q40RsIxsBQz0623uTbKQsFhw2nWErTMI { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:12.375rem;left:33.125001907349rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MuHgq3BypIn8BHGO9DrhlZ8m97cvdnC4 { box-sizing:content-box;height:13.75rem;width:21.25rem;position:absolute;display:block;z-index:15007;background-color:#faf0e3;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:53.750001907349rem;display:block; }
#gT76RK8AXISIn9fnzSGxtTMA6E6CxO9E { box-sizing:content-box;height:2.625rem;width:10.5rem;position:absolute;display:block;z-index:15008;background-color:#e568e4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:59.125001907349rem;display:block; }
#sXwmViNdVFUfIsZ2KqA0hLk1XmZcntIW { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:12.375rem;left:60.000001907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P49KQGmlNlV1iVygVDcEATsoNDGAXJLL { color:#0076bf;display:block;width:6rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.6875rem;left:31.812501907349rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kax8mO8nRQ47J71yl0OHQbIHqgfVcG9F { color:#0076bf;display:block;width:5.8125rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17rem;left:37.300001144409rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QeTAonT7i9lIWKSNzEfgW0HoO8S9M3Ut { color:#0076bf;display:block;width:10.6875rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.6875rem;left:55.875001907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G2kpmXaburEThMIrpCTwMTVlSAWnf1sV { color:#e568e4;display:block;width:6.5625rem;position:absolute;font-family:"roboto slab";font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17rem;left:66.049997329712rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k0OOZmDa3EJZ0lOU0nZ6ccO6TZF0qux0 { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:23.5rem;left:31.968751907349rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ruGs1KNizIl32wgo1Vp3WFlvtxiDz9lF { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:"roboto slab";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:15.39999961853rem;left:55.268751144409rem;height:2.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s8wVWagqXCL1PTuOa2v3yWpxm5RIdNSs { color:#ffffff;display:block;width:1.75rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:15.94375038147rem;left:57.00625038147rem;height:1.80625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAh66gM1JT5K7tGVrxM02kVOaUXEcsXS { background-color:#e568e4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;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:notosansjpbold;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.500001907349rem;left:55.906251907349rem;display:block; }
#ndTteqReboHOWnBZzX6Vog3tLDwgIAWn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rSGV4UFcwk9rIzg5oWkM7xitiWdbp40C { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Z67aKFtlb2XRluTbawztzZcMTyQVbsIe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgEkTOAveMuMbi4JK3q7KqJGpfdmyTdK { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#QzCROZWvs8lkkAXzAqiCFik82FtupTTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kqscup3RrNmqZ9dxMODuGLNroW3kZTpe { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#AIdI4LAx2DedMeRrMGCDzGIxy8DeNSbf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yJK3QAFHmlvfwBR7bkHcSpkFuiXdSGcO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#yJK3QAFHmlvfwBR7bkHcSpkFuiXdSGcO > .row .container { background-color: transparent; background-image: none; }#yJK3QAFHmlvfwBR7bkHcSpkFuiXdSGcO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJK3QAFHmlvfwBR7bkHcSpkFuiXdSGcO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJK3QAFHmlvfwBR7bkHcSpkFuiXdSGcO > .row .container > .video-iframe-container { display: none; }#yJK3QAFHmlvfwBR7bkHcSpkFuiXdSGcO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJK3QAFHmlvfwBR7bkHcSpkFuiXdSGcO > .row > .video-iframe-container { display: none; }#yJK3QAFHmlvfwBR7bkHcSpkFuiXdSGcO > .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); }#yJK3QAFHmlvfwBR7bkHcSpkFuiXdSGcO > .row .container { border-width: 0; border-radius: 0; }#yJK3QAFHmlvfwBR7bkHcSpkFuiXdSGcO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yJK3QAFHmlvfwBR7bkHcSpkFuiXdSGcO > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#s73E1lzR6vhWvF0Vp5gEnwIXPrK6U9Tw { box-sizing:content-box;height:23.875rem;width:74.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #0076bf;border-left:0.125rem solid #0076bf;border-right:0.125rem solid #0076bf;border-bottom:0.125rem solid #0076bf;top:2.287504196167rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qUHEgGJaWOgJDU8ItPdZMLo7IuPAQdwP { color:#000000;display:block;width:54.625rem;position:absolute;font-family:notosansjpbold;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:5.1937503814697rem;left:10.1875rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SaO9UGFg4uyQpWIC007S2QGgEgFRHGR1 { color:#000000;display:block;width:54.625rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:8.88125038147rem;left:10.1875rem;height:1.4875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QLP0ryTfIlWqRy76W80X90tcFpuTk3xT { color:#000000;display:block;width:20rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:14.693752288818rem;left:4.0625rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xIgUPXMJV86RswWazmB8kuT3MMwBxdHC { box-sizing:content-box;height:0.125rem;width:19.25rem;position:absolute;display:block;z-index:15006;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.625rem;left:4.0625rem;display:block; }
#MMCTsGewfPGigv0kJScGyAaXkfqE96oE { color:#0076bf;display:block;width:9.6875rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:11.375rem;left:4.0625rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lWUbFa66mHrmnTbvBAAzCHoval9Mwk1q { color:#0076bf;display:block;width:14.6875rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:11.549999237061rem;left:27.875001907349rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZgMykav9wsJX56t9oXsdGPnyypBus8na { box-sizing:content-box;height:0.125rem;width:19.25rem;position:absolute;display:block;z-index:15007;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.625rem;left:27.875001907349rem;display:block; }
#PL0nv0cp5S1uFu6wdk4v8pzWsbGzTEJi { color:#000000;display:block;width:20rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:14.69375038147rem;left:27.500001907349rem;height:4.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WBLbNqEKx5WmuHiO5aBKvhhetnVw88th { box-sizing:content-box;height:0.125rem;width:19.25rem;position:absolute;display:block;z-index:15008;background-color:#0076bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.625rem;left:51.75rem;display:block; }
#RDTnWlKo5bNbQSmTla0pyT0Z2rhyhyv9 { color:#000000;display:block;width:20rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:14.69375038147rem;left:51.750001907349rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oTXtVpXM9PD9NSp3XzkDlKRRasNp9vBc { color:#0076bf;display:block;width:14.6875rem;position:absolute;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:11.549999237061rem;left:51.750001907349rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tuOQUl0nyJIpSixIhf0oifnF5XZ0IqWC { background-color:rgba(0,179,89,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00b359;border-left:0.0625rem solid #00b359;border-right:0.0625rem solid #00b359;border-bottom:0.0625rem solid #00b359;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00b359;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosansjpbold;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:21.47500038147rem;left:21.875rem;display:block; }
#CzclgpgTtFBcNcrG48JZ1FxxCC03mxOq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AT6rlRA6dN0PsbTXgR6dpAxI9vhl6F49 { color:#000000;display:block;width:20rem;position:absolute;font-family:notosansjp;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:14.69375038147rem;left:27.500001907349rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#iKOXIXSP0EQM5UuPByKm2avDPywWBdFH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#iKOXIXSP0EQM5UuPByKm2avDPywWBdFH > .row .container { background-color: transparent; background-image: none; }#iKOXIXSP0EQM5UuPByKm2avDPywWBdFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKOXIXSP0EQM5UuPByKm2avDPywWBdFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKOXIXSP0EQM5UuPByKm2avDPywWBdFH > .row .container > .video-iframe-container { display: none; }#iKOXIXSP0EQM5UuPByKm2avDPywWBdFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKOXIXSP0EQM5UuPByKm2avDPywWBdFH > .row > .video-iframe-container { display: none; }#iKOXIXSP0EQM5UuPByKm2avDPywWBdFH > .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); }#iKOXIXSP0EQM5UuPByKm2avDPywWBdFH > .row .container { border-width: 0; border-radius: 0; }#iKOXIXSP0EQM5UuPByKm2avDPywWBdFH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iKOXIXSP0EQM5UuPByKm2avDPywWBdFH > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#KMcwHaDKQ1VHeRFZ5f7GqX4Ase94PV8M { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"roboto slab";font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.2499942779541rem;left:32.031251907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(11,11,11,0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 .accordion-heading-text { display:block;position:relative;width:100%;font-family:notosansjpbold;font-weight:400;font-size:1.125rem;color:#0076bf;font-style:normal;height:auto; }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:notosansjp;color:rgba(var(--color-tertiary-4),1);height:auto; }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_0a782bdf2c5ecc7ce7e4bfb46f498bc7dc5df7ea.svg");background-size:contain !important; }#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 .accordion-trigger.adaptive-delivery-prevent-bg, #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 .accordion-trigger.lazyload, #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 .accordion-trigger.lazyloading { background-image: none; }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.8374938964844rem;left:0rem; }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #ODtc0R65KTTFCTW0wD5JIGBOHA0VJxfd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #asyVfZWOGiXJeWChOhqP5NFnHKisqRuX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #MR4mcIGVTW5my2vU0xZh8EXoiOdoBZcI { display:block;position:relative; }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #Km3PazJLoGTCc74rgFCaP24Nm9yT1U9s {  }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #ebCTEMa4HLiKs74eThJDNrTW1SI3c6oQ {  }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #PFy4hkcmvEfpszGR4TVyX1NKyaqrllgV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #HTI9zxDZP7MaLTcW606goSu4PolGfQSt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #erfTrbXyeRr0QipKRc5fNatciJMSis5V { display:block;position:relative; }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #VLy5DeNOysdF9WQgaIcXoeOuEXMS3y2d {  }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #KzaXFyDMRsrthexQZZoDEzx1ePya7CET { display:none; }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #y0n414oPTaZ1V2NWASvJy2uu8KkfbB2C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #pr7VXp3F43tT33IC4o23RdNfFmyxobJE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #OrMMzIhzQAhzpydJCcwKsF6c0GhfzTET { display:block;position:relative; }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #P4TTh9M5UU91OtoUT2boAUgnPAtxUcST {  }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #mHpI9RCPdQLJoqGcaEHi7LTRiq1qE3gc { display:none; }
#p14yZ1Ce2DmAEvfW2nA1BVVT0oosT32T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#p14yZ1Ce2DmAEvfW2nA1BVVT0oosT32T > .row .container { background-color: transparent; background-image: none; }#p14yZ1Ce2DmAEvfW2nA1BVVT0oosT32T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p14yZ1Ce2DmAEvfW2nA1BVVT0oosT32T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p14yZ1Ce2DmAEvfW2nA1BVVT0oosT32T > .row .container > .video-iframe-container { display: none; }#p14yZ1Ce2DmAEvfW2nA1BVVT0oosT32T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p14yZ1Ce2DmAEvfW2nA1BVVT0oosT32T > .row > .video-iframe-container { display: none; }#p14yZ1Ce2DmAEvfW2nA1BVVT0oosT32T > .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); }#p14yZ1Ce2DmAEvfW2nA1BVVT0oosT32T > .row .container { border-width: 0; border-radius: 0; }#p14yZ1Ce2DmAEvfW2nA1BVVT0oosT32T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p14yZ1Ce2DmAEvfW2nA1BVVT0oosT32T > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#JaA89v1D5HwtLyoR4kPnm0xDDCapowOf { background-color:#00b359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;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:notosansjpbold;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.537498474121rem;left:21.875rem;display:none; }
#HfiCoBI7GTz7R5UlKJ2ODP6B08vro53i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UmP0Mg94fbbMAs3LXgVVt5D4Ga0MLoOb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#UmP0Mg94fbbMAs3LXgVVt5D4Ga0MLoOb > .row .container { background-color: transparent; background-image: none; }#UmP0Mg94fbbMAs3LXgVVt5D4Ga0MLoOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmP0Mg94fbbMAs3LXgVVt5D4Ga0MLoOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmP0Mg94fbbMAs3LXgVVt5D4Ga0MLoOb > .row .container > .video-iframe-container { display: none; }#UmP0Mg94fbbMAs3LXgVVt5D4Ga0MLoOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmP0Mg94fbbMAs3LXgVVt5D4Ga0MLoOb > .row > .video-iframe-container { display: none; }#UmP0Mg94fbbMAs3LXgVVt5D4Ga0MLoOb > .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); }#UmP0Mg94fbbMAs3LXgVVt5D4Ga0MLoOb > .row .container { border-width: 0; border-radius: 0; }#UmP0Mg94fbbMAs3LXgVVt5D4Ga0MLoOb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UmP0Mg94fbbMAs3LXgVVt5D4Ga0MLoOb > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:22.5625rem;width:75rem;position:relative;display:block; }#XUubd6RlbJ6WRcd3Jug5OqFXNrTvJ8ii { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:6.5625rem;left:15.6875rem;display:block; }
#KEtFvCop4fgaPmvFIThAHKoTSAOFWBNF { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:6.5625rem;left:18.1875rem;display:block; }
#DdTkf2OGCKbAbFqu2Rydv9G0FphC05ec { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:6.5625rem;left:20.6875rem;display:block; }
#mok2xJqVf0Z2beo2gTTUgPz9cX3RJNnQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:15.6875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#dMMOeHrGDBmO4y844pyK94ulcqSJMxxA { color:rgba(var(--color-tertiary-1),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.9375rem;left:15.6875rem;height:1.1375rem;display:block; }
#Cc7org51Gr6aDfWhskXIWhACefFnanLB { color:rgba(var(--color-tertiary-0),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.5625rem;left:15.6875rem;height:1.1375rem;display:block; }
#C8Bra4TEr8qEPdTW389ATAtTKexWudNN { color:rgba(var(--color-tertiary-0),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.375rem;left:26.375rem;height:1.1375rem;display:block; }
#IkI0zEs18kiIO6z0dHEJKqMGgqLAsNyQ { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.5625rem;left:30.9375rem;height:1.1375rem;display:block; }
#pzLZgZ7axCKai0taf3FJiEAlhzcTlTqt { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.5625rem;left:20.625rem;height:1.1375rem;display:block; }
#IAMm5hIOmRe2NG8hmGExiy5FMprqWCPs { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.5625rem;left:23.8125rem;height:1.1375rem;display:block; }
#dwbAf2KaeL1i67OTxrWuLTxfhTLbAXw6 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.5625rem;left:35.8125rem;height:1.1375rem;display:block; }
#yFK2OTS62zk8AV4UV58oov9vWNGMIUqz { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.375rem;left:15.6875rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#F8qOwHThIB3PaRmQouwcyB8RU766gpzs { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:14.375rem;left:32.3125rem;height:1.1375rem;display:block; }
#AMOF4oS0BZQsdl4yGTvm2iGVWQvWdbwG { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:3.75rem;left:42.25rem;height:1.29980625rem;display:block; }
#oOb9Mxy6oGb0DDqSQIz6akTcRpaePOTR { position:absolute;display:block;z-index:15022;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:2.75rem;width:7.9375rem;top:10.1875rem;left:51.9375rem;overflow:hidden;display:block; }
#M3Cn1LaIkluzOPeTREfUO1EiEKw94amv { position:absolute;display:block;z-index:15023;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:2.25rem;width:7.125rem;top:8.020835876465rem;left:52.3125rem;overflow:hidden;display:block; }
#p3463WFKxgUnHq1ZApUFlv2JEL5QSkJM { position:absolute;display:block;z-index:15018;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:7.0625rem;width:9.75rem;top:6.5625rem;left:41.3125rem;overflow:hidden;display:block; }
#XlEDDI7XktX0Il5KH31DLadM2Sz53Lw8 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:6.5625rem;left:23.1875rem;display:block; }
#BmJUScHU2buM5wWKr9dCzGbRWUPblUqD { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:6.5625rem;left:25.625rem;display:block; }
#QBoGmoNJQ216WZBrhA2eRNGi3u8XN1Az { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:6.5625rem;left:27.8125rem;display:block; }
#ivGdfy8qq7w9Et1V1os8RxRMr0WWshPH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e568e4;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:none; }#ivGdfy8qq7w9Et1V1os8RxRMr0WWshPH > .row .container { border-width: 0; border-radius: 0; }#ivGdfy8qq7w9Et1V1os8RxRMr0WWshPH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ivGdfy8qq7w9Et1V1os8RxRMr0WWshPH > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:none; }#S4BOcpRvq5N3VQz9n1QOA3ZEIyZtwSAQ { color:#ffffff;display:block;width:38.5rem;position:absolute;font-family:notosansjpbold;font-size:1.6875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.02734375rem;left:18.25rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xn8k4WLrPHP0kKa4B7Uk4cLO9H9P26He { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:4.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#aHILvRtebeth2N6JIAHlKIFX7FmeCTKc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ylBOk43X0AuRQN5Gn5CDAHgQhDPfrPEu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b359;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ylBOk43X0AuRQN5Gn5CDAHgQhDPfrPEu > .row .container { background-color: transparent; background-image: none; }#ylBOk43X0AuRQN5Gn5CDAHgQhDPfrPEu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylBOk43X0AuRQN5Gn5CDAHgQhDPfrPEu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylBOk43X0AuRQN5Gn5CDAHgQhDPfrPEu > .row .container > .video-iframe-container { display: none; }#ylBOk43X0AuRQN5Gn5CDAHgQhDPfrPEu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylBOk43X0AuRQN5Gn5CDAHgQhDPfrPEu > .row > .video-iframe-container { display: none; }#ylBOk43X0AuRQN5Gn5CDAHgQhDPfrPEu > .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); }#ylBOk43X0AuRQN5Gn5CDAHgQhDPfrPEu > .row .container { border-width: 0; border-radius: 0; }#ylBOk43X0AuRQN5Gn5CDAHgQhDPfrPEu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ylBOk43X0AuRQN5Gn5CDAHgQhDPfrPEu > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#sfsDU1w6U8KKIQLU4eqyBJbeeZIlN5Fx { color:#ffffff;display:block;width:38.5rem;position:absolute;font-family:notosansjpbold;font-size:1.5625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.02734375rem;left:18.25rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LCpnMrlvdodeKSLO4oMSaCETMZGhQsqg { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:4.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#kL2gibJum5kOZ0XfSQ8nnVb68JJgOLKE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JVIy9qXGITr12ZDCdiz1BWcgqMDT33zH { position:relative;display:none; }#JVIy9qXGITr12ZDCdiz1BWcgqMDT33zH { border-width: 0; border-radius: 0; }#JVIy9qXGITr12ZDCdiz1BWcgqMDT33zH > .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; }#JVIy9qXGITr12ZDCdiz1BWcgqMDT33zH > .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:18.75rem;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:none; }#w1aNqOfhq1tkzXam81XFHVWCFHJVIwaW { background-color:#00b359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;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:notosansjpbold;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.537498474121rem;left:21.875rem;display:none; }
#ZmMRMWbQ3tu5gCmSmSWT19zUzW8kgdTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztlUl2Lq56ADzw40xuiJW7aXv7oRtQJu { width:10.125rem;height:1.875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0E5TbSuP9P500g2slVqJ1NlpryrC2Ax { width:4.5625rem;height:1.125rem;top:1.875rem;left:19.16250038147rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3JAqiPozdFZgsw7RPTbznTI8v1ikSOv { width:5.125rem;height:1.125rem;top:1.875rem;left:23.66250038147rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQdBta0Dkmg5aVslT7sardMTShPhhw3N { width:5.125rem;height:1.125rem;top:1.875rem;left:31.72500038147rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMb4QpVZpfSS9ozseo5xCJxmosJQOrbi { width:2.6875rem;height:1.125rem;top:1.875rem;left:37.16250038147rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhhQPBKaSTG5oKQ8rKd3qr9rUni3Uf4s { width:3.6875rem;height:1.125rem;top:1.875rem;left:42.72500038147rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT8CGG88PZsI2eRHRycy2VONEwTex976 { width:4.5625rem;height:1.125rem;top:1.875rem;left:43.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO6QQxCiOn4bMa9Q6lg6V2BzJ2uaXHIt { width:4.75rem;height:1.125rem;top:1.875rem;left:42.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4THAvWgCF1b4w9IXWUlMIpoV8rWJRBH { width:11.125rem;height:2.4375rem;top:1.1875rem;left:18.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL66rJoIKUocHC42Qk10qdwGhzQvpWzI { display:block; }
 }@media only screen and (max-width: 763px) { #nIKfLELkJxyS162bDI0qHAI6GR7DWG92 { width:9.5rem;height:2.4375rem;top:1.25rem;left:31.21249961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEa6gF5x4Nu3KhySr2vIGZyK1cfggVSw { display:block; }
 }@media only screen and (max-width: 763px) { #TIRxIgvhtQTGyDF10vn851FkNTAPOZyk { width:5rem;height:2.4375rem;top:1.3125rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1gFtwsSsTSJt3uMuhmObofa2wIQvDI5 { display:block; }
 }@media only screen and (max-width: 763px) { #hPw55yK8C4VfZeH06o6VeWB6P1Fktcd7 { width:5.5625rem;height:2.4375rem;top:1.25rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8GrpRXilohpuMSTZf71nyIBWCJlUhOJ { display:block; }
 }@media only screen and (max-width: 763px) { #yfCpdLp4slxgCKAGsTl2SHIpXWpKT617 { width:5.4375rem;height:2.4375rem;top:1.25rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1HKW0AwZSHsBMGOnLuHQRPHKEFcgZv7 { display:block; }
 }@media only screen and (max-width: 763px) { #dxkzAAmILEeCH43TRnJ6L7RLmt5GN5UM { display:block; }#dxkzAAmILEeCH43TRnJ6L7RLmt5GN5UM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTAS01Q3rppRyyPSq4wbXHf2bvVPRBgV { width:46.25rem;height:5.8125rem;top:12.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQQzUCzo6FTdA9KMusMReKN5DXnTuSeI { width:39.1875rem;height:23rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyqzdQSrkn7suwFeE3x8XdHJidFf3TDm { width:14.875rem;height:14.875rem;top:35rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3KOzmPGkSKDV5HRVJzRXNE2ZXtXMcOl { display:none; }#i3KOzmPGkSKDV5HRVJzRXNE2ZXtXMcOl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RH3T0VVT4ZcXx9XBPTwcE8crNqbRnk29 { width:16.9375rem;height:;top:6.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tor0NJpnlfIC7k6FbgJc0OHiMpt2RqGJ { width:39.1875rem;height:23rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiHmUo0pHdHx9FQhnJxHxc4HAtXWbPNc { width:14.875rem;height:14.875rem;top:31.6875rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e352u69UVPFv2ikvMWatIL7u5JQQcC6e { width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VT3O2RMr96zDbIKeB8syVcpJdqZDrspO { display:none; }#VT3O2RMr96zDbIKeB8syVcpJdqZDrspO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nPwkOaI1JyGXobRPSASm0Bg30xFc6zhU { width:19.25rem;height:;top:6.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzMZkZPD7XLLgwImFasrdbWtsO9VHIqP { width:39.1875rem;height:23rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snk4pyx7iVP1aZMUCWQIP7dZe7lZNZsu { width:14.875rem;height:14.875rem;top:31.6875rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFZXRwXfgkHZCKgmu1rOeouHhTh4baBR { width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TO8GGDOhUEtAp2U7EdkwaL1pg0WSSXba { display:block; }#TO8GGDOhUEtAp2U7EdkwaL1pg0WSSXba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Za5nqvqObKXdELukRodJ5KrFAsG3Xapp { width:47.75rem;height:5.6875rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJNDQgUidVWKBLKxPT7m1AbNDJrD0C3y { display:block; }#JJNDQgUidVWKBLKxPT7m1AbNDJrD0C3y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8zRLBTT6FxoDwa7ehn61e4DFBIH30z2 { width:47.75rem;height:;top:5.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOmNdPtTHck065df26e6Gn5bEHUApDou { width:21.25rem;height:13.75rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQNtIcnKrVty2X8casFIWELEiXviWKWb { width:10.5rem;height:2.625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvIUdTxwl4Zf42Sqbq0rFmVJXqEXil0M { width:4rem;height:4rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4eIEKTvQTTqTpV5CWWZAmLrxWu7uaPE { width:4.125rem;height:1.25rem;top:15.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RytFNAL0RJI2K3hP0WGzhnDvP32rqnNT { width:10.5625rem;height:;top:19.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbMhX89le99ZRFtXotmI8gOILV2WpTeX { width:2.875rem;height:6.5rem;top:17rem;left:0.625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRiqBD3N81tDGTebTPlwIxqE6RNFURps { width:11.0625rem;height:2.125rem;top:23.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEsI4f8dRQdTn6Bt7Jp4Ip7ATrQeBN4o { width:8.75rem;height:2.125rem;top:12.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyMPQGWAfopS6LWWAAFwgFqAxvxU6VTT { width:21.25rem;height:13.75rem;top:13.3125rem;left:13.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqL9tzKPA57tDpvJUbwDeZ30UqLQ42Z4 { width:10.5rem;height:2.625rem;top:12.125rem;left:18.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkQtcHMNTXAxSgHPcG6GOH9wqMqCGqu5 { width:8.75rem;height:;top:12.375rem;left:19.500001907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpk4zfv3DWLICB1wBPxddcurQBUp4Gbx { width:21.25rem;height:13.75rem;top:13.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeHksgqGrRFK2bS6FmscFAQ8Wr9OTMmf { width:10.5rem;height:2.625rem;top:12.125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJbQVuS9qb8NQ6RMVG4dudTGi8MRnnJg { width:8.75rem;height:;top:12.375rem;left:39rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHW3d5VypokmvL8DcywFRFLfcdBJ0oP7 { width:6rem;height:2.875rem;top:19.6875rem;left:18.187501907349rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiJ8FNePkqs4HgH54Uzy7ZVyPDSLbVi9 { width:5.8125rem;height:6.5rem;top:17rem;left:23.675001144409rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #exAgsNTXbVN6Gen72yEd6A9h1MNofFXB { width:6rem;height:2.8125rem;top:19.6875rem;left:41.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG5RZkV7nOlLdeksZWnHDpZyvq5XiM1H { width:8.5rem;height:6.5rem;top:17rem;left:39.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLfiuT1BoZDqDx7eryOcon5CDX9pH412 { width:11.0625rem;height:;top:23.5rem;left:18.343751907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #agmkJtuA453RNRw53lgHOoqoJMVeMDT7 { width:11.0625rem;height:;top:23.5rem;left:36.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfEnhzPqxV21xV96AQ7fNTDn1L3cLJoe { width:31.25rem;height:3.125rem;top:30.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR0EnTEQKzRZHGvtvlUo1iaRJ4T7ZDNe { display:block; }
 }@media only screen and (max-width: 763px) { #kSEQzEmTIA5sJB6CnwHmSupDO8KFmtkR { display:none; }#kSEQzEmTIA5sJB6CnwHmSupDO8KFmtkR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #THOA6R0VHzTPlnM2cSWLObEXsdqAWMat { width:47.75rem;height:;top:5.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWB2bz4m7JmdVM4SRAokxTuFclgtLdSK { width:21.25rem;height:13.75rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfTcnnmKsFpFe4Il1lN7TVXArmyfQafD { width:10.5rem;height:2.625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnKsK3SpN6sBizTExrylDf4v6NmofTDJ { width:4rem;height:4rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yowDSxZmfLUHGDRGDhvrJeE7d386rriI { width:4.125rem;height:1.25rem;top:15.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AavrNgqAASRcsAxakC4smdlwDqUdVHVU { width:10.5625rem;height:;top:19.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKXCHwNdgTW6JO521Ed8PJBITEJZ5OfH { width:2.875rem;height:6.5rem;top:17rem;left:0.625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmE5Zi84lHG3KNJI754KENqy0vfz0zXT { width:11.0625rem;height:2.125rem;top:23.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9hWhTU9s6aRehEmC1v3QU1F4mCtDcIS { width:8.75rem;height:2.125rem;top:12.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUQl4TSPeKWnGgaZST7iCZTWXJ6S6rgp { width:21.25rem;height:13.75rem;top:13.3125rem;left:13.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB9ab3Ky8NxqzTJGRpDxJW89ZPHvNl72 { width:10.5rem;height:2.625rem;top:12.125rem;left:18.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFFRl3RQWDN77ghWf1Wao3CzZwaJB9K7 { width:8.75rem;height:;top:12.375rem;left:19.500001907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HukBV4Q9HVKJPxmQcLcHqvbAJCWmrwS7 { width:21.25rem;height:13.75rem;top:13.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6MZUJmVu5sgF3oiFwMWXa0yGswMGfwH { width:10.5rem;height:2.625rem;top:12.125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1faTVzsK5fMxlmOBq5NnM8UkBBt6sQz { width:8.75rem;height:;top:12.375rem;left:39rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Neu5C74y9vLOxZvhHGQHQI8kBcLUWAOG { width:6rem;height:2.875rem;top:19.6875rem;left:18.187501907349rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p87N1BE73oUrodS0a0732JPivhV1KTUe { width:5.8125rem;height:6.5rem;top:17rem;left:23.675001144409rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya88xlNiMHhKfDsgm0gtl7PkCvhmTcVl { width:6rem;height:2.8125rem;top:19.6875rem;left:41.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuXbhbZQWMXhsBnp3NraH8iyg7TCdF8d { width:8.5rem;height:6.5rem;top:17rem;left:39.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXNrEVavwPMyTeSgEqCbRECvcEkRRsmR { width:11.0625rem;height:;top:23.5rem;left:18.343751907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2FbCiTtKFXVN8iLuREZtlryF1yTTl50 { width:11.0625rem;height:;top:23.5rem;left:36.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0snEinBAhUEwHZISAl9cKlXfsVpEPQD { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #XnzG5tXEKFqT43yzafDMhWOHaOW3K7IJ { display:block; }
 }@media only screen and (max-width: 763px) { #G5we94uUR5OHGuol329XpPq1xfdUaQ3r { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #WFuASPNMA6OkPoczo5bgcyoB1XNhS4GT { display:block; }
 }@media only screen and (max-width: 763px) { #fqfLnBzPfNT86o5BDozTn4yVdyzsONw3 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #XzmgITDbdLKhJibJblPTAmybcXf4ONNd { display:block; }
 }@media only screen and (max-width: 763px) { #zpgUxMyMpA2Qmo0w87T9F8ZdqTelyKKW { display:none; }#zpgUxMyMpA2Qmo0w87T9F8ZdqTelyKKW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ixREWxhHQon1T0n5tIg08nKxCepfuh3T { width:47.75rem;height:;top:5.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBJPkXFzUTlk0WypRsnovbMn77s7pVvW { width:21.25rem;height:13.75rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXns49M70IAyi6XaOOX5X9kfuiAuJUIu { width:10.5rem;height:2.625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #go5Racw70c0moolAsXmdidHhXbgG1ymT { width:4rem;height:4rem;top:14.125rem;left:41.268751144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwqWqoHXgyVDfGCVGTZ1y57JgdNPrF5Q { width:4.125rem;height:;top:14.9375rem;left:41.206251144409rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #guEwQ7kcJTrdcwxQQ5kruvmx0ThztGBv { width:7.4375rem;height:;top:19.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCxxDGzQmd5EZm2HDNQmTcFoSUKpw0y7 { width:5.6875rem;height:6.5rem;top:17rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug8febWXtSevg9RIEumHNg0g7iOTSVke { width:8.75rem;height:2.125rem;top:12.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FArOnOOMe1dciMO81SWuom7LXEezUHLf { width:21.25rem;height:13.75rem;top:13.3125rem;left:13.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7naoaPtrTMS2WKvlzrLMbPxsvGdP6r3 { width:10.5rem;height:2.625rem;top:12.125rem;left:18.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK04RxHTOZmbbydiASQR5idNHR6dDRRL { width:8.75rem;height:;top:12.375rem;left:19.500001907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLzT6h4etLENHRkmUTLV2SrnhUVNVCxl { width:21.25rem;height:13.75rem;top:13.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO5uPnZMXDxKqSa6ewwXhvmm2RDTcsGU { width:10.5rem;height:2.625rem;top:12.125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHppuC75uRxgIQOhKUogmMITL5KVnJIm { width:8.75rem;height:;top:12.375rem;left:39rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #roJSetzrMQGbczmlmAUI5JSqKgnFQ8XK { width:6rem;height:2.875rem;top:19.6875rem;left:18.187501907349rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdmNd9JgbZT6te1Uzh7CdX740NaJx8Z0 { width:5.8125rem;height:6.5rem;top:17rem;left:23.675001144409rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPHDFbukqTt06wiFf2JA0h2gF1kpb2eT { width:10.6875rem;height:;top:19.6875rem;left:37.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPrQI43THXHE1UUs1yrBzXxCx9pNOEMa { width:6.5625rem;height:6.5rem;top:17rem;left:41.1875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt2POImf54VsBg2DcpxMslTWg7D7Q7DH { width:11.0625rem;height:;top:23.5rem;left:18.343751907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5dX2EL6qBS4gwdBeyqOzO3xZCwwzaTE { width:31.25rem;height:3.125rem;top:30.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqOLXTgyXFyzDQzLo1iQkowgM9Ze32Bq { display:block; }
 }@media only screen and (max-width: 763px) { #Ctto6hN7di3L3eiWa5I7E4yhau2UqZKB { width:2.625rem;height:2.6875rem;top:15.375rem;left:41.643751144409rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p16gonLZJ20h9qCqwS4wVudoevnGuDtt { width:1.75rem;height:1.75rem;top:15.9375rem;left:43.38125038147rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRfmFZBsFVTd8pf13vKcutt7vm2BGqHz { width:16.9375rem;height:2.5rem;top:23.5rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPcZrCsZWDtIZslt6PdmuaBg95dEXAZs { display:block; }
 }@media only screen and (max-width: 763px) { #cr0yMES3OwIBIKusllNF6LyKiLMXXbC4 { display:none; }#cr0yMES3OwIBIKusllNF6LyKiLMXXbC4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mh25vt9EJm8H9e35DkZVaCimk78p72c9 { width:47.75rem;height:;top:5.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdNvFlWixAekD6sVgJTPp7DnxSHimStN { width:21.25rem;height:13.75rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZHNLeX9Bsam2knPtaaWgmly75ilKp1n { width:10.5rem;height:2.625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLUgTDVRZ2Lk4N7lbMoXaFuZI5c5Afmy { width:4rem;height:4rem;top:14.125rem;left:41.268751144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWOETlLGzQOf72acRzqmXno25xOMH10i { width:4.125rem;height:;top:14.9375rem;left:41.206251144409rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBQwb5QvAJH0mnGGZ7BZT10LeQr5gr67 { width:7.4375rem;height:;top:19.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRiShMF5QyH4PixTLgJTqvHpmTeHTxsK { width:5.6875rem;height:6.5rem;top:17rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tErhxiRyFSkTe7W0TRwxzPZoxpKND916 { width:8.75rem;height:2.125rem;top:12.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgFmsB43cmhCFrXzrSPfNAOc0F5zRfcW { width:21.25rem;height:13.75rem;top:13.3125rem;left:13.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOBSTwUaoESB0XQcSdkDMJELLzi4unN { width:10.5rem;height:2.625rem;top:12.125rem;left:18.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNQDo4ufmHQQ9KQqq33BhJS0p4y0Vrvy { width:8.75rem;height:;top:12.375rem;left:19.500001907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu9Tsod1sONs3kQrv0Gar5Wk45chEvVi { width:21.25rem;height:13.75rem;top:13.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #odX2yHpdccc9Zfm0P0iLq2WJ2JNNmb7K { width:10.5rem;height:2.625rem;top:12.125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vur5AVwGyBvMnpuJtkgHtpJ6RohHb8pN { width:8.75rem;height:;top:12.375rem;left:39rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI1y6BvRvMivzvSxGylicbLXF3KZAry3 { width:6rem;height:2.875rem;top:19.6875rem;left:18.187501907349rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNynuOt16nLKLS2NPUANCQWs2H1P2ZQM { width:5.8125rem;height:6.5rem;top:17rem;left:23.675001144409rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5aZmNp4EZfE7GaAoKu0QKkrePveWT6U { width:10.125rem;height:;top:13.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTDUoNzPZgJZ1B2GTe63uRsD0JGRrGdH { width:6.5625rem;height:6.5rem;top:17rem;left:41.1875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxELAmuagUynpg1howxWuOExCAkrbxbr { width:11.0625rem;height:;top:23.5rem;left:18.343751907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGOQKJL99Z0yRV45UH8bhn2cLM0KTUxS { width:2.625rem;height:2.6875rem;top:15.375rem;left:41.643751144409rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrOp6Lr2pMSEdvm4N3TAeJI9Ja3cM0LM { width:1.75rem;height:1.75rem;top:15.9375rem;left:43.38125038147rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF2yBFr8xsIKVIL30T3faXEvaAQeNxoc { width:16.9375rem;height:2.5rem;top:23.5rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrNR3kaZgaRw6uEE0u1Ey35VFN5ct5Z6 { display:block; }
 }@media only screen and (max-width: 763px) { #R7TA6BBleF9RCCRygUZbGyhDo4JS0dsQ { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #MxVLGegTImG2K2RKHk2Dw0vJg3DCuEtd { display:block; }
 }@media only screen and (max-width: 763px) { #leve95SukqifHwWOCLsgTX9BHIGxQZEU { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #FaflJJZZC7mJtyDmQyfnZXRmFTw9qV22 { display:block; }
 }@media only screen and (max-width: 763px) { #nyuo10kyUbm48xCEuGgrTtqZFWmeVR9S { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #AGFx6kxJuD4v134DA2uAOD0cGTMwhLrH { display:block; }
 }@media only screen and (max-width: 763px) { #iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi { display:block; }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGFtkdQ33yUQHE6eDHP1s5il6vIpbcB6 { width:47.375rem;height:23.875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTzB4RmJ3tssu1o1P3Ul9v8Zc5Rn8Do { width:47.75rem;height:;top:5.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSVZ5x76I1yAUiA1chS5Pd5KUcnLIBx3 { width:47.75rem;height:1.4375rem;top:8.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbfVZkLTIspKiOrQ4M1VVb16ICeA7yH1 { width:20rem;height:2.9375rem;top:14.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBVdKmAPN8pxAUPIDEd3cvEktr7Rs6Zc { width:19.25rem;height:0.125rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o82h4VFwRarSrZtmu9uPV2KmkfGEFRQx { width:9.6875rem;height:2.125rem;top:11.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoTHXfvIZRTpwcfWwHz75FgReyflyHlA { width:14.6875rem;height:2.125rem;top:11.5rem;left:14.250001907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB6pBKV18268BIqLMtQXTUdCzXQKibUk { width:19.25rem;height:0.125rem;top:13.625rem;left:14.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayeaE8q7EE7G0Mb4Rt2HEIw8pmIPq20M { width:20rem;height:;top:14.6875rem;left:13.875001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTfF6UzOp3AGdaiiV83VWfMTccwipEqr { width:19.25rem;height:0.125rem;top:13.625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAEarHbiWdZOPhBhHQ5v1F9q3fKKGPM9 { width:20rem;height:;top:14.6875rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbLXt5UKzu5DpEDwSbr3X4v57puyKdKT { width:14.6875rem;height:;top:11.5rem;left:33.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNBvccvF2lmvo52JIeirCKbyTJ6rpL7X { width:31.25rem;height:3.125rem;top:21.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFeqAVJK5MXUvLaG5P2UUrvuyRcW8ise { display:block; }
 }@media only screen and (max-width: 763px) { #PxPa46kPH7n1yvt34d9pu5hAV9wLaEb4 { width:17.875rem;height:;top:23.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ { display:block; }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbZWzC4nDhDokqXfviVMOrLJoRRdSi95 { width:11.125rem;height:3.1875rem;top:5rem;left:13.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ablPLtE6wlFfClOs2r5NaR5WFCplQC8B { width:10.9375rem;height:2.4375rem;top:5.375rem;left:23.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InnZQKCymmFu2agN88XLvJzx35DLTZsF { width:28rem;height:3.8125rem;top:9.25rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBpwzvX16HTarWaTPJuNBVfBW75SUDpQ { width:13.25rem;height:;top:6.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WR6sdt0v0eBIZFsdF4EK9MM0pMi14T20 { display:block; }#WR6sdt0v0eBIZFsdF4EK9MM0pMi14T20 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyMKF1GQmVWSGHQnfNssplewSKxKy3Ru { width:13.4375rem;height:13.4375rem;top:3rem;left:17.156251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrTAdhoCSImc9XE2nHZr4dmEXqeDEssG { width:10.9375rem;height:;top:5.125rem;left:18.406251907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsvwzDibNW9gZIoOiCh1W4aJLrxxRZZb { width:8rem;height:;top:5.5625rem;left:18.875001907349rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReiaHHLnRbLCShtqQfElgW5VntebdoF6 { width:2.3125rem;height:3.9375rem;top:9.25rem;left:26.831251144409rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTFeoJnZ6cJQf8GBvtB9UxBKs9wpJmCp { width:13.4375rem;height:13.4375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEzcKZvznUdmex3f0LKXSlWtRHZUE6A4 { width:13.4375rem;height:13.4375rem;top:3.0625rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvFAUA5BavvXvhTRUaqyhDOKutlHO0fL { width:10.9375rem;height:1.625rem;top:5.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MreXHOTnoIPhs8pfDneUflm4VMAI6TRn { width:8rem;height:8.6875rem;top:5.375rem;left:0rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skMFfhXbsKg261n8WnT3ZHsdfILbSdAm { width:2.3125rem;height:3.9375rem;top:9.25rem;left:4.9937496185303rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaLFcuDPMgP0pfRRviuVXgdzZETN1TeF { width:10.9375rem;height:;top:5.125rem;left:36.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwff40meRf66nQIFQzsCSguwUT14HihI { width:11.5625rem;height:;top:5.375rem;left:36.1875rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOHl22HO3GDIXZMJV5fGzAvz9Qo279Wy { width:16.625rem;height:7.4375rem;top:17.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9hgleTTO1NL5D1A25TXx5QXkpVqA3q1 { width:16.625rem;height:1.0625rem;top:24.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwrUnKUgU44A8dVOT9CyJnGOmDAxLMvI { width:16.625rem;height:;top:17.25rem;left:15.562501907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDTkZf4b0L4iOpF40ZW1Nv9doBzosOHP { width:16.625rem;height:1.0625rem;top:21.8125rem;left:15.562501907349rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngtN5dk8yST1U7lS7A5Kdd8wTrh9qRd3 { width:16.625rem;height:;top:17.25rem;left:31.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqB3UsBur3chdn9WbDOoqyAkh5fIyn0A { width:16.625rem;height:;top:23.1875rem;left:31.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJSrCISmml45lqIlcyhZr0TGCpgM8raa { display:block; }#EJSrCISmml45lqIlcyhZr0TGCpgM8raa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqTxWBa6xPke1m8HzoIknfQCFxTEpGlO { width:13.4375rem;height:13.4375rem;top:3rem;left:17.156251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdg4MFhtWpkSKelqETINT8hNAMKf39hs { width:10.9375rem;height:2.5rem;top:4.75rem;left:18.406251907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRqZkVJ7xIcJitTk3pFfJE5USvwn2Hhg { width:8rem;height:;top:5.5625rem;left:19.8125rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6gLBPssgHGD9i1aWATs2khJOtecR40B { width:13.4375rem;height:13.4375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtBNTH3PF5Ubwnl6TW0vWtSboGJ18DQ7 { width:13.4375rem;height:13.4375rem;top:3.0625rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7p9INt4Xk0w3CctU9gFtFuyFqspwKNn { width:10.9375rem;height:;top:5.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR4cXsK1mgXGqf8xdILPB5HESIhyLsCC { width:11rem;height:8.6875rem;top:5.375rem;left:0rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZz6hVM63Mnfas3tuSSK3i9RqXuEBO5a { width:10.9375rem;height:;top:5.125rem;left:36.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8CdfE03TzOBr881wn7euN8XMDZ6anIP { width:16.625rem;height:;top:17.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU29NQ2Xxyps7ClDPtz5DEEG6f27KG37 { width:16.625rem;height:;top:17.25rem;left:15.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTpfZeh3kiDZZlUdNMqEuBu2mU8D7EaJ { width:16.625rem;height:;top:17.25rem;left:31.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZGfWiEx0linI4KymIzZlSxHMngIqI4m { width:11.5625rem;height:;top:5.375rem;left:36.1875rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT7mKdTKfF4mWUKHV2mmp8HNW7a5rRXH { display:none; }#nT7mKdTKfF4mWUKHV2mmp8HNW7a5rRXH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ceRIRdhHSxmJIsBOH5FFHoaeM4fgXAl2 { width:13.4375rem;height:13.4375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoXqFIie1tx303dzQ1mHVkR6oIG2o9RB { width:10.9375rem;height:1.625rem;top:5.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyzPLTKeZunZlo9QkHdcnNnt96AyTZ3e { width:8rem;height:8.6875rem;top:5.375rem;left:0rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxO2OxnJi54iUPNgP64TocaIwkZEW2wS { width:2.3125rem;height:3.9375rem;top:9.25rem;left:4.9937496185303rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBVTwPiPg9Mzd3FRl32tQX79ktFrbS3O { width:16.625rem;height:7.4375rem;top:17.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQmhrhw92hUUoK20ImA8u0OQVuk2EFX3 { width:16.625rem;height:1.0625rem;top:24.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0gmUaqiZTkIwlwrkLbGc044VGRvwmVM { top:7.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qx13bmh64gQ9k7uROgulZ1nuGMHEE1Hb { top:7.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A20asFJa8dQwnToqMcqFWDAJsUi5gD8r { display:none; }#A20asFJa8dQwnToqMcqFWDAJsUi5gD8r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JUmC9moBxG0vwwV1iSG1blVqPcCyX4WX { width:13.4375rem;height:13.4375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPW68TGfSr6xK8MrgAVnQ8fpuyDTV8TJ { width:10.9375rem;height:;top:3.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ravf2VfD3TuDTdSJDg9s0h09WORThu1T { width:8rem;height:;top:3.875rem;left:0rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuOi1poGcdAEvNM1iqw7vUy8RncRVdPf { width:2.3125rem;height:3.9375rem;top:9.25rem;left:4.9937496185303rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5aqF9H09UOJbQCXhgKcFfcNsT9MO52m { width:17.75rem;height:;top:16.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCH9SWtlKl1ftwzDLXvvr2BoTHFmEPOl { width:16.625rem;height:;top:22.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ1V6TgLg4zuwqQ9xKGvettN7b5dSBkI { top:7.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGdWcqGAT8s1Nh3iN7smy29oWt0OOyCH { top:7.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WV9Uq1fD9NDnusJNXgwf1iSIJxXss0Gn { display:none; }#WV9Uq1fD9NDnusJNXgwf1iSIJxXss0Gn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yTlKOfKXzPrZ883RgQlyfCNlkkRwW8KK { width:13.4375rem;height:13.4375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt8XPkTqQfWPxuEg545TgCSB7zSdEsef { width:10.9375rem;height:;top:3.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaZ56FhzsHuXar5WyVaxGBGB77Hrw44E { width:11.4375rem;height:;top:3.875rem;left:0rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuVFgxwWNQ00F35etgHJWaVTb2DPAdzm { width:17.0625rem;height:;top:16.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZgumtIeC4A9L6thu1qIpUuoCCIGlDdz { width:16.625rem;height:;top:22.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixUzvR0kNxppZg09HkD37JmCaT9eUKeH { top:7.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8SwgzPpko4DTKb3T7cgXtkmLH7AfmxP { top:7.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpsWoTxvWH06pedsrR2Sb36Qanr0S7x0 { display:none; }#RpsWoTxvWH06pedsrR2Sb36Qanr0S7x0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GzxWaQpEZIk7oZfJgWWp1I9kfFAzT5Ef { width:13.4375rem;height:13.4375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIrhGXTAMmWbbsERc06G5evqC117JbsC { width:10.9375rem;height:;top:3.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxbiKob1HcEsk93iH7L4Q1pmWSLrLJSv { width:11.4375rem;height:;top:3.875rem;left:0rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC3yGx1CmcukhMCMcKiCM3cBker2OEgd { width:16.8125rem;height:;top:16.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foKEBu7SEtckJoTQ07ZEtprM0o8zZxaT { top:7.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1C9rnAIrqhTAD5k2TsSZtlBIFha2EkP { top:7.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpM3s3b8nbKJTmDryg414VgV1f57zHk5 { display:none; }#XpM3s3b8nbKJTmDryg414VgV1f57zHk5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zEMLk0CTQgQX1dBztwdJiO8oupng1kbh { width:13.4375rem;height:13.4375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6F2CdCNnLJoO0OTePnBaOl78m8k8CIl { width:10.9375rem;height:;top:3.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6RhO9vg8B7KWImIMmxgfOxAQcFUhmJl { width:11.4375rem;height:;top:3.875rem;left:0rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENTAgWv09BXM29X1WOInqLC3tvl2tCsD { width:17.75rem;height:;top:16.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFkmpgCXoyfP4G6Wdd2X33XkrtAcOeQg { top:7.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #irceT6dTPZmuEhQZ5e0IskSPHQC6yBWq { top:7.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAmfxQFDaLXX0p2KN1uhI9wA72QRETSH { display:none; }#sAmfxQFDaLXX0p2KN1uhI9wA72QRETSH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S39ZyaTWa1QbIDCVItvP1uG4WnQPB5qf { width:13.4375rem;height:13.4375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvGXPMmBmvsNoTVQ3arzTnFXmOw1bxKh { width:10.9375rem;height:;top:3.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZL3ZZ516hnfpMkLiI2bd9oXsTJtzZOB { width:11.4375rem;height:;top:3.875rem;left:0rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9crE6rSER9TmKudIyonoJWR7bP73sui { width:16.8125rem;height:;top:16.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOQUfB8stTiGhOZrsAmUHiLmz1zTVnDe { top:7.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0pQgTLNnUgUkiM3oZuZqSFDwE1fe351 { top:7.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OkMhbAWQfhPMH39P03BIUbFGVnez6Pkr { display:none; }#OkMhbAWQfhPMH39P03BIUbFGVnez6Pkr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EZoilyzHiShr75W1so2kkQZu0a2ShwBT { top:0.1875rem;left:21.749891281128rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIsRmRPTRTg8L2XftglhbMQJTmURtMSD { top:0.1875rem;left:22.999891281128rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9WeBLLyMkTSgfeIEtrzzV2ciqU5T6Ha { top:0.1875rem;left:24.249891281128rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD2CTe5spDU8xObsWhvtL4XKsurh5HTE { top:0.1875rem;left:25.499891281128rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIW80M2evKPqzhgp0vcBOXTNHzqzTTIO { top:0.1875rem;left:25.499891281128rem;width:0.4375rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvIWIWMcP7qCR0pmrnP2gdJErCZaUWZT { top:0.1875rem;left:25.499891281128rem;width:0.4375rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0fotRA39RrFpxhokTQ7FXLbJZF7rXs9 { display:none; }#i0fotRA39RrFpxhokTQ7FXLbJZF7rXs9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qudeG1nQo2qSe1TfLgPFd987E1vqXysw { width:6.1875rem;height:3.1875rem;top:3.1875rem;left:26.250001907349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1RTDr2svmsVsIAIQLAA2t6g5WBArGJs { width:10.9375rem;height:2.4375rem;top:3.5625rem;left:15.312501907349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzKIGEi6SanDTNQ1NnZzSTPPug33kvGm { width:44.5rem;height:3.8125rem;top:7.4375rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQcfbo2sZTZR8VbrW2nruu2sAX5EFDwE { display:none; }#zQcfbo2sZTZR8VbrW2nruu2sAX5EFDwE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BbcDOTiMctyBFU9yRlzMwEwhG87tLcV9 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuZQvKeOeVlf6xwJw1FH5qGZseRmJ6s9 { width:5.5625rem;height:;top:1.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIVHfkgMVit9Nf4AaopOhroG3owWw07T { width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvvNw6rfEKQINzEvrBJZSINXbrHyGThi { display:none; }#FvvNw6rfEKQINzEvrBJZSINXbrHyGThi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bgwlTM5K2TWQGpgsZ74RuHTRDvyE0sHr { width:17.5625rem;height:;top:1.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQDlyboZNAIppLtVnfvaGZs3Fk5gzurO { display:none; }#JQDlyboZNAIppLtVnfvaGZs3Fk5gzurO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uuiFSSltGSwBc9nxc5qnI4IyiGRGTAfK { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvNisodafIPLEqHa1yn1J2HZrsf6DmRf { width:14.0625rem;height:;top:1.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3xsmPdENWDuEqyzVaGOLPdImQSOAx2b { width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ykT37LS1AvA36CkQ7g3aJaqSFDNmiDCS { display:none; }#ykT37LS1AvA36CkQ7g3aJaqSFDNmiDCS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cbFCHkL8UfV1b6K3oVuyOTmTzW16dDPg { width:17.5rem;height:;top:1.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhzvBmirPd4zCUGTa0Ndc4kBlSZzhgz8 { display:none; }#uhzvBmirPd4zCUGTa0Ndc4kBlSZzhgz8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cctK4816LoIG5GwKTM1bJwzE8aFRtW06 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFpXCVDCWB2G1EIJ0IIKk5n2tiqoFRXz { width:14.0625rem;height:;top:1.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHTGPI2NmbeRcGPk3tvKMiKvOP90rpTf { width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Htp2Nex0SIwVkt2647xHiTILZg9q4yvz { display:none; }#Htp2Nex0SIwVkt2647xHiTILZg9q4yvz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FUtmuXkk3Vgd81ec1QokPGQXmAbvOaBN { width:15.1875rem;height:;top:1.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KhuKxGcHmm0fMlJJ6sJUGuq448LBMgyL { display:none; }#KhuKxGcHmm0fMlJJ6sJUGuq448LBMgyL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wlNtcW5GtMoNDoI9OqfanA6SJeIIuBSH { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdhsnuX3NGpCs5KrrILnl61DtiiQcerb { width:14.0625rem;height:;top:1.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kd1IbHTKnmvRay9WLD3U6vUEWqIdo5f7 { width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CmCrRGKxHoTnsLMC6nCiM4Ul6l6TWOBH { display:none; }#CmCrRGKxHoTnsLMC6nCiM4Ul6l6TWOBH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BwxFfJHxKDN3e6lRvN6rEvkTbDbgx1ve { width:17.875rem;height:;top:1.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLoeobsbWBflNQ79wJiTo0SyFEtOuoqx { display:block; }#vLoeobsbWBflNQ79wJiTo0SyFEtOuoqx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QksIOXiNoOkmTBICu9Xq6m4u1WpWHGq7 { width:6.1875rem;height:3.1875rem;top:5.5rem;left:26.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8y1qSifkVindzrT4UHoxwoWDpW4NxeU { width:10.9375rem;height:2.4375rem;top:5.875rem;left:15.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3yBE3g1a0cpe47o4qllh8ShVgG7UwER { width:44.5rem;height:3.8125rem;top:9.75rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgzJxzRXxbbWNhHCwvurQWnbIJ1IdSCE { display:block; }#FgzJxzRXxbbWNhHCwvurQWnbIJ1IdSCE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2ovEG1IAtnTUBWWIoONLqAEwlO3gltJ { top:1.625rem;left:0rem;width:35.8125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6TOmRTwP53KoQ1ancmr608Wgt1mS6za { top:3.625rem;left:0rem;width:26.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvHP0lDf6My7Sx00zMITyIIH0tftqmw6 { top:6.25rem;left:0rem;width:17.0625rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWvddmwFkNlU8OS64nZqtUyZrLbxOeb1 { top:5.9375rem;left:8.5498046875rem;width:11.5rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynBnXIiMXrSzcUaSg9PX9IaLzL8aTuOm { top:1.625rem;left:11.9375rem;width:35.8125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA3Ed4R3p9tEVSlGTVnT9ElTbT6CmTFv { top:3.625rem;left:21.3125rem;width:26.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJHeZyFM7xBveSVQ9UfTbI2THBrkJlaH { top:6.25rem;left:26.4375rem;width:17.0625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ4Ig3iE6z0ze289hTZcZu6wEAkKrEd3 { top:5.9375rem;left:36.4375rem;width:11.3125rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhCm0FzxrbraPTdn6af24KyJTg3bnJkm { top:17.125rem;left:0rem;width:35.8125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Roq91KkEAt1yriKe3yOJBh8ipRTDLg5o { top:19.0625rem;left:0rem;width:26.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbty0Evg46dimJRH8AOuFHMrd5xRlmnT { top:22.0625rem;left:0rem;width:17.0625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #appx0V7QRTGPwG6dg7X4xgbovO8EoWRh { top:21.125rem;left:8.5498046875rem;width:0.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiJxfKFdxxIdO0eS1fCd2ywq7l3mPMqQ { top:21.125rem;left:8.7060546875rem;width:11.1875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJTBcJ0NR6chCxpwKbgm0BiMEFTpTTvT { top:17.125rem;left:11.9375rem;width:35.8125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4Z2UVfLCK5lLVGQRyCRvvcTxrIvSaoW { top:19.0625rem;left:21.3125rem;width:26.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMA7KT8wamfMhcFPfRVCb8saHgAP8qou { top:22.0625rem;left:26.4375rem;width:17.0625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBTICbyVQ7E0App72Fgm8XphNVLq6aJ6 { top:21.125rem;left:36.5625rem;width:11.1875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD91XMcmAVbxTAK1W9tS3WbKESJa1wZg { top:3.5rem;left:26.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVUXWailDNpo4bHAxTr65KA8gX0H4T0S { top:3.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgqqNJToxwAiZyqxL8tXCDfflkXTRQTq { top:18.9375rem;left:26.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpsQ5IMNgSk490bpipaU8dKVPd3QbavT { top:18.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITJoPE1NiM1gp5U33E576waTycNOZgdc { display:block; }#ITJoPE1NiM1gp5U33E576waTycNOZgdc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DT6n82lkwylWqKs4fo4oaEgvPCMZ6EeG { width:10.375rem;height:3.1875rem;top:5.3125rem;left:24.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT7nlTThezifh0XTrs6cv6VTCE1GA6LB { width:12.6875rem;height:3.1875rem;top:5.4375rem;left:12.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHt0ws2uEfHlDQTWLKxQveDP7BKPda7f { display:block; }#xHt0ws2uEfHlDQTWLKxQveDP7BKPda7f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hS1NPZC7q7BITlLCh6bfoJN8GSMzTp6a { width:21.25rem;height:34.875rem;top:3.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHmLJNBWL4Ta4VSLMxwAHHhTFECg48OA { width:3.3125rem;height:0.625rem;top:6.1875rem;left:11.60000038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnkrggQ8KZNv26ZgtTw7g6aBFUXw3S8W { width:11.8125rem;height:1.875rem;top:5.5rem;left:17rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhLUqrraGxEWgWn080xXTW1bKSKALacM { width:21.25rem;height:16.625rem;top:21.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpbNO1rFcgoNv0OHWMpBEaLrw6k8gOws { width:13.9375rem;height:11.875rem;top:9rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHPeNWnqimMJRkZ0i9z9oWlNLVNPfc9i { width:8.3125rem;height:14.9375rem;top:23.5rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOnTxCG0JNxa8UulqxeNC4sce192G0oe { width:4.875rem;height:4.875rem;top:27.6875rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNb6NPoQC6pXx9QmtRVsgH3Lab3Za7Td { width:4.25rem;height:4.25rem;top:31.1875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8QEy62h02BTTUt5cElFDZrMH8ZapzZI { width:21.25rem;height:34.875rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwHi8P3kFJgwlJZXR7s0TkZdfxQnDws7 { width:3.3125rem;height:0.625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMkx51MLOT6cOSoLac4r5vofnvWGCdJH { width:5.625rem;height:1.4375rem;top:5.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeUGvRmDA9UE1vd5z6Hebq5W6adHWNiQ { width:13.9375rem;height:;top:8.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paSOnOsZtvPkHKLwvym0CVUm6Oa47WGr { width:7.625rem;height:1.875rem;top:5.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmwLMqtbxAHGyETTNU6d9WrKw2JnNELE { width:21.25rem;height:16.625rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddwTK43hkAf0vsTZIghfBP1vamuSmlwT { width:21.25rem;height:34.875rem;top:3.5rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIUxK2ukUDTZTIenkqRTZcaqvReLN1VF { width:3.3125rem;height:0.625rem;top:6.1875rem;left:36.72500038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUKFTkwNTM3xdLxi2MGlsZSp7hdLdvIo { width:11.8125rem;height:;top:5.5625rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovZkSH6Jk4nkSBQCp1k5LGBX1fAAvbZT { width:13.5625rem;height:7.4375rem;top:8.9375rem;left:33.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eontKxhbQyLJeVXv56gzOd6S799spTTw { width:21.25rem;height:16.625rem;top:21.75rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y42yDIQRzKzDOXN8NgFOC1hzIOq27SBC { width:10.5rem;height:16.1875rem;top:22.1875rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #er0GOOJmtIWCl6d1EHWByWBKfknakiBS { width:4.875rem;height:4.875rem;top:25.1875rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr6sMFJoaKpADMre2QFL1wsnJP7J01gJ { width:4.875rem;height:4.875rem;top:28.5rem;left:39.72500038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46kZQEWUaA0aWEvqIFiCL0xNrJtQo5n { width:4.25rem;height:4.25rem;top:33.375rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #trykZpmGAA6HENwgOxgDo21kmOfuCddk { width:15.125rem;height:9.125rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ7ceO10pQ6rvKlzPO5rDDEigKvDBMLW { top:7.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkehgAA0PduOucBkfbd48vgIlrrBR6SM { top:7.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uiph1baA4ld0dgxyn6efApXRn5yXk6uw { display:none; }#uiph1baA4ld0dgxyn6efApXRn5yXk6uw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bLpHTPyNozUeTm30H799N9PhASFV6w7o { width:21.25rem;height:34.875rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHyEKCO6gdostEZ4TMierkKbopKl7BfA { width:3.3125rem;height:0.625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQnVbV25rOI3QzvlfEXCQoDrGarIMwMw { width:5.625rem;height:1.4375rem;top:5.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eki92PMREqFw8rO2H8CP8aPo1ktfBhPc { width:13.9375rem;height:;top:8.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7SVGy7TnAo48BFiTNy8dgTv9RHN9RJl { width:7.625rem;height:1.875rem;top:5.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQmVSbOyhp9AcLWXDGRv3455tcLHQPlM { width:21.25rem;height:16.625rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK9q7Ug33TbwmauIHyDPy1I6bu2kIEIt { width:15.125rem;height:9.125rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6P2dFr8bk1g8VBGtLFTfT7zibAVpahr { top:7.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BE6idI2zCNwXx08V5GFZD5eT25Ozrm78 { top:7.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N79SO7dKBfKUQetHAyWKOersfPSWGOyS { display:none; }#N79SO7dKBfKUQetHAyWKOersfPSWGOyS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fVOSunShC6pgdW2N1Hvr19s5z5wQN7iM { width:11.8125rem;height:1.875rem;top:5.5rem;left:17rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuKnDyd6995Pwl7ufhzD72tMRBCgCLcZ { width:13.9375rem;height:11.875rem;top:9rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddET5hyDyQyMoeJRr4w0NqLrnyoTKp9T { width:8.3125rem;height:14.9375rem;top:23.5rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFqoQpkzRCuFmcahQVpyEX3f4sLPGn1n { width:4.875rem;height:4.875rem;top:27.6875rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVxawCbfhdAKApZ4OUVVJqI9966l6NvE { width:4.25rem;height:4.25rem;top:31.1875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOib2rf82mrNUoTHTXwqmho7K001OpJV { width:21.25rem;height:34.875rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHTqBRvLoR6PNged0aD2VN81yRquOT7W { width:3.3125rem;height:0.625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugfCPrTizG8tPBcPypkTIbm2OwbEwsFh { width:21.25rem;height:16.625rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQl3P6k6dOMBsnQFfKOGLOcE3zWCb3ZX { top:7.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxwzawrvEHy9Mb5cIIaraK9sZq8y5FIf { top:7.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d84NHWpoDtqrJaAT2sTQmsogwoZmsqIE { display:none; }#d84NHWpoDtqrJaAT2sTQmsogwoZmsqIE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HsGWsBM5xvyPyNCq20c0vdtmG1z7lotc { width:21.25rem;height:34.875rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxCWr72xqp16L0yN9GqHahnL1WqAKwpc { width:3.3125rem;height:0.625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUkDoRsFcoz02rgxQuOG5FKygXmX98Vc { width:21.25rem;height:16.625rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgSWkiwBoTAIPUVtQic83uDPqzXorgDo { width:11.8125rem;height:;top:5.5625rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh8lTzwnNg39zTv2NHqIPuHbCJeVb0qO { width:13.5625rem;height:7.4375rem;top:8.9375rem;left:33.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWcK6gPZWfRRZNPa8aKxQNPBe748FKJW { width:10.5rem;height:16.1875rem;top:22.1875rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRSyivMPJTPZzbmRnR0TMsTGIewQrzqn { width:4.875rem;height:4.875rem;top:25.1875rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2BwiN3cdmWzd61U1pXZ0RD5zlp5kZDV { width:4.875rem;height:4.875rem;top:28.5rem;left:39.72500038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtIFqJzMluv3ZZ567RULnS2uJ8MxqMKv { width:4.25rem;height:4.25rem;top:33.375rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpalZmoq4GWRcLl8PnyyoWyLoBJNwnHN { top:7.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSyBfSfpxIEcPI7bUOUneOIu5S3h1mel { top:7.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9ARbk2XBDlFTiwm3btyFTLTWQ6bKFnE { display:none; }#g9ARbk2XBDlFTiwm3btyFTLTWQ6bKFnE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O4DR6XPam6TTVkpTqb4aXBibfplT7iGA { top:0.1875rem;left:21.749891281128rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBEoa3qkzWFym808D3AdysUAdLM3rdlN { top:0.1875rem;left:22.999891281128rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Z7PmNEc1acJdKAwlTvuW5W7pQdMdTJ { top:0.1875rem;left:24.249891281128rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFCakHDxZVWTEXfLTVVgp7zbi2aZXL0N { display:none; }#PFCakHDxZVWTEXfLTVVgp7zbi2aZXL0N > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oZ9aHTBhWDvJW8Ra63ITSvC7IqIGOrwq { width:31.25rem;height:3.125rem;top:30.5rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FT1timIRe2gLkSZ7qTIqAMnCOEz4ahEK { display:block; }
 }@media only screen and (max-width: 763px) { #oxBv5ZQZw0GRGvXQ1mx5HEtH73W7ATel { display:block; }#oxBv5ZQZw0GRGvXQ1mx5HEtH73W7ATel > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLT7zAw7B5Aa8SEWZZ6ABTIVxr9mowxE { width:10.9375rem;height:2.4375rem;top:4.0625rem;left:15.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5sL1affDuRHDmsXHrZHelExB7xgSZFn { width:6.375rem;height:3.1875rem;top:3.625rem;left:25.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCJrnqOWz2g0sSiIo9lVpoy1oZ9XLrmT { width:28.125rem;height:15.8125rem;top:7.9375rem;left:9.8125019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNTiXruO2N3fBzEpprOXa8CilphLUpkI { display:block; }#WNTiXruO2N3fBzEpprOXa8CilphLUpkI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfZiUVrXl5KmvxDVB5ChuoHA5KTTcTRI { width:11.8125rem;height:3.1875rem;top:7.3125rem;left:18rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwLWglAswTqUV0iwHuTsTvCxC3htgyak { width:44.5rem;height:;top:11.9375rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNHJF2JTIvm3qX7nkt2ZnxTuHIe8Bxp4 { width:28.625rem;height:1.0625rem;top:18.25rem;left:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atgBEIr1TJ7GDZvsnoswVxBVhPFZ0zaa { width:17.625rem;height:;top:6.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMTE0mhany4ZpTE7Ao5gQCJhUfZN956K { width:15.1875rem;height:;top:18.75rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #byoE5uCgzP3E6mbBANNVkaNMmWxDWVJz { display:block; }#byoE5uCgzP3E6mbBANNVkaNMmWxDWVJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGQZSzMIeGDnv4MqhuIV3EvtgF66aNhE { width:11.8125rem;height:2.125rem;top:0.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRpBb3SOAhVTUU019pKfyMchSFronwxx { width:13.875rem;height:16rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLWlrv8w05i61SX8KOUUmECip5hN8dvE { width:11.8125rem;height:2.125rem;top:0.125rem;left:21.875001907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDgH9NRhnW7ebgEk2odwdoD3F88BBVST { width:32.3125rem;height:19.0625rem;top:4.0625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkB8BwGFMO0GVd1ZpKSERJUhDxmJpw40 { width:36.4375rem;height:16.1875rem;top:31rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8Huw97nSPwy7haIpZMZO5xrNbhBeauw { width:11.8125rem;height:2.125rem;top:27.5rem;left:8.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIBconrLi9UNnCroLLaquvqzsTQkRk1m { display:none; }#HIBconrLi9UNnCroLLaquvqzsTQkRk1m > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rdura9rKP7F4oKr072PUEwZ07ZtWOXPx { width:11.8125rem;height:2.125rem;top:0.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS8Iuppcn2EF96TuF9TIMzHXy8DukVdJ { width:13.875rem;height:16rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO4NrbhZHEd0TUQ7nsnUiXQSr8cMRq01 { top:7.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMrElJ1aIZdLvqD73Ws82RQqLySVn7u0 { top:7.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pcAAdG68Q9DR4t7STycgygdWtfvCDMm7 { display:none; }#pcAAdG68Q9DR4t7STycgygdWtfvCDMm7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S8zDNz3O6a5vg2TngUiDEZ5DTlh6iZIb { top:7.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxwJAlK99byAGyKRDCbwNIIJyxVpKp9w { top:7.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bS4TWJ5zZCXGgp1rfcTt6AUln5T2FDip { width:11.8125rem;height:2.125rem;top:0.125rem;left:21.875001907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8rZw12eISr18S7JzzyUshS8Q93H0y5w { width:32.3125rem;height:19.0625rem;top:4.0625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltclh61NkcqukCekdZ96T6UteQ4NsdX8 { display:none; }#Ltclh61NkcqukCekdZ96T6UteQ4NsdX8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d9MNQU2TvV4DTRw75xtoNPyeQKu4QJea { top:7.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MhAgX4yGV43VIIoudMdartSnya0MyfSI { top:7.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxQm4URv5OBKgO1LTkeNDRTcTRvzSes3 { width:11.8125rem;height:;top:1.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T44OcbwbGcSh7wzywRRSkvUIkZm8OwMZ { width:36.4375rem;height:16.1875rem;top:31.8125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa3xFHhUp5WBza6iFModZ814kPZ2vCne { display:none; }#Sa3xFHhUp5WBza6iFModZ814kPZ2vCne > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V6HV6qS1xhr0xuUwaGpOoJlB0oZMGFTE { top:0.1875rem;left:21.749891281128rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abi02UPrPBJophN1QBT29CFk5GarFugT { top:0.1875rem;left:22.999891281128rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwdEPhW75tPePCGl4i28MXp6TplRbxpl { top:0.1875rem;left:22.999891281128rem;width:0.4375rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLZmHQn3h2y7yD8A8WZkLi4iOl4T1fOQ { display:block; }#VLZmHQn3h2y7yD8A8WZkLi4iOl4T1fOQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HH09LXmrQ9dhl0XJ7Bdibtz98m5pbJ5w { width:47.75rem;height:;top:5.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6xSByKqlJTcrDTsZJ0RyT33Tpsm6bmv { width:21.25rem;height:13.75rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbTdUiCKUBHJL7mULoR4AE1P9wrOvIpq { width:10.5rem;height:2.625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItcuZ5t8er8Z7vLVkxIAT6Ryg7hk5uqJ { width:4rem;height:4rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuL5VktT06i1tLPSzsQHxTZMRrTb59Q2 { width:4.125rem;height:1.25rem;top:15.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGT1xLQ5qtbl2uR8phdehAir6mm5FmH5 { width:10.5625rem;height:;top:19.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHwpVf8H4TASFCytq9qat6a4J6myHWQV { width:2.875rem;height:6.5rem;top:17rem;left:0.625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9aLgoA42V771PVo9a0N9GrWw040EdKp { width:11.0625rem;height:2.125rem;top:23.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0LaoQnUkrDLXPMxaPWp97DoMwEGSd8U { width:8.75rem;height:2.125rem;top:12.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXnP0NLHca3cUvHIxxnHH9L3couR4Iuu { width:21.25rem;height:13.75rem;top:13.3125rem;left:13.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHSiJMyZAXDGPhcBX86NGcyMq6NdDc6N { width:10.5rem;height:2.625rem;top:12.125rem;left:18.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipT4GV9PCioQTFiHF3h78dNlM0t34iaa { width:8.75rem;height:;top:12.375rem;left:19.500001907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHetTDlKxZrhVrrC4w1GgGZhPIRtIHtI { width:21.25rem;height:13.75rem;top:13.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hekVDElgvZgzE7bFZcVnkHyocUHBA29u { width:10.5rem;height:2.625rem;top:12.125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdAGIlodktzIup2v6tq5TwQxMlGyy1AT { width:8.75rem;height:;top:12.375rem;left:39rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAdP6zwbXRZR8iOTg2peGePIMlWFnKrk { width:6rem;height:2.875rem;top:19.6875rem;left:18.187501907349rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtsGFx2nwgCOJ942m76im6nlG5Xxfgck { width:5.8125rem;height:6.5rem;top:17rem;left:23.675001144409rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWTTTWErwTvVnyL54vdEO2LCWCkXA8Ir { width:6rem;height:2.8125rem;top:19.6875rem;left:41.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuN3h6BTVNRu5XeKd42WF8oFSkTTy8Lt { width:8.5rem;height:6.5rem;top:17rem;left:39.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLNTIeP3lzBJmdVTeTvSiceBe14Ss950 { width:11.0625rem;height:;top:23.5rem;left:18.343751907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPd7IlnA775IlXuWLKDwrJSvg0X9l9SW { width:11.0625rem;height:;top:23.5rem;left:36.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw63MQbDtGEO2F7gVeimoB91uDbNU9PL { width:31.25rem;height:3.125rem;top:30.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvJ86uwOEZ31xs7noAouQX4OTOoRaDHt { display:block; }
 }@media only screen and (max-width: 763px) { #Zy1SHaiuKvlZThOMHGp28d1vX9TRULfh { display:none; }#Zy1SHaiuKvlZThOMHGp28d1vX9TRULfh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TMWvtsieGMnEnafI98TecIKBNTCMq8HV { width:47.75rem;height:;top:5.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmiNXgBtADTTDArqW7FS1yE7sIOTDT50 { width:21.25rem;height:13.75rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZWgGhBKzVTbRKIBZkONAmsJdgFlJBZO { width:10.5rem;height:2.625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBpvvLQf3C6ineuZaGsoe37DAmFEOG15 { width:4rem;height:4rem;top:14.125rem;left:41.268751144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXkdPG8SQMSGociDoQX9pf2WJcEtI7pX { width:4.125rem;height:;top:14.9375rem;left:41.206251144409rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb9sy2VZZW9u5I5JWxOtTw2914h4poHp { width:7.4375rem;height:;top:19.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeaT5TVyelk3skVrw0m96zS4ndwmf1G9 { width:5.6875rem;height:6.5rem;top:17rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWEH4mSLftiwbGJnw3vtBDI54mFtyD2B { width:8.75rem;height:2.125rem;top:12.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae4gdvZwCIB7aSd2kiQJ9TZpAeTAR33E { width:21.25rem;height:13.75rem;top:13.3125rem;left:13.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv490rGdlhmKckvQZnTfnEkQuiyksQmK { width:10.5rem;height:2.625rem;top:12.125rem;left:18.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1DcsOXUWaGSmmfDBmgMTpZitlCoRLke { width:8.75rem;height:;top:12.375rem;left:19.500001907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEmSKasMdErPsMto7Cs4K66XAGnFR36t { width:21.25rem;height:13.75rem;top:13.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPqhgs3kq8T4Xab9ALMzWXFSqKLIdorv { width:10.5rem;height:2.625rem;top:12.125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWXAJnA6nuIXxsUEpctL1K8BcRzz4fup { width:8.75rem;height:;top:12.375rem;left:39rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrPgfyIWLq1ctxV1cGMtLS9RqmNHQMq0 { width:6rem;height:2.875rem;top:19.6875rem;left:18.187501907349rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sas5DyrQlD5QwyXE1n9LEVm8ZSw1udtO { width:5.8125rem;height:6.5rem;top:17rem;left:23.675001144409rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLp1TvixVEIt3sFD1sPWbUG6B2LATP7T { width:10.6875rem;height:;top:19.6875rem;left:37.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgb25mTkHZSb5iLWUMhcGL6SsM8eGffX { width:6.5625rem;height:6.5rem;top:17rem;left:41.1875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRLfCsVlbMXvW5f7cVCnLiRPqt5qMvGG { width:11.0625rem;height:;top:23.5rem;left:18.343751907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7AGuRrrUhWrfSZDVDTFGhMoQRDH2pvu { width:31.25rem;height:3.125rem;top:30.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #buPwVsrO3xcx5KT2RO5nQTgIznosRTfU { display:block; }
 }@media only screen and (max-width: 763px) { #Ks9Ibr8JnF7HynpG9AxMSnfOrff5yU6U { width:2.625rem;height:2.6875rem;top:15.375rem;left:41.643751144409rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zna5HQ6N5lR1BGBBmzso3iATwo4JDzbA { width:1.75rem;height:1.75rem;top:15.9375rem;left:43.38125038147rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm5yx41anRSvlsxcHVeADiUqvBP7qgCN { width:16.9375rem;height:2.5rem;top:23.5rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXydDFOHGHLxaqCk741antXyFuRMHxkn { display:block; }
 }@media only screen and (max-width: 763px) { #fBWw8nW1H3m1WX1TqTX4H3JgCl5FFXJ8 { display:none; }#fBWw8nW1H3m1WX1TqTX4H3JgCl5FFXJ8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sECJTNSxW2otOdMC4mE1FMGQ4Tmap4Np { width:47.75rem;height:;top:5.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWRvp434MFpaHiUzGy7wefv0NZyieRPO { width:21.25rem;height:13.75rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7ugXHTN0h9ilSnS3THvIzRFqpDFI4bi { width:10.5rem;height:2.625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmyhu49SKeXT4M3OXpCWnoUyfLi17zaQ { width:4rem;height:4rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJsTt9f3cTLpNpSl2uGbleKCsEOIH3AO { width:4.125rem;height:1.25rem;top:15.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9vVkPrB2ft6XAZ9fPNCNrkzHWxTAm2H { width:10.5625rem;height:;top:19.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azJOtI6zTSENyqELHS9BzSTuTuNb4dtr { width:2.875rem;height:6.5rem;top:17rem;left:0.625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTHd3W2zEeHeSk3wxxaHP8TzwNZ2swCi { width:11.0625rem;height:2.125rem;top:23.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJrKNdfwlSqIw7UsAAmTNQWdli6ATeQt { width:8.75rem;height:2.125rem;top:12.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu10cUad9wDLwk0d7CAPdITiX96iZ9f4 { width:21.25rem;height:13.75rem;top:13.3125rem;left:13.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #btzd6xwb9EFMbEAUEZz5EE1rqh3bsETU { width:10.5rem;height:2.625rem;top:12.125rem;left:18.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #IquJPUTJs6lrJx58rF5VUk7aB99qXEfU { width:8.75rem;height:;top:12.375rem;left:19.500001907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkFHM2WH0oxlryUA0OiCxiUpD1N0kV1K { width:21.25rem;height:13.75rem;top:13.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrGaRZtSHwwrFWKMqGdeugdAIKZ8sLpC { width:10.5rem;height:2.625rem;top:12.125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okD3IGEv7oEKLx4xKhRSiA9bDoz6WN2Q { width:8.75rem;height:;top:12.375rem;left:39rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4mOkpuN0ff74Gz1IR7SCNt45SnD9ENr { width:6rem;height:2.875rem;top:19.6875rem;left:18.187501907349rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QueN7ZqS6eavNuJAk4ZqvTIKSuB1KTcI { width:5.8125rem;height:6.5rem;top:17rem;left:23.675001144409rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHzNvzdpwihw2go3eqs1BD58JVmXUyff { width:6rem;height:2.8125rem;top:19.6875rem;left:41.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnWDlihHgTZwVfS7KqdH5W1HZBWE84gI { width:8.5rem;height:6.5rem;top:17rem;left:39.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmcR0g6RI7n9mn75n3nJE8qTrGQltcTG { width:11.0625rem;height:;top:23.5rem;left:18.343751907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqtOzcIiwfNPigyGS1WcZgEseTgbLiZf { width:11.0625rem;height:;top:23.5rem;left:36.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPgallJATxv6qzN2UNqHvdRFCpHV9QbF { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #bJJGglsmnmuCTnT3K1UCEzc3QDIWtybn { display:block; }
 }@media only screen and (max-width: 763px) { #KgbDtNMhILK0mliqblhoTXwIypxI0A0m { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #n77nL03VHVBh5JdVF0eRz3TD8MLg0Juf { display:block; }
 }@media only screen and (max-width: 763px) { #mTT7TA2rFlnlbDF493JyESKoulTBGkQe { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #VVe9a8SzfiGVpGUhtn3bNG3BdRQwptFu { display:block; }
 }@media only screen and (max-width: 763px) { #g8Ct7GvSy95n54MDEucAKqvX3uBkEQkp { display:none; }#g8Ct7GvSy95n54MDEucAKqvX3uBkEQkp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BCAX7mTSJtlPedyUa4uSSwkzwKaOzO63 { width:47.75rem;height:;top:5.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbPb5MBIDEZXTaQh1y8EQ7up74ZsHv8Z { width:21.25rem;height:13.75rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKm005xBZnLfwSfNIGWlWwpE2oXLih5c { width:10.5rem;height:2.625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA6CfklZaC6JioQi5r0PeDHzO14vHTst { width:4rem;height:4rem;top:14.125rem;left:41.268751144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmeuz5PJtcd12IDZxMNuBgaupSsRCtNh { width:4.125rem;height:;top:14.9375rem;left:41.206251144409rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgaXtfHrze2PCFbWUkVAfQ04XnkgIw3U { width:7.4375rem;height:;top:19.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQOCyrm4VJPac9BnWnctozBGHd2yLhqG { width:5.6875rem;height:6.5rem;top:17rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn9xXPGNx8H2THLpAOLEsaJHuTtmMV63 { width:8.75rem;height:2.125rem;top:12.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuOysoJiws2SeTTAuQBb30dkozGvGxV3 { width:21.25rem;height:13.75rem;top:13.3125rem;left:13.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIi4Fqcg9Pv1kQznV1yVShRQUkCWrgbs { width:10.5rem;height:2.625rem;top:12.125rem;left:18.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q40RsIxsBQz0623uTbKQsFhw2nWErTMI { width:8.75rem;height:;top:12.375rem;left:19.500001907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuHgq3BypIn8BHGO9DrhlZ8m97cvdnC4 { width:21.25rem;height:13.75rem;top:13.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT76RK8AXISIn9fnzSGxtTMA6E6CxO9E { width:10.5rem;height:2.625rem;top:12.125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXwmViNdVFUfIsZ2KqA0hLk1XmZcntIW { width:8.75rem;height:;top:12.375rem;left:39rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P49KQGmlNlV1iVygVDcEATsoNDGAXJLL { width:6rem;height:2.875rem;top:19.6875rem;left:18.187501907349rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kax8mO8nRQ47J71yl0OHQbIHqgfVcG9F { width:5.8125rem;height:6.5rem;top:17rem;left:23.675001144409rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeTAonT7i9lIWKSNzEfgW0HoO8S9M3Ut { width:10.125rem;height:;top:13.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2kpmXaburEThMIrpCTwMTVlSAWnf1sV { width:6.5625rem;height:6.5rem;top:17rem;left:41.1875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0OOZmDa3EJZ0lOU0nZ6ccO6TZF0qux0 { width:11.0625rem;height:;top:23.5rem;left:18.343751907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruGs1KNizIl32wgo1Vp3WFlvtxiDz9lF { width:2.625rem;height:2.6875rem;top:15.375rem;left:41.643751144409rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8wVWagqXCL1PTuOa2v3yWpxm5RIdNSs { width:1.75rem;height:1.75rem;top:15.9375rem;left:43.38125038147rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAh66gM1JT5K7tGVrxM02kVOaUXEcsXS { width:16.9375rem;height:2.5rem;top:23.5rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndTteqReboHOWnBZzX6Vog3tLDwgIAWn { display:block; }
 }@media only screen and (max-width: 763px) { #rSGV4UFcwk9rIzg5oWkM7xitiWdbp40C { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Z67aKFtlb2XRluTbawztzZcMTyQVbsIe { display:block; }
 }@media only screen and (max-width: 763px) { #TgEkTOAveMuMbi4JK3q7KqJGpfdmyTdK { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #QzCROZWvs8lkkAXzAqiCFik82FtupTTU { display:block; }
 }@media only screen and (max-width: 763px) { #kqscup3RrNmqZ9dxMODuGLNroW3kZTpe { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #AIdI4LAx2DedMeRrMGCDzGIxy8DeNSbf { display:block; }
 }@media only screen and (max-width: 763px) { #yJK3QAFHmlvfwBR7bkHcSpkFuiXdSGcO { display:block; }#yJK3QAFHmlvfwBR7bkHcSpkFuiXdSGcO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s73E1lzR6vhWvF0Vp5gEnwIXPrK6U9Tw { width:47.375rem;height:23.875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUHEgGJaWOgJDU8ItPdZMLo7IuPAQdwP { width:47.75rem;height:;top:5.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaO9UGFg4uyQpWIC007S2QGgEgFRHGR1 { width:47.75rem;height:1.4375rem;top:8.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLP0ryTfIlWqRy76W80X90tcFpuTk3xT { width:20rem;height:2.9375rem;top:14.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIgUPXMJV86RswWazmB8kuT3MMwBxdHC { width:19.25rem;height:0.125rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMCTsGewfPGigv0kJScGyAaXkfqE96oE { width:9.6875rem;height:2.125rem;top:11.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWUbFa66mHrmnTbvBAAzCHoval9Mwk1q { width:14.6875rem;height:2.125rem;top:11.5rem;left:14.250001907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgMykav9wsJX56t9oXsdGPnyypBus8na { width:19.25rem;height:0.125rem;top:13.625rem;left:14.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL0nv0cp5S1uFu6wdk4v8pzWsbGzTEJi { width:20rem;height:;top:14.6875rem;left:13.875001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBLbNqEKx5WmuHiO5aBKvhhetnVw88th { width:19.25rem;height:0.125rem;top:13.625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDTnWlKo5bNbQSmTla0pyT0Z2rhyhyv9 { width:20rem;height:;top:14.6875rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTXtVpXM9PD9NSp3XzkDlKRRasNp9vBc { width:14.6875rem;height:;top:11.5rem;left:33.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuOQUl0nyJIpSixIhf0oifnF5XZ0IqWC { width:31.25rem;height:3.125rem;top:21.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzclgpgTtFBcNcrG48JZ1FxxCC03mxOq { display:block; }
 }@media only screen and (max-width: 763px) { #AT6rlRA6dN0PsbTXgR6dpAxI9vhl6F49 { width:17.875rem;height:;top:23.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iKOXIXSP0EQM5UuPByKm2avDPywWBdFH { display:block; }#iKOXIXSP0EQM5UuPByKm2avDPywWBdFH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMcwHaDKQ1VHeRFZ5f7GqX4Ase94PV8M { width:10.9375rem;height:2.4375rem;top:2.1875rem;left:18.406251907349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 { display:flex;height:auto;width:45.25rem;top:6.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #ODtc0R65KTTFCTW0wD5JIGBOHA0VJxfd {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #asyVfZWOGiXJeWChOhqP5NFnHKisqRuX {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #MR4mcIGVTW5my2vU0xZh8EXoiOdoBZcI {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #Km3PazJLoGTCc74rgFCaP24Nm9yT1U9s {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #ebCTEMa4HLiKs74eThJDNrTW1SI3c6oQ {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #PFy4hkcmvEfpszGR4TVyX1NKyaqrllgV {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #HTI9zxDZP7MaLTcW606goSu4PolGfQSt {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #erfTrbXyeRr0QipKRc5fNatciJMSis5V {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #VLy5DeNOysdF9WQgaIcXoeOuEXMS3y2d {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #KzaXFyDMRsrthexQZZoDEzx1ePya7CET {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #y0n414oPTaZ1V2NWASvJy2uu8KkfbB2C {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #pr7VXp3F43tT33IC4o23RdNfFmyxobJE {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #OrMMzIhzQAhzpydJCcwKsF6c0GhfzTET {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #P4TTh9M5UU91OtoUT2boAUgnPAtxUcST {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #mHpI9RCPdQLJoqGcaEHi7LTRiq1qE3gc {  }
 }@media only screen and (max-width: 763px) { #p14yZ1Ce2DmAEvfW2nA1BVVT0oosT32T { display:block; }#p14yZ1Ce2DmAEvfW2nA1BVVT0oosT32T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaA89v1D5HwtLyoR4kPnm0xDDCapowOf { width:31.25rem;height:3.125rem;top:30.5rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HfiCoBI7GTz7R5UlKJ2ODP6B08vro53i { display:block; }
 }@media only screen and (max-width: 763px) { #UmP0Mg94fbbMAs3LXgVVt5D4Ga0MLoOb { display:block; }#UmP0Mg94fbbMAs3LXgVVt5D4Ga0MLoOb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUubd6RlbJ6WRcd3Jug5OqFXNrTvJ8ii { top:6.5625rem;left:2.0625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEtFvCop4fgaPmvFIThAHKoTSAOFWBNF { top:6.5625rem;left:4.5625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdTkf2OGCKbAbFqu2Rydv9G0FphC05ec { top:6.5625rem;left:7.0625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mok2xJqVf0Z2beo2gTTUgPz9cX3RJNnQ { top:3.75rem;left:2.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMMOeHrGDBmO4y844pyK94ulcqSJMxxA { top:17.9375rem;left:2.0625rem;width:22.375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc7org51Gr6aDfWhskXIWhACefFnanLB { top:11.5625rem;left:2.0625rem;width:4.9375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8Bra4TEr8qEPdTW389ATAtTKexWudNN { top:14.375rem;left:12.75rem;width:5.3125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkI0zEs18kiIO6z0dHEJKqMGgqLAsNyQ { top:11.5625rem;left:17.3125rem;width:4rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzLZgZ7axCKai0taf3FJiEAlhzcTlTqt { top:11.5625rem;left:7rem;width:2.5rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAMm5hIOmRe2NG8hmGExiy5FMprqWCPs { top:11.5625rem;left:10.1875rem;width:7.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwbAf2KaeL1i67OTxrWuLTxfhTLbAXw6 { top:11.5625rem;left:22.1875rem;width:4.6875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFK2OTS62zk8AV4UV58oov9vWNGMIUqz { top:14.375rem;left:2.0625rem;width:10.6875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8qOwHThIB3PaRmQouwcyB8RU766gpzs { top:14.375rem;left:18.6875rem;width:7rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMOF4oS0BZQsdl4yGTvm2iGVWQvWdbwG { top:3.75rem;left:28.625rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOb9Mxy6oGb0DDqSQIz6akTcRpaePOTR { top:10.1875rem;left:38.3125rem;width:7.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3Cn1LaIkluzOPeTREfUO1EiEKw94amv { top:8rem;left:38.6875rem;width:7.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3463WFKxgUnHq1ZApUFlv2JEL5QSkJM { top:6.5625rem;left:27.6875rem;width:9.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlEDDI7XktX0Il5KH31DLadM2Sz53Lw8 { top:6.5625rem;left:9.5625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmJUScHU2buM5wWKr9dCzGbRWUPblUqD { top:6.5625rem;left:12rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBoGmoNJQ216WZBrhA2eRNGi3u8XN1Az { top:6.5625rem;left:14.1875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivGdfy8qq7w9Et1V1os8RxRMr0WWshPH { display:block; }#ivGdfy8qq7w9Et1V1os8RxRMr0WWshPH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4BOcpRvq5N3VQz9n1QOA3ZEIyZtwSAQ { top:1rem;left:4.625rem;width:38.5rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn8k4WLrPHP0kKa4B7Uk4cLO9H9P26He { width:46.75rem;height:4.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHILvRtebeth2N6JIAHlKIFX7FmeCTKc { display:block; }
 }@media only screen and (max-width: 763px) { #ylBOk43X0AuRQN5Gn5CDAHgQhDPfrPEu { display:block; }#ylBOk43X0AuRQN5Gn5CDAHgQhDPfrPEu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfsDU1w6U8KKIQLU4eqyBJbeeZIlN5Fx { top:1rem;left:4.625rem;width:38.5rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCpnMrlvdodeKSLO4oMSaCETMZGhQsqg { width:46.75rem;height:4.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL2gibJum5kOZ0XfSQ8nnVb68JJgOLKE { display:block; }
 }@media only screen and (max-width: 763px) { #JVIy9qXGITr12ZDCdiz1BWcgqMDT33zH { display:none; }#JVIy9qXGITr12ZDCdiz1BWcgqMDT33zH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w1aNqOfhq1tkzXam81XFHVWCFHJVIwaW { width:31.25rem;height:3.125rem;top:30.5rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZmMRMWbQ3tu5gCmSmSWT19zUzW8kgdTO { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f5f5f5;background-image:none;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztlUl2Lq56ADzw40xuiJW7aXv7oRtQJu { width:7.6875rem;height:1.375rem;top:1.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0E5TbSuP9P500g2slVqJ1NlpryrC2Ax { width:4.5625rem;height:0;top:4.375rem;left:7.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3JAqiPozdFZgsw7RPTbznTI8v1ikSOv { width:5.125rem;height:0;top:6.7625rem;left:7.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQdBta0Dkmg5aVslT7sardMTShPhhw3N { width:5.125rem;height:0;top:9.15rem;left:7.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMb4QpVZpfSS9ozseo5xCJxmosJQOrbi { width:2.6875rem;height:0;top:11.5375rem;left:8.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhhQPBKaSTG5oKQ8rKd3qr9rUni3Uf4s { width:3.6875rem;height:0;top:13.925rem;left:8.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QT8CGG88PZsI2eRHRycy2VONEwTex976 { width:4.5625rem;height:0;top:16.3125rem;left:7.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zO6QQxCiOn4bMa9Q6lg6V2BzJ2uaXHIt { width:4.75rem;height:0;top:18.7rem;left:7.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4THAvWgCF1b4w9IXWUlMIpoV8rWJRBH { width:11.125rem;height:2.4375rem;top:21.087500762939rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iL66rJoIKUocHC42Qk10qdwGhzQvpWzI { display:block; }
 }@media only screen and (max-width: 763px) { #nIKfLELkJxyS162bDI0qHAI6GR7DWG92 { width:9.5rem;height:2.4375rem;top:24.775000762939rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gEa6gF5x4Nu3KhySr2vIGZyK1cfggVSw { display:block; }
 }@media only screen and (max-width: 763px) { #TIRxIgvhtQTGyDF10vn851FkNTAPOZyk { width:5rem;height:2.4375rem;top:28.462500762939rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1gFtwsSsTSJt3uMuhmObofa2wIQvDI5 { display:block; }
 }@media only screen and (max-width: 763px) { #hPw55yK8C4VfZeH06o6VeWB6P1Fktcd7 { width:5.5625rem;height:2.4375rem;top:32.150000762939rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8GrpRXilohpuMSTZf71nyIBWCJlUhOJ { display:block; }
 }@media only screen and (max-width: 763px) { #yfCpdLp4slxgCKAGsTl2SHIpXWpKT617 { width:5.4375rem;height:2.4375rem;top:35.837500762939rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #F1HKW0AwZSHsBMGOnLuHQRPHKEFcgZv7 { display:block; }
 }@media only screen and (max-width: 763px) { #dxkzAAmILEeCH43TRnJ6L7RLmt5GN5UM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/23f77cb8-4be1-4321-9991-0e85a219e25a/header.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#dxkzAAmILEeCH43TRnJ6L7RLmt5GN5UM.adaptive-delivery-prevent-bg, #dxkzAAmILEeCH43TRnJ6L7RLmt5GN5UM.lazyload, #dxkzAAmILEeCH43TRnJ6L7RLmt5GN5UM.lazyloading { background-image: none; }#dxkzAAmILEeCH43TRnJ6L7RLmt5GN5UM > .row .container { width:20rem;height:41.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oTAS01Q3rppRyyPSq4wbXHf2bvVPRBgV { width:16.9375rem;height:5.60625rem;top:6.0625rem;left:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQQzUCzo6FTdA9KMusMReKN5DXnTuSeI { width:17.625rem;height:10.3125rem;top:13.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyqzdQSrkn7suwFeE3x8XdHJidFf3TDm { width:12.9375rem;height:12.9375rem;top:26.288541793823rem;left:3.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #i3KOzmPGkSKDV5HRVJzRXNE2ZXtXMcOl { background-color:#000000;background-image:none;display:none; }#i3KOzmPGkSKDV5HRVJzRXNE2ZXtXMcOl > .row .container { width:20rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RH3T0VVT4ZcXx9XBPTwcE8crNqbRnk29 { width:19.25rem;height:7.72949375rem;top:6.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tor0NJpnlfIC7k6FbgJc0OHiMpt2RqGJ { width:17.625rem;height:10.3125rem;top:20.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiHmUo0pHdHx9FQhnJxHxc4HAtXWbPNc { width:14.875rem;height:14.875rem;top:40.476043701172rem;left:2.5625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #e352u69UVPFv2ikvMWatIL7u5JQQcC6e { top:0rem;left:0rem;width:20rem;height:44.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VT3O2RMr96zDbIKeB8syVcpJdqZDrspO { background-color:#000000;background-image:none;display:block; }#VT3O2RMr96zDbIKeB8syVcpJdqZDrspO > .row .container { background-color: transparent; background-image: none; }#VT3O2RMr96zDbIKeB8syVcpJdqZDrspO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT3O2RMr96zDbIKeB8syVcpJdqZDrspO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT3O2RMr96zDbIKeB8syVcpJdqZDrspO > .row .container > .video-iframe-container { display: none; }#VT3O2RMr96zDbIKeB8syVcpJdqZDrspO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT3O2RMr96zDbIKeB8syVcpJdqZDrspO > .row > .video-iframe-container { display: none; }#VT3O2RMr96zDbIKeB8syVcpJdqZDrspO > .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); }#VT3O2RMr96zDbIKeB8syVcpJdqZDrspO > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPwkOaI1JyGXobRPSASm0Bg30xFc6zhU { width:19.25rem;height:5.60595625rem;top:6.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzMZkZPD7XLLgwImFasrdbWtsO9VHIqP { width:17.625rem;height:10.3125rem;top:20.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snk4pyx7iVP1aZMUCWQIP7dZe7lZNZsu { width:14.875rem;height:14.875rem;top:40.476043701172rem;left:2.5625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #oFZXRwXfgkHZCKgmu1rOeouHhTh4baBR { top:0rem;left:0rem;width:20rem;height:44.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TO8GGDOhUEtAp2U7EdkwaL1pg0WSSXba { display:block; }#TO8GGDOhUEtAp2U7EdkwaL1pg0WSSXba > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Za5nqvqObKXdELukRodJ5KrFAsG3Xapp { width:17.625rem;height:13.597625rem;top:2.8875007629394rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JJNDQgUidVWKBLKxPT7m1AbNDJrD0C3y { background-color:rgba(var(--color-tertiary-0),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;display:none; }#JJNDQgUidVWKBLKxPT7m1AbNDJrD0C3y > .row .container { border-width: 0; border-radius: 0; }#JJNDQgUidVWKBLKxPT7m1AbNDJrD0C3y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JJNDQgUidVWKBLKxPT7m1AbNDJrD0C3y > .row .container { width:20rem;height:55.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A8zRLBTT6FxoDwa7ehn61e4DFBIH30z2 { width:20rem;height:2.7625rem;top:3.6250019073486rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOmNdPtTHck065df26e6Gn5bEHUApDou { width:16.375rem;height:10.625rem;top:9.4999990463256rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQNtIcnKrVty2X8casFIWELEiXviWKWb { width:10.5rem;height:2.625rem;top:8.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvIUdTxwl4Zf42Sqbq0rFmVJXqEXil0M { width:4rem;height:4rem;top:8.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4eIEKTvQTTqTpV5CWWZAmLrxWu7uaPE { width:4.125rem;height:1.275rem;top:9.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RytFNAL0RJI2K3hP0WGzhnDvP32rqnNT { width:10.5625rem;height:2.6rem;top:13.8125rem;left:3.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbMhX89le99ZRFtXotmI8gOILV2WpTeX { width:2.875rem;height:6.5rem;top:11rem;left:13.6875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRiqBD3N81tDGTebTPlwIxqE6RNFURps { width:11.0625rem;height:2.125rem;top:17rem;left:4.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEsI4f8dRQdTn6Bt7Jp4Ip7ATrQeBN4o { width:8.75rem;height:2.125rem;top:8.375rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyMPQGWAfopS6LWWAAFwgFqAxvxU6VTT { width:16.375rem;height:10.625rem;top:23.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqL9tzKPA57tDpvJUbwDeZ30UqLQ42Z4 { width:10.5rem;height:2.625rem;top:22.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkQtcHMNTXAxSgHPcG6GOH9wqMqCGqu5 { width:8.75rem;height:2.125rem;top:22.5rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpk4zfv3DWLICB1wBPxddcurQBUp4Gbx { width:16.375rem;height:10.625rem;top:37.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeHksgqGrRFK2bS6FmscFAQ8Wr9OTMmf { width:10.5rem;height:2.625rem;top:36.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJbQVuS9qb8NQ6RMVG4dudTGi8MRnnJg { width:8.75rem;height:2.125rem;top:36.625rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHW3d5VypokmvL8DcywFRFLfcdBJ0oP7 { width:6rem;height:2.6rem;top:28.1875rem;left:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiJ8FNePkqs4HgH54Uzy7ZVyPDSLbVi9 { width:5.8125rem;height:6.5rem;top:25.3125rem;left:9.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #exAgsNTXbVN6Gen72yEd6A9h1MNofFXB { width:6rem;height:2.6rem;top:42.5rem;left:3.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG5RZkV7nOlLdeksZWnHDpZyvq5XiM1H { width:8.5rem;height:6.5rem;top:39.5625rem;left:8.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLfiuT1BoZDqDx7eryOcon5CDX9pH412 { width:11.0625rem;height:2.125rem;top:31.3125rem;left:4.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #agmkJtuA453RNRw53lgHOoqoJMVeMDT7 { width:11.0625rem;height:2.125rem;top:45.550000190735rem;left:4.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfEnhzPqxV21xV96AQ7fNTDn1L3cLJoe { width:16.375rem;height:3.125rem;top:50.4375rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR0EnTEQKzRZHGvtvlUo1iaRJ4T7ZDNe { display:block; }
 }@media only screen and (max-width: 763px) { #kSEQzEmTIA5sJB6CnwHmSupDO8KFmtkR { background-color:rgba(var(--color-tertiary-0),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;display:block; }#kSEQzEmTIA5sJB6CnwHmSupDO8KFmtkR > .row .container { background-color: transparent; background-image: none; }#kSEQzEmTIA5sJB6CnwHmSupDO8KFmtkR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSEQzEmTIA5sJB6CnwHmSupDO8KFmtkR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSEQzEmTIA5sJB6CnwHmSupDO8KFmtkR > .row .container > .video-iframe-container { display: none; }#kSEQzEmTIA5sJB6CnwHmSupDO8KFmtkR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSEQzEmTIA5sJB6CnwHmSupDO8KFmtkR > .row > .video-iframe-container { display: none; }#kSEQzEmTIA5sJB6CnwHmSupDO8KFmtkR > .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); }#kSEQzEmTIA5sJB6CnwHmSupDO8KFmtkR > .row .container { border-width: 0; border-radius: 0; }#kSEQzEmTIA5sJB6CnwHmSupDO8KFmtkR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kSEQzEmTIA5sJB6CnwHmSupDO8KFmtkR > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THOA6R0VHzTPlnM2cSWLObEXsdqAWMat { width:20rem;height:2.7625rem;top:3.6250019073486rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWB2bz4m7JmdVM4SRAokxTuFclgtLdSK { width:16.375rem;height:10.625rem;top:9.4999990463256rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfTcnnmKsFpFe4Il1lN7TVXArmyfQafD { width:10.5rem;height:2.625rem;top:8.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnKsK3SpN6sBizTExrylDf4v6NmofTDJ { width:4rem;height:4rem;top:8.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yowDSxZmfLUHGDRGDhvrJeE7d386rriI { width:4.125rem;height:1.275rem;top:9.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AavrNgqAASRcsAxakC4smdlwDqUdVHVU { width:10.5625rem;height:2.5996125rem;top:13.8125rem;left:3.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKXCHwNdgTW6JO521Ed8PJBITEJZ5OfH { width:2.875rem;height:6.5rem;top:11rem;left:13.6875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmE5Zi84lHG3KNJI754KENqy0vfz0zXT { width:11.0625rem;height:2.125rem;top:17rem;left:4.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9hWhTU9s6aRehEmC1v3QU1F4mCtDcIS { width:8.75rem;height:2.125rem;top:8.375rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUQl4TSPeKWnGgaZST7iCZTWXJ6S6rgp { width:16.375rem;height:10.625rem;top:23.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB9ab3Ky8NxqzTJGRpDxJW89ZPHvNl72 { width:10.5rem;height:2.625rem;top:22.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFFRl3RQWDN77ghWf1Wao3CzZwaJB9K7 { width:8.75rem;height:2.125rem;top:22.5rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HukBV4Q9HVKJPxmQcLcHqvbAJCWmrwS7 { width:16.375rem;height:10.625rem;top:37.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6MZUJmVu5sgF3oiFwMWXa0yGswMGfwH { width:10.5rem;height:2.625rem;top:36.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1faTVzsK5fMxlmOBq5NnM8UkBBt6sQz { width:8.75rem;height:2.125rem;top:36.625rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Neu5C74y9vLOxZvhHGQHQI8kBcLUWAOG { width:6rem;height:2.6rem;top:28.1875rem;left:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p87N1BE73oUrodS0a0732JPivhV1KTUe { width:5.8125rem;height:6.5rem;top:25.3125rem;left:9.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya88xlNiMHhKfDsgm0gtl7PkCvhmTcVl { width:6rem;height:2.6rem;top:42.5rem;left:3.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuXbhbZQWMXhsBnp3NraH8iyg7TCdF8d { width:8.5rem;height:6.5rem;top:39.5625rem;left:8.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXNrEVavwPMyTeSgEqCbRECvcEkRRsmR { width:11.0625rem;height:2.125rem;top:31.3125rem;left:4.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2FbCiTtKFXVN8iLuREZtlryF1yTTl50 { width:11.0625rem;height:2.125rem;top:45.550000190735rem;left:4.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0snEinBAhUEwHZISAl9cKlXfsVpEPQD { top:38.5rem;left:3.125rem;width:13.75rem;height:9.125rem;z-index:15019;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XnzG5tXEKFqT43yzafDMhWOHaOW3K7IJ { display:block; }
 }@media only screen and (max-width: 763px) { #G5we94uUR5OHGuol329XpPq1xfdUaQ3r { top:24.375rem;left:3.125rem;width:13.75rem;height:9.125rem;z-index:15020;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WFuASPNMA6OkPoczo5bgcyoB1XNhS4GT { display:block; }
 }@media only screen and (max-width: 763px) { #fqfLnBzPfNT86o5BDozTn4yVdyzsONw3 { top:10.2490234375rem;left:3.125rem;width:13.75rem;height:9.125rem;z-index:15021;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XzmgITDbdLKhJibJblPTAmybcXf4ONNd { display:block; }
 }@media only screen and (max-width: 763px) { #zpgUxMyMpA2Qmo0w87T9F8ZdqTelyKKW { background-color:rgba(var(--color-tertiary-0),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;display:none; }#zpgUxMyMpA2Qmo0w87T9F8ZdqTelyKKW > .row .container { border-width: 0; border-radius: 0; }#zpgUxMyMpA2Qmo0w87T9F8ZdqTelyKKW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpgUxMyMpA2Qmo0w87T9F8ZdqTelyKKW > .row .container { width:20rem;height:57.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ixREWxhHQon1T0n5tIg08nKxCepfuh3T { width:20rem;height:2.7625rem;top:3.6250019073486rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBJPkXFzUTlk0WypRsnovbMn77s7pVvW { width:16.375rem;height:10.625rem;top:9.4999990463256rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXns49M70IAyi6XaOOX5X9kfuiAuJUIu { width:10.5rem;height:2.625rem;top:8.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #go5Racw70c0moolAsXmdidHhXbgG1ymT { width:4rem;height:4.0625rem;top:37.731248855591rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwqWqoHXgyVDfGCVGTZ1y57JgdNPrF5Q { width:3.0625rem;height:1.275rem;top:38.25rem;left:0.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #guEwQ7kcJTrdcwxQQ5kruvmx0ThztGBv { width:10.5625rem;height:2.6rem;top:13.8125rem;left:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCxxDGzQmd5EZm2HDNQmTcFoSUKpw0y7 { width:5.3125rem;height:6.5rem;top:11.5625rem;left:10.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug8febWXtSevg9RIEumHNg0g7iOTSVke { width:8.75rem;height:2.125rem;top:8.375rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FArOnOOMe1dciMO81SWuom7LXEezUHLf { width:16.375rem;height:10.625rem;top:23.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7naoaPtrTMS2WKvlzrLMbPxsvGdP6r3 { width:10.5rem;height:2.625rem;top:22.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK04RxHTOZmbbydiASQR5idNHR6dDRRL { width:8.75rem;height:2.125rem;top:22.5rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLzT6h4etLENHRkmUTLV2SrnhUVNVCxl { width:16.375rem;height:10.625rem;top:37.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO5uPnZMXDxKqSa6ewwXhvmm2RDTcsGU { width:10.5rem;height:2.625rem;top:36.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHppuC75uRxgIQOhKUogmMITL5KVnJIm { width:8.75rem;height:2.125rem;top:36.625rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #roJSetzrMQGbczmlmAUI5JSqKgnFQ8XK { width:6rem;height:2.6rem;top:28.1875rem;left:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdmNd9JgbZT6te1Uzh7CdX740NaJx8Z0 { width:5.8125rem;height:6.5rem;top:25.3125rem;left:9.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPHDFbukqTt06wiFf2JA0h2gF1kpb2eT { width:10.125rem;height:2.6rem;top:41.937503814698rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPrQI43THXHE1UUs1yrBzXxCx9pNOEMa { width:6.0625rem;height:6.5rem;top:39.249998092651rem;left:12.0625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt2POImf54VsBg2DcpxMslTWg7D7Q7DH { width:11.0625rem;height:2.125rem;top:31.3125rem;left:4.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5dX2EL6qBS4gwdBeyqOzO3xZCwwzaTE { width:16.375rem;height:3.125rem;top:50.4375rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqOLXTgyXFyzDQzLo1iQkowgM9Ze32Bq { display:block; }
 }@media only screen and (max-width: 763px) { #Ctto6hN7di3L3eiWa5I7E4yhau2UqZKB { width:2.1875rem;height:2.65625rem;top:38.8125rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p16gonLZJ20h9qCqwS4wVudoevnGuDtt { width:1.75rem;height:1.80625rem;top:39.41250038147rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRfmFZBsFVTd8pf13vKcutt7vm2BGqHz { width:16.375rem;height:2.5rem;top:45.237498283386rem;left:1.8125rem;font-size:1.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #aPcZrCsZWDtIZslt6PdmuaBg95dEXAZs { display:block; }
 }@media only screen and (max-width: 763px) { #cr0yMES3OwIBIKusllNF6LyKiLMXXbC4 { background-color:rgba(var(--color-tertiary-0),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;display:none; }#cr0yMES3OwIBIKusllNF6LyKiLMXXbC4 > .row .container { border-width: 0; border-radius: 0; }#cr0yMES3OwIBIKusllNF6LyKiLMXXbC4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cr0yMES3OwIBIKusllNF6LyKiLMXXbC4 > .row .container { width:20rem;height:52.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mh25vt9EJm8H9e35DkZVaCimk78p72c9 { width:20rem;height:2.76220625rem;top:3.6250019073486rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdNvFlWixAekD6sVgJTPp7DnxSHimStN { width:16.375rem;height:10.625rem;top:24.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZHNLeX9Bsam2knPtaaWgmly75ilKp1n { width:10.5rem;height:2.625rem;top:23.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLUgTDVRZ2Lk4N7lbMoXaFuZI5c5Afmy { width:4rem;height:4.0625rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWOETlLGzQOf72acRzqmXno25xOMH10i { width:3.0625rem;height:1.2749rem;top:10.1875rem;left:0.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBQwb5QvAJH0mnGGZ7BZT10LeQr5gr67 { width:10.5625rem;height:2.5996125rem;top:29.25rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRiShMF5QyH4PixTLgJTqvHpmTeHTxsK { width:5.3125rem;height:6.5rem;top:26.5rem;left:10.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tErhxiRyFSkTe7W0TRwxzPZoxpKND916 { width:8.75rem;height:2.125rem;top:23.3125rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgFmsB43cmhCFrXzrSPfNAOc0F5zRfcW { width:16.375rem;height:10.625rem;top:38.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOBSTwUaoESB0XQcSdkDMJELLzi4unN { width:10.5rem;height:2.625rem;top:37.5rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNQDo4ufmHQQ9KQqq33BhJS0p4y0Vrvy { width:8.75rem;height:2.125rem;top:37.75rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu9Tsod1sONs3kQrv0Gar5Wk45chEvVi { width:16.375rem;height:10.625rem;top:9.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odX2yHpdccc9Zfm0P0iLq2WJ2JNNmb7K { width:10.5rem;height:2.625rem;top:8.3125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vur5AVwGyBvMnpuJtkgHtpJ6RohHb8pN { width:8.75rem;height:2.125rem;top:8.5625rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI1y6BvRvMivzvSxGylicbLXF3KZAry3 { width:6rem;height:2.5996125rem;top:43.4375rem;left:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNynuOt16nLKLS2NPUANCQWs2H1P2ZQM { width:5.8125rem;height:6.5rem;top:40.5625rem;left:9.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5aZmNp4EZfE7GaAoKu0QKkrePveWT6U { width:10.125rem;height:2.5996125rem;top:13.875rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTDUoNzPZgJZ1B2GTe63uRsD0JGRrGdH { width:6.0625rem;height:6.5rem;top:11.1875rem;left:12.0625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxELAmuagUynpg1howxWuOExCAkrbxbr { width:11.0625rem;height:2.125rem;top:46.5625rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGOQKJL99Z0yRV45UH8bhn2cLM0KTUxS { width:2.1875rem;height:2.65625rem;top:10.75rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrOp6Lr2pMSEdvm4N3TAeJI9Ja3cM0LM { width:1.75rem;height:1.80615rem;top:11.375rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF2yBFr8xsIKVIL30T3faXEvaAQeNxoc { width:16.375rem;height:2.5rem;top:17.1875rem;left:1.8125rem;font-size:1.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xrNR3kaZgaRw6uEE0u1Ey35VFN5ct5Z6 { display:block; }
 }@media only screen and (max-width: 763px) { #R7TA6BBleF9RCCRygUZbGyhDo4JS0dsQ { top:10rem;left:3.125rem;width:13.75rem;height:9.125rem;z-index:15018;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MxVLGegTImG2K2RKHk2Dw0vJg3DCuEtd { display:block; }
 }@media only screen and (max-width: 763px) { #leve95SukqifHwWOCLsgTX9BHIGxQZEU { top:25.1875rem;left:3.125rem;width:13.75rem;height:9.125rem;z-index:15019;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FaflJJZZC7mJtyDmQyfnZXRmFTw9qV22 { display:block; }
 }@media only screen and (max-width: 763px) { #nyuo10kyUbm48xCEuGgrTtqZFWmeVR9S { top:39.625rem;left:3.125rem;width:13.75rem;height:9.125rem;z-index:15020;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AGFx6kxJuD4v134DA2uAOD0cGTMwhLrH { display:block; }
 }@media only screen and (max-width: 763px) { #iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi { background-color:rgba(var(--color-tertiary-0),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;display:block; }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi > .row .container { background-color: transparent; background-image: none; }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi > .row .container > .video-iframe-container { display: none; }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi > .row > .video-iframe-container { display: none; }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi > .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); }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi > .row .container { border-width: 0; border-radius: 0; }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iXRf8Or4vtDdVOfGWSQnTAfffL9z0HEi > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGFtkdQ33yUQHE6eDHP1s5il6vIpbcB6 { width:19.625rem;height:43.9375rem;top:1.25rem;left:0.125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #TMTzB4RmJ3tssu1o1P3Ul9v8Zc5Rn8Do { width:20rem;height:2.7625rem;top:4.15625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSVZ5x76I1yAUiA1chS5Pd5KUcnLIBx3 { width:17.75rem;height:2.975rem;top:7.4124994277956rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FbfVZkLTIspKiOrQ4M1VVb16ICeA7yH1 { width:18.3125rem;height:4.4619125rem;top:14.28125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBVdKmAPN8pxAUPIDEd3cvEktr7Rs6Zc { width:17.5rem;height:0.125rem;top:13.581253051757rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o82h4VFwRarSrZtmu9uPV2KmkfGEFRQx { width:9.6875rem;height:2.125rem;top:11.212501525879rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoTHXfvIZRTpwcfWwHz75FgReyflyHlA { width:14.6875rem;height:2.125rem;top:20.325001716614rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB6pBKV18268BIqLMtQXTUdCzXQKibUk { width:17.5rem;height:0.125rem;top:22.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayeaE8q7EE7G0Mb4Rt2HEIw8pmIPq20M { width:20rem;height:0;top:42.156247138977rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTfF6UzOp3AGdaiiV83VWfMTccwipEqr { width:17.5rem;height:0.125rem;top:33.412497520447rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAEarHbiWdZOPhBhHQ5v1F9q3fKKGPM9 { width:17.8125rem;height:5.94921875rem;top:34.28125rem;left:1.1312503814698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbLXt5UKzu5DpEDwSbr3X4v57puyKdKT { width:14.6875rem;height:2.125rem;top:31.137491226196rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNBvccvF2lmvo52JIeirCKbyTJ6rpL7X { width:16.375rem;height:2.925rem;top:40.3125rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFeqAVJK5MXUvLaG5P2UUrvuyRcW8ise { display:block; }
 }@media only screen and (max-width: 763px) { #PxPa46kPH7n1yvt34d9pu5hAV9wLaEb4 { width:17.875rem;height:;top:23.343761444092rem;left:1.125rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ { background-color:rgba(var(--color-tertiary-0),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;display:block; }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ > .row .container { background-color: transparent; background-image: none; }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ > .row .container > .video-iframe-container { display: none; }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ > .row > .video-iframe-container { display: none; }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ > .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); }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ > .row .container { border-width: 0; border-radius: 0; }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QlSJT02DJU3x7KSciAdGi4w7lJkTVHoZ > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbZWzC4nDhDokqXfviVMOrLJoRRdSi95 { width:8.875rem;height:2.7625rem;top:1.9375rem;left:0.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ablPLtE6wlFfClOs2r5NaR5WFCplQC8B { width:9.8125rem;height:2.1125rem;top:2.25rem;left:9.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InnZQKCymmFu2agN88XLvJzx35DLTZsF { width:13.25rem;height:0;top:8.6875rem;left:3.21875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBpwzvX16HTarWaTPJuNBVfBW75SUDpQ { width:12.8125rem;height:6.7988125rem;top:5.6312503814697rem;left:3.59375rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #WR6sdt0v0eBIZFsdF4EK9MM0pMi14T20 { display:none; }#WR6sdt0v0eBIZFsdF4EK9MM0pMi14T20 > .row .container { width:20rem;height:76.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zyMKF1GQmVWSGHQnfNssplewSKxKy3Ru { width:13.4375rem;height:13.4375rem;top:15.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrTAdhoCSImc9XE2nHZr4dmEXqeDEssG { width:10.9375rem;height:1.625rem;top:18.000002861023rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsvwzDibNW9gZIoOiCh1W4aJLrxxRZZb { width:8rem;height:2.6rem;top:18.437502861023rem;left:4.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReiaHHLnRbLCShtqQfElgW5VntebdoF6 { width:2.3125rem;height:2.6rem;top:22.187501907349rem;left:12.924999237061rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTFeoJnZ6cJQf8GBvtB9UxBKs9wpJmCp { width:13.4375rem;height:13.4375rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEzcKZvznUdmex3f0LKXSlWtRHZUE6A4 { width:13.4375rem;height:13.4375rem;top:30.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvFAUA5BavvXvhTRUaqyhDOKutlHO0fL { width:10.9375rem;height:1.625rem;top:3.3125rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MreXHOTnoIPhs8pfDneUflm4VMAI6TRn { width:8rem;height:2.6rem;top:3.6218748092651rem;left:4.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #skMFfhXbsKg261n8WnT3ZHsdfILbSdAm { width:2.3125rem;height:2.6rem;top:7.4999990463256rem;left:12.799999237061rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaLFcuDPMgP0pfRRviuVXgdzZETN1TeF { width:10.9375rem;height:1.625rem;top:45.3125rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwff40meRf66nQIFQzsCSguwUT14HihI { width:11.5625rem;height:2.6rem;top:32.996874809265rem;left:4.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOHl22HO3GDIXZMJV5fGzAvz9Qo279Wy { width:16.625rem;height:7.4375rem;top:48.1875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9hgleTTO1NL5D1A25TXx5QXkpVqA3q1 { width:16.625rem;height:1.0625rem;top:74.4125rem;left:1.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwrUnKUgU44A8dVOT9CyJnGOmDAxLMvI { width:16.625rem;height:4.4625rem;top:56.875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDTkZf4b0L4iOpF40ZW1Nv9doBzosOHP { width:16.625rem;height:1.0625rem;top:69.7875rem;left:1.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngtN5dk8yST1U7lS7A5Kdd8wTrh9qRd3 { width:16.625rem;height:5.95rem;top:62.5875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqB3UsBur3chdn9WbDOoqyAkh5fIyn0A { width:16.625rem;height:1.0625rem;top:72.1rem;left:1.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJSrCISmml45lqIlcyhZr0TGCpgM8raa { display:none; }#EJSrCISmml45lqIlcyhZr0TGCpgM8raa > .row .container { width:20rem;height:79.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IqTxWBa6xPke1m8HzoIknfQCFxTEpGlO { width:13.4375rem;height:13.4375rem;top:15.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdg4MFhtWpkSKelqETINT8hNAMKf39hs { width:10.9375rem;height:2.5rem;top:18.000002861023rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRqZkVJ7xIcJitTk3pFfJE5USvwn2Hhg { width:8rem;height:2.6rem;top:18.437502861023rem;left:4.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6gLBPssgHGD9i1aWATs2khJOtecR40B { width:13.4375rem;height:13.4375rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtBNTH3PF5Ubwnl6TW0vWtSboGJ18DQ7 { width:13.4375rem;height:13.4375rem;top:30.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7p9INt4Xk0w3CctU9gFtFuyFqspwKNn { width:10.9375rem;height:1.625rem;top:3.3125rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR4cXsK1mgXGqf8xdILPB5HESIhyLsCC { width:8rem;height:2.6rem;top:3.6218748092651rem;left:4.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZz6hVM63Mnfas3tuSSK3i9RqXuEBO5a { width:10.9375rem;height:1.625rem;top:45.3125rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8CdfE03TzOBr881wn7euN8XMDZ6anIP { width:16.625rem;height:5.95rem;top:48.1875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU29NQ2Xxyps7ClDPtz5DEEG6f27KG37 { width:16.625rem;height:5.95rem;top:56.875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTpfZeh3kiDZZlUdNMqEuBu2mU8D7EaJ { width:16.625rem;height:4.4625rem;top:62.5875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZGfWiEx0linI4KymIzZlSxHMngIqI4m { width:11.5625rem;height:2.6rem;top:68.299993896488rem;left:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT7mKdTKfF4mWUKHV2mmp8HNW7a5rRXH { background-color:rgba(var(--color-tertiary-0),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;display:block; }#nT7mKdTKfF4mWUKHV2mmp8HNW7a5rRXH > .row .container { background-color: transparent; background-image: none; }#nT7mKdTKfF4mWUKHV2mmp8HNW7a5rRXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nT7mKdTKfF4mWUKHV2mmp8HNW7a5rRXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nT7mKdTKfF4mWUKHV2mmp8HNW7a5rRXH > .row .container > .video-iframe-container { display: none; }#nT7mKdTKfF4mWUKHV2mmp8HNW7a5rRXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nT7mKdTKfF4mWUKHV2mmp8HNW7a5rRXH > .row > .video-iframe-container { display: none; }#nT7mKdTKfF4mWUKHV2mmp8HNW7a5rRXH > .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); }#nT7mKdTKfF4mWUKHV2mmp8HNW7a5rRXH > .row .container { border-width: 0; border-radius: 0; }#nT7mKdTKfF4mWUKHV2mmp8HNW7a5rRXH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nT7mKdTKfF4mWUKHV2mmp8HNW7a5rRXH > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceRIRdhHSxmJIsBOH5FFHoaeM4fgXAl2 { width:13.4375rem;height:13.4375rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoXqFIie1tx303dzQ1mHVkR6oIG2o9RB { width:10.9375rem;height:1.625rem;top:3.25rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyzPLTKeZunZlo9QkHdcnNnt96AyTZ3e { width:8rem;height:8.69375rem;top:3.9343719482422rem;left:5rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxO2OxnJi54iUPNgP64TocaIwkZEW2wS { width:2.3125rem;height:3.98125rem;top:7.6875rem;left:12.800000190735rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBVTwPiPg9Mzd3FRl32tQX79ktFrbS3O { width:17.75rem;height:5.94921875rem;top:16.374981880188rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQmhrhw92hUUoK20ImA8u0OQVuk2EFX3 { width:16.625rem;height:1.0625rem;top:22.60000038147rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0gmUaqiZTkIwlwrkLbGc044VGRvwmVM { width:1.625rem;height:1.625rem;top:7.5000009536744rem;left:18.375rem;z-index:15009;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qx13bmh64gQ9k7uROgulZ1nuGMHEE1Hb { width:1.625rem;height:1.625rem;top:7.5000009536744rem;left:0rem;z-index:15010;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A20asFJa8dQwnToqMcqFWDAJsUi5gD8r { background-color:rgba(var(--color-tertiary-0),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;display:block; }#A20asFJa8dQwnToqMcqFWDAJsUi5gD8r > .row .container { background-color: transparent; background-image: none; }#A20asFJa8dQwnToqMcqFWDAJsUi5gD8r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A20asFJa8dQwnToqMcqFWDAJsUi5gD8r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A20asFJa8dQwnToqMcqFWDAJsUi5gD8r > .row .container > .video-iframe-container { display: none; }#A20asFJa8dQwnToqMcqFWDAJsUi5gD8r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A20asFJa8dQwnToqMcqFWDAJsUi5gD8r > .row > .video-iframe-container { display: none; }#A20asFJa8dQwnToqMcqFWDAJsUi5gD8r > .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); }#A20asFJa8dQwnToqMcqFWDAJsUi5gD8r > .row .container { border-width: 0; border-radius: 0; }#A20asFJa8dQwnToqMcqFWDAJsUi5gD8r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A20asFJa8dQwnToqMcqFWDAJsUi5gD8r > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUmC9moBxG0vwwV1iSG1blVqPcCyX4WX { width:13.4375rem;height:13.4375rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPW68TGfSr6xK8MrgAVnQ8fpuyDTV8TJ { width:10.9375rem;height:;top:3.25rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ravf2VfD3TuDTdSJDg9s0h09WORThu1T { width:8rem;height:;top:3.9343719482422rem;left:5rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuOi1poGcdAEvNM1iqw7vUy8RncRVdPf { width:2.3125rem;height:3.98125rem;top:7.6875rem;left:12.800000190735rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5aqF9H09UOJbQCXhgKcFfcNsT9MO52m { width:17.0625rem;height:4.4619125rem;top:16.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCH9SWtlKl1ftwzDLXvvr2BoTHFmEPOl { width:16.625rem;height:1.0625rem;top:20.974998474121rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ1V6TgLg4zuwqQ9xKGvettN7b5dSBkI { width:1.625rem;height:1.625rem;top:7.5000009536744rem;left:18.375rem;z-index:15009;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGdWcqGAT8s1Nh3iN7smy29oWt0OOyCH { width:1.625rem;height:1.625rem;top:7.5000009536744rem;left:0rem;z-index:15010;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV9Uq1fD9NDnusJNXgwf1iSIJxXss0Gn { background-color:rgba(var(--color-tertiary-0),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;display:block; }#WV9Uq1fD9NDnusJNXgwf1iSIJxXss0Gn > .row .container { background-color: transparent; background-image: none; }#WV9Uq1fD9NDnusJNXgwf1iSIJxXss0Gn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV9Uq1fD9NDnusJNXgwf1iSIJxXss0Gn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV9Uq1fD9NDnusJNXgwf1iSIJxXss0Gn > .row .container > .video-iframe-container { display: none; }#WV9Uq1fD9NDnusJNXgwf1iSIJxXss0Gn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV9Uq1fD9NDnusJNXgwf1iSIJxXss0Gn > .row > .video-iframe-container { display: none; }#WV9Uq1fD9NDnusJNXgwf1iSIJxXss0Gn > .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); }#WV9Uq1fD9NDnusJNXgwf1iSIJxXss0Gn > .row .container { border-width: 0; border-radius: 0; }#WV9Uq1fD9NDnusJNXgwf1iSIJxXss0Gn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WV9Uq1fD9NDnusJNXgwf1iSIJxXss0Gn > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTlKOfKXzPrZ883RgQlyfCNlkkRwW8KK { width:13.4375rem;height:13.4375rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt8XPkTqQfWPxuEg545TgCSB7zSdEsef { width:10.9375rem;height:;top:3.25rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaZ56FhzsHuXar5WyVaxGBGB77Hrw44E { width:11.4375rem;height:;top:3.9343719482422rem;left:4.3125rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuVFgxwWNQ00F35etgHJWaVTb2DPAdzm { width:17.0625rem;height:5.94921875rem;top:16.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZgumtIeC4A9L6thu1qIpUuoCCIGlDdz { width:16.625rem;height:;top:22.412498474121rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixUzvR0kNxppZg09HkD37JmCaT9eUKeH { width:1.625rem;height:1.625rem;top:7.5000009536744rem;left:18.375rem;z-index:15009;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8SwgzPpko4DTKb3T7cgXtkmLH7AfmxP { width:1.625rem;height:1.625rem;top:7.5000009536744rem;left:0rem;z-index:15010;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpsWoTxvWH06pedsrR2Sb36Qanr0S7x0 { background-color:rgba(var(--color-tertiary-0),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;display:block; }#RpsWoTxvWH06pedsrR2Sb36Qanr0S7x0 > .row .container { background-color: transparent; background-image: none; }#RpsWoTxvWH06pedsrR2Sb36Qanr0S7x0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpsWoTxvWH06pedsrR2Sb36Qanr0S7x0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpsWoTxvWH06pedsrR2Sb36Qanr0S7x0 > .row .container > .video-iframe-container { display: none; }#RpsWoTxvWH06pedsrR2Sb36Qanr0S7x0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpsWoTxvWH06pedsrR2Sb36Qanr0S7x0 > .row > .video-iframe-container { display: none; }#RpsWoTxvWH06pedsrR2Sb36Qanr0S7x0 > .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); }#RpsWoTxvWH06pedsrR2Sb36Qanr0S7x0 > .row .container { border-width: 0; border-radius: 0; }#RpsWoTxvWH06pedsrR2Sb36Qanr0S7x0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RpsWoTxvWH06pedsrR2Sb36Qanr0S7x0 > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzxWaQpEZIk7oZfJgWWp1I9kfFAzT5Ef { width:13.4375rem;height:13.4375rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIrhGXTAMmWbbsERc06G5evqC117JbsC { width:10.9375rem;height:;top:3.25rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxbiKob1HcEsk93iH7L4Q1pmWSLrLJSv { width:11.4375rem;height:8.693375rem;top:3.9343719482422rem;left:4.3125rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC3yGx1CmcukhMCMcKiCM3cBker2OEgd { width:16.8125rem;height:5.94921875rem;top:16.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foKEBu7SEtckJoTQ07ZEtprM0o8zZxaT { width:1.625rem;height:1.625rem;top:7.5000009536744rem;left:18.375rem;z-index:15009;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1C9rnAIrqhTAD5k2TsSZtlBIFha2EkP { width:1.625rem;height:1.625rem;top:7.5000009536744rem;left:0rem;z-index:15010;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpM3s3b8nbKJTmDryg414VgV1f57zHk5 { background-color:rgba(var(--color-tertiary-0),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;display:block; }#XpM3s3b8nbKJTmDryg414VgV1f57zHk5 > .row .container { background-color: transparent; background-image: none; }#XpM3s3b8nbKJTmDryg414VgV1f57zHk5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpM3s3b8nbKJTmDryg414VgV1f57zHk5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpM3s3b8nbKJTmDryg414VgV1f57zHk5 > .row .container > .video-iframe-container { display: none; }#XpM3s3b8nbKJTmDryg414VgV1f57zHk5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpM3s3b8nbKJTmDryg414VgV1f57zHk5 > .row > .video-iframe-container { display: none; }#XpM3s3b8nbKJTmDryg414VgV1f57zHk5 > .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); }#XpM3s3b8nbKJTmDryg414VgV1f57zHk5 > .row .container { border-width: 0; border-radius: 0; }#XpM3s3b8nbKJTmDryg414VgV1f57zHk5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XpM3s3b8nbKJTmDryg414VgV1f57zHk5 > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEMLk0CTQgQX1dBztwdJiO8oupng1kbh { width:13.4375rem;height:13.4375rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6F2CdCNnLJoO0OTePnBaOl78m8k8CIl { width:10.9375rem;height:2.5rem;top:3.0625rem;left:4.5rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #l6RhO9vg8B7KWImIMmxgfOxAQcFUhmJl { width:11.4375rem;height:;top:3.9343719482422rem;left:4.3125rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENTAgWv09BXM29X1WOInqLC3tvl2tCsD { width:17.75rem;height:5.94921875rem;top:16.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFkmpgCXoyfP4G6Wdd2X33XkrtAcOeQg { width:1.625rem;height:1.625rem;top:7.5000009536744rem;left:18.375rem;z-index:15009;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irceT6dTPZmuEhQZ5e0IskSPHQC6yBWq { width:1.625rem;height:1.625rem;top:7.5000009536744rem;left:0rem;z-index:15010;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAmfxQFDaLXX0p2KN1uhI9wA72QRETSH { background-color:rgba(var(--color-tertiary-0),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;display:block; }#sAmfxQFDaLXX0p2KN1uhI9wA72QRETSH > .row .container { background-color: transparent; background-image: none; }#sAmfxQFDaLXX0p2KN1uhI9wA72QRETSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAmfxQFDaLXX0p2KN1uhI9wA72QRETSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAmfxQFDaLXX0p2KN1uhI9wA72QRETSH > .row .container > .video-iframe-container { display: none; }#sAmfxQFDaLXX0p2KN1uhI9wA72QRETSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAmfxQFDaLXX0p2KN1uhI9wA72QRETSH > .row > .video-iframe-container { display: none; }#sAmfxQFDaLXX0p2KN1uhI9wA72QRETSH > .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); }#sAmfxQFDaLXX0p2KN1uhI9wA72QRETSH > .row .container { border-width: 0; border-radius: 0; }#sAmfxQFDaLXX0p2KN1uhI9wA72QRETSH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sAmfxQFDaLXX0p2KN1uhI9wA72QRETSH > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S39ZyaTWa1QbIDCVItvP1uG4WnQPB5qf { width:13.4375rem;height:13.4375rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvGXPMmBmvsNoTVQ3arzTnFXmOw1bxKh { width:10.9375rem;height:;top:3.25rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZL3ZZ516hnfpMkLiI2bd9oXsTJtzZOB { width:11.4375rem;height:;top:3.9343719482422rem;left:4.3125rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9crE6rSER9TmKudIyonoJWR7bP73sui { width:16.8125rem;height:5.94921875rem;top:16.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOQUfB8stTiGhOZrsAmUHiLmz1zTVnDe { width:1.625rem;height:1.625rem;top:7.5000009536744rem;left:18.375rem;z-index:15009;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0pQgTLNnUgUkiM3oZuZqSFDwE1fe351 { width:1.625rem;height:1.625rem;top:7.5000009536744rem;left:0rem;z-index:15010;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkMhbAWQfhPMH39P03BIUbFGVnez6Pkr { display:block; }#OkMhbAWQfhPMH39P03BIUbFGVnez6Pkr > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZoilyzHiShr75W1so2kkQZu0a2ShwBT { width:2.5rem;height:0.375rem;top:0.937481880188rem;left:1.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c7c7c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kIsRmRPTRTg8L2XftglhbMQJTmURtMSD { width:2.5rem;height:0.375rem;top:0.93749427795412rem;left:4.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c7c7c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #D9WeBLLyMkTSgfeIEtrzzV2ciqU5T6Ha { width:2.5rem;height:0.375rem;top:0.9375rem;left:7.237500190735rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c7c7c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FD2CTe5spDU8xObsWhvtL4XKsurh5HTE { width:2.5rem;height:0.375rem;top:0.9375rem;left:10.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c7c7c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MIW80M2evKPqzhgp0vcBOXTNHzqzTTIO { width:2.5rem;height:0.375rem;top:0.9375rem;left:13.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c7c7c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #XvIWIWMcP7qCR0pmrnP2gdJErCZaUWZT { width:2.5rem;height:0.375rem;top:0.9375rem;left:16.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c7c7c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #i0fotRA39RrFpxhokTQ7FXLbJZF7rXs9 { background-color:rgba(var(--color-tertiary-0),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;display:block; }#i0fotRA39RrFpxhokTQ7FXLbJZF7rXs9 > .row .container { background-color: transparent; background-image: none; }#i0fotRA39RrFpxhokTQ7FXLbJZF7rXs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0fotRA39RrFpxhokTQ7FXLbJZF7rXs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0fotRA39RrFpxhokTQ7FXLbJZF7rXs9 > .row .container > .video-iframe-container { display: none; }#i0fotRA39RrFpxhokTQ7FXLbJZF7rXs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0fotRA39RrFpxhokTQ7FXLbJZF7rXs9 > .row > .video-iframe-container { display: none; }#i0fotRA39RrFpxhokTQ7FXLbJZF7rXs9 > .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); }#i0fotRA39RrFpxhokTQ7FXLbJZF7rXs9 > .row .container { border-width: 0; border-radius: 0; }#i0fotRA39RrFpxhokTQ7FXLbJZF7rXs9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i0fotRA39RrFpxhokTQ7FXLbJZF7rXs9 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qudeG1nQo2qSe1TfLgPFd987E1vqXysw { width:5.5625rem;height:2.7625rem;top:3.9375rem;left:11.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1RTDr2svmsVsIAIQLAA2t6g5WBArGJs { width:9.4375rem;height:2.1125rem;top:4.25rem;left:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzKIGEi6SanDTNQ1NnZzSTPPug33kvGm { width:17.5rem;height:5.94921875rem;top:7.75rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zQcfbo2sZTZR8VbrW2nruu2sAX5EFDwE { background-color:rgba(0,118,191,0.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;display:block; }#zQcfbo2sZTZR8VbrW2nruu2sAX5EFDwE > .row .container { background-color: transparent; background-image: none; }#zQcfbo2sZTZR8VbrW2nruu2sAX5EFDwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcfbo2sZTZR8VbrW2nruu2sAX5EFDwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcfbo2sZTZR8VbrW2nruu2sAX5EFDwE > .row .container > .video-iframe-container { display: none; }#zQcfbo2sZTZR8VbrW2nruu2sAX5EFDwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcfbo2sZTZR8VbrW2nruu2sAX5EFDwE > .row > .video-iframe-container { display: none; }#zQcfbo2sZTZR8VbrW2nruu2sAX5EFDwE > .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); }#zQcfbo2sZTZR8VbrW2nruu2sAX5EFDwE > .row .container { border-width: 0; border-radius: 0; }#zQcfbo2sZTZR8VbrW2nruu2sAX5EFDwE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQcfbo2sZTZR8VbrW2nruu2sAX5EFDwE > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbcDOTiMctyBFU9yRlzMwEwhG87tLcV9 { display:flex;top:1.125rem;left:18rem;width:1.75rem;height:1.75rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #ZuZQvKeOeVlf6xwJw1FH5qGZseRmJ6s9 { width:14.0625rem;height:3.3994125rem;top:1.125rem;left:3.8000001907349rem;font-size:1rem;z-index:15007;color:#0076bf;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OIVHfkgMVit9Nf4AaopOhroG3owWw07T { top:1.125rem;left:1.2687501907349rem;width:1.875rem;height:1.875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FvvNw6rfEKQINzEvrBJZSINXbrHyGThi { background-color:rgba(0,118,191,0.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;display:block; }#FvvNw6rfEKQINzEvrBJZSINXbrHyGThi > .row .container { background-color: transparent; background-image: none; }#FvvNw6rfEKQINzEvrBJZSINXbrHyGThi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvvNw6rfEKQINzEvrBJZSINXbrHyGThi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvvNw6rfEKQINzEvrBJZSINXbrHyGThi > .row .container > .video-iframe-container { display: none; }#FvvNw6rfEKQINzEvrBJZSINXbrHyGThi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvvNw6rfEKQINzEvrBJZSINXbrHyGThi > .row > .video-iframe-container { display: none; }#FvvNw6rfEKQINzEvrBJZSINXbrHyGThi > .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); }#FvvNw6rfEKQINzEvrBJZSINXbrHyGThi > .row .container { border-width: 0; border-radius: 0; }#FvvNw6rfEKQINzEvrBJZSINXbrHyGThi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FvvNw6rfEKQINzEvrBJZSINXbrHyGThi > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgwlTM5K2TWQGpgsZ74RuHTRDvyE0sHr { width:17.5625rem;height:8.9238125rem;top:1.3250007629394rem;left:1.25rem;font-size:0.875rem;z-index:15007;color:#0076bf;text-align:left;text-align-last:left;font-family:notosansjp;display:block; }
 }@media only screen and (max-width: 763px) { #JQDlyboZNAIppLtVnfvaGZs3Fk5gzurO { background-color:rgba(0,118,191,0.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;display:block; }#JQDlyboZNAIppLtVnfvaGZs3Fk5gzurO > .row .container { background-color: transparent; background-image: none; }#JQDlyboZNAIppLtVnfvaGZs3Fk5gzurO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQDlyboZNAIppLtVnfvaGZs3Fk5gzurO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQDlyboZNAIppLtVnfvaGZs3Fk5gzurO > .row .container > .video-iframe-container { display: none; }#JQDlyboZNAIppLtVnfvaGZs3Fk5gzurO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQDlyboZNAIppLtVnfvaGZs3Fk5gzurO > .row > .video-iframe-container { display: none; }#JQDlyboZNAIppLtVnfvaGZs3Fk5gzurO > .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); }#JQDlyboZNAIppLtVnfvaGZs3Fk5gzurO > .row .container { border-width: 0; border-radius: 0; }#JQDlyboZNAIppLtVnfvaGZs3Fk5gzurO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQDlyboZNAIppLtVnfvaGZs3Fk5gzurO > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuiFSSltGSwBc9nxc5qnI4IyiGRGTAfK { display:flex;top:1.125rem;left:18rem;width:1.75rem;height:1.75rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #XvNisodafIPLEqHa1yn1J2HZrsf6DmRf { width:14.0625rem;height:;top:1.125rem;left:3.8000001907349rem;font-size:1rem;z-index:15007;color:#0076bf;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W3xsmPdENWDuEqyzVaGOLPdImQSOAx2b { top:1.125rem;left:1.2687501907349rem;width:1.875rem;height:1.875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ykT37LS1AvA36CkQ7g3aJaqSFDNmiDCS { background-color:rgba(0,118,191,0.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;display:block; }#ykT37LS1AvA36CkQ7g3aJaqSFDNmiDCS > .row .container { background-color: transparent; background-image: none; }#ykT37LS1AvA36CkQ7g3aJaqSFDNmiDCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykT37LS1AvA36CkQ7g3aJaqSFDNmiDCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykT37LS1AvA36CkQ7g3aJaqSFDNmiDCS > .row .container > .video-iframe-container { display: none; }#ykT37LS1AvA36CkQ7g3aJaqSFDNmiDCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykT37LS1AvA36CkQ7g3aJaqSFDNmiDCS > .row > .video-iframe-container { display: none; }#ykT37LS1AvA36CkQ7g3aJaqSFDNmiDCS > .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); }#ykT37LS1AvA36CkQ7g3aJaqSFDNmiDCS > .row .container { border-width: 0; border-radius: 0; }#ykT37LS1AvA36CkQ7g3aJaqSFDNmiDCS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykT37LS1AvA36CkQ7g3aJaqSFDNmiDCS > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbFCHkL8UfV1b6K3oVuyOTmTzW16dDPg { width:17.5rem;height:;top:1.3250007629394rem;left:1.25rem;font-size:0.875rem;z-index:15007;color:#0076bf;text-align:left;text-align-last:left;font-family:notosansjp;display:block; }
 }@media only screen and (max-width: 763px) { #uhzvBmirPd4zCUGTa0Ndc4kBlSZzhgz8 { background-color:rgba(0,118,191,0.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;display:block; }#uhzvBmirPd4zCUGTa0Ndc4kBlSZzhgz8 > .row .container { background-color: transparent; background-image: none; }#uhzvBmirPd4zCUGTa0Ndc4kBlSZzhgz8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhzvBmirPd4zCUGTa0Ndc4kBlSZzhgz8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhzvBmirPd4zCUGTa0Ndc4kBlSZzhgz8 > .row .container > .video-iframe-container { display: none; }#uhzvBmirPd4zCUGTa0Ndc4kBlSZzhgz8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhzvBmirPd4zCUGTa0Ndc4kBlSZzhgz8 > .row > .video-iframe-container { display: none; }#uhzvBmirPd4zCUGTa0Ndc4kBlSZzhgz8 > .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); }#uhzvBmirPd4zCUGTa0Ndc4kBlSZzhgz8 > .row .container { border-width: 0; border-radius: 0; }#uhzvBmirPd4zCUGTa0Ndc4kBlSZzhgz8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uhzvBmirPd4zCUGTa0Ndc4kBlSZzhgz8 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cctK4816LoIG5GwKTM1bJwzE8aFRtW06 { display:flex;top:1.125rem;left:18rem;width:1.75rem;height:1.75rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #pFpXCVDCWB2G1EIJ0IIKk5n2tiqoFRXz { width:14.0625rem;height:;top:1.125rem;left:3.8000001907349rem;font-size:1rem;z-index:15007;color:#0076bf;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JHTGPI2NmbeRcGPk3tvKMiKvOP90rpTf { top:1.125rem;left:1.2687501907349rem;width:1.875rem;height:1.875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Htp2Nex0SIwVkt2647xHiTILZg9q4yvz { background-color:rgba(0,118,191,0.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;display:block; }#Htp2Nex0SIwVkt2647xHiTILZg9q4yvz > .row .container { background-color: transparent; background-image: none; }#Htp2Nex0SIwVkt2647xHiTILZg9q4yvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Htp2Nex0SIwVkt2647xHiTILZg9q4yvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Htp2Nex0SIwVkt2647xHiTILZg9q4yvz > .row .container > .video-iframe-container { display: none; }#Htp2Nex0SIwVkt2647xHiTILZg9q4yvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Htp2Nex0SIwVkt2647xHiTILZg9q4yvz > .row > .video-iframe-container { display: none; }#Htp2Nex0SIwVkt2647xHiTILZg9q4yvz > .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); }#Htp2Nex0SIwVkt2647xHiTILZg9q4yvz > .row .container { border-width: 0; border-radius: 0; }#Htp2Nex0SIwVkt2647xHiTILZg9q4yvz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Htp2Nex0SIwVkt2647xHiTILZg9q4yvz > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUtmuXkk3Vgd81ec1QokPGQXmAbvOaBN { width:17.875rem;height:7.4365rem;top:1.3250007629394rem;left:1.25rem;font-size:0.875rem;z-index:15007;color:#0076bf;text-align:left;text-align-last:left;font-family:notosansjp;display:block; }
 }@media only screen and (max-width: 763px) { #KhuKxGcHmm0fMlJJ6sJUGuq448LBMgyL { background-color:rgba(0,118,191,0.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;display:block; }#KhuKxGcHmm0fMlJJ6sJUGuq448LBMgyL > .row .container { background-color: transparent; background-image: none; }#KhuKxGcHmm0fMlJJ6sJUGuq448LBMgyL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhuKxGcHmm0fMlJJ6sJUGuq448LBMgyL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhuKxGcHmm0fMlJJ6sJUGuq448LBMgyL > .row .container > .video-iframe-container { display: none; }#KhuKxGcHmm0fMlJJ6sJUGuq448LBMgyL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhuKxGcHmm0fMlJJ6sJUGuq448LBMgyL > .row > .video-iframe-container { display: none; }#KhuKxGcHmm0fMlJJ6sJUGuq448LBMgyL > .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); }#KhuKxGcHmm0fMlJJ6sJUGuq448LBMgyL > .row .container { border-width: 0; border-radius: 0; }#KhuKxGcHmm0fMlJJ6sJUGuq448LBMgyL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KhuKxGcHmm0fMlJJ6sJUGuq448LBMgyL > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlNtcW5GtMoNDoI9OqfanA6SJeIIuBSH { display:flex;top:1.125rem;left:18rem;width:1.75rem;height:1.75rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #cdhsnuX3NGpCs5KrrILnl61DtiiQcerb { width:14.0625rem;height:;top:1.125rem;left:3.8000001907349rem;font-size:1rem;z-index:15007;color:#0076bf;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kd1IbHTKnmvRay9WLD3U6vUEWqIdo5f7 { top:1.125rem;left:1.2687501907349rem;width:1.875rem;height:1.875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CmCrRGKxHoTnsLMC6nCiM4Ul6l6TWOBH { background-color:rgba(0,118,191,0.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;display:block; }#CmCrRGKxHoTnsLMC6nCiM4Ul6l6TWOBH > .row .container { background-color: transparent; background-image: none; }#CmCrRGKxHoTnsLMC6nCiM4Ul6l6TWOBH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmCrRGKxHoTnsLMC6nCiM4Ul6l6TWOBH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmCrRGKxHoTnsLMC6nCiM4Ul6l6TWOBH > .row .container > .video-iframe-container { display: none; }#CmCrRGKxHoTnsLMC6nCiM4Ul6l6TWOBH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmCrRGKxHoTnsLMC6nCiM4Ul6l6TWOBH > .row > .video-iframe-container { display: none; }#CmCrRGKxHoTnsLMC6nCiM4Ul6l6TWOBH > .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); }#CmCrRGKxHoTnsLMC6nCiM4Ul6l6TWOBH > .row .container { border-width: 0; border-radius: 0; }#CmCrRGKxHoTnsLMC6nCiM4Ul6l6TWOBH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CmCrRGKxHoTnsLMC6nCiM4Ul6l6TWOBH > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwxFfJHxKDN3e6lRvN6rEvkTbDbgx1ve { width:17.875rem;height:5.94921875rem;top:1.3250007629394rem;left:1.25rem;font-size:0.875rem;z-index:15007;color:#0076bf;text-align:left;text-align-last:left;font-family:notosansjp;display:block; }
 }@media only screen and (max-width: 763px) { #vLoeobsbWBflNQ79wJiTo0SyFEtOuoqx { background-color:rgba(var(--color-tertiary-0),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;display:none; }#vLoeobsbWBflNQ79wJiTo0SyFEtOuoqx > .row .container { border-width: 0; border-radius: 0; }#vLoeobsbWBflNQ79wJiTo0SyFEtOuoqx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vLoeobsbWBflNQ79wJiTo0SyFEtOuoqx > .row .container { width:20rem;height:18.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QksIOXiNoOkmTBICu9Xq6m4u1WpWHGq7 { width:5.5625rem;height:2.7625rem;top:3.9375rem;left:11.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8y1qSifkVindzrT4UHoxwoWDpW4NxeU { width:9.4375rem;height:2.1125rem;top:4.25rem;left:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3yBE3g1a0cpe47o4qllh8ShVgG7UwER { width:17.5rem;height:5.94921875rem;top:7.75rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FgzJxzRXxbbWNhHCwvurQWnbIJ1IdSCE { display:none; }#FgzJxzRXxbbWNhHCwvurQWnbIJ1IdSCE > .row .container { width:20rem;height:70.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L2ovEG1IAtnTUBWWIoONLqAEwlO3gltJ { width:20rem;height:13.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6TOmRTwP53KoQ1ancmr608Wgt1mS6za { width:20rem;height:0;top:3.19384765625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvHP0lDf6My7Sx00zMITyIIH0tftqmw6 { width:17.0625rem;height:6.8203125rem;top:5.81884765625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWvddmwFkNlU8OS64nZqtUyZrLbxOeb1 { width:11.5rem;height:7.4375rem;top:5.51171875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynBnXIiMXrSzcUaSg9PX9IaLzL8aTuOm { width:20rem;height:13.6875rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA3Ed4R3p9tEVSlGTVnT9ElTbT6CmTFv { width:20rem;height:0;top:18.13134765625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJHeZyFM7xBveSVQ9UfTbI2THBrkJlaH { width:17.0625rem;height:0;top:20.75634765625rem;left:1.837890625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ4Ig3iE6z0ze289hTZcZu6wEAkKrEd3 { width:11.3125rem;height:7.4375rem;top:20.44921875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhCm0FzxrbraPTdn6af24KyJTg3bnJkm { width:20rem;height:13.6875rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Roq91KkEAt1yriKe3yOJBh8ipRTDLg5o { width:20rem;height:0;top:33.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbty0Evg46dimJRH8AOuFHMrd5xRlmnT { width:17.0625rem;height:0;top:36.0625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #appx0V7QRTGPwG6dg7X4xgbovO8EoWRh { width:0.0625rem;height:0.0625rem;top:35.1865234375rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiJxfKFdxxIdO0eS1fCd2ywq7l3mPMqQ { width:11.1875rem;height:7.4375rem;top:35.1865234375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJTBcJ0NR6chCxpwKbgm0BiMEFTpTTvT { width:20rem;height:13.6875rem;top:46.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4Z2UVfLCK5lLVGQRyCRvvcTxrIvSaoW { width:20rem;height:0;top:48rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMA7KT8wamfMhcFPfRVCb8saHgAP8qou { width:17.0625rem;height:0;top:51rem;left:1.837890625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBTICbyVQ7E0App72Fgm8XphNVLq6aJ6 { width:11.1875rem;height:7.375rem;top:50.1240234375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD91XMcmAVbxTAK1W9tS3WbKESJa1wZg { width:1.875rem;height:1.875rem;top:18.00634765625rem;left:1.837890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVUXWailDNpo4bHAxTr65KA8gX0H4T0S { width:1.875rem;height:1.875rem;top:3.06884765625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgqqNJToxwAiZyqxL8tXCDfflkXTRQTq { width:1.875rem;height:1.875rem;top:47.875rem;left:1.837890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpsQ5IMNgSk490bpipaU8dKVPd3QbavT { width:1.875rem;height:1.875rem;top:32.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITJoPE1NiM1gp5U33E576waTycNOZgdc { background-color:rgba(var(--color-tertiary-0),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;display:block; }#ITJoPE1NiM1gp5U33E576waTycNOZgdc > .row .container { background-color: transparent; background-image: none; }#ITJoPE1NiM1gp5U33E576waTycNOZgdc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITJoPE1NiM1gp5U33E576waTycNOZgdc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITJoPE1NiM1gp5U33E576waTycNOZgdc > .row .container > .video-iframe-container { display: none; }#ITJoPE1NiM1gp5U33E576waTycNOZgdc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITJoPE1NiM1gp5U33E576waTycNOZgdc > .row > .video-iframe-container { display: none; }#ITJoPE1NiM1gp5U33E576waTycNOZgdc > .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); }#ITJoPE1NiM1gp5U33E576waTycNOZgdc > .row .container { border-width: 0; border-radius: 0; }#ITJoPE1NiM1gp5U33E576waTycNOZgdc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITJoPE1NiM1gp5U33E576waTycNOZgdc > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DT6n82lkwylWqKs4fo4oaEgvPCMZ6EeG { width:10.9375rem;height:2.76220625rem;top:4.5rem;left:4.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT7nlTThezifh0XTrs6cv6VTCE1GA6LB { width:10.875rem;height:2.76220625rem;top:2.337890625rem;left:4.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHt0ws2uEfHlDQTWLKxQveDP7BKPda7f { display:none; }#xHt0ws2uEfHlDQTWLKxQveDP7BKPda7f > .row .container { width:20rem;height:166.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hS1NPZC7q7BITlLCh6bfoJN8GSMzTp6a { width:20rem;height:34.875rem;top:73.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHmLJNBWL4Ta4VSLMxwAHHhTFECg48OA { width:3.3125rem;height:0.625rem;top:75.850006103512rem;left:-1.6500015258789rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnkrggQ8KZNv26ZgtTw7g6aBFUXw3S8W { width:11.8125rem;height:1.9125rem;top:75.125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhLUqrraGxEWgWn080xXTW1bKSKALacM { width:20rem;height:16.625rem;top:55.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpbNO1rFcgoNv0OHWMpBEaLrw6k8gOws { width:13.9375rem;height:11.9rem;top:78.625rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHPeNWnqimMJRkZ0i9z9oWlNLVNPfc9i { width:8.3125rem;height:14.9375rem;top:93.125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOnTxCG0JNxa8UulqxeNC4sce192G0oe { width:4.875rem;height:4.875rem;top:97.3125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNb6NPoQC6pXx9QmtRVsgH3Lab3Za7Td { width:4.25rem;height:4.25rem;top:100.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8QEy62h02BTTUt5cElFDZrMH8ZapzZI { width:20rem;height:30.5rem;top:0.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwHi8P3kFJgwlJZXR7s0TkZdfxQnDws7 { width:3.3125rem;height:0.625rem;top:2.9375rem;left:-1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMkx51MLOT6cOSoLac4r5vofnvWGCdJH { width:5.625rem;height:1.4625rem;top:2.4375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeUGvRmDA9UE1vd5z6Hebq5W6adHWNiQ { width:13.9375rem;height:7.4375rem;top:5.6875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paSOnOsZtvPkHKLwvym0CVUm6Oa47WGr { width:7.625rem;height:1.9125rem;top:2.25rem;left:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmwLMqtbxAHGyETTNU6d9WrKw2JnNELE { width:20rem;height:16.625rem;top:14.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddwTK43hkAf0vsTZIghfBP1vamuSmlwT { width:20rem;height:34.875rem;top:127.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIUxK2ukUDTZTIenkqRTZcaqvReLN1VF { width:3.3125rem;height:0.625rem;top:129.88125610351rem;left:-1.6500015258789rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUKFTkwNTM3xdLxi2MGlsZSp7hdLdvIo { width:11.8125rem;height:1.9125rem;top:129.23750305176rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovZkSH6Jk4nkSBQCp1k5LGBX1fAAvbZT { width:13.5625rem;height:7.4375rem;top:132.65625rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eontKxhbQyLJeVXv56gzOd6S799spTTw { width:20rem;height:16.625rem;top:109.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y42yDIQRzKzDOXN8NgFOC1hzIOq27SBC { width:10.5rem;height:16.1875rem;top:145.89373779297rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #er0GOOJmtIWCl6d1EHWByWBKfknakiBS { width:4.875rem;height:4.875rem;top:148.84375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr6sMFJoaKpADMre2QFL1wsnJP7J01gJ { width:4.875rem;height:4.875rem;top:152.1875rem;left:1.3499984741211rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46kZQEWUaA0aWEvqIFiCL0xNrJtQo5n { width:4.25rem;height:4.25rem;top:157.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trykZpmGAA6HENwgOxgDo21kmOfuCddk { width:13.8125rem;height:8.3125rem;top:18.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ7ceO10pQ6rvKlzPO5rDDEigKvDBMLW { width:1.625rem;height:1.625rem;top:6.875rem;left:18.375rem;z-index:15009;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkehgAA0PduOucBkfbd48vgIlrrBR6SM { width:1.625rem;height:1.625rem;top:6.875rem;left:0rem;z-index:15010;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiph1baA4ld0dgxyn6efApXRn5yXk6uw { background-color:rgba(var(--color-tertiary-0),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;display:block; }#uiph1baA4ld0dgxyn6efApXRn5yXk6uw > .row .container { background-color: transparent; background-image: none; }#uiph1baA4ld0dgxyn6efApXRn5yXk6uw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiph1baA4ld0dgxyn6efApXRn5yXk6uw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiph1baA4ld0dgxyn6efApXRn5yXk6uw > .row .container > .video-iframe-container { display: none; }#uiph1baA4ld0dgxyn6efApXRn5yXk6uw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiph1baA4ld0dgxyn6efApXRn5yXk6uw > .row > .video-iframe-container { display: none; }#uiph1baA4ld0dgxyn6efApXRn5yXk6uw > .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); }#uiph1baA4ld0dgxyn6efApXRn5yXk6uw > .row .container { border-width: 0; border-radius: 0; }#uiph1baA4ld0dgxyn6efApXRn5yXk6uw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uiph1baA4ld0dgxyn6efApXRn5yXk6uw > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLpHTPyNozUeTm30H799N9PhASFV6w7o { width:20rem;height:30.5rem;top:0.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHyEKCO6gdostEZ4TMierkKbopKl7BfA { width:3.3125rem;height:0.625rem;top:2.9375rem;left:-1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQnVbV25rOI3QzvlfEXCQoDrGarIMwMw { width:5.625rem;height:1.4625rem;top:2.4375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eki92PMREqFw8rO2H8CP8aPo1ktfBhPc { width:13.9375rem;height:7.4365rem;top:5.6875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7SVGy7TnAo48BFiTNy8dgTv9RHN9RJl { width:7.625rem;height:1.9125rem;top:2.25rem;left:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQmVSbOyhp9AcLWXDGRv3455tcLHQPlM { width:20rem;height:16.625rem;top:14.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK9q7Ug33TbwmauIHyDPy1I6bu2kIEIt { width:13.8125rem;height:8.3125rem;top:18.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6P2dFr8bk1g8VBGtLFTfT7zibAVpahr { width:1.625rem;height:1.625rem;top:6.875rem;left:18.375rem;z-index:15009;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE6idI2zCNwXx08V5GFZD5eT25Ozrm78 { width:1.625rem;height:1.625rem;top:6.875rem;left:0rem;z-index:15010;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N79SO7dKBfKUQetHAyWKOersfPSWGOyS { background-color:rgba(var(--color-tertiary-0),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;display:block; }#N79SO7dKBfKUQetHAyWKOersfPSWGOyS > .row .container { background-color: transparent; background-image: none; }#N79SO7dKBfKUQetHAyWKOersfPSWGOyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N79SO7dKBfKUQetHAyWKOersfPSWGOyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N79SO7dKBfKUQetHAyWKOersfPSWGOyS > .row .container > .video-iframe-container { display: none; }#N79SO7dKBfKUQetHAyWKOersfPSWGOyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N79SO7dKBfKUQetHAyWKOersfPSWGOyS > .row > .video-iframe-container { display: none; }#N79SO7dKBfKUQetHAyWKOersfPSWGOyS > .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); }#N79SO7dKBfKUQetHAyWKOersfPSWGOyS > .row .container { border-width: 0; border-radius: 0; }#N79SO7dKBfKUQetHAyWKOersfPSWGOyS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N79SO7dKBfKUQetHAyWKOersfPSWGOyS > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVOSunShC6pgdW2N1Hvr19s5z5wQN7iM { width:11.8125rem;height:1.9125rem;top:2.4375rem;left:3.75rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #iuKnDyd6995Pwl7ufhzD72tMRBCgCLcZ { width:13.9375rem;height:11.8984375rem;top:5.6875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddET5hyDyQyMoeJRr4w0NqLrnyoTKp9T { width:8.3125rem;height:14.9375rem;top:20.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFqoQpkzRCuFmcahQVpyEX3f4sLPGn1n { width:4.875rem;height:4.875rem;top:24.9375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVxawCbfhdAKApZ4OUVVJqI9966l6NvE { width:4.25rem;height:4.25rem;top:28.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOib2rf82mrNUoTHTXwqmho7K001OpJV { width:20rem;height:35.4375rem;top:0.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHTqBRvLoR6PNged0aD2VN81yRquOT7W { width:3.3125rem;height:0.625rem;top:2.9375rem;left:-1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugfCPrTizG8tPBcPypkTIbm2OwbEwsFh { width:20rem;height:16.625rem;top:19rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQl3P6k6dOMBsnQFfKOGLOcE3zWCb3ZX { width:1.625rem;height:1.625rem;top:6.875rem;left:18.375rem;z-index:15009;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxwzawrvEHy9Mb5cIIaraK9sZq8y5FIf { width:1.625rem;height:1.625rem;top:6.875rem;left:0rem;z-index:15010;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d84NHWpoDtqrJaAT2sTQmsogwoZmsqIE { background-color:rgba(var(--color-tertiary-0),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;display:block; }#d84NHWpoDtqrJaAT2sTQmsogwoZmsqIE > .row .container { background-color: transparent; background-image: none; }#d84NHWpoDtqrJaAT2sTQmsogwoZmsqIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d84NHWpoDtqrJaAT2sTQmsogwoZmsqIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d84NHWpoDtqrJaAT2sTQmsogwoZmsqIE > .row .container > .video-iframe-container { display: none; }#d84NHWpoDtqrJaAT2sTQmsogwoZmsqIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d84NHWpoDtqrJaAT2sTQmsogwoZmsqIE > .row > .video-iframe-container { display: none; }#d84NHWpoDtqrJaAT2sTQmsogwoZmsqIE > .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); }#d84NHWpoDtqrJaAT2sTQmsogwoZmsqIE > .row .container { border-width: 0; border-radius: 0; }#d84NHWpoDtqrJaAT2sTQmsogwoZmsqIE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d84NHWpoDtqrJaAT2sTQmsogwoZmsqIE > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HsGWsBM5xvyPyNCq20c0vdtmG1z7lotc { width:20rem;height:31.375rem;top:0.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxCWr72xqp16L0yN9GqHahnL1WqAKwpc { width:3.3125rem;height:0.625rem;top:2.9375rem;left:-1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUkDoRsFcoz02rgxQuOG5FKygXmX98Vc { width:20rem;height:16.625rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgSWkiwBoTAIPUVtQic83uDPqzXorgDo { width:11.8125rem;height:1.9125rem;top:2.4375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh8lTzwnNg39zTv2NHqIPuHbCJeVb0qO { width:13.5625rem;height:7.4365rem;top:5.6875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWcK6gPZWfRRZNPa8aKxQNPBe748FKJW { width:10.5rem;height:16.1875rem;top:15.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRSyivMPJTPZzbmRnR0TMsTGIewQrzqn { width:4.875rem;height:4.875rem;top:18.375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2BwiN3cdmWzd61U1pXZ0RD5zlp5kZDV { width:4.875rem;height:4.875rem;top:21.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtIFqJzMluv3ZZ567RULnS2uJ8MxqMKv { width:4.25rem;height:4.25rem;top:26.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpalZmoq4GWRcLl8PnyyoWyLoBJNwnHN { width:1.625rem;height:1.625rem;top:6.875rem;left:18.375rem;z-index:15009;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSyBfSfpxIEcPI7bUOUneOIu5S3h1mel { width:1.625rem;height:1.625rem;top:6.875rem;left:0rem;z-index:15010;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9ARbk2XBDlFTiwm3btyFTLTWQ6bKFnE { display:block; }#g9ARbk2XBDlFTiwm3btyFTLTWQ6bKFnE > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4DR6XPam6TTVkpTqb4aXBibfplT7iGA { width:6.25rem;height:0.375rem;top:0.5625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c7c7c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mBEoa3qkzWFym808D3AdysUAdLM3rdlN { width:6.25rem;height:0.375rem;top:0.5625rem;left:6.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c7c7c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #K5Z7PmNEc1acJdKAwlTvuW5W7pQdMdTJ { width:6.25rem;height:0.375rem;top:0.5625rem;left:13.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c7c7c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PFCakHDxZVWTEXfLTVVgp7zbi2aZXL0N { background-color:rgba(var(--color-tertiary-0),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;display:none; }#PFCakHDxZVWTEXfLTVVgp7zbi2aZXL0N > .row .container { border-width: 0; border-radius: 0; }#PFCakHDxZVWTEXfLTVVgp7zbi2aZXL0N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFCakHDxZVWTEXfLTVVgp7zbi2aZXL0N > .row .container { width:20rem;height:8.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oZ9aHTBhWDvJW8Ra63ITSvC7IqIGOrwq { width:16.375rem;height:3.125rem;top:2.6875076293945rem;left:1.8125rem;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #FT1timIRe2gLkSZ7qTIqAMnCOEz4ahEK { display:block; }
 }@media only screen and (max-width: 763px) { #oxBv5ZQZw0GRGvXQ1mx5HEtH73W7ATel { display:block; }#oxBv5ZQZw0GRGvXQ1mx5HEtH73W7ATel > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLT7zAw7B5Aa8SEWZZ6ABTIVxr9mowxE { width:9.625rem;height:2.11230625rem;top:4.625rem;left:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5sL1affDuRHDmsXHrZHelExB7xgSZFn { width:5.5625rem;height:2.76220625rem;top:4.25rem;left:11.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCJrnqOWz2g0sSiIo9lVpoy1oZ9XLrmT { height:11.2448125rem;width:20rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNTiXruO2N3fBzEpprOXa8CilphLUpkI { display:block; }#WNTiXruO2N3fBzEpprOXa8CilphLUpkI > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfZiUVrXl5KmvxDVB5ChuoHA5KTTcTRI { width:11.125rem;height:2.7625rem;top:3.3125114440918rem;left:4.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwLWglAswTqUV0iwHuTsTvCxC3htgyak { width:17.625rem;height:0;top:9.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DNHJF2JTIvm3qX7nkt2ZnxTuHIe8Bxp4 { width:15.1875rem;height:0;top:14.91250038147rem;left:1.1875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #atgBEIr1TJ7GDZvsnoswVxBVhPFZ0zaa { width:17.625rem;height:7.4365rem;top:6.8125rem;left:1.25rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #uMTE0mhany4ZpTE7Ao5gQCJhUfZN956K { width:15.1875rem;height:2.125rem;top:14.375024795533rem;left:1.25rem;font-size:0.625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #byoE5uCgzP3E6mbBANNVkaNMmWxDWVJz { display:none; }#byoE5uCgzP3E6mbBANNVkaNMmWxDWVJz > .row .container { width:20rem;height:76.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CGQZSzMIeGDnv4MqhuIV3EvtgF66aNhE { width:11.8125rem;height:2.125rem;top:1.25rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRpBb3SOAhVTUU019pKfyMchSFronwxx { width:13.875rem;height:16rem;top:8rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLWlrv8w05i61SX8KOUUmECip5hN8dvE { width:11.8125rem;height:2.125rem;top:4.625rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDgH9NRhnW7ebgEk2odwdoD3F88BBVST { width:20rem;height:11.798839458414rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkB8BwGFMO0GVd1ZpKSERJUhDxmJpw40 { width:20rem;height:8.885077186964rem;top:57.2083125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8Huw97nSPwy7haIpZMZO5xrNbhBeauw { width:11.8125rem;height:2.125rem;top:41.6739375rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIBconrLi9UNnCroLLaquvqzsTQkRk1m { display:block; }#HIBconrLi9UNnCroLLaquvqzsTQkRk1m > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdura9rKP7F4oKr072PUEwZ07ZtWOXPx { width:11.8125rem;height:2.125rem;top:1.625rem;left:4.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WS8Iuppcn2EF96TuF9TIMzHXy8DukVdJ { width:11.125rem;height:12.8125rem;top:5.6875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO4NrbhZHEd0TUQ7nsnUiXQSr8cMRq01 { width:1.625rem;height:1.625rem;top:11.812501907349rem;left:18.375rem;z-index:15010;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMrElJ1aIZdLvqD73Ws82RQqLySVn7u0 { width:1.625rem;height:1.625rem;top:11.812501907349rem;left:0rem;z-index:15011;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcAAdG68Q9DR4t7STycgygdWtfvCDMm7 { display:block; }#pcAAdG68Q9DR4t7STycgygdWtfvCDMm7 > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8zDNz3O6a5vg2TngUiDEZ5DTlh6iZIb { width:1.625rem;height:1.625rem;top:11.8125rem;left:18.375rem;z-index:15010;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxwJAlK99byAGyKRDCbwNIIJyxVpKp9w { width:1.625rem;height:1.625rem;top:11.8125rem;left:0rem;z-index:15011;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS4TWJ5zZCXGgp1rfcTt6AUln5T2FDip { width:11.8125rem;height:2.125rem;top:1.625rem;left:4.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m8rZw12eISr18S7JzzyUshS8Q93H0y5w { width:16.4375rem;height:9.625rem;top:6.8125rem;left:1.9697914123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltclh61NkcqukCekdZ96T6UteQ4NsdX8 { display:block; }#Ltclh61NkcqukCekdZ96T6UteQ4NsdX8 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9MNQU2TvV4DTRw75xtoNPyeQKu4QJea { width:1.625rem;height:1.625rem;top:11.8125rem;left:18.375rem;z-index:15010;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhAgX4yGV43VIIoudMdartSnya0MyfSI { width:1.625rem;height:1.625rem;top:11.8125rem;left:0rem;z-index:15011;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxQm4URv5OBKgO1LTkeNDRTcTRvzSes3 { width:11.8125rem;height:;top:1.625rem;left:4.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T44OcbwbGcSh7wzywRRSkvUIkZm8OwMZ { width:16.8125rem;height:7.375rem;top:7.8125rem;left:1.59375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Sa3xFHhUp5WBza6iFModZ814kPZ2vCne { background-color:#f5f5f5;background-image:none;display:block; }#Sa3xFHhUp5WBza6iFModZ814kPZ2vCne > .row .container { background-color: transparent; background-image: none; }#Sa3xFHhUp5WBza6iFModZ814kPZ2vCne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sa3xFHhUp5WBza6iFModZ814kPZ2vCne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sa3xFHhUp5WBza6iFModZ814kPZ2vCne > .row .container > .video-iframe-container { display: none; }#Sa3xFHhUp5WBza6iFModZ814kPZ2vCne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sa3xFHhUp5WBza6iFModZ814kPZ2vCne > .row > .video-iframe-container { display: none; }#Sa3xFHhUp5WBza6iFModZ814kPZ2vCne > .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); }#Sa3xFHhUp5WBza6iFModZ814kPZ2vCne > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6HV6qS1xhr0xuUwaGpOoJlB0oZMGFTE { width:5.5rem;height:0.375rem;top:1.0625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c7c7c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #abi02UPrPBJophN1QBT29CFk5GarFugT { width:5.375rem;height:0.375rem;top:1.0625rem;left:7.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c7c7c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OwdEPhW75tPePCGl4i28MXp6TplRbxpl { width:5.375rem;height:0.375rem;top:1.0625rem;left:14.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c7c7c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #VLZmHQn3h2y7yD8A8WZkLi4iOl4T1fOQ { display:none; }#VLZmHQn3h2y7yD8A8WZkLi4iOl4T1fOQ > .row .container { width:20rem;height:55.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HH09LXmrQ9dhl0XJ7Bdibtz98m5pbJ5w { width:20rem;height:2.7625rem;top:3.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6xSByKqlJTcrDTsZJ0RyT33Tpsm6bmv { width:16.375rem;height:10.625rem;top:9.4999990463256rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbTdUiCKUBHJL7mULoR4AE1P9wrOvIpq { width:10.5rem;height:2.625rem;top:8.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItcuZ5t8er8Z7vLVkxIAT6Ryg7hk5uqJ { width:4rem;height:4rem;top:8.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuL5VktT06i1tLPSzsQHxTZMRrTb59Q2 { width:4.125rem;height:1.275rem;top:9.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGT1xLQ5qtbl2uR8phdehAir6mm5FmH5 { width:10.5625rem;height:2.6rem;top:13.8125rem;left:3.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHwpVf8H4TASFCytq9qat6a4J6myHWQV { width:2.875rem;height:6.5rem;top:11rem;left:13.6875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9aLgoA42V771PVo9a0N9GrWw040EdKp { width:11.0625rem;height:2.125rem;top:17rem;left:4.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0LaoQnUkrDLXPMxaPWp97DoMwEGSd8U { width:8.75rem;height:2.125rem;top:8.375rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXnP0NLHca3cUvHIxxnHH9L3couR4Iuu { width:16.375rem;height:10.625rem;top:23.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHSiJMyZAXDGPhcBX86NGcyMq6NdDc6N { width:10.5rem;height:2.625rem;top:22.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipT4GV9PCioQTFiHF3h78dNlM0t34iaa { width:8.75rem;height:2.125rem;top:22.5rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHetTDlKxZrhVrrC4w1GgGZhPIRtIHtI { width:16.375rem;height:10.625rem;top:37.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hekVDElgvZgzE7bFZcVnkHyocUHBA29u { width:10.5rem;height:2.625rem;top:36.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdAGIlodktzIup2v6tq5TwQxMlGyy1AT { width:8.75rem;height:2.125rem;top:36.625rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAdP6zwbXRZR8iOTg2peGePIMlWFnKrk { width:6rem;height:2.6rem;top:28.1875rem;left:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtsGFx2nwgCOJ942m76im6nlG5Xxfgck { width:5.8125rem;height:6.5rem;top:25.3125rem;left:9.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWTTTWErwTvVnyL54vdEO2LCWCkXA8Ir { width:6rem;height:2.6rem;top:42.5rem;left:3.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuN3h6BTVNRu5XeKd42WF8oFSkTTy8Lt { width:8.5rem;height:6.5rem;top:39.5625rem;left:8.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLNTIeP3lzBJmdVTeTvSiceBe14Ss950 { width:11.0625rem;height:2.125rem;top:31.3125rem;left:4.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPd7IlnA775IlXuWLKDwrJSvg0X9l9SW { width:11.0625rem;height:2.125rem;top:45.550000190735rem;left:4.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw63MQbDtGEO2F7gVeimoB91uDbNU9PL { width:16.375rem;height:3.125rem;top:50.4375rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvJ86uwOEZ31xs7noAouQX4OTOoRaDHt { display:block; }
 }@media only screen and (max-width: 763px) { #Zy1SHaiuKvlZThOMHGp28d1vX9TRULfh { background-color:rgba(var(--color-tertiary-0),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;display:none; }#Zy1SHaiuKvlZThOMHGp28d1vX9TRULfh > .row .container { border-width: 0; border-radius: 0; }#Zy1SHaiuKvlZThOMHGp28d1vX9TRULfh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zy1SHaiuKvlZThOMHGp28d1vX9TRULfh > .row .container { width:20rem;height:57.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TMWvtsieGMnEnafI98TecIKBNTCMq8HV { width:20rem;height:2.7625rem;top:3.6250019073486rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmiNXgBtADTTDArqW7FS1yE7sIOTDT50 { width:16.375rem;height:10.625rem;top:9.4999990463256rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZWgGhBKzVTbRKIBZkONAmsJdgFlJBZO { width:10.5rem;height:2.625rem;top:8.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBpvvLQf3C6ineuZaGsoe37DAmFEOG15 { width:4rem;height:4.0625rem;top:37.731248855591rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXkdPG8SQMSGociDoQX9pf2WJcEtI7pX { width:3.0625rem;height:1.275rem;top:38.25rem;left:0.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb9sy2VZZW9u5I5JWxOtTw2914h4poHp { width:10.5625rem;height:2.6rem;top:13.8125rem;left:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeaT5TVyelk3skVrw0m96zS4ndwmf1G9 { width:5.3125rem;height:6.5rem;top:11.5625rem;left:10.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWEH4mSLftiwbGJnw3vtBDI54mFtyD2B { width:8.75rem;height:2.125rem;top:8.375rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae4gdvZwCIB7aSd2kiQJ9TZpAeTAR33E { width:16.375rem;height:10.625rem;top:23.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv490rGdlhmKckvQZnTfnEkQuiyksQmK { width:10.5rem;height:2.625rem;top:22.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1DcsOXUWaGSmmfDBmgMTpZitlCoRLke { width:8.75rem;height:2.125rem;top:22.5rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEmSKasMdErPsMto7Cs4K66XAGnFR36t { width:16.375rem;height:10.625rem;top:37.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPqhgs3kq8T4Xab9ALMzWXFSqKLIdorv { width:10.5rem;height:2.625rem;top:36.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWXAJnA6nuIXxsUEpctL1K8BcRzz4fup { width:8.75rem;height:2.125rem;top:36.625rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrPgfyIWLq1ctxV1cGMtLS9RqmNHQMq0 { width:6rem;height:2.6rem;top:28.1875rem;left:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sas5DyrQlD5QwyXE1n9LEVm8ZSw1udtO { width:5.8125rem;height:6.5rem;top:25.3125rem;left:9.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLp1TvixVEIt3sFD1sPWbUG6B2LATP7T { width:10.125rem;height:2.6rem;top:41.937503814698rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgb25mTkHZSb5iLWUMhcGL6SsM8eGffX { width:6.0625rem;height:6.5rem;top:39.249998092651rem;left:12.0625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRLfCsVlbMXvW5f7cVCnLiRPqt5qMvGG { width:11.0625rem;height:2.125rem;top:31.3125rem;left:4.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7AGuRrrUhWrfSZDVDTFGhMoQRDH2pvu { width:16.375rem;height:3.125rem;top:50.4375rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buPwVsrO3xcx5KT2RO5nQTgIznosRTfU { display:block; }
 }@media only screen and (max-width: 763px) { #Ks9Ibr8JnF7HynpG9AxMSnfOrff5yU6U { width:2.1875rem;height:2.65625rem;top:38.8125rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zna5HQ6N5lR1BGBBmzso3iATwo4JDzbA { width:1.75rem;height:1.80625rem;top:39.41250038147rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm5yx41anRSvlsxcHVeADiUqvBP7qgCN { width:16.375rem;height:2.5rem;top:45.237498283386rem;left:1.8125rem;font-size:1.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CXydDFOHGHLxaqCk741antXyFuRMHxkn { display:block; }
 }@media only screen and (max-width: 763px) { #fBWw8nW1H3m1WX1TqTX4H3JgCl5FFXJ8 { background-color:rgba(var(--color-tertiary-0),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;display:block; }#fBWw8nW1H3m1WX1TqTX4H3JgCl5FFXJ8 > .row .container { background-color: transparent; background-image: none; }#fBWw8nW1H3m1WX1TqTX4H3JgCl5FFXJ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBWw8nW1H3m1WX1TqTX4H3JgCl5FFXJ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBWw8nW1H3m1WX1TqTX4H3JgCl5FFXJ8 > .row .container > .video-iframe-container { display: none; }#fBWw8nW1H3m1WX1TqTX4H3JgCl5FFXJ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBWw8nW1H3m1WX1TqTX4H3JgCl5FFXJ8 > .row > .video-iframe-container { display: none; }#fBWw8nW1H3m1WX1TqTX4H3JgCl5FFXJ8 > .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); }#fBWw8nW1H3m1WX1TqTX4H3JgCl5FFXJ8 > .row .container { border-width: 0; border-radius: 0; }#fBWw8nW1H3m1WX1TqTX4H3JgCl5FFXJ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fBWw8nW1H3m1WX1TqTX4H3JgCl5FFXJ8 > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sECJTNSxW2otOdMC4mE1FMGQ4Tmap4Np { width:20rem;height:2.7625rem;top:3.6250019073486rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWRvp434MFpaHiUzGy7wefv0NZyieRPO { width:16.375rem;height:10.625rem;top:9.4999990463256rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7ugXHTN0h9ilSnS3THvIzRFqpDFI4bi { width:10.5rem;height:2.625rem;top:8.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmyhu49SKeXT4M3OXpCWnoUyfLi17zaQ { width:4rem;height:4rem;top:8.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJsTt9f3cTLpNpSl2uGbleKCsEOIH3AO { width:4.125rem;height:1.275rem;top:9.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9vVkPrB2ft6XAZ9fPNCNrkzHWxTAm2H { width:10.5625rem;height:2.5996125rem;top:13.8125rem;left:3.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #azJOtI6zTSENyqELHS9BzSTuTuNb4dtr { width:2.875rem;height:6.5rem;top:11rem;left:13.6875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTHd3W2zEeHeSk3wxxaHP8TzwNZ2swCi { width:11.0625rem;height:2.125rem;top:17rem;left:4.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJrKNdfwlSqIw7UsAAmTNQWdli6ATeQt { width:8.75rem;height:2.125rem;top:8.375rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu10cUad9wDLwk0d7CAPdITiX96iZ9f4 { width:16.375rem;height:10.625rem;top:23.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btzd6xwb9EFMbEAUEZz5EE1rqh3bsETU { width:10.5rem;height:2.625rem;top:22.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IquJPUTJs6lrJx58rF5VUk7aB99qXEfU { width:8.75rem;height:2.125rem;top:22.5rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkFHM2WH0oxlryUA0OiCxiUpD1N0kV1K { width:16.375rem;height:10.625rem;top:37.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrGaRZtSHwwrFWKMqGdeugdAIKZ8sLpC { width:10.5rem;height:2.625rem;top:36.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #okD3IGEv7oEKLx4xKhRSiA9bDoz6WN2Q { width:8.75rem;height:2.125rem;top:36.625rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4mOkpuN0ff74Gz1IR7SCNt45SnD9ENr { width:6rem;height:2.6rem;top:28.1875rem;left:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QueN7ZqS6eavNuJAk4ZqvTIKSuB1KTcI { width:5.8125rem;height:6.5rem;top:25.3125rem;left:9.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHzNvzdpwihw2go3eqs1BD58JVmXUyff { width:6rem;height:2.6rem;top:42.5rem;left:3.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnWDlihHgTZwVfS7KqdH5W1HZBWE84gI { width:8.5rem;height:6.5rem;top:39.5625rem;left:8.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmcR0g6RI7n9mn75n3nJE8qTrGQltcTG { width:11.0625rem;height:2.125rem;top:31.3125rem;left:4.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqtOzcIiwfNPigyGS1WcZgEseTgbLiZf { width:11.0625rem;height:2.125rem;top:45.550000190735rem;left:4.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPgallJATxv6qzN2UNqHvdRFCpHV9QbF { top:38.5rem;left:3.125rem;width:13.75rem;height:9.125rem;z-index:15019;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bJJGglsmnmuCTnT3K1UCEzc3QDIWtybn { display:block; }
 }@media only screen and (max-width: 763px) { #KgbDtNMhILK0mliqblhoTXwIypxI0A0m { top:24.375rem;left:3.125rem;width:13.75rem;height:9.125rem;z-index:15020;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #n77nL03VHVBh5JdVF0eRz3TD8MLg0Juf { display:block; }
 }@media only screen and (max-width: 763px) { #mTT7TA2rFlnlbDF493JyESKoulTBGkQe { top:10.2490234375rem;left:3.125rem;width:13.75rem;height:9.125rem;z-index:15021;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VVe9a8SzfiGVpGUhtn3bNG3BdRQwptFu { display:block; }
 }@media only screen and (max-width: 763px) { #g8Ct7GvSy95n54MDEucAKqvX3uBkEQkp { background-color:rgba(var(--color-tertiary-0),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;display:none; }#g8Ct7GvSy95n54MDEucAKqvX3uBkEQkp > .row .container { border-width: 0; border-radius: 0; }#g8Ct7GvSy95n54MDEucAKqvX3uBkEQkp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8Ct7GvSy95n54MDEucAKqvX3uBkEQkp > .row .container { width:20rem;height:52.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BCAX7mTSJtlPedyUa4uSSwkzwKaOzO63 { width:20rem;height:2.7625rem;top:3.6250019073486rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbPb5MBIDEZXTaQh1y8EQ7up74ZsHv8Z { width:16.375rem;height:10.625rem;top:24.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKm005xBZnLfwSfNIGWlWwpE2oXLih5c { width:10.5rem;height:2.625rem;top:23.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA6CfklZaC6JioQi5r0PeDHzO14vHTst { width:4rem;height:4.0625rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmeuz5PJtcd12IDZxMNuBgaupSsRCtNh { width:3.0625rem;height:1.2749rem;top:10.1875rem;left:0.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgaXtfHrze2PCFbWUkVAfQ04XnkgIw3U { width:10.5625rem;height:2.5996125rem;top:29.25rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQOCyrm4VJPac9BnWnctozBGHd2yLhqG { width:5.3125rem;height:6.5rem;top:26.5rem;left:10.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn9xXPGNx8H2THLpAOLEsaJHuTtmMV63 { width:8.75rem;height:2.125rem;top:23.3125rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuOysoJiws2SeTTAuQBb30dkozGvGxV3 { width:16.375rem;height:10.625rem;top:38.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIi4Fqcg9Pv1kQznV1yVShRQUkCWrgbs { width:10.5rem;height:2.625rem;top:37.5rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q40RsIxsBQz0623uTbKQsFhw2nWErTMI { width:8.75rem;height:2.125rem;top:37.75rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuHgq3BypIn8BHGO9DrhlZ8m97cvdnC4 { width:16.375rem;height:10.625rem;top:9.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT76RK8AXISIn9fnzSGxtTMA6E6CxO9E { width:10.5rem;height:2.625rem;top:8.3125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXwmViNdVFUfIsZ2KqA0hLk1XmZcntIW { width:8.75rem;height:2.125rem;top:8.5625rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P49KQGmlNlV1iVygVDcEATsoNDGAXJLL { width:6rem;height:2.5996125rem;top:43.4375rem;left:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kax8mO8nRQ47J71yl0OHQbIHqgfVcG9F { width:5.8125rem;height:6.5rem;top:40.5625rem;left:9.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeTAonT7i9lIWKSNzEfgW0HoO8S9M3Ut { width:10.125rem;height:;top:13.875rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2kpmXaburEThMIrpCTwMTVlSAWnf1sV { width:6.0625rem;height:6.5rem;top:11.1875rem;left:12.0625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0OOZmDa3EJZ0lOU0nZ6ccO6TZF0qux0 { width:11.0625rem;height:2.125rem;top:46.5625rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruGs1KNizIl32wgo1Vp3WFlvtxiDz9lF { width:2.1875rem;height:2.65625rem;top:10.75rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8wVWagqXCL1PTuOa2v3yWpxm5RIdNSs { width:1.75rem;height:1.80615rem;top:11.375rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAh66gM1JT5K7tGVrxM02kVOaUXEcsXS { width:16.375rem;height:2.5rem;top:17.1875rem;left:1.8125rem;font-size:1.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ndTteqReboHOWnBZzX6Vog3tLDwgIAWn { display:block; }
 }@media only screen and (max-width: 763px) { #rSGV4UFcwk9rIzg5oWkM7xitiWdbp40C { top:10.4375rem;left:3.125rem;width:13.75rem;height:9.125rem;z-index:15021;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Z67aKFtlb2XRluTbawztzZcMTyQVbsIe { display:block; }
 }@media only screen and (max-width: 763px) { #TgEkTOAveMuMbi4JK3q7KqJGpfdmyTdK { top:25.1875rem;left:3.125rem;width:13.75rem;height:9.125rem;z-index:15022;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QzCROZWvs8lkkAXzAqiCFik82FtupTTU { display:block; }
 }@media only screen and (max-width: 763px) { #kqscup3RrNmqZ9dxMODuGLNroW3kZTpe { top:39.625rem;left:3.125rem;width:13.75rem;height:9.125rem;z-index:15023;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AIdI4LAx2DedMeRrMGCDzGIxy8DeNSbf { display:block; }
 }@media only screen and (max-width: 763px) { #yJK3QAFHmlvfwBR7bkHcSpkFuiXdSGcO { display:block; }#yJK3QAFHmlvfwBR7bkHcSpkFuiXdSGcO > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s73E1lzR6vhWvF0Vp5gEnwIXPrK6U9Tw { width:19.625rem;height:43.9375rem;top:1.25rem;left:0.125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #qUHEgGJaWOgJDU8ItPdZMLo7IuPAQdwP { width:20rem;height:2.7625rem;top:4.15625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaO9UGFg4uyQpWIC007S2QGgEgFRHGR1 { width:17.75rem;height:2.975rem;top:7.4124994277956rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QLP0ryTfIlWqRy76W80X90tcFpuTk3xT { width:18.3125rem;height:4.4619125rem;top:14.28125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIgUPXMJV86RswWazmB8kuT3MMwBxdHC { width:17.5rem;height:0.125rem;top:13.581253051757rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMCTsGewfPGigv0kJScGyAaXkfqE96oE { width:9.6875rem;height:2.125rem;top:11.212501525879rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWUbFa66mHrmnTbvBAAzCHoval9Mwk1q { width:14.6875rem;height:2.125rem;top:20.325001716614rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgMykav9wsJX56t9oXsdGPnyypBus8na { width:17.5rem;height:0.125rem;top:22.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL0nv0cp5S1uFu6wdk4v8pzWsbGzTEJi { width:20rem;height:0;top:42.156247138977rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBLbNqEKx5WmuHiO5aBKvhhetnVw88th { width:17.5rem;height:0.125rem;top:33.412497520447rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDTnWlKo5bNbQSmTla0pyT0Z2rhyhyv9 { width:17.8125rem;height:5.94921875rem;top:34.28125rem;left:1.1312503814698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTXtVpXM9PD9NSp3XzkDlKRRasNp9vBc { width:14.6875rem;height:2.125rem;top:31.137491226196rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuOQUl0nyJIpSixIhf0oifnF5XZ0IqWC { width:16.375rem;height:2.925rem;top:40.3125rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzclgpgTtFBcNcrG48JZ1FxxCC03mxOq { display:block; }
 }@media only screen and (max-width: 763px) { #AT6rlRA6dN0PsbTXgR6dpAxI9vhl6F49 { width:17.875rem;height:;top:23.343761444092rem;left:1.125rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #iKOXIXSP0EQM5UuPByKm2avDPywWBdFH { display:block; }#iKOXIXSP0EQM5UuPByKm2avDPywWBdFH > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMcwHaDKQ1VHeRFZ5f7GqX4Ase94PV8M { width:10.9375rem;height:2.1125rem;top:1.625rem;left:4.53125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 .accordion-desc-text { font-size:0.875rem;height:auto;font-family:notosansjp; }
#W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 { display:flex;height:auto;width:17.5rem;top:4.4875001907349rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #ODtc0R65KTTFCTW0wD5JIGBOHA0VJxfd {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #asyVfZWOGiXJeWChOhqP5NFnHKisqRuX {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #MR4mcIGVTW5my2vU0xZh8EXoiOdoBZcI {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #Km3PazJLoGTCc74rgFCaP24Nm9yT1U9s {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #ebCTEMa4HLiKs74eThJDNrTW1SI3c6oQ {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #PFy4hkcmvEfpszGR4TVyX1NKyaqrllgV {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #HTI9zxDZP7MaLTcW606goSu4PolGfQSt {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #erfTrbXyeRr0QipKRc5fNatciJMSis5V {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #VLy5DeNOysdF9WQgaIcXoeOuEXMS3y2d {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #KzaXFyDMRsrthexQZZoDEzx1ePya7CET {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #y0n414oPTaZ1V2NWASvJy2uu8KkfbB2C {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #pr7VXp3F43tT33IC4o23RdNfFmyxobJE {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #OrMMzIhzQAhzpydJCcwKsF6c0GhfzTET {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #P4TTh9M5UU91OtoUT2boAUgnPAtxUcST {  }
 }@media only screen and (max-width: 763px) { #W8aBDZtOF0271dJBGiUiHn3bz8aDDNH1 #mHpI9RCPdQLJoqGcaEHi7LTRiq1qE3gc {  }
 }@media only screen and (max-width: 763px) { #p14yZ1Ce2DmAEvfW2nA1BVVT0oosT32T { display:none; }#p14yZ1Ce2DmAEvfW2nA1BVVT0oosT32T > .row .container { width:20rem;height:8.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JaA89v1D5HwtLyoR4kPnm0xDDCapowOf { width:16.375rem;height:3.125rem;top:0.6875rem;left:1.8125rem;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #HfiCoBI7GTz7R5UlKJ2ODP6B08vro53i { display:block; }
 }@media only screen and (max-width: 763px) { #UmP0Mg94fbbMAs3LXgVVt5D4Ga0MLoOb { position:relative;z-index:auto;display:block; }#UmP0Mg94fbbMAs3LXgVVt5D4Ga0MLoOb > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUubd6RlbJ6WRcd3Jug5OqFXNrTvJ8ii { width:2.5rem;height:2.5rem;top:27.220052719116rem;left:1.3333333134651rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEtFvCop4fgaPmvFIThAHKoTSAOFWBNF { width:2.5rem;height:2.5rem;top:27.220052719116rem;left:4.2174480557442rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdTkf2OGCKbAbFqu2Rydv9G0FphC05ec { width:2.5rem;height:2.5rem;top:27.220052719116rem;left:7.3632815480231rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mok2xJqVf0Z2beo2gTTUgPz9cX3RJNnQ { width:12.5rem;height:1.1375rem;top:25.138031005859rem;left:1.3333333134651rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dMMOeHrGDBmO4y844pyK94ulcqSJMxxA { width:17.75rem;height:2.2744125rem;top:49.125rem;left:1.3328126072884rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cc7org51Gr6aDfWhskXIWhACefFnanLB { width:4.9375rem;height:1.1375rem;top:31.802083969116rem;left:1.3333333134651rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C8Bra4TEr8qEPdTW389ATAtTKexWudNN { width:5.3125rem;height:1.1375rem;top:33.921876907349rem;left:1.3333333134651rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IkI0zEs18kiIO6z0dHEJKqMGgqLAsNyQ { width:4rem;height:1.1375rem;top:36.082814216614rem;left:1.3328126072884rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pzLZgZ7axCKai0taf3FJiEAlhzcTlTqt { width:2.5rem;height:1.1375rem;top:38.020313262939rem;left:1.3328126072884rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IAMm5hIOmRe2NG8hmGExiy5FMprqWCPs { width:7.125rem;height:1.1375rem;top:40.0625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dwbAf2KaeL1i67OTxrWuLTxfhTLbAXw6 { width:4.6875rem;height:1.1375rem;top:42.0625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yFK2OTS62zk8AV4UV58oov9vWNGMIUqz { width:10.6875rem;height:1.1375rem;top:44.0625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F8qOwHThIB3PaRmQouwcyB8RU766gpzs { width:4.875rem;height:1.1375rem;top:46.125rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AMOF4oS0BZQsdl4yGTvm2iGVWQvWdbwG { width:20rem;height:1.3rem;top:2.4566040039062rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOb9Mxy6oGb0DDqSQIz6akTcRpaePOTR { width:9.625rem;height:3.625rem;top:19.859376907349rem;left:5.1562502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3Cn1LaIkluzOPeTREfUO1EiEKw94amv { width:8.5rem;height:2.75rem;top:16.234375rem;left:5.7500002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3463WFKxgUnHq1ZApUFlv2JEL5QSkJM { width:12.5rem;height:9.375rem;top:5.14453125rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlEDDI7XktX0Il5KH31DLadM2Sz53Lw8 { width:2.5rem;height:2.5rem;top:27.220052719116rem;left:13.645833313465rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmJUScHU2buM5wWKr9dCzGbRWUPblUqD { width:2.5rem;height:2.5rem;top:27.220052719116rem;left:10.614583313465rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBoGmoNJQ216WZBrhA2eRNGi3u8XN1Az { width:2.5rem;height:2.5rem;top:27.220052719116rem;left:16.250001251698rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivGdfy8qq7w9Et1V1os8RxRMr0WWshPH { position:relative;z-index:auto;display:none; }#ivGdfy8qq7w9Et1V1os8RxRMr0WWshPH > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S4BOcpRvq5N3VQz9n1QOA3ZEIyZtwSAQ { width:20rem;height:auto;top:1rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xn8k4WLrPHP0kKa4B7Uk4cLO9H9P26He { width:19rem;height:4.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHILvRtebeth2N6JIAHlKIFX7FmeCTKc { display:block; }
 }@media only screen and (max-width: 763px) { #ylBOk43X0AuRQN5Gn5CDAHgQhDPfrPEu { position:relative;z-index:auto;display:none; }#ylBOk43X0AuRQN5Gn5CDAHgQhDPfrPEu > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sfsDU1w6U8KKIQLU4eqyBJbeeZIlN5Fx { width:20rem;height:auto;top:1rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCpnMrlvdodeKSLO4oMSaCETMZGhQsqg { width:19rem;height:4.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kL2gibJum5kOZ0XfSQ8nnVb68JJgOLKE { display:block; }
 }@media only screen and (max-width: 763px) { #JVIy9qXGITr12ZDCdiz1BWcgqMDT33zH { background-color:#00b359;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;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#JVIy9qXGITr12ZDCdiz1BWcgqMDT33zH > .row .container { background-color: transparent; background-image: none; }#JVIy9qXGITr12ZDCdiz1BWcgqMDT33zH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVIy9qXGITr12ZDCdiz1BWcgqMDT33zH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVIy9qXGITr12ZDCdiz1BWcgqMDT33zH > .row .container > .video-iframe-container { display: none; }#JVIy9qXGITr12ZDCdiz1BWcgqMDT33zH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVIy9qXGITr12ZDCdiz1BWcgqMDT33zH > .row > .video-iframe-container { display: none; }#JVIy9qXGITr12ZDCdiz1BWcgqMDT33zH > .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); }#JVIy9qXGITr12ZDCdiz1BWcgqMDT33zH > .row .container { border-width: 0; border-radius: 0; }#JVIy9qXGITr12ZDCdiz1BWcgqMDT33zH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVIy9qXGITr12ZDCdiz1BWcgqMDT33zH > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1aNqOfhq1tkzXam81XFHVWCFHJVIwaW { width:20rem;height:3.125rem;top:0rem;left:0rem;font-size:1.125rem;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#00b359;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZmMRMWbQ3tu5gCmSmSWT19zUzW8kgdTO { display:block; }
 }