.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-input-select option {
  color: #000;
}
.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 {
  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:url("https://images.assets-landingi.com/uc/18fc2484-4363-4e97-b13a-433a433e7cff/TRE_background_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.56); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.56); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt { position:relative;z-index:auto;display:block; }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt { background-color: transparent; background-image: none; }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt > .row .container > .video-iframe-container { display: none; }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt > .row > .video-iframe-container { display: none; }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt > .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); }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt { border-width: 0; border-radius: 0; }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt > .row .container > .video-iframe-container {  }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#bXbRKveuHwIOdnmQov7K0gfLbmZo63La { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:13.1875rem;top:1.375rem;left:1.701171875rem;overflow:hidden;display:block; }
#V63nsdzn8nXsBfPAa9wThLIbJknTbg27 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:17.0625rem;top:0.78125rem;left:41.9111328125rem;overflow:hidden;display:block; }
#RP3rVwqVqzfT1tbfQtyvSeOuyXFHaE6t { position:relative;display:block; }#RP3rVwqVqzfT1tbfQtyvSeOuyXFHaE6t { background-color: transparent; background-image: none; }#RP3rVwqVqzfT1tbfQtyvSeOuyXFHaE6t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RP3rVwqVqzfT1tbfQtyvSeOuyXFHaE6t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RP3rVwqVqzfT1tbfQtyvSeOuyXFHaE6t > .row .container > .video-iframe-container { display: none; }#RP3rVwqVqzfT1tbfQtyvSeOuyXFHaE6t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RP3rVwqVqzfT1tbfQtyvSeOuyXFHaE6t > .row > .video-iframe-container { display: none; }#RP3rVwqVqzfT1tbfQtyvSeOuyXFHaE6t > .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); }#RP3rVwqVqzfT1tbfQtyvSeOuyXFHaE6t { border-width: 0; border-radius: 0; }#RP3rVwqVqzfT1tbfQtyvSeOuyXFHaE6t > .row .container > .video-iframe-container {  }#RP3rVwqVqzfT1tbfQtyvSeOuyXFHaE6t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:60.1875rem;width:60rem;position:relative;display:block; }#vJzNt5l2lAVWm428bx8wzFCWCHq4CDM6 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.8125rem;width:60rem;top:4.748046875rem;left:0rem;overflow:hidden;display:block; }
#vNTnklMasr2to6h4emUTVsSnefZR5HA4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:21.625rem;top:1.75rem;left:2.0625rem;overflow:hidden;display:block; }
#lK8tJeIdOD1hnKG3x6TaFQS3BwVe25vT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:28.5625rem;top:31.935546875rem;left:0rem;overflow:hidden;display:block; }
#GvzcSaJJ48tamthKDbQ0DpCGvMHaVCXe { color:#dda500;display:block;width:23rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:42.375rem;left:4.8125rem;height:4.5rem;font-style:normal;display:block; }
#FhosR8E6FAeKUw1tZGo8bUWI1e8S4Fuk { color:#000000;display:block;width:42.125rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:49rem;left:4.8125rem;height:5.625rem;font-style:normal;display:block; }
#Dm8asVr4WMKDJ8lWyPTgZUTqCc8zCEbc { position:relative;display:block; }#Dm8asVr4WMKDJ8lWyPTgZUTqCc8zCEbc { background-color: transparent; background-image: none; }#Dm8asVr4WMKDJ8lWyPTgZUTqCc8zCEbc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dm8asVr4WMKDJ8lWyPTgZUTqCc8zCEbc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dm8asVr4WMKDJ8lWyPTgZUTqCc8zCEbc > .row .container > .video-iframe-container { display: none; }#Dm8asVr4WMKDJ8lWyPTgZUTqCc8zCEbc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dm8asVr4WMKDJ8lWyPTgZUTqCc8zCEbc > .row > .video-iframe-container { display: none; }#Dm8asVr4WMKDJ8lWyPTgZUTqCc8zCEbc > .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); }#Dm8asVr4WMKDJ8lWyPTgZUTqCc8zCEbc { border-width: 0; border-radius: 0; }#Dm8asVr4WMKDJ8lWyPTgZUTqCc8zCEbc > .row .container > .video-iframe-container {  }#Dm8asVr4WMKDJ8lWyPTgZUTqCc8zCEbc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#Dukd4mMiJlVe9tBipX81v7aFtldRqAo5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.8125rem;width:36.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ZSv6yBvKrpKxcarrQx6k2fg92eSJhvWB { color:#dda500;display:block;width:16.5rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:7.125rem;left:38.75rem;height:2.25rem;font-style:normal;display:block; }
#ZKnpeSBkoPAGtTL5NaccTgZoBmAaUeo6 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.3125rem;left:38.75rem;height:9.84375rem;font-style:normal;display:block; }
#hQTaTPaCOmpGGvkc5Zx07WTMXGl2pDpV { position:relative;display:block; }#hQTaTPaCOmpGGvkc5Zx07WTMXGl2pDpV { background-color: transparent; background-image: none; }#hQTaTPaCOmpGGvkc5Zx07WTMXGl2pDpV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQTaTPaCOmpGGvkc5Zx07WTMXGl2pDpV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQTaTPaCOmpGGvkc5Zx07WTMXGl2pDpV > .row .container > .video-iframe-container { display: none; }#hQTaTPaCOmpGGvkc5Zx07WTMXGl2pDpV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQTaTPaCOmpGGvkc5Zx07WTMXGl2pDpV > .row > .video-iframe-container { display: none; }#hQTaTPaCOmpGGvkc5Zx07WTMXGl2pDpV > .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); }#hQTaTPaCOmpGGvkc5Zx07WTMXGl2pDpV { border-width: 0; border-radius: 0; }#hQTaTPaCOmpGGvkc5Zx07WTMXGl2pDpV > .row .container > .video-iframe-container {  }#hQTaTPaCOmpGGvkc5Zx07WTMXGl2pDpV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#TAszyLWW1BnCwMAecWQLVv94Tu5JHTdv { position:absolute;display:block;z-index:15000;height:37.625rem;width:60rem;top:0.625rem;left:0rem;display:block; }
#yvrVK5q8KRbleMPuvFyx1QThQ9EyCssK { position:relative;display:block; }#yvrVK5q8KRbleMPuvFyx1QThQ9EyCssK { background-color: transparent; background-image: none; }#yvrVK5q8KRbleMPuvFyx1QThQ9EyCssK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yvrVK5q8KRbleMPuvFyx1QThQ9EyCssK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yvrVK5q8KRbleMPuvFyx1QThQ9EyCssK > .row .container > .video-iframe-container { display: none; }#yvrVK5q8KRbleMPuvFyx1QThQ9EyCssK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yvrVK5q8KRbleMPuvFyx1QThQ9EyCssK > .row > .video-iframe-container { display: none; }#yvrVK5q8KRbleMPuvFyx1QThQ9EyCssK > .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); }#yvrVK5q8KRbleMPuvFyx1QThQ9EyCssK { border-width: 0; border-radius: 0; }#yvrVK5q8KRbleMPuvFyx1QThQ9EyCssK > .row .container > .video-iframe-container {  }#yvrVK5q8KRbleMPuvFyx1QThQ9EyCssK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.375rem;width:60rem;position:relative;display:block; }#QtDRwd9LV8TdthsaNTp4QmNuZaJDBZK4 { color:#dda500;display:block;width:14.3120625rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:2.6848945617676rem;left:3.1243515014649rem;height:2.8125rem;font-style:normal;display:block; }
#oZoK5RVbRDydhgFc8XMabQmWnSKZeZhT { color:#000000;display:block;width:5.625rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.4921875rem;left:3.1875rem;height:1.59375rem;font-style:normal;display:block; }
#dBqe9UZb8DORDL6gffMwRIWhdefRrx7d { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:11.6875rem;top:7.6484375rem;left:3.1875rem;overflow:hidden;display:block; }
#opsvaDpM4Lv16mkJxwzkOTdNsX7wbHUt { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:11.6875rem;top:7.6484375rem;left:15.4375rem;overflow:hidden;display:block; }
#QugF3SPhtG0gTOkBKpQUPbEINTdFlXxy { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.75rem;width:11.625rem;top:7.6484375rem;left:30.71875rem;overflow:hidden;display:block; }
#NE67TCGld8EatnaQM9Hd13OwDsiUvTCQ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.75rem;width:11.625rem;top:7.6484375rem;left:43.03125rem;overflow:hidden;display:block; }
#W5c2BwV77z2RuRSz9F9PMaE0lpNwTmtT { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:17.000652313233rem;left:3.1868515014649rem;height:1.21875rem;font-style:normal;display:block; }
#Ar2pdXEwHKaQ7DrDAtvJ9T5FvbvuU2tx { color:#000000;display:block;width:19.375rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:16.999567031861rem;left:30.718318939209rem;height:1.21875rem;font-style:normal;display:block; }
#R01Tnkvm1OXQXucTGhg8ceMqlZNT3fQv { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:30.3125rem;left:3.1875rem;height:2.4375rem;font-style:normal;display:block; }
#EzDM7kBWferHKiBOV2O6WCPTQm315Gc0 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.75rem;width:11.625rem;top:20.9375rem;left:15.4375rem;overflow:hidden;display:block; }
#aZWHl4veJC9Ghpdu9MvNNw41u9vQVfRA { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.75rem;width:11.625rem;top:20.9375rem;left:3.1875rem;overflow:hidden;display:block; }
#nbWhw0bkyZnsvW8BWh8CbOZMLlFUIorf { color:#000000;display:block;width:5.625rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:35.25rem;left:3.1875rem;height:1.59375rem;font-style:normal;display:block; }
#iUSg3lvRMApoAh03Zno7xmKmaQfR2ukC { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5rem;width:11.625rem;top:37.4375rem;left:3.1875rem;overflow:hidden;display:block; }
#tn5sdTcniGxSK7QDBurrQPyESpVdFrr9 { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:46.749135971069rem;left:3.1868515014649rem;height:1.21875rem;font-style:normal;display:block; }
#vUigJ4RBs1WlN2HCs3gQyfvupFlrQgEe { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5rem;width:11.625rem;top:37.4375rem;left:15.4375rem;overflow:hidden;display:block; }
#yoNcGgXxGNgCkpBsCOcbMFFT2pTzFniX { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5rem;width:11.625rem;top:37.437067508698rem;left:27.749568939209rem;overflow:hidden;display:block; }
#ilTdo7EaFKidUhZxLMsx1GJ0pQWO1RiQ { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:46.749132633209rem;left:15.437503814698rem;height:2.4375rem;font-style:normal;display:block; }
#bFOy7lHKzZ5DMXBVMZH83ZOpJByOElnA { color:#000000;display:block;width:12.561875rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:46.749132633209rem;left:27.749568939209rem;height:2.4375rem;font-style:normal;display:block; }
#MXyhLarJ0FWvwQr9C9DaLBg7Xefm8B8B { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:1.8125rem;top:42.679473009186rem;left:12.340256858689rem;overflow:hidden;display:block; }
#SPVE8WTNroHFF0ZysbzylQ9xV7oefMyt { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87435rem;width:1.81206875rem;top:42.819014072418rem;left:24.756946563721rem;overflow:hidden;display:block; }
#loEtIb8gxgNp9dtWTKAJI8BFkUoq9iVq { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87435rem;width:1.81206875rem;top:42.819014072418rem;left:37.069232940674rem;overflow:hidden;display:block; }
#MeWMOUR39xWfhmdxIIs45U3ChqpFhll5 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87435rem;width:1.81206875rem;top:26.257597446442rem;left:12.442928314209rem;overflow:hidden;display:block; }
#GiKV9XIgcOvCZ2heKvq0i1CUQfd5CNes { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87435rem;width:1.81206875rem;top:13.029514789581rem;left:12.505428314209rem;overflow:hidden;display:block; }
#OHWCS0eJkJTkSicpb5PfXuGAvutPPtyf { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87435rem;width:1.81206875rem;top:12.904514789581rem;left:39.975048065186rem;overflow:hidden;display:block; }
#oLqUuZp9aX3VIpX1LgUDWiL7FR6KTiFp { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:2.75rem;top:26.241976634674rem;left:23.680126563721rem;overflow:hidden;display:block; }
#fvT8hkOyZ2H5k07c7CTTBgnen5WhWE1f { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.74956875rem;width:2.74956875rem;top:13.153212070465rem;left:23.819446563721rem;overflow:hidden;display:block; }
#s3T8bEZTIfKIQh3hpmTXrQH836itqgum { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.74956875rem;width:2.74956875rem;top:13.091364383698rem;left:51.348743438721rem;overflow:hidden;display:block; }
#ODU8CAmiNtgzwNe73rKlzzuNlOVfieER { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.75rem;width:9.9375rem;top:16.6870625rem;left:50.125rem;overflow:hidden;display:block; }
#AU7cvRAoERrA01fTOTOn3dWqVw8Z60Ec { position:relative;display:block; }#AU7cvRAoERrA01fTOTOn3dWqVw8Z60Ec { background-color: transparent; background-image: none; }#AU7cvRAoERrA01fTOTOn3dWqVw8Z60Ec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU7cvRAoERrA01fTOTOn3dWqVw8Z60Ec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU7cvRAoERrA01fTOTOn3dWqVw8Z60Ec > .row .container > .video-iframe-container { display: none; }#AU7cvRAoERrA01fTOTOn3dWqVw8Z60Ec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU7cvRAoERrA01fTOTOn3dWqVw8Z60Ec > .row > .video-iframe-container { display: none; }#AU7cvRAoERrA01fTOTOn3dWqVw8Z60Ec > .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); }#AU7cvRAoERrA01fTOTOn3dWqVw8Z60Ec { border-width: 0; border-radius: 0; }#AU7cvRAoERrA01fTOTOn3dWqVw8Z60Ec > .row .container > .video-iframe-container {  }#AU7cvRAoERrA01fTOTOn3dWqVw8Z60Ec > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.5rem;width:60rem;position:relative;display:block; }#t0ZM4ZNvnL8IDpoh1TbtBVdR25xPRaOr { position:absolute;display:block;z-index:15000;height:37.625rem;width:60rem;top:13.624132156372rem;left:0rem;display:block; }
#r8PokTsig6wgQZrksTJITAir7tmGi9HO { color:#000000;display:block;width:45.5620625rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:6.4375rem;left:3.1875rem;height:4.21875rem;font-style:normal;display:block; }
#JpWFze6PNc6bERAhuRiVCl5z3q7NoKpq { color:#dda500;display:block;width:30.5620625rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:2.625rem;left:3.1875rem;height:2.25rem;font-style:normal;display:block; }
#Rku94JB3rFonATPltAa1PA9Bn4MdIEIL { position:relative;display:block; }#Rku94JB3rFonATPltAa1PA9Bn4MdIEIL { background-color: transparent; background-image: none; }#Rku94JB3rFonATPltAa1PA9Bn4MdIEIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rku94JB3rFonATPltAa1PA9Bn4MdIEIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rku94JB3rFonATPltAa1PA9Bn4MdIEIL > .row .container > .video-iframe-container { display: none; }#Rku94JB3rFonATPltAa1PA9Bn4MdIEIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rku94JB3rFonATPltAa1PA9Bn4MdIEIL > .row > .video-iframe-container { display: none; }#Rku94JB3rFonATPltAa1PA9Bn4MdIEIL > .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); }#Rku94JB3rFonATPltAa1PA9Bn4MdIEIL { border-width: 0; border-radius: 0; }#Rku94JB3rFonATPltAa1PA9Bn4MdIEIL > .row .container > .video-iframe-container {  }#Rku94JB3rFonATPltAa1PA9Bn4MdIEIL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.875rem;width:60rem;position:relative;display:block; }#IoLrpbRl0eWgyrf7q3DXPMU2ODbhP363 { color:#dda500;display:block;width:30.5625rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:2.6875rem;left:3.1875rem;height:2.25rem;font-style:normal;display:block; }
#euo4TOQpKXEciKi2KqUgNKr5tWmvDiKX { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:6.5rem;left:3.1875rem;height:5.625rem;font-style:normal;display:block; }
#SkTCvyO0O5KBTSR2AOTqqOoeGJSdSicO { position:absolute;display:block;z-index:15001;height:37.6248125rem;width:60rem;top:14.811198711395rem;left:0rem;display:block; }
#M8shDZ7lseN23uyXQbntcViAJFWLg71J { position:relative;display:block; }#M8shDZ7lseN23uyXQbntcViAJFWLg71J { background-color: transparent; background-image: none; }#M8shDZ7lseN23uyXQbntcViAJFWLg71J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8shDZ7lseN23uyXQbntcViAJFWLg71J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8shDZ7lseN23uyXQbntcViAJFWLg71J > .row .container > .video-iframe-container { display: none; }#M8shDZ7lseN23uyXQbntcViAJFWLg71J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8shDZ7lseN23uyXQbntcViAJFWLg71J > .row > .video-iframe-container { display: none; }#M8shDZ7lseN23uyXQbntcViAJFWLg71J > .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); }#M8shDZ7lseN23uyXQbntcViAJFWLg71J { border-width: 0; border-radius: 0; }#M8shDZ7lseN23uyXQbntcViAJFWLg71J > .row .container > .video-iframe-container {  }#M8shDZ7lseN23uyXQbntcViAJFWLg71J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:70.3125rem;width:60rem;position:relative;display:block; }#IThNt3WpNutJOlwqWCNQ4ZTiOrfGlMEJ { color:#dda500;display:block;width:14.3120625rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.75rem;left:3.125rem;height:2.8125rem;font-style:normal;display:block; }
#VP6kKNJk04eMosHNTX1lGb2DwFy9vdBa { color:#000000;display:block;width:16.0623125rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:28.000217437744rem;left:3.125rem;height:1.21875rem;font-style:normal;display:block; }
#ZmTvQLnSwy1Bp0tCcV9lgqbBAWiCmvX5 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.125rem;width:25rem;top:12.250434875488rem;left:3.125rem;overflow:hidden;display:block; }
#o1Dda03h3fvKTuI9d9LRmUxake4kOZiP { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.0625rem;width:24.375rem;top:12.248264312744rem;left:30.000003814698rem;overflow:hidden;display:block; }
#W2kqJT6gQHK4yhiZtivJxh7C0PGE2ECF { color:#dda500;display:block;width:15.625rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.75rem;left:30.000003814698rem;height:2.8125rem;font-style:normal;display:block; }
#UyU9GZx5x8OPP26ai4iTwBu9B8AVFnPa { color:#000000;display:block;width:16.0623125rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:28.000217437744rem;left:30.000003814698rem;height:1.21875rem;font-style:normal;display:block; }
#cbw2epAybViP58lnley9PET993T8x5FV { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.0625rem;width:24.375rem;top:31.09266602993rem;left:3.125rem;overflow:hidden;display:block; }
#wI1LflFVfw3KQk2SHJSfluGhmHuDv8lC { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.0625rem;width:24.375rem;top:31.09266602993rem;left:30.000003814698rem;overflow:hidden;display:block; }
#d9dDkeHlOE2POc2FXqpI55Zg1m0uTnbE { color:#000000;display:block;width:16.0623125rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:46.842450499534rem;left:3.125rem;height:1.21875rem;font-style:normal;display:block; }
#hxNgMM6ToNfisfGOsxe3k5XZVQyT7Scb { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.0625rem;width:24.375rem;top:49.934899687767rem;left:3.125rem;overflow:hidden;display:block; }
#TSvUW6ZoH5txkXKnsODBmJorBie2WeCz { color:#000000;display:block;width:16.0623125rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:46.842450499534rem;left:30.000003814698rem;height:1.21875rem;font-style:normal;display:block; }
#uJu8oClgcZ8Ux7F8mvGctDCkMtbwTX7m { color:#000000;display:block;width:16.0623125rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:65.684682250025rem;left:3.125rem;height:1.21875rem;font-style:normal;display:block; }
#sAJ9BnnHTH90wzIf1koROn1ag09XvdPv { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.0625rem;width:24.375rem;top:49.934899687767rem;left:30.000003814698rem;overflow:hidden;display:block; }
#NZuLwlPQJemzMVCkoVLvPzioFrLdbhv5 { color:#000000;display:block;width:16.0623125rem;position:absolute;font-family:helvetica;font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:65.684682250025rem;left:30.000003814698rem;height:1.21875rem;font-style:normal;display:block; }
#IcpZmHxH7ABTZ0OWri41wl9RvsknV2Lu { color:#000000;display:block;width:43.875rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:2.9112434387207rem;left:3.125rem;height:3.1875rem;font-style:normal;display:block; }
#HsTN7D7BF01IQet0HVGeknKb9XEeUE0r { position:relative;display:block; }#HsTN7D7BF01IQet0HVGeknKb9XEeUE0r { background-color: transparent; background-image: none; }#HsTN7D7BF01IQet0HVGeknKb9XEeUE0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsTN7D7BF01IQet0HVGeknKb9XEeUE0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsTN7D7BF01IQet0HVGeknKb9XEeUE0r > .row .container > .video-iframe-container { display: none; }#HsTN7D7BF01IQet0HVGeknKb9XEeUE0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsTN7D7BF01IQet0HVGeknKb9XEeUE0r > .row > .video-iframe-container { display: none; }#HsTN7D7BF01IQet0HVGeknKb9XEeUE0r > .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); }#HsTN7D7BF01IQet0HVGeknKb9XEeUE0r { border-width: 0; border-radius: 0; }#HsTN7D7BF01IQet0HVGeknKb9XEeUE0r > .row .container > .video-iframe-container {  }#HsTN7D7BF01IQet0HVGeknKb9XEeUE0r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.625rem;width:60rem;position:relative;display:block; }#wS928yq6gETskExESaFeVm5BpOBfREfM { color:#dda500;display:block;width:14.3115rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:4.2491321563721rem;left:4.4986991882324rem;height:2.8125rem;font-style:normal;display:block; }
#dNc9MwtX6xzTwGwcn1J8UKCgM80Kw6D0 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.0625rem;width:25rem;top:10.125rem;left:0rem;overflow:hidden;display:block; }
#q649KrO47bhTDGa2lkhEgDDatlJidOnR { color:#000000;display:block;width:16.0623125rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:17.3125rem;left:9.625rem;height:1.59375rem;font-style:normal;display:block; }
#GfdAclCaTK4Zl4tVVnTwfWuaZoa8tusq { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13rem;width:24.875rem;top:27.8125rem;left:31.625rem;overflow:hidden;display:block; }
#vkHlNsUTy2WBufVBsnBiKEA3Qlkee3sC { color:#000000;display:block;width:16.0623125rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:34.25rem;left:39.8125rem;height:1.59375rem;font-style:normal;display:block; }
#v1AMtvRVvxsJClPG7iEWKi3A6PN0a1yK { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.9375rem;width:24.8125rem;top:26.6875rem;left:2.4375rem;overflow:hidden;display:block; }
#hEKDQn9qx3QdWu0N2sOTnFP8T88LuTv4 { color:#000000;display:block;width:16.0623125rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:33.9375rem;left:5.5625rem;height:1.59375rem;font-style:normal;display:block; }
#VkcUuhgAUziSHyNgk1Xa8NkucovAkniW { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:40.5rem;top:42.686625rem;left:0rem;overflow:hidden;display:block; }
#ei8FTE5SoqCxKZMCWm68omIEWE50oTJR { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.3125rem;width:31.875rem;top:2.34375rem;left:28.125rem;overflow:hidden;display:block; }
#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt { position:relative;display:block; }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt { background-color: transparent; background-image: none; }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt > .row .container > .video-iframe-container { display: none; }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt > .row > .video-iframe-container { display: none; }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt > .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); }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt { border-width: 0; border-radius: 0; }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt > .row .container > .video-iframe-container {  }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b7b7b7;background-image:none;font-size:0.875rem;font-family:arial;height:16.0625rem;width:60rem;position:relative;display:block; }#EtyPp1gblEW02TPyUUFXwKs6psxkH1Vm { color:#ffffff;display:block;width:57.999rem;position:absolute;font-family:helvetica;font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.4541015625rem;left:0.9990234375rem;height:2.923825rem;display:block; }
#zEb89TVTU8lrMAGUv77Z0UT3kknOLheq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.74978125rem;width:22.7495625rem;top:2.625rem;left:15.1875rem;overflow:hidden;display:block; }
#IK6H7gRnoAPF5oGEHM1NwC6meLGmvP34 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.6236991882324rem;left:38.372611999512rem;height:1.2999125rem;display:block; }
#VKhqyrq9XEIzrFf8cHSWH7pDrg5tefI5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.4716796875rem;left:38.1865234375rem;height:1.2999125rem;display:block; }
#TyGg94KBXfEOZQCXi2KxxpThzl43BIiv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.3333435058594rem;left:38.256298065186rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt { display:block; }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXbRKveuHwIOdnmQov7K0gfLbmZo63La { top:1.375rem;left:0rem;width:13.1875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V63nsdzn8nXsBfPAa9wThLIbJknTbg27 { top:0.75rem;left:30.6875rem;width:17.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP3rVwqVqzfT1tbfQtyvSeOuyXFHaE6t { display:block; }#RP3rVwqVqzfT1tbfQtyvSeOuyXFHaE6t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJzNt5l2lAVWm428bx8wzFCWCHq4CDM6 { top:4.6875rem;left:0rem;width:47.75rem;height:27.704947916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNTnklMasr2to6h4emUTVsSnefZR5HA4 { top:1.75rem;left:0rem;width:21.625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK8tJeIdOD1hnKG3x6TaFQS3BwVe25vT { top:31.875rem;left:0rem;width:28.5625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvzcSaJJ48tamthKDbQ0DpCGvMHaVCXe { top:42.375rem;left:0rem;width:23rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhosR8E6FAeKUw1tZGo8bUWI1e8S4Fuk { top:49rem;left:0rem;width:42.125rem;height:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm8asVr4WMKDJ8lWyPTgZUTqCc8zCEbc { display:block; }#Dm8asVr4WMKDJ8lWyPTgZUTqCc8zCEbc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dukd4mMiJlVe9tBipX81v7aFtldRqAo5 { top:0rem;left:0rem;width:36.6875rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSv6yBvKrpKxcarrQx6k2fg92eSJhvWB { top:7.125rem;left:31.3125rem;width:16.4375rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKnpeSBkoPAGtTL5NaccTgZoBmAaUeo6 { top:11.3125rem;left:28.375rem;width:19.375rem;height:9.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQTaTPaCOmpGGvkc5Zx07WTMXGl2pDpV { display:block; }#hQTaTPaCOmpGGvkc5Zx07WTMXGl2pDpV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAszyLWW1BnCwMAecWQLVv94Tu5JHTdv { top:0.625rem;left:0rem;width:47.75rem;height:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvrVK5q8KRbleMPuvFyx1QThQ9EyCssK { display:block; }#yvrVK5q8KRbleMPuvFyx1QThQ9EyCssK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtDRwd9LV8TdthsaNTp4QmNuZaJDBZK4 { top:2.625rem;left:0rem;width:14.25rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZoK5RVbRDydhgFc8XMabQmWnSKZeZhT { top:5.4375rem;left:0rem;width:5.625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBqe9UZb8DORDL6gffMwRIWhdefRrx7d { top:7.625rem;left:0rem;width:11.6875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opsvaDpM4Lv16mkJxwzkOTdNsX7wbHUt { top:7.625rem;left:9.3125rem;width:11.6875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QugF3SPhtG0gTOkBKpQUPbEINTdFlXxy { top:7.625rem;left:24.59375rem;width:11.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE67TCGld8EatnaQM9Hd13OwDsiUvTCQ { top:7.625rem;left:36.0625rem;width:11.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5c2BwV77z2RuRSz9F9PMaE0lpNwTmtT { top:17rem;left:0rem;width:16.0625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar2pdXEwHKaQ7DrDAtvJ9T5FvbvuU2tx { top:16.9375rem;left:24.593318939209rem;width:19.375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R01Tnkvm1OXQXucTGhg8ceMqlZNT3fQv { top:30.3125rem;left:0rem;width:16rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzDM7kBWferHKiBOV2O6WCPTQm315Gc0 { top:20.9375rem;left:9.3125rem;width:11.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZWHl4veJC9Ghpdu9MvNNw41u9vQVfRA { top:20.9375rem;left:0rem;width:11.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbWhw0bkyZnsvW8BWh8CbOZMLlFUIorf { top:35.1875rem;left:0rem;width:5.625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUSg3lvRMApoAh03Zno7xmKmaQfR2ukC { top:37.4375rem;left:0rem;width:11.625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn5sdTcniGxSK7QDBurrQPyESpVdFrr9 { top:46.6875rem;left:0rem;width:11.3125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUigJ4RBs1WlN2HCs3gQyfvupFlrQgEe { top:37.4375rem;left:9.3125rem;width:11.625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoNcGgXxGNgCkpBsCOcbMFFT2pTzFniX { top:37.375rem;left:21.624568939209rem;width:11.625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilTdo7EaFKidUhZxLMsx1GJ0pQWO1RiQ { top:46.6875rem;left:9.3125038146975rem;width:12.5rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFOy7lHKzZ5DMXBVMZH83ZOpJByOElnA { top:46.6875rem;left:21.624568939209rem;width:12.5rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXyhLarJ0FWvwQr9C9DaLBg7Xefm8B8B { top:42.625rem;left:6.2152568586896rem;width:1.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPVE8WTNroHFF0ZysbzylQ9xV7oefMyt { top:42.8125rem;left:18.631946563721rem;width:1.75rem;height:2.7758949543167rem;display:block; }
 }@media only screen and (max-width: 763px) { #loEtIb8gxgNp9dtWTKAJI8BFkUoq9iVq { top:42.8125rem;left:30.944232940674rem;width:1.75rem;height:2.7758949543167rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeWMOUR39xWfhmdxIIs45U3ChqpFhll5 { top:26.25rem;left:6.3179283142087rem;width:1.75rem;height:2.7758949543167rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiKV9XIgcOvCZ2heKvq0i1CUQfd5CNes { top:13rem;left:6.3804283142087rem;width:1.75rem;height:2.7758949543167rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHWCS0eJkJTkSicpb5PfXuGAvutPPtyf { top:12.875rem;left:33.850048065186rem;width:1.75rem;height:2.7758949543167rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLqUuZp9aX3VIpX1LgUDWiL7FR6KTiFp { top:26.1875rem;left:17.555126563721rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvT8hkOyZ2H5k07c7CTTBgnen5WhWE1f { top:13.125rem;left:17.694446563721rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3T8bEZTIfKIQh3hpmTXrQH836itqgum { top:13.0625rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODU8CAmiNtgzwNe73rKlzzuNlOVfieER { top:16.625rem;left:37.8125rem;width:9.9375rem;height:36.750742957237rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU7cvRAoERrA01fTOTOn3dWqVw8Z60Ec { display:block; }#AU7cvRAoERrA01fTOTOn3dWqVw8Z60Ec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0ZM4ZNvnL8IDpoh1TbtBVdR25xPRaOr { top:13.5625rem;left:0rem;width:47.75rem;height:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8PokTsig6wgQZrksTJITAir7tmGi9HO { top:6.4375rem;left:0rem;width:45.5rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpWFze6PNc6bERAhuRiVCl5z3q7NoKpq { top:2.625rem;left:0rem;width:30.5rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rku94JB3rFonATPltAa1PA9Bn4MdIEIL { display:block; }#Rku94JB3rFonATPltAa1PA9Bn4MdIEIL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IoLrpbRl0eWgyrf7q3DXPMU2ODbhP363 { top:2.6875rem;left:0rem;width:30.5625rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euo4TOQpKXEciKi2KqUgNKr5tWmvDiKX { top:6.5rem;left:0rem;width:45.5625rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkTCvyO0O5KBTSR2AOTqqOoeGJSdSicO { top:14.75rem;left:0rem;width:47.75rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8shDZ7lseN23uyXQbntcViAJFWLg71J { display:block; }#M8shDZ7lseN23uyXQbntcViAJFWLg71J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IThNt3WpNutJOlwqWCNQ4ZTiOrfGlMEJ { top:8.75rem;left:0rem;width:14.25rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP6kKNJk04eMosHNTX1lGb2DwFy9vdBa { top:28rem;left:0rem;width:16rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmTvQLnSwy1Bp0tCcV9lgqbBAWiCmvX5 { top:12.25rem;left:0rem;width:25rem;height:15.1248125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1Dda03h3fvKTuI9d9LRmUxake4kOZiP { top:12.1875rem;left:23.375rem;width:24.375rem;height:15.061875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2kqJT6gQHK4yhiZtivJxh7C0PGE2ECF { top:8.75rem;left:23.875003814698rem;width:15.625rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyU9GZx5x8OPP26ai4iTwBu9B8AVFnPa { top:28rem;left:23.875003814698rem;width:16rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbw2epAybViP58lnley9PET993T8x5FV { top:31.0625rem;left:0rem;width:24.375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI1LflFVfw3KQk2SHJSfluGhmHuDv8lC { top:31.0625rem;left:23.375rem;width:24.375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9dDkeHlOE2POc2FXqpI55Zg1m0uTnbE { top:46.8125rem;left:0rem;width:16rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxNgMM6ToNfisfGOsxe3k5XZVQyT7Scb { top:49.875rem;left:0rem;width:24.375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSvUW6ZoH5txkXKnsODBmJorBie2WeCz { top:46.8125rem;left:23.875003814698rem;width:16rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJu8oClgcZ8Ux7F8mvGctDCkMtbwTX7m { top:65.625rem;left:0rem;width:16rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAJ9BnnHTH90wzIf1koROn1ag09XvdPv { top:49.875rem;left:23.375rem;width:24.375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZuLwlPQJemzMVCkoVLvPzioFrLdbhv5 { top:65.625rem;left:23.875003814698rem;width:16rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcpZmHxH7ABTZ0OWri41wl9RvsknV2Lu { top:2.875rem;left:0rem;width:43.875rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsTN7D7BF01IQet0HVGeknKb9XEeUE0r { display:block; }#HsTN7D7BF01IQet0HVGeknKb9XEeUE0r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wS928yq6gETskExESaFeVm5BpOBfREfM { top:4.1875rem;left:0rem;width:14.25rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNc9MwtX6xzTwGwcn1J8UKCgM80Kw6D0 { top:10.125rem;left:0rem;width:25rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q649KrO47bhTDGa2lkhEgDDatlJidOnR { top:17.3125rem;left:3.5rem;width:16rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfdAclCaTK4Zl4tVVnTwfWuaZoa8tusq { top:27.8125rem;left:22.875rem;width:24.875rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkHlNsUTy2WBufVBsnBiKEA3Qlkee3sC { top:34.25rem;left:31.75rem;width:16rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1AMtvRVvxsJClPG7iEWKi3A6PN0a1yK { top:26.6875rem;left:0rem;width:24.8125rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEKDQn9qx3QdWu0N2sOTnFP8T88LuTv4 { top:33.9375rem;left:0rem;width:16rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkcUuhgAUziSHyNgk1Xa8NkucovAkniW { top:42.625rem;left:0rem;width:40.5rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei8FTE5SoqCxKZMCWm68omIEWE50oTJR { top:2.3125rem;left:15.875rem;width:31.875rem;height:22.3123125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt { display:block; }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtyPp1gblEW02TPyUUFXwKs6psxkH1Vm { top:11.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEb89TVTU8lrMAGUv77Z0UT3kknOLheq { top:2.625rem;left:9.0625rem;width:22.6875rem;height:5.7340954187306rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK6H7gRnoAPF5oGEHM1NwC6meLGmvP34 { top:2.5625rem;left:32.247611999512rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKhqyrq9XEIzrFf8cHSWH7pDrg5tefI5 { top:4.4375rem;left:32.0615234375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyGg94KBXfEOZQCXi2KxxpThzl43BIiv { top:6.3125rem;left:32.131298065186rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0b240e56-59dc-43d8-a962-50499d586124/TRE_Newsletter_Hintergrundv3_0322.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt { position:relative;z-index:auto;display:block; }#cFfl8mG5cAk81aK4Wu1TAit5Zd43rSLt > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXbRKveuHwIOdnmQov7K0gfLbmZo63La { width:10.374375rem;height:2.56185rem;top:0.81011295318606rem;left:4.6247830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #V63nsdzn8nXsBfPAa9wThLIbJknTbg27 { width:12.8125rem;height:3.24978125rem;top:4.8111982345581rem;left:3.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP3rVwqVqzfT1tbfQtyvSeOuyXFHaE6t { display:block; }#RP3rVwqVqzfT1tbfQtyvSeOuyXFHaE6t > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJzNt5l2lAVWm428bx8wzFCWCHq4CDM6 { width:20rem;height:11.5rem;top:2.0468759536743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNTnklMasr2to6h4emUTVsSnefZR5HA4 { width:11.875rem;height:3.81185rem;top:0.85937523841856rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK8tJeIdOD1hnKG3x6TaFQS3BwVe25vT { width:20rem;height:5.38194375rem;top:30.154079914093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvzcSaJJ48tamthKDbQ0DpCGvMHaVCXe { width:17.1875rem;height:3.2487rem;top:15.098741769791rem;left:1.4062500596046rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FhosR8E6FAeKUw1tZGo8bUWI1e8S4Fuk { width:16.125rem;height:9.5019375rem;top:19.385200738907rem;left:1.4368490576744rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Dm8asVr4WMKDJ8lWyPTgZUTqCc8zCEbc { display:block; }#Dm8asVr4WMKDJ8lWyPTgZUTqCc8zCEbc > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dukd4mMiJlVe9tBipX81v7aFtldRqAo5 { width:20rem;height:14.071145167693rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSv6yBvKrpKxcarrQx6k2fg92eSJhvWB { width:16.4355625rem;height:1.462675rem;top:16.9375rem;left:1.5rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZKnpeSBkoPAGtTL5NaccTgZoBmAaUeo6 { width:17.061625rem;height:7.3904375rem;top:18.9375rem;left:1.4375rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hQTaTPaCOmpGGvkc5Zx07WTMXGl2pDpV { display:block; }#hQTaTPaCOmpGGvkc5Zx07WTMXGl2pDpV > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAszyLWW1BnCwMAecWQLVv94Tu5JHTdv { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvrVK5q8KRbleMPuvFyx1QThQ9EyCssK { display:block; }#yvrVK5q8KRbleMPuvFyx1QThQ9EyCssK > .row .container { width:20rem;height:76.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtDRwd9LV8TdthsaNTp4QmNuZaJDBZK4 { width:11.3748125rem;height:1.462675rem;top:2.1868476867676rem;left:0.62500005960463rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oZoK5RVbRDydhgFc8XMabQmWnSKZeZhT { width:5.625rem;height:1.21853125rem;top:3.8122825622559rem;left:0.62500005960463rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dBqe9UZb8DORDL6gffMwRIWhdefRrx7d { width:9.125rem;height:6.875rem;top:5.7426223754883rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #opsvaDpM4Lv16mkJxwzkOTdNsX7wbHUt { width:9.0625rem;height:6.875rem;top:5.7437057495117rem;left:10.312500059604rem;display:block; }
 }@media only screen and (max-width: 763px) { #QugF3SPhtG0gTOkBKpQUPbEINTdFlXxy { width:9.125rem;height:6.875rem;top:16.644313812256rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE67TCGld8EatnaQM9Hd13OwDsiUvTCQ { width:9.125rem;height:6.875rem;top:16.644313812256rem;left:10.281033575535rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5c2BwV77z2RuRSz9F9PMaE0lpNwTmtT { width:16.0623125rem;height:0.97439375rem;top:13.241535186767rem;left:0.62500005960463rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ar2pdXEwHKaQ7DrDAtvJ9T5FvbvuU2tx { width:19.375rem;height:0.97439375rem;top:24.144313812256rem;left:0.62282985448838rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R01Tnkvm1OXQXucTGhg8ceMqlZNT3fQv { width:15.999375rem;height:0.97439375rem;top:35.305339389015rem;left:0.75629347562787rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EzDM7kBWferHKiBOV2O6WCPTQm315Gc0 { width:9.125rem;height:6.875rem;top:27.805337905884rem;left:10.374349653721rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZWHl4veJC9Ghpdu9MvNNw41u9vQVfRA { width:9.125rem;height:6.875rem;top:27.805337905884rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbWhw0bkyZnsvW8BWh8CbOZMLlFUIorf { width:5.625rem;height:1.38020625rem;top:38.779292636085rem;left:0.62500005960463rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iUSg3lvRMApoAh03Zno7xmKmaQfR2ukC { width:9.0625rem;height:6.625rem;top:42.374139308929rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn5sdTcniGxSK7QDBurrQPyESpVdFrr9 { width:11.311875rem;height:0.97439375rem;top:49.873048782349rem;left:0.65646702051162rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vUigJ4RBs1WlN2HCs3gQyfvupFlrQgEe { width:9.0625rem;height:6.625rem;top:52.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoNcGgXxGNgCkpBsCOcbMFFT2pTzFniX { width:9.0625rem;height:6.625rem;top:62.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilTdo7EaFKidUhZxLMsx1GJ0pQWO1RiQ { width:8.6870625rem;height:1.9487875rem;top:59.625rem;left:0.625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bFOy7lHKzZ5DMXBVMZH83ZOpJByOElnA { width:12.5rem;height:1.9487875rem;top:70.3125rem;left:0.625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MXyhLarJ0FWvwQr9C9DaLBg7Xefm8B8B { width:1.125rem;height:1.875rem;top:46.818580627441rem;left:8.0696621537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPVE8WTNroHFF0ZysbzylQ9xV7oefMyt { width:1.125rem;height:1.875rem;top:56.318361282349rem;left:8.0696621537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #loEtIb8gxgNp9dtWTKAJI8BFkUoq9iVq { width:1.125rem;height:1.875rem;top:67.0625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeWMOUR39xWfhmdxIIs45U3ChqpFhll5 { width:1.125rem;height:1.875rem;top:32.248699188233rem;left:8.0696621537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiKV9XIgcOvCZ2heKvq0i1CUQfd5CNes { width:1.25rem;height:1.9375rem;top:10.125217437744rem;left:7.9437933564187rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHWCS0eJkJTkSicpb5PfXuGAvutPPtyf { width:1.1875rem;height:1.9375rem;top:21.025825500488rem;left:8.005642950535rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLqUuZp9aX3VIpX1LgUDWiL7FR6KTiFp { width:2.1875rem;height:2.1875rem;top:31.937282562256rem;left:16.631945669651rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvT8hkOyZ2H5k07c7CTTBgnen5WhWE1f { width:2.1875rem;height:2.1875rem;top:9.8745651245119rem;left:16.631945669651rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3T8bEZTIfKIQh3hpmTXrQH836itqgum { width:2.1875rem;height:2.1875rem;top:20.776258468628rem;left:16.631945669651rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODU8CAmiNtgzwNe73rKlzzuNlOVfieER { width:8.5rem;height:32.375rem;top:44.255643844604rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU7cvRAoERrA01fTOTOn3dWqVw8Z60Ec { display:block; }#AU7cvRAoERrA01fTOTOn3dWqVw8Z60Ec > .row .container { width:20rem;height:25.721565246582rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0ZM4ZNvnL8IDpoh1TbtBVdR25xPRaOr { width:20rem;height:11.25rem;top:14.47158125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8PokTsig6wgQZrksTJITAir7tmGi9HO { width:15.7498125rem;height:8.4461875rem;top:4.2465267181396rem;left:1.2500000596046rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JpWFze6PNc6bERAhuRiVCl5z3q7NoKpq { width:17.5rem;height:1.462675rem;top:1.875rem;left:1.25rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Rku94JB3rFonATPltAa1PA9Bn4MdIEIL { display:block; }#Rku94JB3rFonATPltAa1PA9Bn4MdIEIL > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IoLrpbRl0eWgyrf7q3DXPMU2ODbhP363 { width:17.9375rem;height:1.462675rem;top:2.5rem;left:1.25rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #euo4TOQpKXEciKi2KqUgNKr5tWmvDiKX { width:16.9375rem;height:8.4461875rem;top:4.7243957519531rem;left:1.25rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SkTCvyO0O5KBTSR2AOTqqOoeGJSdSicO { width:20rem;height:11.25rem;top:14.970701217651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8shDZ7lseN23uyXQbntcViAJFWLg71J { display:block; }#M8shDZ7lseN23uyXQbntcViAJFWLg71J > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IThNt3WpNutJOlwqWCNQ4ZTiOrfGlMEJ { width:14.2480625rem;height:1.462675rem;top:6.643882751465rem;left:1.2500000596046rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VP6kKNJk04eMosHNTX1lGb2DwFy9vdBa { width:5.12478125rem;height:0.97439375rem;top:15.686850070953rem;left:14.318142950535rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZmTvQLnSwy1Bp0tCcV9lgqbBAWiCmvX5 { width:12.5rem;height:7.5rem;top:9.0928831100462rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1Dda03h3fvKTuI9d9LRmUxake4kOZiP { width:12.5rem;height:7.6855625rem;top:39.029949188233rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2kqJT6gQHK4yhiZtivJxh7C0PGE2ECF { width:9.936rem;height:1.462675rem;top:36.867406634614rem;left:1.2500000596046rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UyU9GZx5x8OPP26ai4iTwBu9B8AVFnPa { width:3.49935rem;height:0.97439375rem;top:45.810549736023rem;left:14.375001013279rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cbw2epAybViP58lnley9PET993T8x5FV { width:12.5rem;height:7.6875rem;top:17.286241531372rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI1LflFVfw3KQk2SHJSfluGhmHuDv8lC { width:12.5rem;height:7.6875rem;top:47.276916503906rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9dDkeHlOE2POc2FXqpI55Zg1m0uTnbE { width:5.12478125rem;height:1.9487875rem;top:23.023010253906rem;left:14.315321981907rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hxNgMM6ToNfisfGOsxe3k5XZVQyT7Scb { width:12.5rem;height:7.6875rem;top:25.528429985046rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSvUW6ZoH5txkXKnsODBmJorBie2WeCz { width:5.43728125rem;height:0.97439375rem;top:54.057510375976rem;left:14.404948294162rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uJu8oClgcZ8Ux7F8mvGctDCkMtbwTX7m { width:4.0625rem;height:0.97439375rem;top:32.309028625488rem;left:14.317491590977rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sAJ9BnnHTH90wzIf1koROn1ag09XvdPv { width:12.5rem;height:7.6875rem;top:55.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZuLwlPQJemzMVCkoVLvPzioFrLdbhv5 { width:5.12478125rem;height:0.97439375rem;top:62.9375rem;left:14.875rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IcpZmHxH7ABTZ0OWri41wl9RvsknV2Lu { width:18.375rem;height:3.16731875rem;top:1.3125rem;left:1.25rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HsTN7D7BF01IQet0HVGeknKb9XEeUE0r { display:block; }#HsTN7D7BF01IQet0HVGeknKb9XEeUE0r > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wS928yq6gETskExESaFeVm5BpOBfREfM { width:14.2480625rem;height:2.43706875rem;top:15.436199188233rem;left:1.9997830986977rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dNc9MwtX6xzTwGwcn1J8UKCgM80Kw6D0 { width:20rem;height:10.45rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q649KrO47bhTDGa2lkhEgDDatlJidOnR { width:4.31206875rem;height:1.38020625rem;top:26.875rem;left:7.8125rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GfdAclCaTK4Zl4tVVnTwfWuaZoa8tusq { width:20rem;height:10.452261306533rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkHlNsUTy2WBufVBsnBiKEA3Qlkee3sC { width:3.31163125rem;height:1.38020625rem;top:48.25rem;left:6.9375rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #v1AMtvRVvxsJClPG7iEWKi3A6PN0a1yK { width:20rem;height:10.4275rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEKDQn9qx3QdWu0N2sOTnFP8T88LuTv4 { width:4.62456875rem;height:1.38020625rem;top:37.1875rem;left:2rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VkcUuhgAUziSHyNgk1Xa8NkucovAkniW { width:20rem;height:5.43185625rem;top:56.526703357696rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei8FTE5SoqCxKZMCWm68omIEWE50oTJR { width:20rem;height:13.9995625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt { display:block; }#Xd98c0WL3Umb8ziZDQTJbWTI5bbUCJHt > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtyPp1gblEW02TPyUUFXwKs6psxkH1Vm { width:16.875rem;height:9.7439375rem;top:11.514759063721rem;left:2.4058160185814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEb89TVTU8lrMAGUv77Z0UT3kknOLheq { width:16.8120625rem;height:3.93663125rem;top:4.0755233764649rem;left:2.5368924736977rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK6H7gRnoAPF5oGEHM1NwC6meLGmvP34 { width:7.3123125rem;height:1.2999125rem;top:9.286460876465rem;left:7.8114157319069rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKhqyrq9XEIzrFf8cHSWH7pDrg5tefI5 { width:7.061625rem;height:1.2999125rem;top:9.3500442504881rem;left:12.938368856907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyGg94KBXfEOZQCXi2KxxpThzl43BIiv { width:6.936875rem;height:1.2999125rem;top:9.3511314392087rem;left:2.1234810948372rem;font-size:1rem;display:block; }
 }