.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(268deg, #ddc8c0, #ffffff);background-image: -moz-linear-gradient(268deg, #ddc8c0, #ffffff);background-image: -ms-linear-gradient(268deg, #ddc8c0, #ffffff);background-image: -o-linear-gradient(268deg, #ddc8c0, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddc8c0', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddc8c0', endColorstr='#ffffff' );";background-image: linear-gradient(268deg, #ddc8c0, #ffffff);background-size:contain !important;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm { position:relative;display:block; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm { background-color: transparent; background-image: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container > .video-iframe-container { display: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row > .video-iframe-container { display: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .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); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm { border-width: 0; border-radius: 0; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(268deg, #ddc8c0, #ffffff);background-image: -moz-linear-gradient(268deg, #ddc8c0, #ffffff);background-image: -ms-linear-gradient(268deg, #ddc8c0, #ffffff);background-image: -o-linear-gradient(268deg, #ddc8c0, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddc8c0', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddc8c0', endColorstr='#ffffff' );";background-image: linear-gradient(268deg, #ddc8c0, #ffffff);background-size:auto !important;font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#gTU7vbPT5NaFP8ZfDwu0XDrLTHRbAtDP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:18.625rem;top:0.375rem;left:1.625rem;overflow:hidden;display:block; }
#ETKGTvi2vJa36H8vJ8yB1poBg5gylzaT { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:3.875rem;left:2rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J9XgTALK017C1ruZzoUDiCk14nvLNUKq { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.46875rem;left:45.029296875rem;display:block; }
#Eilshkg5RERxXEa3h0090pTGZT3QP69W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ { position:relative;display:block; }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ { background-color: transparent; background-image: none; }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ > .row .container > .video-iframe-container { display: none; }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ > .row > .video-iframe-container { display: none; }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ > .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); }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ { border-width: 0; border-radius: 0; }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vAuEffLEXNyWDFDRISyVEQ7y6gkrbZdQ { box-sizing:content-box;height:22.0625rem;width:27.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0.1875rem;left:31.9375rem;border-top:0.0625rem solid #db7186;border-left:0.0625rem solid #db7186;border-right:0.0625rem solid #db7186;border-bottom:0.0625rem solid #db7186;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
#MKecXpJ9BfrhLp1n3ANBstTp5NVvSC1v { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.375rem;left:32.8125rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#FGyNiZclMQritLh4vWeS0BTkPoVPaTB7 { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:3.5rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oGuXPuGgzTLNzTrric1qw5yRpGA5ntV1 { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:4.3125rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uv2ZQNUiGmPN1VbLaXIMTJWbyq24cVcl { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:6.5rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ugWR1MzL5XQlebq25Q3dJbe2o5mR1g6a { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:7.5rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Z2nMWLL8OtlewKZTFiA7oFg9vEeGTPya { color:#000000;display:block;width:9.25rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:9.6875rem;left:32.875rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TQIv8TZH00avdqOGVrwC1RNnA5CUnVAW { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:10.625rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Q3Q2MAm5BgFSlcrJiuc8FpMuDT3vp3hN { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:12.8125rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#o6tHdIosX8wW9xCaGEf6gb0liUe03EEB { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:13.625rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fM8Sswmv1D4bsg1uiIFRUIOKOJk7Vx4V { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:15.91796875rem;left:32.8125rem;height:2.47265625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Tnvv9fVs405BVxWUhpV4wKuiEx5GdAew { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:20.593216896057rem;left:33.84375rem; }
#HeTgP6tH0zGa4CQky1krCBlUyLCvQTfv { 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:15050;opacity:1;top:18.390625rem;left:36.40625rem;display:none; }
#JBuFWteRpFT7dJuMHgskUv3oqUuSw9EG { box-sizing:content-box;height:25.3125rem;width:28.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0.81196689605713rem;left:30.686790466309rem;border-top:0.0625rem solid #a8c9c8;border-left:0.0625rem solid #a8c9c8;border-right:0.0625rem solid #a8c9c8;border-bottom:0.0625rem solid #a8c9c8;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#fh1XVmq6MDaENmHIs40HBG1ABRb3usWv { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.8748226165771rem;left:31.562149047851rem;height:1.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KDP7n3EJcm2IMfT7RKlOkOmrp5bCvt9H { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:4.9992895126342rem;left:31.562149047851rem;height:0.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bFCzOMlG4rxRFFAkKPD48FBbQNFiyLHz { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:5.8125rem;left:31.562149047851rem;height:0.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uy8U23g5nxlUfTD7LJnLz99e7Qa0nI4a { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:8rem;left:31.562149047851rem;height:0.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lcAT4XKHrsqsSoBWBVU2mhobEU31pb1C { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:8.99964427948rem;left:31.562149047851rem;height:0.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PPhaNUZmU2AkZXD8o1mTddXoFB1KkpnO { color:#000000;display:block;width:9.25rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:11.18714427948rem;left:31.624290466309rem;height:0.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LsKkLP9RUPm9SgOH2Wgux2B6AluwNwHO { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:12.12464427948rem;left:31.562149047851rem;height:0.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bn90lLWV553TEBHC0HT78VEeLTWl9KGr { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:14.31214427948rem;left:31.562149047851rem;height:0.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UUpE5rszyJKcNM7FGyOODvWc1E4weTWi { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:15.124466896057rem;left:31.562149047851rem;height:0.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#saWy6wyRqoSLMslf935qcM6m9Qagrd00 { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:17.311966896057rem;left:31.562149047851rem;height:2.475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oMRsfsO8X7OXGTy5lw0RoCvvAJihx5fD { position:absolute;display:block;z-index:15053;height:21.75rem;width:14.625rem;top:2rem;left:43.5rem;display:block; }
#QpuXywpxT0sKORfgHnhLKGoUXlT8pzxd { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:1.1851921081543rem;left:1.4992904663086rem;height:3.7125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zk6sfTvNlUKJpeItK2GSTofquDsuoOB2 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93696875rem;width:18.75rem;top:5.8125rem;left:6.0625rem;overflow:hidden;display:block; }
#W7wcM0PN6ilzsNl8wwbyHzULvULJO4vU { z-index:15003;top:12.874466896057rem;left:4.4992885589599rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4dfd00, #19ab02);background-image: -moz-linear-gradient(180deg, #4dfd00, #19ab02);background-image: -ms-linear-gradient(180deg, #4dfd00, #19ab02);background-image: -o-linear-gradient(180deg, #4dfd00, #19ab02);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dfd00', endColorstr='#19ab02' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dfd00', endColorstr='#19ab02' );";background-image: linear-gradient(180deg, #4dfd00, #19ab02);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(1,1,1,0.89);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZqbXnNKGzIKQH6xVGS1efPA0D3sSzEwV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XFdDZ6F3iaMUnOx6K40V9DBBRcErvtob { color:#000000;display:block;width:27.87375rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:24.996804237366rem;left:1.5278759002686rem;height:8.7375rem;font-style:normal;display:block; }#XFdDZ6F3iaMUnOx6K40V9DBBRcErvtob li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XFdDZ6F3iaMUnOx6K40V9DBBRcErvtob li:before{  }
#BWySRsT2Xl1nfHOyd5uUUVmgZX50G7pV { color:#000000;display:block;width:21.4364375rem;position:absolute;font-family:"josefin sans";font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:21.655539512634rem;left:4.7478675842285rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W1iowttTtgLdv5gOHSrSSnA8SVw6ycXD { 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:15050;opacity:1;top:18.390625rem;left:36.40625rem;display:none; }
#yHOOKE8sBNHqbMIW2172UBvx8DBJ0oiR { 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:15054;opacity:1;top:18.274857521057rem;left:13.90358543396rem; }
#xL3rVMf4wZbrEnH0sx0t8pK4ReQdQulg { color:#000000;display:block;width:27.9368125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:10.98011302948rem;left:1.4968032836914rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7 { position:relative;display:block; }#TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7 { background-color: transparent; background-image: none; }#TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7 > .row .container > .video-iframe-container { display: none; }#TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7 > .row > .video-iframe-container { display: none; }#TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7 > .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); }#TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7 { border-width: 0; border-radius: 0; }#TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(268deg, #ddc8c0, #ffffff);background-image: -moz-linear-gradient(268deg, #ddc8c0, #ffffff);background-image: -ms-linear-gradient(268deg, #ddc8c0, #ffffff);background-image: -o-linear-gradient(268deg, #ddc8c0, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddc8c0', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddc8c0', endColorstr='#ffffff' );";background-image: linear-gradient(268deg, #ddc8c0, #ffffff);background-size:auto !important;font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#IiOCJUD1FL2Tm91DcJpBUhk3XBTTsPaw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:18.625rem;top:0.375rem;left:1.625rem;overflow:hidden;display:block; }
#FhIUkahVitCQEnTorRsW28FV2EMuJLvZ { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:3.875rem;left:2rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#diL0pwVBPkwD1pe5QDsTTpSNhuNPallm { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.46875rem;left:45.029296875rem;display:block; }
#tQTFWBQ41SaHOHJLJCLheF2nmsN7lh5x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM { position:relative;display:none; }#z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM { border-width: 0; border-radius: 0; }#z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(268deg, #f69c9e, #ffffff);background-image: -moz-linear-gradient(268deg, #f69c9e, #ffffff);background-image: -ms-linear-gradient(268deg, #f69c9e, #ffffff);background-image: -o-linear-gradient(268deg, #f69c9e, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69c9e', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69c9e', endColorstr='#ffffff' );";background-image: linear-gradient(268deg, #f69c9e, #ffffff);background-size:auto !important;font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#JKHUASc1lPCv2RHJwITTAITlaCZiRyUR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:6.625rem;top:0.1875rem;left:2rem;overflow:hidden;display:block; }
#kTMO8L21MyL7Td0Z1aLCdoR1R4yGCdXt { color:#000000;display:block;width:12rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:2.0625rem;left:9.75rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HnKfpk8ZXQi1LmltzEoI34wfowosEWQC { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.46875rem;left:45.029296875rem;display:block; }
#qVvZGTxFOvTs9a16acTXR0h0okDOkEdV { 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) { #P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm { display:block; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTU7vbPT5NaFP8ZfDwu0XDrLTHRbAtDP { top:0.375rem;left:0rem;width:18.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETKGTvi2vJa36H8vJ8yB1poBg5gylzaT { width:18.9375rem;height:4.125rem;top:3.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9XgTALK017C1ruZzoUDiCk14nvLNUKq { width:12.625rem;height:2.8125rem;top:2.4375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eilshkg5RERxXEa3h0090pTGZT3QP69W { display:block; }
 }@media only screen and (max-width: 763px) { #o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ { display:block; }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAuEffLEXNyWDFDRISyVEQ7y6gkrbZdQ { top:0.1875rem;left:20.125rem;width:27.5rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKecXpJ9BfrhLp1n3ANBstTp5NVvSC1v { width:18.25rem;height:1.625rem;top:23.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGyNiZclMQritLh4vWeS0BTkPoVPaTB7 { width:12.75rem;height:0.8125rem;top:3.5rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGuXPuGgzTLNzTrric1qw5yRpGA5ntV1 { width:10.3125rem;height:0.8125rem;top:4.3125rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv2ZQNUiGmPN1VbLaXIMTJWbyq24cVcl { width:6.5rem;height:0.8125rem;top:6.5rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugWR1MzL5XQlebq25Q3dJbe2o5mR1g6a { width:10.4375rem;height:0.8125rem;top:7.5rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2nMWLL8OtlewKZTFiA7oFg9vEeGTPya { width:9.25rem;height:0.8125rem;top:9.6875rem;left:26.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQIv8TZH00avdqOGVrwC1RNnA5CUnVAW { width:9.8125rem;height:0.8125rem;top:10.625rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3Q2MAm5BgFSlcrJiuc8FpMuDT3vp3hN { width:9.625rem;height:0.8125rem;top:12.8125rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6tHdIosX8wW9xCaGEf6gb0liUe03EEB { width:10.25rem;height:0.8125rem;top:13.625rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM8Sswmv1D4bsg1uiIFRUIOKOJk7Vx4V { width:12.875rem;height:2.4375rem;top:15.875rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnvv9fVs405BVxWUhpV4wKuiEx5GdAew { top:20.5625rem;left:27.71875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeTgP6tH0zGa4CQky1krCBlUyLCvQTfv { top:18.375rem;left:30.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBuFWteRpFT7dJuMHgskUv3oqUuSw9EG { top:0.75rem;left:19.125rem;width:28.5rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh1XVmq6MDaENmHIs40HBG1ABRb3usWv { width:9.3125rem;height:1.0625rem;top:2.8125rem;left:25.437149047851rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDP7n3EJcm2IMfT7RKlOkOmrp5bCvt9H { width:12.6875rem;height:0.8125rem;top:4.9375rem;left:25.437149047851rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFCzOMlG4rxRFFAkKPD48FBbQNFiyLHz { width:10.3125rem;height:0.8125rem;top:5.8125rem;left:25.437149047851rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy8U23g5nxlUfTD7LJnLz99e7Qa0nI4a { width:6.5rem;height:0.8125rem;top:8rem;left:25.437149047851rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcAT4XKHrsqsSoBWBVU2mhobEU31pb1C { width:10.4375rem;height:0.8125rem;top:8.9375rem;left:25.437149047851rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPhaNUZmU2AkZXD8o1mTddXoFB1KkpnO { width:9.25rem;height:0.8125rem;top:11.125rem;left:25.499290466309rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsKkLP9RUPm9SgOH2Wgux2B6AluwNwHO { width:9.8125rem;height:0.8125rem;top:12.0625rem;left:25.437149047851rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn90lLWV553TEBHC0HT78VEeLTWl9KGr { width:9.625rem;height:0.8125rem;top:14.25rem;left:25.437149047851rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUpE5rszyJKcNM7FGyOODvWc1E4weTWi { width:10.25rem;height:0.8125rem;top:15.0625rem;left:25.437149047851rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #saWy6wyRqoSLMslf935qcM6m9Qagrd00 { width:12.875rem;height:2.4375rem;top:17.25rem;left:25.437149047851rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMRsfsO8X7OXGTy5lw0RoCvvAJihx5fD { top:2rem;left:33.125rem;width:14.625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpuXywpxT0sKORfgHnhLKGoUXlT8pzxd { width:27.9375rem;height:3.6875rem;top:1.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk6sfTvNlUKJpeItK2GSTofquDsuoOB2 { top:5.8125rem;left:0rem;width:18.75rem;height:4.93696875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7wcM0PN6ilzsNl8wwbyHzULvULJO4vU { top:12.8125rem;left:0rem;width:21.875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqbXnNKGzIKQH6xVGS1efPA0D3sSzEwV { display:block; }
 }@media only screen and (max-width: 763px) { #XFdDZ6F3iaMUnOx6K40V9DBBRcErvtob { top:24.9375rem;left:0rem;width:27.8125rem;height:8.6875rem;font-size:0.75rem;display:block; }#XFdDZ6F3iaMUnOx6K40V9DBBRcErvtob li:before{  }
 }@media only screen and (max-width: 763px) { #BWySRsT2Xl1nfHOyd5uUUVmgZX50G7pV { width:21.375rem;height:1.875rem;top:21.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1iowttTtgLdv5gOHSrSSnA8SVw6ycXD { top:18.375rem;left:30.28125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yHOOKE8sBNHqbMIW2172UBvx8DBJ0oiR { top:18.25rem;left:7.77858543396rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL3rVMf4wZbrEnH0sx0t8pK4ReQdQulg { width:27.875rem;height:1.1875rem;top:10.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7 { display:block; }#TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiOCJUD1FL2Tm91DcJpBUhk3XBTTsPaw { top:0.375rem;left:0rem;width:18.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhIUkahVitCQEnTorRsW28FV2EMuJLvZ { width:18.9375rem;height:4.125rem;top:3.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #diL0pwVBPkwD1pe5QDsTTpSNhuNPallm { width:12.625rem;height:2.8125rem;top:2.4375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQTFWBQ41SaHOHJLJCLheF2nmsN7lh5x { display:block; }
 }@media only screen and (max-width: 763px) { #z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM { display:block; }#z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKHUASc1lPCv2RHJwITTAITlaCZiRyUR { top:0.1875rem;left:0rem;width:6.625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTMO8L21MyL7Td0Z1aLCdoR1R4yGCdXt { width:12rem;height:4.125rem;top:2.0625rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnKfpk8ZXQi1LmltzEoI34wfowosEWQC { width:12.625rem;height:2.8125rem;top:2.4375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVvZGTxFOvTs9a16acTXR0h0okDOkEdV { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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) { #P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm { background-color:#ffffff;background-image:none;display:block; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container { background-color: transparent; background-image: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container > .video-iframe-container { display: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row > .video-iframe-container { display: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .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); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTU7vbPT5NaFP8ZfDwu0XDrLTHRbAtDP { width:17rem;height:3.0625rem;top:0.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETKGTvi2vJa36H8vJ8yB1poBg5gylzaT { width:16.125rem;height:4.125rem;top:3.875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #J9XgTALK017C1ruZzoUDiCk14nvLNUKq { width:9.375rem;height:2.3125rem;top:8.6875rem;left:5.3125rem;color:#000000;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eilshkg5RERxXEa3h0090pTGZT3QP69W { display:block; }
 }@media only screen and (max-width: 763px) { #o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ { background-color:rgba(255,255,255,0.68);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; }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ > .row .container { background-color: transparent; background-image: none; }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ > .row .container > .video-iframe-container { display: none; }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ > .row > .video-iframe-container { display: none; }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ > .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); }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ > .row .container { border-width: 0; border-radius: 0; }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o5DFFtZawoxucZ1NbTV6ToCpZhchCWRQ > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAuEffLEXNyWDFDRISyVEQ7y6gkrbZdQ { width:20rem;height:40.5rem;top:30.937145233154rem;left:0rem;border-top:0.0625rem solid #a8c9c8;border-left:0.0625rem solid #a8c9c8;border-right:0.0625rem solid #a8c9c8;border-bottom:0.0625rem solid #a8c9c8;display:block; }
 }@media only screen and (max-width: 763px) { #MKecXpJ9BfrhLp1n3ANBstTp5NVvSC1v { width:18.25rem;height:1.3742875rem;top:32.061965942382rem;left:0.874467253685rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FGyNiZclMQritLh4vWeS0BTkPoVPaTB7 { width:16.5625rem;height:0.96235625rem;top:33.874820709229rem;left:1.6867896318436rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oGuXPuGgzTLNzTrric1qw5yRpGA5ntV1 { width:16.125rem;height:0.96235625rem;top:34.749286651611rem;left:1.6246448755264rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uv2ZQNUiGmPN1VbLaXIMTJWbyq24cVcl { width:8.5625rem;height:0.96235625rem;top:36.311786651611rem;left:5.3746446371079rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ugWR1MzL5XQlebq25Q3dJbe2o5mR1g6a { width:13.9375rem;height:0.96235625rem;top:37.125rem;left:2.9998222589493rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Z2nMWLL8OtlewKZTFiA7oFg9vEeGTPya { width:8.9375rem;height:0.96235625rem;top:38.874820709229rem;left:5.4998220205307rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TQIv8TZH00avdqOGVrwC1RNnA5CUnVAW { width:12.5625rem;height:0.96235625rem;top:39.687141418457rem;left:3.686967253685rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Q3Q2MAm5BgFSlcrJiuc8FpMuDT3vp3hN { width:11.75rem;height:0.96235625rem;top:41.1875rem;left:4.624467253685rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #o6tHdIosX8wW9xCaGEf6gb0liUe03EEB { width:14.625rem;height:0.96235625rem;top:42.061965942382rem;left:2.6873222589493rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fM8Sswmv1D4bsg1uiIFRUIOKOJk7Vx4V { width:15.5rem;height:1.92471875rem;top:43.874820709229rem;left:2.2496448755264rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Tnvv9fVs405BVxWUhpV4wKuiEx5GdAew { display:flex;width:3.125rem;height:3.125rem;top:44.45703125rem;left:4.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HeTgP6tH0zGa4CQky1krCBlUyLCvQTfv { display:flex;width:3rem;height:3rem;top:46.436256408691rem;left:8.5617898702619rem; }
 }@media only screen and (max-width: 763px) { #JBuFWteRpFT7dJuMHgskUv3oqUuSw9EG { width:19.875rem;height:22.0625rem;top:21.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fh1XVmq6MDaENmHIs40HBG1ABRb3usWv { width:18.25rem;height:1.6494125rem;top:23.1875rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #KDP7n3EJcm2IMfT7RKlOkOmrp5bCvt9H { width:15.4375rem;height:2.611325rem;top:25.125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #bFCzOMlG4rxRFFAkKPD48FBbQNFiyLHz { width:20rem;height:1.3056625rem;top:25.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #Uy8U23g5nxlUfTD7LJnLz99e7Qa0nI4a { width:20rem;height:1.3056625rem;top:28.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #lcAT4XKHrsqsSoBWBVU2mhobEU31pb1C { width:20rem;height:1.3056625rem;top:29.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #PPhaNUZmU2AkZXD8o1mTddXoFB1KkpnO { width:20rem;height:1.3056625rem;top:31.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #LsKkLP9RUPm9SgOH2Wgux2B6AluwNwHO { width:20rem;height:1.3056625rem;top:32.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #bn90lLWV553TEBHC0HT78VEeLTWl9KGr { width:20rem;height:1.3056625rem;top:34.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #UUpE5rszyJKcNM7FGyOODvWc1E4weTWi { width:20rem;height:1.375rem;top:35.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #saWy6wyRqoSLMslf935qcM6m9Qagrd00 { width:12.875rem;height:5.22265625rem;top:37.5625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #oMRsfsO8X7OXGTy5lw0RoCvvAJihx5fD { width:14.6235625rem;height:21.7489375rem;top:48.874820709229rem;left:2.5621448755264rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpuXywpxT0sKORfgHnhLKGoUXlT8pzxd { width:16.5625rem;height:3.84943125rem;top:1.4375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zk6sfTvNlUKJpeItK2GSTofquDsuoOB2 { width:16rem;height:4.1875rem;top:7.1873226165769rem;left:1.9992896318436rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7wcM0PN6ilzsNl8wwbyHzULvULJO4vU { top:12.310546875rem;left:2.9687498807907rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqbXnNKGzIKQH6xVGS1efPA0D3sSzEwV { display:block; }
 }@media only screen and (max-width: 763px) { #XFdDZ6F3iaMUnOx6K40V9DBBRcErvtob { width:18.0610625rem;height:7.761rem;top:21.765446186066rem;left:0.96857237815856rem;font-size:0.75rem;display:block; }#XFdDZ6F3iaMUnOx6K40V9DBBRcErvtob li:before{  }
 }@media only screen and (max-width: 763px) { #BWySRsT2Xl1nfHOyd5uUUVmgZX50G7pV { width:18.8743125rem;height:1.6503875rem;top:19.619139015674rem;left:0.56107950210571rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #W1iowttTtgLdv5gOHSrSSnA8SVw6ycXD { display:flex;width:2.3117875rem;height:2.3117875rem;top:17.176668465137rem;left:9.3421519994737rem;z-index:15051; }
 }@media only screen and (max-width: 763px) { #yHOOKE8sBNHqbMIW2172UBvx8DBJ0oiR { display:flex;width:3.125rem;height:3.125rem;top:72.800060050537rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xL3rVMf4wZbrEnH0sx0t8pK4ReQdQulg { width:20rem;height:0.96235625rem;top:72.800060050537rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7 { background-color:#ffffff;background-image:none;display:block; }#TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7 > .row .container { background-color: transparent; background-image: none; }#TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7 > .row .container > .video-iframe-container { display: none; }#TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7 > .row > .video-iframe-container { display: none; }#TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7 > .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); }#TGoV1Mz84WXvkt2gIyqzzbFlqF16xqi7 > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiOCJUD1FL2Tm91DcJpBUhk3XBTTsPaw { width:17rem;height:3.3125rem;top:1.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhIUkahVitCQEnTorRsW28FV2EMuJLvZ { width:15.375rem;height:4.125rem;top:5.1875rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #diL0pwVBPkwD1pe5QDsTTpSNhuNPallm { width:9.375rem;height:2.3125rem;top:10.3125rem;left:5.3125rem;color:#000000;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQTFWBQ41SaHOHJLJCLheF2nmsN7lh5x { display:block; }
 }@media only screen and (max-width: 763px) { #z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM { background-color:#ffffff;background-image:none;display:none; }#z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM > .row .container { width:20rem;height:25.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JKHUASc1lPCv2RHJwITTAITlaCZiRyUR { width:10.5rem;height:12.3125rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTMO8L21MyL7Td0Z1aLCdoR1R4yGCdXt { width:20rem;height:5.3613375rem;top:14.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HnKfpk8ZXQi1LmltzEoI34wfowosEWQC { width:11.875rem;height:3.125rem;top:21.423825rem;left:4.0625rem;color:#f69c9e;border-top:0.0625rem solid #f69c9e;border-left:0.0625rem solid #f69c9e;border-right:0.0625rem solid #f69c9e;border-bottom:0.0625rem solid #f69c9e;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVvZGTxFOvTs9a16acTXR0h0okDOkEdV { display:block; }
 }