.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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { background-color:#c9d1d3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { background-color: transparent; background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .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); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { border-width: 0; border-radius: 0; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container {  }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:60rem;height:23.625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#Ep5ffL6OgX4TJTt0mriJcMMghtSZVuC5 { color:#003f2e;display:block;width:49.4375rem;position:absolute;font-family:financier;font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.25rem;left:5.43701171875rem;height:13.40625rem;font-style:normal;display:block; }
#Gd5P6dqCmUnSJVAAPrNS1ieLSZxqqpCO { position:absolute;display:block;z-index:15003;background-color:#17e88f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:0.4375rem;top:7.6866321563719rem;left:3.22265625rem;display:block; }
#wLf3cZGeD70IadTStn23ZcAwdcMBVEDv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:5.0625rem;top:2.3125rem;left:4.0625rem;overflow:hidden;display:block; }
#TUawoOiT5F9NXBuZB38Ad9zpIt3UUg95 { color:#003f2d;display:block;width:49.4375rem;position:absolute;font-family:calibre;font-size:1.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.99951171875rem;left:5.43701171875rem;height:2.51855625rem;display:block; }
#eL1JkQEu9XlxopaVSgCA2vUc8ttlvPsy { color:#003f2e;display:block;width:49.436875rem;position:absolute;font-family:financier;font-size:3.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.284071922303rem;left:5.4361991882324rem;height:4.46875rem;font-style:normal;display:block; }
#wfRTJNGTI36GKMFz3FWO1LDJhlae7gwk { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:147.75rem;width:60rem;top:0.62282562255859rem;left:0rem;display:block; }
#gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c9d1d3;background-image:none;position:relative;display:block; }#gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A > .row .container { background-color: transparent; background-image: none; }#gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A > .row .container > .video-iframe-container { display: none; }#gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A > .row > .video-iframe-container { display: none; }#gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A > .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); }#gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A > .row .container { border-width: 0; border-radius: 0; }#gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A > .row > .video-iframe-container {  }#gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A > .row .container { font-size:0.875rem;font-family:arial;height:58.625rem;width:60rem;position:relative;display:block; }#DJ4kiec2SGuPHsS2Xxs5tUKKU9nJgd0l { color:#435255;display:block;width:24.5625rem;position:absolute;font-family:calibre;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:23.375rem;left:5.5625rem;height:16.875rem;display:block; }
#OK4T3UuN8A9SPTm0WU6XEJuVbCSE7E20 { color:#435255;display:block;width:16.6873125rem;position:absolute;font-family:calibre;font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.25rem;left:3.875rem;height:4.548825rem;display:block; }
#tVCUGPIBGkfxbHTyFZiT4aEhVV2nVT63 { position:absolute;display:block;z-index:15006;background-color:#f0ecd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:56.4375rem;width:56.3125rem;top:2.0605487823486rem;left:1.71875rem;display:block; }
#bBdf8ISPqSMy0xFo1KJELQ9oZafct0a7 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:33.811875rem;top:36.930340766907rem;left:1.71875rem;overflow:hidden;display:block; }
#bUozTmo5RrfnTt7gfOtvLUoftOnlxWMS { color:#435255;display:block;width:24.5605625rem;position:absolute;font-family:calibre;font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:5.4375rem;left:5.5625rem;height:14.0625rem;font-style:normal;display:block; }
#AUTrUKu45UMgHhVAFt8p0dGONoDWXrQG { position:absolute;display:block;z-index:15024;height:25.25rem;width:18.0625rem;top:10.24609375rem;left:37.625rem;display:block; }
#k1xaTrZ5HK6KdAHaqDyRhpTwcEtkdXFP { position:absolute;display:block;z-index:15023;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.6875rem;width:19.625rem;top:5.18359375rem;left:37.65625rem;display:block; }
#lcsRrdtVinf4k4TFTW8DzUSUVvkZQQtO { color:#435255;display:block;width:19rem;position:absolute;font-family:calibre;font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:01;letter-spacing:0;top:5.875rem;left:38.03125rem;height:3.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c9d1d3;background-image:none;position:relative;display:block; }#iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B > .row .container { background-color: transparent; background-image: none; }#iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B > .row .container > .video-iframe-container { display: none; }#iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B > .row > .video-iframe-container { display: none; }#iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B > .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); }#iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B > .row .container { border-width: 0; border-radius: 0; }#iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B > .row > .video-iframe-container {  }#iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B > .row .container { font-size:0.875rem;font-family:arial;height:60.5rem;width:60rem;position:relative;display:block; }#SMIXH4LvOurAJKpKAoRZpQqKTysU25Hh { color:#435254;display:block;width:34.3125rem;position:absolute;font-family:calibre;font-size:1.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:34rem;left:18.3125rem;height:18.84375rem;display:block; }
#TvCDnXHxE8O2LymV1OuGMwhnWKbcP16J { 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:15003;top:32.5rem;left:14.5625rem; }
#luRy6RlVKVKOW1zlPFLIlg1t4KJBSD7m { 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:15005;top:51.3125rem;left:48.125rem; }
#n2bTW3RHSPE6vx6AHmbO8lkbh2xz5kIH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:9.6875rem;top:44.6875rem;left:5.8125rem;overflow:hidden;display:block; }
#wZa2WADtaZGG2uoS77PP9bovu2HRlRHv { color:#435255;display:block;width:27.6248125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:55rem;left:5.8125rem;height:2.9243625rem;text-align:left;text-align-last:left;display:block; }
#cVm6hEzA8KUGTohqC4rUinstHnDUdwBb { color:#435254;display:block;width:30.7486875rem;position:absolute;font-family:calibre;font-size:1.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:9.5rem;height:14.1328125rem;display:block; }
#m4aUafqFiVAn01HUrftuF7LFod8ASS5B { 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:15004;top:5.0625rem;left:5.8125rem; }
#X6VDu9s4ZBWUBPDmDVUPFDWnMDV13g6L { 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:15006;top:19.875rem;left:36.5rem; }
#x7fqd5cHt5Gu8pE04pgVcJKkwTAVkWSd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:9.6875rem;top:13rem;left:42.875rem;overflow:hidden;display:block; }
#gsgqvC8OX7uVaTs41Gprea0dp4izblCg { color:#435255;display:block;width:19.125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.4375rem;left:33.4375rem;height:2.9243625rem;text-align:right;text-align-last:right;display:block; }
#l6hnRSh8ftuMh19WqXkxom9AkfZeZNoZ { position:absolute;display:block;z-index:15002;background-color:#f0ecd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.5rem;width:56.3125rem;top:30.483727455139rem;left:1.8424491882324rem;display:block; }
#B5XfUAZUqBT9ORaSyvUXIgFbtxy4AU2Z { 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:15005;top:51.3125rem;left:48.125rem;display:none; }
#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c9d1d3;background-image:none;position:relative;display:block; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { background-color: transparent; background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .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); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { border-width: 0; border-radius: 0; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container {  }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { box-sizing:content-box;color:#1c1c1c;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:2.125rem;left:24.4375rem;display:block; }
#AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.25rem;left:7.1875rem;height:1.38139375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ep5ffL6OgX4TJTt0mriJcMMghtSZVuC5 { top:8.1875rem;left:0rem;width:47.75rem;height:8.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd5P6dqCmUnSJVAAPrNS1ieLSZxqqpCO { top:7.625rem;left:0rem;width:0.4375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLf3cZGeD70IadTStn23ZcAwdcMBVEDv { top:2.3125rem;left:0rem;width:5.0625rem;height:1.1865821317323rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUawoOiT5F9NXBuZB38Ad9zpIt3UUg95 { top:18.9375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL1JkQEu9XlxopaVSgCA2vUc8ttlvPsy { top:12.25rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfRTJNGTI36GKMFz3FWO1LDJhlae7gwk { top:0.5625rem;left:0rem;width:47.75rem;height:147.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A { display:block; }#gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJ4kiec2SGuPHsS2Xxs5tUKKU9nJgd0l { top:23.375rem;left:0rem;width:24.5rem;height:16.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK4T3UuN8A9SPTm0WU6XEJuVbCSE7E20 { top:20.25rem;left:0rem;width:16.625rem;height:4.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVCUGPIBGkfxbHTyFZiT4aEhVV2nVT63 { top:2rem;left:0rem;width:47.75rem;height:56.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBdf8ISPqSMy0xFo1KJELQ9oZafct0a7 { top:36.875rem;left:0rem;width:33.75rem;height:21.523041091333rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUozTmo5RrfnTt7gfOtvLUoftOnlxWMS { top:5.4375rem;left:0rem;width:24.5rem;height:14.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUTrUKu45UMgHhVAFt8p0dGONoDWXrQG { top:10.1875rem;left:29.6875rem;width:18.0625rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1xaTrZ5HK6KdAHaqDyRhpTwcEtkdXFP { top:5.125rem;left:28.125rem;width:19.625rem;height:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcsRrdtVinf4k4TFTW8DzUSUVvkZQQtO { top:5.875rem;left:28.75rem;width:19rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B { display:block; }#iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMIXH4LvOurAJKpKAoRZpQqKTysU25Hh { top:34rem;left:12.1875rem;width:34.25rem;height:18.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvCDnXHxE8O2LymV1OuGMwhnWKbcP16J { top:32.5rem;left:8.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luRy6RlVKVKOW1zlPFLIlg1t4KJBSD7m { top:51.3125rem;left:42rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2bTW3RHSPE6vx6AHmbO8lkbh2xz5kIH { top:44.6875rem;left:0rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZa2WADtaZGG2uoS77PP9bovu2HRlRHv { top:55rem;left:0rem;width:27.5625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVm6hEzA8KUGTohqC4rUinstHnDUdwBb { top:6.5625rem;left:3.375rem;width:30.6875rem;height:14.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4aUafqFiVAn01HUrftuF7LFod8ASS5B { top:5.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6VDu9s4ZBWUBPDmDVUPFDWnMDV13g6L { top:19.875rem;left:30.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7fqd5cHt5Gu8pE04pgVcJKkwTAVkWSd { top:13rem;left:36.75rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsgqvC8OX7uVaTs41Gprea0dp4izblCg { top:23.4375rem;left:27.3125rem;width:19.0625rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6hnRSh8ftuMh19WqXkxom9AkfZeZNoZ { top:30.4375rem;left:0rem;width:47.75rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5XfUAZUqBT9ORaSyvUXIgFbtxy4AU2Z { top:51.3125rem;left:42rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { display:block; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { top:2.125rem;left:18.3125rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { top:2.25rem;left:1.0625rem;width:23.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { background-color:#ffffff;background-image:none;display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { background-color: transparent; background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .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); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ep5ffL6OgX4TJTt0mriJcMMghtSZVuC5 { width:16.6875rem;height:7.79829375rem;top:4.25rem;left:1.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd5P6dqCmUnSJVAAPrNS1ieLSZxqqpCO { width:0.375rem;height:15.25rem;top:3.798828125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLf3cZGeD70IadTStn23ZcAwdcMBVEDv { width:5.0625rem;height:1.1875rem;top:1.125rem;left:0.093359023332594rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUawoOiT5F9NXBuZB38Ad9zpIt3UUg95 { width:16.9375rem;height:5.60369375rem;top:13.380859375rem;left:1.5312501192093rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL1JkQEu9XlxopaVSgCA2vUc8ttlvPsy { width:13.9994375rem;height:2.59943125rem;top:9.5081672668456rem;left:1.7498224377632rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfRTJNGTI36GKMFz3FWO1LDJhlae7gwk { width:20rem;height:7.6248125rem;top:4.3350496292114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A { background-color:#ffffff;background-image:none;display:block; }#gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A > .row .container { background-color: transparent; background-image: none; }#gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A > .row .container > .video-iframe-container { display: none; }#gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A > .row > .video-iframe-container { display: none; }#gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A > .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); }#gQvB3mgZJGszWMMoCrLLEWDNMDI9fo3A > .row .container { width:20rem;height:83.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJ4kiec2SGuPHsS2Xxs5tUKKU9nJgd0l { width:16.5625rem;height:18.89205rem;top:56.875rem;left:1.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK4T3UuN8A9SPTm0WU6XEJuVbCSE7E20 { width:16.6873125rem;height:3.4108625rem;top:54.374998092651rem;left:1.0609019398689rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVCUGPIBGkfxbHTyFZiT4aEhVV2nVT63 { width:20rem;height:82.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBdf8ISPqSMy0xFo1KJELQ9oZafct0a7 { width:20rem;height:12.6875rem;top:71.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUozTmo5RrfnTt7gfOtvLUoftOnlxWMS { width:16.624625rem;height:10.6889375rem;top:2.9358987808227rem;left:1.6867898106575rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUTrUKu45UMgHhVAFt8p0dGONoDWXrQG { width:18.0619375rem;height:25.2494375rem;top:18.749999523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1xaTrZ5HK6KdAHaqDyRhpTwcEtkdXFP { width:19.1868125rem;height:37.562125rem;top:14.934303283691rem;left:0.37482243776321rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcsRrdtVinf4k4TFTW8DzUSUVvkZQQtO { width:18.9995625rem;height:3.125rem;top:15.625rem;left:0.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B { background-color:#ffffff;background-image:none;display:block; }#iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B > .row .container { background-color: transparent; background-image: none; }#iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B > .row .container > .video-iframe-container { display: none; }#iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B > .row > .video-iframe-container { display: none; }#iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B > .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); }#iDiC88MdcxuyyrxpGfAPqnw7wOHbzc9B > .row .container { width:20rem;height:73.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMIXH4LvOurAJKpKAoRZpQqKTysU25Hh { width:17.3118125rem;height:17.871125rem;top:37.127129554749rem;left:1.4053621888161rem;font-size:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #TvCDnXHxE8O2LymV1OuGMwhnWKbcP16J { width:3.125rem;height:3.125rem;top:1.375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #luRy6RlVKVKOW1zlPFLIlg1t4KJBSD7m { width:3.125rem;height:3.125rem;top:14.624466896057rem;left:14.561434328556rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #n2bTW3RHSPE6vx6AHmbO8lkbh2xz5kIH { width:9.6875rem;height:9.6875rem;top:58.999464988709rem;left:9.0917964577675rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZa2WADtaZGG2uoS77PP9bovu2HRlRHv { width:18.3744375rem;height:2.59765rem;top:69.24893426895rem;left:0.49893456697464rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #cVm6hEzA8KUGTohqC4rUinstHnDUdwBb { width:17.1875rem;height:12.9971875rem;top:3.1232242584229rem;left:1.4053621888161rem;font-size:1.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #m4aUafqFiVAn01HUrftuF7LFod8ASS5B { width:3.125rem;height:3.125rem;top:35.267221450806rem;left:0.74751418828963rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6VDu9s4ZBWUBPDmDVUPFDWnMDV13g6L { width:3.125rem;height:3.125rem;top:49.200325878906rem;left:8.4375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #x7fqd5cHt5Gu8pE04pgVcJKkwTAVkWSd { width:9.6875rem;height:9.6875rem;top:17.749464988709rem;left:1.4053621888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsgqvC8OX7uVaTs41Gprea0dp4izblCg { width:17.9368125rem;height:2.436075rem;top:28.124111890793rem;left:1.3112569451332rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l6hnRSh8ftuMh19WqXkxom9AkfZeZNoZ { width:20rem;height:38.9375rem;top:33.874820709229rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5XfUAZUqBT9ORaSyvUXIgFbtxy4AU2Z { width:3.125rem;height:3.125rem;top:54.430929660797rem;left:14.623578608036rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { background-color:#ffffff;background-image:none;display:block; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { background-color: transparent; background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .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); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { width:1.6875rem;height:1.6875rem;top:1.09375rem;left:17.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { width:20rem;height:1.38139375rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }