.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(268deg, #a8c9c8, #ffffff);background-image: -moz-linear-gradient(268deg, #a8c9c8, #ffffff);background-image: -ms-linear-gradient(268deg, #a8c9c8, #ffffff);background-image: -o-linear-gradient(268deg, #a8c9c8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8c9c8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8c9c8', endColorstr='#ffffff' );";background-image: linear-gradient(268deg, #a8c9c8, #ffffff);background-size:contain !important;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm { position:relative;display:block; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm { background-color: transparent; background-image: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container > .video-iframe-container { display: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row > .video-iframe-container { display: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm { border-width: 0; border-radius: 0; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(268deg, #a8c9c8, #ffffff);background-image: -moz-linear-gradient(268deg, #a8c9c8, #ffffff);background-image: -ms-linear-gradient(268deg, #a8c9c8, #ffffff);background-image: -o-linear-gradient(268deg, #a8c9c8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8c9c8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8c9c8', endColorstr='#ffffff' );";background-image: linear-gradient(268deg, #a8c9c8, #ffffff);background-size:auto !important;font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#gTU7vbPT5NaFP8ZfDwu0XDrLTHRbAtDP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:8.4375rem;top:0.59375rem;left:1.875rem;overflow:hidden;display:block; }
#ETKGTvi2vJa36H8vJ8yB1poBg5gylzaT { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:1.375rem;left:11.5rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J9XgTALK017C1ruZzoUDiCk14nvLNUKq { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.46875rem;left:45.029296875rem;display:block; }
#Eilshkg5RERxXEa3h0090pTGZT3QP69W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC { position:relative;display:block; }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC { background-color: transparent; background-image: none; }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC > .row .container > .video-iframe-container { display: none; }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC > .row > .video-iframe-container { display: none; }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC > .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); }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC { border-width: 0; border-radius: 0; }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#gchclgT0TfXoekCUt8EezME4xI5aQf85 { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"josefin sans";font-size:2rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.1875rem;left:2.6875rem;height:4.3984375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#en9F2GB1F1q6uw54vxHHkRuHgHxD1484 { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:7.3125rem;left:13.5rem;height:7.41796875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#hMrSNroR3fq0IZRdsB3XGM3TDfU4bcvH { box-sizing:content-box;height:22.0625rem;width:27.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0.1875rem;left:31.9375rem;border-top:0.0625rem solid #db7186;border-left:0.0625rem solid #db7186;border-right:0.0625rem solid #db7186;border-bottom:0.0625rem solid #db7186;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
#uax5lBPEacwJgo8Q5IZfsWJFqbSSOVPh { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.375rem;left:32.8125rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xr6X6GpL7bBZ9iq2D1TNAXXv5KmfvQyQ { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:3.5rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wbasrXpTtZdRbrtHc5AGtlC3ZHQ7W2JR { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:4.3125rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Az4BtsJzU3HiWAGfXTJs55Fhyitsp60s { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:6.5rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BvPdRA9tslsTkcadUu4pTuF1ecLeGhuK { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:7.5rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#z1yuoGm0npIlJOOswyX2O1bMi6T7HLnJ { color:#000000;display:block;width:9.25rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:9.6875rem;left:32.875rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#niJub4bI2XsQTRXiwhEowDvvTo3X1Rur { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:10.625rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sOEg6PwSo5XTOBAeopUDZB4E0BMPCsSR { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:12.8125rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TJ2QP5nOCP6ZgLKAbP6p1E57a9XcXAfd { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:13.625rem;left:32.8125rem;height:0.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#M2g8T3N0TtJA6F2P3Cfyk46UfEOLgL2W { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:15.91796875rem;left:32.8125rem;height:2.47265625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#szCzcFyHoHuIQl6uLpNTP8ephyr2dIP6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:20.09375rem;left:34.53125rem; }
#brZRFuA1N5RtmS5mgvCyObTaSR55eh67 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:21.375rem;display:none; }
#D7HtdshOTHRTMvhDbQdLiW9xZTL9KWEg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:18.390625rem;left:36.40625rem;display:none; }
#oGpTTKpXCWEViTvdlsZlNmHnNSvVqFrA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:18.375rem;left:13.5rem;display:none; }
#tKCXdBgweCTSVeuvFpBbRvum3b81KBRw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.75rem;top:8.75rem;left:6.9375rem;display:none; }
#f7P5rCT14muZGfbaXNGOrNsvbgErVmvl { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"josefin sans";font-size:2rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.1875rem;left:2.6875rem;height:4.3994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tqTgqgKPST9f3bAzmhp5EtedVORlLvyD { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:22.0625rem;top:4.3125rem;left:0rem;overflow:hidden;display:block; }
#M19i4NGSVWu61cZTthVPtzFLxeoMTKN6 { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"josefin sans";font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:8.25rem;left:13.5rem;height:9.61911875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xilTh369Xycr0lX8Ps9HeTivi44rD609 { box-sizing:content-box;height:25.25rem;width:27.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1875rem;left:31.375rem;border-top:0.0625rem solid #a8c9c8;border-left:0.0625rem solid #a8c9c8;border-right:0.0625rem solid #a8c9c8;border-bottom:0.0625rem solid #a8c9c8;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#tyUeaZ8KdpZL6zCLKbk3myQCLeKNP4JR { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.375rem;left:32.25rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KWkSpUDLOITm4bFlJC5TBuaC4oz1kGVH { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:4.5rem;left:32.25rem;height:0.82475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nCy72ZOGyPevsSVa5VHJZI9bLTeEyqNt { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:5.3125rem;left:32.25rem;height:0.82475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GHZgm5wuMdxTxxgbG0abQ1TsBrHiJkHH { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:7.5rem;left:32.25rem;height:0.82475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZdGIFH6UitkK2nAHzwTcoE0A2rVA5T4Z { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:8.5rem;left:32.25rem;height:0.82475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X31IvO2QRSHqRAFJsxgZo2mPHmet7zec { color:#000000;display:block;width:9.25rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:10.6875rem;left:32.3125rem;height:0.82470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#etSL8C36r6FXOowNJpINaWFFVVGPIukx { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:11.625rem;left:32.25rem;height:0.82470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p2MCm2nX1Ulmk7kNm1h3pOkGbSAm7slh { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:13.8125rem;left:32.25rem;height:0.82475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eJLUfodVDdaL6rGFGKdfVXoR1TvfFTRG { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:14.625rem;left:32.25rem;height:0.82475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HIQ7eFTVB2D5MVWeMGJmT5SSApMgNrzR { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"josefin sans";font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:16.8125rem;left:32.25rem;height:2.47265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T5NRN2H5G3pnQNU1miVuQxiwxIobUlmQ { position:absolute;display:block;z-index:15053;height:21.75rem;width:14.625rem;top:4.0625rem;left:43.4375rem;display:block; }
#cox69hQZx170ZSVph9tNrzCADrN8B3L5 { position:relative;display:block; }#cox69hQZx170ZSVph9tNrzCADrN8B3L5 { background-color: transparent; background-image: none; }#cox69hQZx170ZSVph9tNrzCADrN8B3L5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cox69hQZx170ZSVph9tNrzCADrN8B3L5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cox69hQZx170ZSVph9tNrzCADrN8B3L5 > .row .container > .video-iframe-container { display: none; }#cox69hQZx170ZSVph9tNrzCADrN8B3L5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cox69hQZx170ZSVph9tNrzCADrN8B3L5 > .row > .video-iframe-container { display: none; }#cox69hQZx170ZSVph9tNrzCADrN8B3L5 > .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); }#cox69hQZx170ZSVph9tNrzCADrN8B3L5 { border-width: 0; border-radius: 0; }#cox69hQZx170ZSVph9tNrzCADrN8B3L5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cox69hQZx170ZSVph9tNrzCADrN8B3L5 > .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:5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wJqgR36SxxJRBHE16HcRZm6DhJ1MhM7x { color:#000000;display:block;width:51.875rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:0.91796875rem;left:4.0625rem;height:3.1621125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fREdKw7rMEBc5UupAZ4z3oK12iRMW8kE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:18.390625rem;left:36.40625rem;display:none; }
#hZJ2oafm2K8AwzATU2JLQ7h89q2zF8qF { position:relative;display:block; }#hZJ2oafm2K8AwzATU2JLQ7h89q2zF8qF { background-color: transparent; background-image: none; }#hZJ2oafm2K8AwzATU2JLQ7h89q2zF8qF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZJ2oafm2K8AwzATU2JLQ7h89q2zF8qF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZJ2oafm2K8AwzATU2JLQ7h89q2zF8qF > .row .container > .video-iframe-container { display: none; }#hZJ2oafm2K8AwzATU2JLQ7h89q2zF8qF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZJ2oafm2K8AwzATU2JLQ7h89q2zF8qF > .row > .video-iframe-container { display: none; }#hZJ2oafm2K8AwzATU2JLQ7h89q2zF8qF > .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); }#hZJ2oafm2K8AwzATU2JLQ7h89q2zF8qF { border-width: 0; border-radius: 0; }#hZJ2oafm2K8AwzATU2JLQ7h89q2zF8qF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hZJ2oafm2K8AwzATU2JLQ7h89q2zF8qF > .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:24.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pd6SQGB0i7k1Ms8iTHBkEZXL3O6IsRtP { 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.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28rem;height:2.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:12rem;left:16rem;display:block; }
#CHuS0S0F4TCNfLko7ROcP9GUC1WNrlI4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ob43cDmcJa2ZaupQnRqtwQ54WI3wX7ea { box-sizing:content-box;height:22.0625rem;width:27.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0.1875rem;left:31.9375rem;border-top:0.0625rem solid #db7186;border-left:0.0625rem solid #db7186;border-right:0.0625rem solid #db7186;border-bottom:0.0625rem solid #db7186;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
#MWmRCq07t9KE7Umkq6F4iSrxyx2ltWv3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9993125rem;width:26.25rem;top:2.375rem;left:16.875rem;overflow:hidden;display:block; }
#h7KATRpXgsgSMcZ3X5Sl8fIbVlsiqBVD { box-sizing:content-box;height:8.187rem;width:27.562rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:1.625rem;left:16.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#pge1ky85allT97gmwBToC9nbiGF9R452 { color:#000000;display:block;width:41.749rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:16.46875rem;left:9.125rem;height:6.13671875rem;display:block; }#pge1ky85allT97gmwBToC9nbiGF9R452 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pge1ky85allT97gmwBToC9nbiGF9R452 li:before{  }
#W5HPODP2ViVaZHb9AfAkIpeEb1XFWga1 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:7.875rem;top:1.9052734375rem;left:47.3408203125rem;overflow:hidden;display:block; }
#OV2hbvkm4BHTNA7S418zs0yZI13AgDl6 { position:relative;display:block; }#OV2hbvkm4BHTNA7S418zs0yZI13AgDl6 { background-color: transparent; background-image: none; }#OV2hbvkm4BHTNA7S418zs0yZI13AgDl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV2hbvkm4BHTNA7S418zs0yZI13AgDl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV2hbvkm4BHTNA7S418zs0yZI13AgDl6 > .row .container > .video-iframe-container { display: none; }#OV2hbvkm4BHTNA7S418zs0yZI13AgDl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV2hbvkm4BHTNA7S418zs0yZI13AgDl6 > .row > .video-iframe-container { display: none; }#OV2hbvkm4BHTNA7S418zs0yZI13AgDl6 > .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); }#OV2hbvkm4BHTNA7S418zs0yZI13AgDl6 { border-width: 0; border-radius: 0; }#OV2hbvkm4BHTNA7S418zs0yZI13AgDl6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OV2hbvkm4BHTNA7S418zs0yZI13AgDl6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(268deg, #a8c9c8, #ffffff);background-image: -moz-linear-gradient(268deg, #a8c9c8, #ffffff);background-image: -ms-linear-gradient(268deg, #a8c9c8, #ffffff);background-image: -o-linear-gradient(268deg, #a8c9c8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8c9c8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8c9c8', endColorstr='#ffffff' );";background-image: linear-gradient(268deg, #a8c9c8, #ffffff);background-size:auto !important;font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#CJJpW63cTL1EVnwdab6XeG0b45W8cpMl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:8.4375rem;top:0.59375rem;left:1.875rem;overflow:hidden;display:block; }
#ntF4TfJ3z8k7c0eLwW3Af01TO03nAdA1 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:1.375rem;left:11.5rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b2o6HpcoWxCpFiwDMgXL3bulT3ThPOr8 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.46875rem;left:45.029296875rem;display:block; }
#HLXLa9xRi6shTUgnV5X6mg9cdMV63LwE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM { position:relative;display:none; }#z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM { border-width: 0; border-radius: 0; }#z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(268deg, #f69c9e, #ffffff);background-image: -moz-linear-gradient(268deg, #f69c9e, #ffffff);background-image: -ms-linear-gradient(268deg, #f69c9e, #ffffff);background-image: -o-linear-gradient(268deg, #f69c9e, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69c9e', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69c9e', endColorstr='#ffffff' );";background-image: linear-gradient(268deg, #f69c9e, #ffffff);background-size:auto !important;font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#JKHUASc1lPCv2RHJwITTAITlaCZiRyUR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:6.625rem;top:0.1875rem;left:2rem;overflow:hidden;display:block; }
#kTMO8L21MyL7Td0Z1aLCdoR1R4yGCdXt { color:#000000;display:block;width:12rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:2.0625rem;left:9.75rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HnKfpk8ZXQi1LmltzEoI34wfowosEWQC { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.46875rem;left:45.029296875rem;display:block; }
#qVvZGTxFOvTs9a16acTXR0h0okDOkEdV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm { display:block; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTU7vbPT5NaFP8ZfDwu0XDrLTHRbAtDP { top:0.5625rem;left:0rem;width:8.4375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETKGTvi2vJa36H8vJ8yB1poBg5gylzaT { width:18.125rem;height:5.5rem;top:1.375rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9XgTALK017C1ruZzoUDiCk14nvLNUKq { width:12.625rem;height:2.8125rem;top:2.4375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eilshkg5RERxXEa3h0090pTGZT3QP69W { display:block; }
 }@media only screen and (max-width: 763px) { #lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC { display:block; }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gchclgT0TfXoekCUt8EezME4xI5aQf85 { width:28.0625rem;height:4.375rem;top:1.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #en9F2GB1F1q6uw54vxHHkRuHgHxD1484 { width:17.6875rem;height:2.4375rem;top:4.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMrSNroR3fq0IZRdsB3XGM3TDfU4bcvH { top:0.1875rem;left:20.125rem;width:27.5rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uax5lBPEacwJgo8Q5IZfsWJFqbSSOVPh { width:18.25rem;height:1.625rem;top:23.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr6X6GpL7bBZ9iq2D1TNAXXv5KmfvQyQ { width:12.75rem;height:0.8125rem;top:3.5rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbasrXpTtZdRbrtHc5AGtlC3ZHQ7W2JR { width:10.3125rem;height:0.8125rem;top:4.3125rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az4BtsJzU3HiWAGfXTJs55Fhyitsp60s { width:6.5rem;height:0.8125rem;top:6.5rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvPdRA9tslsTkcadUu4pTuF1ecLeGhuK { width:10.4375rem;height:0.8125rem;top:7.5rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1yuoGm0npIlJOOswyX2O1bMi6T7HLnJ { width:9.25rem;height:0.8125rem;top:9.6875rem;left:26.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niJub4bI2XsQTRXiwhEowDvvTo3X1Rur { width:9.8125rem;height:0.8125rem;top:10.625rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOEg6PwSo5XTOBAeopUDZB4E0BMPCsSR { width:9.625rem;height:0.8125rem;top:12.8125rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ2QP5nOCP6ZgLKAbP6p1E57a9XcXAfd { width:10.25rem;height:0.8125rem;top:13.625rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2g8T3N0TtJA6F2P3Cfyk46UfEOLgL2W { width:12.875rem;height:2.4375rem;top:15.875rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szCzcFyHoHuIQl6uLpNTP8ephyr2dIP6 { top:20.0625rem;left:28.40625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #brZRFuA1N5RtmS5mgvCyObTaSR55eh67 { width:21.375rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7HtdshOTHRTMvhDbQdLiW9xZTL9KWEg { top:18.375rem;left:30.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGpTTKpXCWEViTvdlsZlNmHnNSvVqFrA { top:18.375rem;left:7.40625rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKCXdBgweCTSVeuvFpBbRvum3b81KBRw { top:8.75rem;left:0.8125rem;width:12.5rem;height:4.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7P5rCT14muZGfbaXNGOrNsvbgErVmvl { width:28.0625rem;height:4.375rem;top:1.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqTgqgKPST9f3bAzmhp5EtedVORlLvyD { top:4.3125rem;left:0rem;width:22.0625rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M19i4NGSVWu61cZTthVPtzFLxeoMTKN6 { width:17.3125rem;height:2.875rem;top:8.25rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xilTh369Xycr0lX8Ps9HeTivi44rD609 { top:1.1875rem;left:20.125rem;width:27.5rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyUeaZ8KdpZL6zCLKbk3myQCLeKNP4JR { width:9.3125rem;height:1.0625rem;top:2.375rem;left:26.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWkSpUDLOITm4bFlJC5TBuaC4oz1kGVH { width:12.75rem;height:0.8125rem;top:4.5rem;left:26.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCy72ZOGyPevsSVa5VHJZI9bLTeEyqNt { width:10.3125rem;height:0.8125rem;top:5.3125rem;left:26.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHZgm5wuMdxTxxgbG0abQ1TsBrHiJkHH { width:6.5rem;height:0.8125rem;top:7.5rem;left:26.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdGIFH6UitkK2nAHzwTcoE0A2rVA5T4Z { width:10.4375rem;height:0.8125rem;top:8.5rem;left:26.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X31IvO2QRSHqRAFJsxgZo2mPHmet7zec { width:9.25rem;height:0.8125rem;top:10.6875rem;left:26.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etSL8C36r6FXOowNJpINaWFFVVGPIukx { width:9.8125rem;height:0.8125rem;top:11.625rem;left:26.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2MCm2nX1Ulmk7kNm1h3pOkGbSAm7slh { width:9.625rem;height:0.8125rem;top:13.8125rem;left:26.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJLUfodVDdaL6rGFGKdfVXoR1TvfFTRG { width:10.25rem;height:0.8125rem;top:14.625rem;left:26.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIQ7eFTVB2D5MVWeMGJmT5SSApMgNrzR { width:12.875rem;height:2.4375rem;top:16.8125rem;left:26.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5NRN2H5G3pnQNU1miVuQxiwxIobUlmQ { top:4.0625rem;left:33.125rem;width:14.625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cox69hQZx170ZSVph9tNrzCADrN8B3L5 { display:block; }#cox69hQZx170ZSVph9tNrzCADrN8B3L5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJqgR36SxxJRBHE16HcRZm6DhJ1MhM7x { width:47.75rem;height:3.125rem;top:0.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fREdKw7rMEBc5UupAZ4z3oK12iRMW8kE { top:18.375rem;left:30.28125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZJ2oafm2K8AwzATU2JLQ7h89q2zF8qF { display:block; }#hZJ2oafm2K8AwzATU2JLQ7h89q2zF8qF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pd6SQGB0i7k1Ms8iTHBkEZXL3O6IsRtP { width:28rem;height:2.9375rem;top:12rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHuS0S0F4TCNfLko7ROcP9GUC1WNrlI4 { display:block; }
 }@media only screen and (max-width: 763px) { #Ob43cDmcJa2ZaupQnRqtwQ54WI3wX7ea { top:0.1875rem;left:20.125rem;width:27.5rem;height:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWmRCq07t9KE7Umkq6F4iSrxyx2ltWv3 { top:2.375rem;left:10.75rem;width:26.25rem;height:6.999rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7KATRpXgsgSMcZ3X5Sl8fIbVlsiqBVD { top:1.625rem;left:10rem;width:27.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pge1ky85allT97gmwBToC9nbiGF9R452 { top:16.4375rem;left:3rem;width:41.6875rem;height:6.125rem;font-size:0.75rem;display:block; }#pge1ky85allT97gmwBToC9nbiGF9R452 li:before{  }
 }@media only screen and (max-width: 763px) { #W5HPODP2ViVaZHb9AfAkIpeEb1XFWga1 { top:1.875rem;left:39.875rem;width:7.875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV2hbvkm4BHTNA7S418zs0yZI13AgDl6 { display:block; }#OV2hbvkm4BHTNA7S418zs0yZI13AgDl6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJJpW63cTL1EVnwdab6XeG0b45W8cpMl { top:0.5625rem;left:0rem;width:8.4375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntF4TfJ3z8k7c0eLwW3Af01TO03nAdA1 { width:18.125rem;height:5.5rem;top:1.375rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2o6HpcoWxCpFiwDMgXL3bulT3ThPOr8 { width:12.625rem;height:2.8125rem;top:2.4375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLXLa9xRi6shTUgnV5X6mg9cdMV63LwE { display:block; }
 }@media only screen and (max-width: 763px) { #z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM { display:block; }#z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKHUASc1lPCv2RHJwITTAITlaCZiRyUR { top:0.1875rem;left:0rem;width:6.625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTMO8L21MyL7Td0Z1aLCdoR1R4yGCdXt { width:12rem;height:4.125rem;top:2.0625rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnKfpk8ZXQi1LmltzEoI34wfowosEWQC { width:12.625rem;height:2.8125rem;top:2.4375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVvZGTxFOvTs9a16acTXR0h0okDOkEdV { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm { background-color:#ffffff;background-image:none;display:block; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container { background-color: transparent; background-image: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container > .video-iframe-container { display: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row > .video-iframe-container { display: none; }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7VMbktyZK6DPqr8PxwHxMdKFzQQDyBm > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTU7vbPT5NaFP8ZfDwu0XDrLTHRbAtDP { width:6.5625rem;height:5.5rem;top:1.5625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETKGTvi2vJa36H8vJ8yB1poBg5gylzaT { width:11.125rem;height:4.39845rem;top:2.11328125rem;left:8.3125rem;text-align:left;text-align-last:left;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #J9XgTALK017C1ruZzoUDiCk14nvLNUKq { width:9.375rem;height:2.3125rem;top:7rem;left:5.3125rem;color:#a8c9c8;border-top:0.0625rem solid #a8c9c8;border-left:0.0625rem solid #a8c9c8;border-right:0.0625rem solid #a8c9c8;border-bottom:0.0625rem solid #a8c9c8;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eilshkg5RERxXEa3h0090pTGZT3QP69W { display:block; }
 }@media only screen and (max-width: 763px) { #lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC { background-color:rgba(255,255,255,0.68);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC > .row .container { background-color: transparent; background-image: none; }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC > .row .container > .video-iframe-container { display: none; }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC > .row > .video-iframe-container { display: none; }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC > .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); }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC > .row .container { border-width: 0; border-radius: 0; }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lBwotlvLWc36LZs6hhMBF5mCD7fWmJdC > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gchclgT0TfXoekCUt8EezME4xI5aQf85 { width:19.4375rem;height:2.75rem;top:1.0625rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #en9F2GB1F1q6uw54vxHHkRuHgHxD1484 { width:17.375rem;height:5.7744125rem;top:4.7216796875rem;left:2.28125rem;text-align:right;text-align-last:right;font-size:0.875rem;color:#000000;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hMrSNroR3fq0IZRdsB3XGM3TDfU4bcvH { width:20rem;height:40.5rem;top:18.818359375rem;left:0.0625rem;border-top:0.0625rem solid #a8c9c8;border-left:0.0625rem solid #a8c9c8;border-right:0.0625rem solid #a8c9c8;border-bottom:0.0625rem solid #a8c9c8;display:block; }
 }@media only screen and (max-width: 763px) { #uax5lBPEacwJgo8Q5IZfsWJFqbSSOVPh { width:18.25rem;height:1.375rem;top:19.8125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xr6X6GpL7bBZ9iq2D1TNAXXv5KmfvQyQ { width:16.5625rem;height:0.9624rem;top:21.6484375rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wbasrXpTtZdRbrtHc5AGtlC3ZHQ7W2JR { width:16.125rem;height:0.9624rem;top:22.47265625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Az4BtsJzU3HiWAGfXTJs55Fhyitsp60s { width:8.5625rem;height:0.9624rem;top:24.0390625rem;left:5.40625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BvPdRA9tslsTkcadUu4pTuF1ecLeGhuK { width:13.9375rem;height:0.9624rem;top:24.86328125rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #z1yuoGm0npIlJOOswyX2O1bMi6T7HLnJ { width:8.9375rem;height:0.9624rem;top:26.625rem;left:5.53125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #niJub4bI2XsQTRXiwhEowDvvTo3X1Rur { width:12.5625rem;height:0.9624rem;top:27.44921875rem;left:3.71875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sOEg6PwSo5XTOBAeopUDZB4E0BMPCsSR { width:11.75rem;height:0.9624rem;top:28.92578125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TJ2QP5nOCP6ZgLKAbP6p1E57a9XcXAfd { width:14.625rem;height:0.9624rem;top:29.82421875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #M2g8T3N0TtJA6F2P3Cfyk46UfEOLgL2W { width:15.5rem;height:1.92480625rem;top:31.6259765625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #szCzcFyHoHuIQl6uLpNTP8ephyr2dIP6 { display:flex;width:3.125rem;height:3.125rem;top:44.45703125rem;left:4.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #brZRFuA1N5RtmS5mgvCyObTaSR55eh67 { top:4.943359375rem;left:0.25rem;width:13.1875rem;height:13.9375rem;z-index:15001;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #D7HtdshOTHRTMvhDbQdLiW9xZTL9KWEg { display:flex;width:3rem;height:3rem;top:33.736328125rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #oGpTTKpXCWEViTvdlsZlNmHnNSvVqFrA { top:14.568359375rem;left:9.90625rem;width:9.75rem;height:1.92480625rem;z-index:15052;font-size:0.875rem;font-family:"josefin sans";text-align:right;text-align-last:right;line-height:1.1;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tKCXdBgweCTSVeuvFpBbRvum3b81KBRw { top:8.75rem;left:7.125rem;width:12.5rem;height:4.81200625rem;z-index:15053;font-size:0.875rem;line-height:1.1;font-family:"josefin sans";text-align:right;text-align-last:right;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f7P5rCT14muZGfbaXNGOrNsvbgErVmvl { width:19.4375rem;height:3.298825rem;top:1.25rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #tqTgqgKPST9f3bAzmhp5EtedVORlLvyD { width:15.375rem;height:16.3125rem;top:30.4853515625rem;left:1.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M19i4NGSVWu61cZTthVPtzFLxeoMTKN6 { width:18.6875rem;height:15.66796875rem;top:5.4716796875rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #xilTh369Xycr0lX8Ps9HeTivi44rD609 { width:19.875rem;height:22.0625rem;top:21.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyUeaZ8KdpZL6zCLKbk3myQCLeKNP4JR { width:18.25rem;height:1.6494125rem;top:23.1875rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #KWkSpUDLOITm4bFlJC5TBuaC4oz1kGVH { width:15.4375rem;height:2.611325rem;top:25.125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #nCy72ZOGyPevsSVa5VHJZI9bLTeEyqNt { width:20rem;height:1.3056625rem;top:25.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #GHZgm5wuMdxTxxgbG0abQ1TsBrHiJkHH { width:20rem;height:1.3056625rem;top:28.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ZdGIFH6UitkK2nAHzwTcoE0A2rVA5T4Z { width:20rem;height:1.3056625rem;top:29.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #X31IvO2QRSHqRAFJsxgZo2mPHmet7zec { width:20rem;height:1.3056625rem;top:31.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #etSL8C36r6FXOowNJpINaWFFVVGPIukx { width:20rem;height:1.3056625rem;top:32.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #p2MCm2nX1Ulmk7kNm1h3pOkGbSAm7slh { width:20rem;height:1.3056625rem;top:34.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #eJLUfodVDdaL6rGFGKdfVXoR1TvfFTRG { width:20rem;height:1.375rem;top:35.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #HIQ7eFTVB2D5MVWeMGJmT5SSApMgNrzR { width:12.875rem;height:5.22265625rem;top:37.5625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #T5NRN2H5G3pnQNU1miVuQxiwxIobUlmQ { width:14.624rem;height:21.7495rem;top:36.736328125rem;left:2.68798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cox69hQZx170ZSVph9tNrzCADrN8B3L5 { display:block; }#cox69hQZx170ZSVph9tNrzCADrN8B3L5 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJqgR36SxxJRBHE16HcRZm6DhJ1MhM7x { width:16.5625rem;height:3.8496125rem;top:1.4375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fREdKw7rMEBc5UupAZ4z3oK12iRMW8kE { display:flex;width:2.374825rem;height:2.374825rem;top:5.5625rem;left:8.8125rem;z-index:15051; }
 }@media only screen and (max-width: 763px) { #hZJ2oafm2K8AwzATU2JLQ7h89q2zF8qF { display:block; }#hZJ2oafm2K8AwzATU2JLQ7h89q2zF8qF > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pd6SQGB0i7k1Ms8iTHBkEZXL3O6IsRtP { width:17.75rem;height:2.875rem;top:9.875rem;left:1.125rem;font-size:0.9375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHuS0S0F4TCNfLko7ROcP9GUC1WNrlI4 { display:block; }
 }@media only screen and (max-width: 763px) { #Ob43cDmcJa2ZaupQnRqtwQ54WI3wX7ea { width:18.8125rem;height:12.875rem;top:0.625rem;left:0.5625rem;z-index:15006;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #MWmRCq07t9KE7Umkq6F4iSrxyx2ltWv3 { width:16rem;height:4.1875rem;top:3.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7KATRpXgsgSMcZ3X5Sl8fIbVlsiqBVD { width:17.0625rem;height:6.9375rem;top:1.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pge1ky85allT97gmwBToC9nbiGF9R452 { width:20rem;height:6.785125rem;top:14.875rem;left:0rem;font-size:0.75rem;display:block; }#pge1ky85allT97gmwBToC9nbiGF9R452 li:before{  }
 }@media only screen and (max-width: 763px) { #W5HPODP2ViVaZHb9AfAkIpeEb1XFWga1 { width:7.875rem;height:7.9375rem;top:1.875rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OV2hbvkm4BHTNA7S418zs0yZI13AgDl6 { background-color:#ffffff;background-image:none;display:block; }#OV2hbvkm4BHTNA7S418zs0yZI13AgDl6 > .row .container { background-color: transparent; background-image: none; }#OV2hbvkm4BHTNA7S418zs0yZI13AgDl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV2hbvkm4BHTNA7S418zs0yZI13AgDl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV2hbvkm4BHTNA7S418zs0yZI13AgDl6 > .row .container > .video-iframe-container { display: none; }#OV2hbvkm4BHTNA7S418zs0yZI13AgDl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV2hbvkm4BHTNA7S418zs0yZI13AgDl6 > .row > .video-iframe-container { display: none; }#OV2hbvkm4BHTNA7S418zs0yZI13AgDl6 > .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); }#OV2hbvkm4BHTNA7S418zs0yZI13AgDl6 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJJpW63cTL1EVnwdab6XeG0b45W8cpMl { width:6.5625rem;height:5.5rem;top:0.96875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntF4TfJ3z8k7c0eLwW3Af01TO03nAdA1 { width:11.25rem;height:4.39845rem;top:1.51953125rem;left:8.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #b2o6HpcoWxCpFiwDMgXL3bulT3ThPOr8 { width:9.375rem;height:2.3125rem;top:7rem;left:5.3125rem;color:#a8c9c8;border-top:0.0625rem solid #a8c9c8;border-left:0.0625rem solid #a8c9c8;border-right:0.0625rem solid #a8c9c8;border-bottom:0.0625rem solid #a8c9c8;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLXLa9xRi6shTUgnV5X6mg9cdMV63LwE { display:block; }
 }@media only screen and (max-width: 763px) { #z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM { background-color:#ffffff;background-image:none;display:none; }#z2CKL2rV5Z48F8PUiixCL1EabXDe8sfM > .row .container { width:20rem;height:25.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JKHUASc1lPCv2RHJwITTAITlaCZiRyUR { width:10.5rem;height:12.3125rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTMO8L21MyL7Td0Z1aLCdoR1R4yGCdXt { width:20rem;height:5.3613375rem;top:14.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HnKfpk8ZXQi1LmltzEoI34wfowosEWQC { width:11.875rem;height:3.125rem;top:21.423825rem;left:4.0625rem;color:#f69c9e;border-top:0.0625rem solid #f69c9e;border-left:0.0625rem solid #f69c9e;border-right:0.0625rem solid #f69c9e;border-bottom:0.0625rem solid #f69c9e;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVvZGTxFOvTs9a16acTXR0h0okDOkEdV { display:block; }
 }