.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;
}
.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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx { position:relative;display:block; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx { background-color: transparent; background-image: none; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container > .video-iframe-container { display: none; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row > .video-iframe-container { display: none; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .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); }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx { border-width: 0; border-radius: 0; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:76px;width:1200px;position:relative;display:block; }#r0SXBvRGpnt7aJGzlPhsCg9Ugx3zdhOe { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24px;width:170px;top:25.99609375px;left:515px;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:auto;position:relative;bottom:auto;right:auto;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/dlksJves/web_final_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:459px;width:1200px;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;position:relative;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg { background-image: none; }#AFNWxhK9OQzuzJ8aNhHQgEoTJEhfNGF3 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12px;width:1200px;top:13.984375px;left:0px;overflow:hidden;display:block; }
#hiGadcMzJzl7ffsHcvMcDP4zOB4k6Grh { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#T9n8x4TSgf0VvSdVOhMQfiySV1vkzH7y { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16px;width:1200px;top:0px;left:0px;overflow:hidden;display:block; }
#J93zAlyVZiMgt3aXgfBfpKlJKTTTHZ5e { z-index:auto;position:relative;bottom:auto;right:auto;display:block; }#J93zAlyVZiMgt3aXgfBfpKlJKTTTHZ5e { background-color: transparent; background-image: none; }#J93zAlyVZiMgt3aXgfBfpKlJKTTTHZ5e::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J93zAlyVZiMgt3aXgfBfpKlJKTTTHZ5e > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J93zAlyVZiMgt3aXgfBfpKlJKTTTHZ5e > .row .container > .video-iframe-container { display: none; }#J93zAlyVZiMgt3aXgfBfpKlJKTTTHZ5e > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J93zAlyVZiMgt3aXgfBfpKlJKTTTHZ5e > .row > .video-iframe-container { display: none; }#J93zAlyVZiMgt3aXgfBfpKlJKTTTHZ5e > .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); }#J93zAlyVZiMgt3aXgfBfpKlJKTTTHZ5e { border-width: 0; border-radius: 0; }#J93zAlyVZiMgt3aXgfBfpKlJKTTTHZ5e > .row .container { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/dlksJves/web_final_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:459px;width:1200px;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;position:relative;display:block; }
#J93zAlyVZiMgt3aXgfBfpKlJKTTTHZ5e > .row .container.adaptive-delivery-prevent-bg { background-image: none; }#aJSykmNOLHWtfrhOxpnITvBSFdArToBI { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12px;width:1200px;top:13.984375px;left:0px;overflow:hidden;display:block; }
#ytyeWXzX7SUCtGtGq5MTBiuklhNxbo3I { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#s71eTi8sSo1DXPu1yQILctp4XhV71aMO { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16px;width:1200px;top:0px;left:0px;overflow:hidden;display:block; }
#F0iKnumrvIInHBh32RgWyJCCetXnf11X { position:relative;display:block; }#F0iKnumrvIInHBh32RgWyJCCetXnf11X { background-color: transparent; background-image: none; }#F0iKnumrvIInHBh32RgWyJCCetXnf11X::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F0iKnumrvIInHBh32RgWyJCCetXnf11X > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F0iKnumrvIInHBh32RgWyJCCetXnf11X > .row .container > .video-iframe-container { display: none; }#F0iKnumrvIInHBh32RgWyJCCetXnf11X > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F0iKnumrvIInHBh32RgWyJCCetXnf11X > .row > .video-iframe-container { display: none; }#F0iKnumrvIInHBh32RgWyJCCetXnf11X > .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); }#F0iKnumrvIInHBh32RgWyJCCetXnf11X { border-width: 0; border-radius: 0; }#F0iKnumrvIInHBh32RgWyJCCetXnf11X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:251px;width:1200px;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;position:relative;display:block; }#zmPr1ITTsVVaaAmabg0rbyGRXzeb5Xgo { display:block;width:765px;position:absolute;font-family:"sofia pro";font-size:30px;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:87px;left:218px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#NgDvbZ02uOePQwyhmog1qzNZdS4TzdIc { display:block;width:400px;position:absolute;font-family:"sofia pro";font-size:40px;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:35px;left:394px;height:52px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#f8fafb;text-align:center;text-align-last:center;display:block; }
#Wi6eu6pg8L1k8ybZlzfBKpOrM6Dg2knT { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:93px;width:250px;top:139.55555725098px;left:475px;overflow:hidden;display:block; }
#mFfCLUPpuDoRmD7fV02UtLrl1AchR6vS { position:relative;display:block; }#mFfCLUPpuDoRmD7fV02UtLrl1AchR6vS { background-color: transparent; background-image: none; }#mFfCLUPpuDoRmD7fV02UtLrl1AchR6vS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mFfCLUPpuDoRmD7fV02UtLrl1AchR6vS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mFfCLUPpuDoRmD7fV02UtLrl1AchR6vS > .row .container > .video-iframe-container { display: none; }#mFfCLUPpuDoRmD7fV02UtLrl1AchR6vS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mFfCLUPpuDoRmD7fV02UtLrl1AchR6vS > .row > .video-iframe-container { display: none; }#mFfCLUPpuDoRmD7fV02UtLrl1AchR6vS > .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); }#mFfCLUPpuDoRmD7fV02UtLrl1AchR6vS { border-width: 0; border-radius: 0; }#mFfCLUPpuDoRmD7fV02UtLrl1AchR6vS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:70px;width:1200px;position:relative;display:block; }#lbd9JgmWrELiR7JblOdx2p7NBS1bu0Qx { position:relative;display:none; }#lbd9JgmWrELiR7JblOdx2p7NBS1bu0Qx { border-width: 0; border-radius: 0; }#lbd9JgmWrELiR7JblOdx2p7NBS1bu0Qx > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:588px;width:1200px;position:relative;display:none; }#C9QmQXytlG11U0M1ooSRQ8Uai6Q4iEqf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:240px;width:240px;top:98px;left:165px;overflow:hidden;display:block; }
#zkSirkKdW0kESNFtk3ElKWGgH36RDtAK { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:240px;width:240px;top:97px;left:796px;overflow:hidden;display:block; }
#EOJWp6m8KK5CguV6bcWaTBZq57yMXnHe { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:240px;width:240px;top:98px;left:481px;overflow:hidden;display:block; }
#w3OhXzCCbrVHauRpKflBnab8suO366Va { color:#313131;display:block;width:244px;position:absolute;font-family:"sofia pro";font-size:15px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:430px;left:794px;height:153.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WNxfEmNPAJUaTMwqoxZphVSkGk0FFfel { color:#313131;display:block;width:230px;position:absolute;font-family:"sofia pro";font-size:15px;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:430px;left:170px;height:115.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CKSQqaQLTipFnPAgnumAVBaNg9DX7mEH { color:#313131;display:block;width:230px;position:absolute;font-family:"sofia pro";font-size:15px;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:430px;left:486px;height:152px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HQrnMmHel1zvIOEquLlvp5bE1ipctXU6 { display:block;width:738.997px;position:absolute;font-family:"sofia pro";font-size:30px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:0px;left:231px;height:39px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#393939;text-align:center;text-align-last:center;display:block; }
#gME3Q7DJ1olBorz7nKwFTFCuRTH0mvEX { display:block;width:268px;position:absolute;font-family:"sofia pro";font-size:20px;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:383px;left:151px;height:25.6px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#393939;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2QG9uLAzhSgUzgDCZe9v2d69VQXugNJ { display:block;width:268px;position:absolute;font-family:"sofia pro";font-size:20px;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:383px;left:467px;height:25.6px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#b8b8b8;font-style:normal;text-align:center;text-align-last:center;display:block; }
#usTpdTdsptGta19LT0tuTISuovCXeoSf { display:block;width:268px;position:absolute;font-family:"sofia pro";font-size:20px;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:383px;left:782px;height:25.6px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#b8b8b8;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h3rO2frwq7U0Pi2n9XW56bkEsW7xsX2f { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5px;width:400px;top:55.992218017578px;left:400px;overflow:hidden;display:block; }
#BtnI5IS9egQtN0LUbdpRT7TxMxv1QFeS { position:relative;display:block; }#BtnI5IS9egQtN0LUbdpRT7TxMxv1QFeS { background-color: transparent; background-image: none; }#BtnI5IS9egQtN0LUbdpRT7TxMxv1QFeS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BtnI5IS9egQtN0LUbdpRT7TxMxv1QFeS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BtnI5IS9egQtN0LUbdpRT7TxMxv1QFeS > .row .container > .video-iframe-container { display: none; }#BtnI5IS9egQtN0LUbdpRT7TxMxv1QFeS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BtnI5IS9egQtN0LUbdpRT7TxMxv1QFeS > .row > .video-iframe-container { display: none; }#BtnI5IS9egQtN0LUbdpRT7TxMxv1QFeS > .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); }#BtnI5IS9egQtN0LUbdpRT7TxMxv1QFeS { border-width: 0; border-radius: 0; }#BtnI5IS9egQtN0LUbdpRT7TxMxv1QFeS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:133px;width:1200px;position:relative;display:block; }#Cs4IZCAWQa2T1M5lpxuHpChOQ3bn3XVg { color:#000000;display:block;width:806px;position:absolute;font-family:"sofia pro";font-size:22px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:60px;left:197px;height:28.4px;text-align:center;text-align-last:center;display:block; }
#KpTtwpSplGRmWlpRnqwdSWw84nUXHJES { color:#000000;display:block;width:393px;position:absolute;font-family:"sofia pro";font-size:30px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:22px;left:403px;height:38.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W69DJB434wSW0EtFkT8Aff1H4ZUcNQJG { position:relative;display:block; }#W69DJB434wSW0EtFkT8Aff1H4ZUcNQJG { background-color: transparent; background-image: none; }#W69DJB434wSW0EtFkT8Aff1H4ZUcNQJG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W69DJB434wSW0EtFkT8Aff1H4ZUcNQJG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W69DJB434wSW0EtFkT8Aff1H4ZUcNQJG > .row .container > .video-iframe-container { display: none; }#W69DJB434wSW0EtFkT8Aff1H4ZUcNQJG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W69DJB434wSW0EtFkT8Aff1H4ZUcNQJG > .row > .video-iframe-container { display: none; }#W69DJB434wSW0EtFkT8Aff1H4ZUcNQJG > .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); }#W69DJB434wSW0EtFkT8Aff1H4ZUcNQJG { border-width: 0; border-radius: 0; }#W69DJB434wSW0EtFkT8Aff1H4ZUcNQJG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:307px;width:1200px;position:relative;display:block; }#EfTgeTu7KgwCqtCdBNoeT1lpCasrXt86 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:210px;width:210px;top:31px;left:45px;overflow:hidden;display:block; }
#z6eDWIQOIKLAK330TQ8FEyCvL5iHHBEP { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:210px;width:210px;top:31px;left:345px;overflow:hidden;display:block; }
#IetuvcUpazT92VOhnPNxl37c7wwDOH27 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:210px;width:210px;top:31px;left:645px;overflow:hidden;display:block; }
#WDuIVvoScno4eU9pG7ZkK3QzWocZikKo { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:210px;width:210px;top:31px;left:945px;overflow:hidden;display:block; }
#AyCaCedKqTPnIONUXsq7ZbwUIFUc4IGF { color:#000000;display:block;width:200px;position:absolute;font-family:"sofia pro";font-size:15px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:278px;left:52px;height:19.2px;text-align:center;text-align-last:center;display:block; }
#iwizoq7HpOmbqB9d5WI5KNP0WOccthXp { color:#000000;display:block;width:200px;position:absolute;font-family:"sofia pro";font-size:15px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:278px;left:353px;height:19.2px;text-align:center;text-align-last:center;display:block; }
#zQ2hX1sxyaSHNMUvBbXPhmEXSwbxn4JJ { color:#000000;display:block;width:200px;position:absolute;font-family:"sofia pro";font-size:15px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:278px;left:653px;height:19.2px;text-align:center;text-align-last:center;display:block; }
#eMLKhC0yizyb5owGCHx7mwXTOLDrRgs8 { color:#000000;display:block;width:200px;position:absolute;font-family:"sofia pro";font-size:15px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:278px;left:950px;height:19.2px;text-align:center;text-align-last:center;display:block; }
#aDQE3cS60H4JTRHI32kIp7rcyGPG4TQR { position:relative;display:block; }#aDQE3cS60H4JTRHI32kIp7rcyGPG4TQR { background-color: transparent; background-image: none; }#aDQE3cS60H4JTRHI32kIp7rcyGPG4TQR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aDQE3cS60H4JTRHI32kIp7rcyGPG4TQR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aDQE3cS60H4JTRHI32kIp7rcyGPG4TQR > .row .container > .video-iframe-container { display: none; }#aDQE3cS60H4JTRHI32kIp7rcyGPG4TQR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aDQE3cS60H4JTRHI32kIp7rcyGPG4TQR > .row > .video-iframe-container { display: none; }#aDQE3cS60H4JTRHI32kIp7rcyGPG4TQR > .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); }#aDQE3cS60H4JTRHI32kIp7rcyGPG4TQR { border-width: 0; border-radius: 0; }#aDQE3cS60H4JTRHI32kIp7rcyGPG4TQR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:120px;width:1200px;position:relative;display:block; }#tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB { position:relative;display:block; }#tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB { background-color: transparent; background-image: none; }#tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB > .row .container > .video-iframe-container { display: none; }#tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB > .row > .video-iframe-container { display: none; }#tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB > .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); }#tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB { border-width: 0; border-radius: 0; }#tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:350px;width:1200px;position:relative;display:block; }#V1LyTt89lC37TgWW625cbqMtbO7n0tkM { display:block;width:195px;position:absolute;font-family:"sofia pro";font-size:15px;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:316px;left:355.5px;height:19.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#b8b8b8;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GuBmsHdXcCGuIMcJgCSTpqTqWQiBuayk { display:block;width:195px;position:absolute;font-family:"sofia pro";font-size:15px;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:316px;left:83.5px;height:19.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#b8b8b8;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mzFHiVAaLBlMpbuSJZ7DT0NGcProKFf9 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:150px;width:150px;top:141px;left:106px;overflow:hidden;display:block; }
#kiSzgv0dSn7AGywCJgDhOaGXbXCqIwRr { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:150px;width:150px;top:141px;left:378px;overflow:hidden;display:block; }
#LLn44BJgsFzE0xATxgxlThnxKwCVfM3J { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:150px;width:150px;top:141px;left:655px;overflow:hidden;display:block; }
#za30bmqHN86o1Mc1mPvqvfqGL8O5tAAN { display:block;width:195px;position:absolute;font-family:"sofia pro";font-size:15px;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:316px;left:632.5px;height:19.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MNSWRfZ2IsU4akUDSblteUPzG7LSAQ2I { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:150px;width:150px;top:141px;left:947px;overflow:hidden;display:block; }
#NCLXW1gX1Li65Q23D5c76DeCJczh0RlT { display:block;width:195px;position:absolute;font-family:"sofia pro";font-size:15px;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:316px;left:924.5px;height:19.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#b8b8b8;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CztAQFSWh4Z1dLSR2EPa7gSNvEvxexeL { color:#393939;display:block;width:826px;position:absolute;font-family:"sofia pro";font-size:30px;font-weight:300;z-index:100014;line-height:1.7;letter-spacing:0;top:0px;left:187px;height:50.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m2DqUNDiyTZb0GiVyzxvots2pFoFBdLs { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5px;width:400px;top:64px;left:400px;overflow:hidden;display:block; }
#v6ne8LqdEWFlSxv0cNan1Ff2Rzbvo1En { position:relative;display:block; }#v6ne8LqdEWFlSxv0cNan1Ff2Rzbvo1En { background-color: transparent; background-image: none; }#v6ne8LqdEWFlSxv0cNan1Ff2Rzbvo1En::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v6ne8LqdEWFlSxv0cNan1Ff2Rzbvo1En > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v6ne8LqdEWFlSxv0cNan1Ff2Rzbvo1En > .row .container > .video-iframe-container { display: none; }#v6ne8LqdEWFlSxv0cNan1Ff2Rzbvo1En > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v6ne8LqdEWFlSxv0cNan1Ff2Rzbvo1En > .row > .video-iframe-container { display: none; }#v6ne8LqdEWFlSxv0cNan1Ff2Rzbvo1En > .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); }#v6ne8LqdEWFlSxv0cNan1Ff2Rzbvo1En { border-width: 0; border-radius: 0; }#v6ne8LqdEWFlSxv0cNan1Ff2Rzbvo1En > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:120px;width:1200px;position:relative;display:block; }#sonTalP2i193kU11E8qEh1paToIkuaaG { position:relative;display:block; }#sonTalP2i193kU11E8qEh1paToIkuaaG { background-color: transparent; background-image: none; }#sonTalP2i193kU11E8qEh1paToIkuaaG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sonTalP2i193kU11E8qEh1paToIkuaaG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sonTalP2i193kU11E8qEh1paToIkuaaG > .row .container > .video-iframe-container { display: none; }#sonTalP2i193kU11E8qEh1paToIkuaaG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sonTalP2i193kU11E8qEh1paToIkuaaG > .row > .video-iframe-container { display: none; }#sonTalP2i193kU11E8qEh1paToIkuaaG > .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); }#sonTalP2i193kU11E8qEh1paToIkuaaG { border-width: 0; border-radius: 0; }#sonTalP2i193kU11E8qEh1paToIkuaaG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:474px;width:1200px;position:relative;display:block; }#QtHghkRSgnq2dOBwy3awZxW48gpiynxK { color:#000000;display:block;width:480px;position:absolute;font-family:"sofia pro";font-size:15px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:262px;left:538px;height:57.6px;text-align:justify;text-align-last:initial;display:block; }
#Uor52BhivsC0Vs3Dvqo6NDqMcInr0B66 { color:#000000;display:block;width:453px;position:absolute;font-family:"sofia pro";font-size:30px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:145px;left:538px;height:78px;font-style:normal;display:block; }
#BL6Bvp0QTkuCTVPuZVQl9MndeqBIJLXN { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:463px;width:464px;top:0px;left:0px;overflow:hidden;display:block; }
#MRTCkpBOS5Oi7vLwtMrKMZCRTDHebdtT { position:relative;display:block; }#MRTCkpBOS5Oi7vLwtMrKMZCRTDHebdtT { background-color: transparent; background-image: none; }#MRTCkpBOS5Oi7vLwtMrKMZCRTDHebdtT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MRTCkpBOS5Oi7vLwtMrKMZCRTDHebdtT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MRTCkpBOS5Oi7vLwtMrKMZCRTDHebdtT > .row .container > .video-iframe-container { display: none; }#MRTCkpBOS5Oi7vLwtMrKMZCRTDHebdtT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MRTCkpBOS5Oi7vLwtMrKMZCRTDHebdtT > .row > .video-iframe-container { display: none; }#MRTCkpBOS5Oi7vLwtMrKMZCRTDHebdtT > .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); }#MRTCkpBOS5Oi7vLwtMrKMZCRTDHebdtT { border-width: 0; border-radius: 0; }#MRTCkpBOS5Oi7vLwtMrKMZCRTDHebdtT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:474px;width:1200px;position:relative;display:block; }#B0q9cEiLoHpvOTCCZrgy6CooiAKt3BtV { color:#000000;display:block;width:525px;position:absolute;font-family:"sofia pro";font-size:15px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:208px;left:150px;height:134.4px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#u8NT3VlGA62TQT8QFd5GopI4BmTb4uyb { color:#000000;display:block;width:278px;position:absolute;font-family:"sofia pro";font-size:30px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:104px;left:150px;height:77.6px;display:block; }
#S0od0P4yxCkgbnNmNBH4spcSmnwbXiCB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:464px;width:464px;top:0px;left:735px;overflow:hidden;display:block; }
#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 { position:relative;display:block; }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 { background-color: transparent; background-image: none; }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 > .row .container > .video-iframe-container { display: none; }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 > .row > .video-iframe-container { display: none; }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 > .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); }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 { border-width: 0; border-radius: 0; }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:474px;width:1200px;position:relative;display:block; }#BnDSu0C9DIE4ghdNlUsO2FVlykM3T7ou { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:466px;width:466px;top:0px;left:0px;overflow:hidden;display:block; }
#LONKZu3q7Xb2GRoUWGs3saUxcJZFsoeI { color:#000000;display:block;width:480px;position:absolute;font-family:"sofia pro";font-size:15px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:254px;left:533px;height:57.6px;text-align:justify;text-align-last:initial;display:block; }
#y0uNTlMvmWVZQPI7qbMEvPdUULlGftcm { color:#000000;display:block;width:278px;position:absolute;font-family:"sofia pro";font-size:30px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:137px;left:533px;height:78px;font-style:normal;display:block; }
#t01KPNhzCbB5Wx8CbnUAq1BLBM0pcdUP { position:relative;display:block; }#t01KPNhzCbB5Wx8CbnUAq1BLBM0pcdUP { background-color: transparent; background-image: none; }#t01KPNhzCbB5Wx8CbnUAq1BLBM0pcdUP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t01KPNhzCbB5Wx8CbnUAq1BLBM0pcdUP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t01KPNhzCbB5Wx8CbnUAq1BLBM0pcdUP > .row .container > .video-iframe-container { display: none; }#t01KPNhzCbB5Wx8CbnUAq1BLBM0pcdUP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t01KPNhzCbB5Wx8CbnUAq1BLBM0pcdUP > .row > .video-iframe-container { display: none; }#t01KPNhzCbB5Wx8CbnUAq1BLBM0pcdUP > .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); }#t01KPNhzCbB5Wx8CbnUAq1BLBM0pcdUP { border-width: 0; border-radius: 0; }#t01KPNhzCbB5Wx8CbnUAq1BLBM0pcdUP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:474px;width:1200px;position:relative;display:block; }#y6SbbcOef2Gp2hF66uhHD11CJzouxwUD { color:#000000;display:block;width:545px;position:absolute;font-family:"sofia pro";font-size:15px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:261px;left:124px;height:153.6px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#dzWyplhITJMVh89rEVGaH8T7KJkMZcwZ { color:#000000;display:block;width:509px;position:absolute;font-family:"sofia pro";font-size:30px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:157px;left:124px;height:77.6px;display:block; }
#r5lT47pMc4CnGtQx2THxS7gTlDTavTTc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:463px;width:464px;top:0px;left:735px;overflow:hidden;display:block; }
#VPuMVdTLEnBxda3S3xHRcK5PVNm4ODVl { position:relative;display:block; }#VPuMVdTLEnBxda3S3xHRcK5PVNm4ODVl { background-color: transparent; background-image: none; }#VPuMVdTLEnBxda3S3xHRcK5PVNm4ODVl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VPuMVdTLEnBxda3S3xHRcK5PVNm4ODVl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VPuMVdTLEnBxda3S3xHRcK5PVNm4ODVl > .row .container > .video-iframe-container { display: none; }#VPuMVdTLEnBxda3S3xHRcK5PVNm4ODVl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VPuMVdTLEnBxda3S3xHRcK5PVNm4ODVl > .row > .video-iframe-container { display: none; }#VPuMVdTLEnBxda3S3xHRcK5PVNm4ODVl > .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); }#VPuMVdTLEnBxda3S3xHRcK5PVNm4ODVl { border-width: 0; border-radius: 0; }#VPuMVdTLEnBxda3S3xHRcK5PVNm4ODVl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:120px;width:1200px;position:relative;display:block; }#NJQKu9NJXRxCS5EqTUqEtVpWPp4oK4kT { position:relative;display:block; }#NJQKu9NJXRxCS5EqTUqEtVpWPp4oK4kT { background-color: transparent; background-image: none; }#NJQKu9NJXRxCS5EqTUqEtVpWPp4oK4kT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJQKu9NJXRxCS5EqTUqEtVpWPp4oK4kT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJQKu9NJXRxCS5EqTUqEtVpWPp4oK4kT > .row .container > .video-iframe-container { display: none; }#NJQKu9NJXRxCS5EqTUqEtVpWPp4oK4kT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJQKu9NJXRxCS5EqTUqEtVpWPp4oK4kT > .row > .video-iframe-container { display: none; }#NJQKu9NJXRxCS5EqTUqEtVpWPp4oK4kT > .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); }#NJQKu9NJXRxCS5EqTUqEtVpWPp4oK4kT { border-width: 0; border-radius: 0; }#NJQKu9NJXRxCS5EqTUqEtVpWPp4oK4kT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:612px;width:1200px;position:relative;display:block; }#LD54JgqPI5cnDP1DdZJzPM6n4krPHGiE { display:block;width:884px;position:absolute;font-family:"sofia pro";font-size:30px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:0px;left:164px;height:38.8px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#393939;text-align:center;text-align-last:center;display:block; }
#vIwGWaKxEb5aUR00v5wVNtyKw7atOWLA { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:377.984px;width:675px;top:153px;left:262.5px;display:block; }
#tHJIvA7W0HWfcIAzgvAOKokyI4pbmBdW { color:#000000;display:block;width:707px;position:absolute;font-family:"sofia pro";font-size:15px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:564px;left:246.5px;height:38.4px;text-align:center;text-align-last:center;display:block; }
#DyQk8VPO2qFE7NgDKAqCstpAymHMleUM { color:#000000;display:block;width:637px;position:absolute;font-family:"sofia pro";font-size:15px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:85px;left:287px;height:38.4px;text-align:center;text-align-last:center;display:block; }
#DxtfTxKwhBGw3SInLBVeTga8io0a9s8i { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5px;width:400px;top:56px;left:385px;overflow:hidden;display:block; }
#U14PB58TafhgpSGT812XNTU9KGUADfR3 { position:relative;display:block; }#U14PB58TafhgpSGT812XNTU9KGUADfR3 { background-color: transparent; background-image: none; }#U14PB58TafhgpSGT812XNTU9KGUADfR3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U14PB58TafhgpSGT812XNTU9KGUADfR3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U14PB58TafhgpSGT812XNTU9KGUADfR3 > .row .container > .video-iframe-container { display: none; }#U14PB58TafhgpSGT812XNTU9KGUADfR3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U14PB58TafhgpSGT812XNTU9KGUADfR3 > .row > .video-iframe-container { display: none; }#U14PB58TafhgpSGT812XNTU9KGUADfR3 > .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); }#U14PB58TafhgpSGT812XNTU9KGUADfR3 { border-width: 0; border-radius: 0; }#U14PB58TafhgpSGT812XNTU9KGUADfR3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:120px;width:1200px;position:relative;display:block; }#oz983PBNbdVcWVTDQM09reVnDCnIvQTH { position:relative;display:block; }#oz983PBNbdVcWVTDQM09reVnDCnIvQTH { background-color: transparent; background-image: none; }#oz983PBNbdVcWVTDQM09reVnDCnIvQTH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oz983PBNbdVcWVTDQM09reVnDCnIvQTH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oz983PBNbdVcWVTDQM09reVnDCnIvQTH > .row .container > .video-iframe-container { display: none; }#oz983PBNbdVcWVTDQM09reVnDCnIvQTH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oz983PBNbdVcWVTDQM09reVnDCnIvQTH > .row > .video-iframe-container { display: none; }#oz983PBNbdVcWVTDQM09reVnDCnIvQTH > .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); }#oz983PBNbdVcWVTDQM09reVnDCnIvQTH { border-width: 0; border-radius: 0; }#oz983PBNbdVcWVTDQM09reVnDCnIvQTH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#393939;background-image:none;font-size:14px;font-family:arial;height:468px;width:1200px;position:relative;display:block; }#Va5cTtw3niXs73SLMiDgTGtyl7a4R8Nk { color:#ffffff;display:block;width:425px;position:absolute;font-family:"sofia pro";font-size:34px;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:29px;left:87px;height:88px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JhQ4N5aBGi56MMq4s8LgmowU3FGzIH1T { color:#ffffff;display:block;width:228.997px;position:absolute;font-family:"sofia pro";font-size:20px;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:298px;left:486px;height:28px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aPvr8WTacwUrnTgeZs9tQ3UbHiHi8Oc0 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:180px;width:180px;top:100px;left:511px;overflow:hidden;display:block; }
#GmugRWfCoi9IISOHasuGwqIOfNGK9a2Q { z-index:100002;top:376px;left:618px;background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"sofia pro";font-size:15px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:194.003812px;height:43.007812px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IafMVWrLtiNLEG5StWEoi8vqfJASpuSp { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#VmPqKHMRXQlsLLdtayARxK7ItHOfuI7B { z-index:100003;top:376px;left:388px;background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"sofia pro";font-size:15px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:194px;height:43.0052px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ortIgp1EHPblSUxbuDs4Ti6wl00ktmBz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#erlhkTuW2eWyEhthvfoac6CsAzMk2SeQ { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:353px;left:385px;height:15.6px;text-align:center;text-align-last:center;display:block; }
#XBfbzLZLDxWE2zrRAUoAfPQTcbPU2e5l { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:353px;left:615px;height:15.6px;text-align:center;text-align-last:center;display:block; }
#MK7QeZ67cZtaTWMJF5hueThv5usewVqZ { position:relative;display:block; }#MK7QeZ67cZtaTWMJF5hueThv5usewVqZ { background-color: transparent; background-image: none; }#MK7QeZ67cZtaTWMJF5hueThv5usewVqZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MK7QeZ67cZtaTWMJF5hueThv5usewVqZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MK7QeZ67cZtaTWMJF5hueThv5usewVqZ > .row .container > .video-iframe-container { display: none; }#MK7QeZ67cZtaTWMJF5hueThv5usewVqZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MK7QeZ67cZtaTWMJF5hueThv5usewVqZ > .row > .video-iframe-container { display: none; }#MK7QeZ67cZtaTWMJF5hueThv5usewVqZ > .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); }#MK7QeZ67cZtaTWMJF5hueThv5usewVqZ { border-width: 0; border-radius: 0; }#MK7QeZ67cZtaTWMJF5hueThv5usewVqZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:30px;width:1200px;position:relative;display:block; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC { position:relative;display:block; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC { background-color: transparent; background-image: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container > .video-iframe-container { display: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row > .video-iframe-container { display: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .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); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC { border-width: 0; border-radius: 0; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:222px;width:1200px;position:relative;display:block; }#dFHi4edlX00nA4Oas8x1T8HitTwkKeL7 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12px;width:1200px;top:210px;left:0px;overflow:hidden;display:block; }
#hEUJ9OGClTbferPqTcrZNAU17Vp9GDUn { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:149px;width:400px;top:94.326400756836px;left:400px;overflow:hidden;display:block; }
#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ { position:relative;display:block; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ { background-color: transparent; background-image: none; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row .container > .video-iframe-container { display: none; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row > .video-iframe-container { display: none; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .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); }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ { border-width: 0; border-radius: 0; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#393939;background-image:none;font-size:14px;font-family:arial;height:248px;width:1200px;position:relative;display:block; }#zRpsE9rAPZOkXRN82m2kIF8FroE8i6pv { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:30px;top:134px;left:538px;overflow:hidden;display:block; }
#zsCX59pIn0WprBrTdcqaTneeTQ9X7Z3l { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:30px;top:134px;left:584px;overflow:hidden;display:block; }
#nI10q4lI8POywJyL0Z9JAE822WyGFLad { color:#ffffff;display:block;width:281.986px;position:absolute;font-family:"sofia pro";font-size:10px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:198px;left:458px;height:12.8px;text-align:center;text-align-last:center;display:block; }
#A5Aq1Jzxg3Tblvyg9p0IDt0DRdxR3b1z { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:30px;top:134px;left:632px;overflow:hidden;display:block; }
#laZKMLqWURnORfC667egIQaDwqXIlTgi { color:#000000;display:block;width:200px;position:absolute;font-family:"sofia pro";font-size:11px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:85px;left:500px;height:14px;text-align:center;text-align-last:center;display:block; }
#FCuon2HSIadPCaAlM8IGgwgsE560wyWa { color:#000000;display:block;width:200px;position:absolute;font-family:"sofia pro";font-size:11px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:60px;left:500px;height:14px;text-align:center;text-align-last:center;display:block; }
#DtMNEWvmsqgR89evtCg528Zrk59ell9H { color:#000000;display:block;width:341px;position:absolute;font-family:"open sans";font-size:11px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:38px;left:430px;height:14px;text-align:center;text-align-last:center;display:block; }
#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 { position:relative;display:block; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 { background-color: transparent; background-image: none; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container > .video-iframe-container { display: none; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row > .video-iframe-container { display: none; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .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); }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 { border-width: 0; border-radius: 0; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:120px;width:1200px;position:relative;display:block; }#ATguVkF8GQPCRKNee4XEQ5fTGxDhpa2G { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36px;width:18px;top:57.988250732422px;left:591px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx { display:block; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0SXBvRGpnt7aJGzlPhsCg9Ugx3zdhOe { top:25px;left:297px;width:170px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:663px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFNWxhK9OQzuzJ8aNhHQgEoTJEhfNGF3 { top:13px;left:0px;width:764px;height:7.64px;display:block; }
 }@media only screen and (max-width: 763px) { #hiGadcMzJzl7ffsHcvMcDP4zOB4k6Grh { top:0px;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #T9n8x4TSgf0VvSdVOhMQfiySV1vkzH7y { top:0px;left:0px;width:764px;height:10.186666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #J93zAlyVZiMgt3aXgfBfpKlJKTTTHZ5e { display:none; }#J93zAlyVZiMgt3aXgfBfpKlJKTTTHZ5e > .row .container { height:663px;width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aJSykmNOLHWtfrhOxpnITvBSFdArToBI { top:13px;left:0px;width:764px;height:7.64px;display:block; }
 }@media only screen and (max-width: 763px) { #ytyeWXzX7SUCtGtGq5MTBiuklhNxbo3I { top:0px;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #s71eTi8sSo1DXPu1yQILctp4XhV71aMO { top:0px;left:0px;width:764px;height:10.186666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #F0iKnumrvIInHBh32RgWyJCCetXnf11X { display:block; }#F0iKnumrvIInHBh32RgWyJCCetXnf11X > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmPr1ITTsVVaaAmabg0rbyGRXzeb5Xgo { width:764px;height:;top:87px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #NgDvbZ02uOePQwyhmog1qzNZdS4TzdIc { width:400px;height:52px;top:35px;left:176px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Wi6eu6pg8L1k8ybZlzfBKpOrM6Dg2knT { top:139px;left:257px;width:250px;height:93px;display:block; }
 }@media only screen and (max-width: 763px) { #mFfCLUPpuDoRmD7fV02UtLrl1AchR6vS { display:block; }#mFfCLUPpuDoRmD7fV02UtLrl1AchR6vS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbd9JgmWrELiR7JblOdx2p7NBS1bu0Qx { display:block; }#lbd9JgmWrELiR7JblOdx2p7NBS1bu0Qx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9QmQXytlG11U0M1ooSRQ8Uai6Q4iEqf { top:98px;left:0px;width:240px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #zkSirkKdW0kESNFtk3ElKWGgH36RDtAK { top:97px;left:524px;width:240px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #EOJWp6m8KK5CguV6bcWaTBZq57yMXnHe { top:98px;left:263px;width:240px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #w3OhXzCCbrVHauRpKflBnab8suO366Va { top:430px;left:521px;width:243px;height:153px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #WNxfEmNPAJUaTMwqoxZphVSkGk0FFfel { top:430px;left:0px;width:230px;height:115px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CKSQqaQLTipFnPAgnumAVBaNg9DX7mEH { top:430px;left:268px;width:230px;height:153px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HQrnMmHel1zvIOEquLlvp5bE1ipctXU6 { width:715px;height:49px;top:33px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #gME3Q7DJ1olBorz7nKwFTFCuRTH0mvEX { width:329px;height:33px;top:28px;left:409px;display:block; }
 }@media only screen and (max-width: 763px) { #n2QG9uLAzhSgUzgDCZe9v2d69VQXugNJ { width:329px;height:33px;top:28px;left:409px;display:block; }
 }@media only screen and (max-width: 763px) { #usTpdTdsptGta19LT0tuTISuovCXeoSf { width:329px;height:33px;top:28px;left:409px;display:block; }
 }@media only screen and (max-width: 763px) { #h3rO2frwq7U0Pi2n9XW56bkEsW7xsX2f { top:55px;left:182px;width:400px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #BtnI5IS9egQtN0LUbdpRT7TxMxv1QFeS { display:block; }#BtnI5IS9egQtN0LUbdpRT7TxMxv1QFeS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cs4IZCAWQa2T1M5lpxuHpChOQ3bn3XVg { top:60px;left:0px;width:764px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #KpTtwpSplGRmWlpRnqwdSWw84nUXHJES { top:22px;left:185px;width:393px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #W69DJB434wSW0EtFkT8Aff1H4ZUcNQJG { display:block; }#W69DJB434wSW0EtFkT8Aff1H4ZUcNQJG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfTgeTu7KgwCqtCdBNoeT1lpCasrXt86 { top:31px;left:0px;width:210px;height:210px;display:block; }
 }@media only screen and (max-width: 763px) { #z6eDWIQOIKLAK330TQ8FEyCvL5iHHBEP { top:31px;left:172px;width:210px;height:210px;display:block; }
 }@media only screen and (max-width: 763px) { #IetuvcUpazT92VOhnPNxl37c7wwDOH27 { top:31px;left:363px;width:210px;height:210px;display:block; }
 }@media only screen and (max-width: 763px) { #WDuIVvoScno4eU9pG7ZkK3QzWocZikKo { top:31px;left:554px;width:210px;height:210px;display:block; }
 }@media only screen and (max-width: 763px) { #AyCaCedKqTPnIONUXsq7ZbwUIFUc4IGF { top:278px;left:0px;width:200px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #iwizoq7HpOmbqB9d5WI5KNP0WOccthXp { top:278px;left:182px;width:200px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #zQ2hX1sxyaSHNMUvBbXPhmEXSwbxn4JJ { top:278px;left:373px;width:200px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #eMLKhC0yizyb5owGCHx7mwXTOLDrRgs8 { top:278px;left:564px;width:200px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #aDQE3cS60H4JTRHI32kIp7rcyGPG4TQR { display:block; }#aDQE3cS60H4JTRHI32kIp7rcyGPG4TQR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB { display:block; }#tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1LyTt89lC37TgWW625cbqMtbO7n0tkM { width:329px;height:33px;top:28px;left:409px;display:block; }
 }@media only screen and (max-width: 763px) { #GuBmsHdXcCGuIMcJgCSTpqTqWQiBuayk { width:329px;height:33px;top:28px;left:409px;display:block; }
 }@media only screen and (max-width: 763px) { #mzFHiVAaLBlMpbuSJZ7DT0NGcProKFf9 { top:141px;left:0px;width:150px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #kiSzgv0dSn7AGywCJgDhOaGXbXCqIwRr { top:141px;left:160px;width:150px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #LLn44BJgsFzE0xATxgxlThnxKwCVfM3J { top:141px;left:437px;width:150px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #za30bmqHN86o1Mc1mPvqvfqGL8O5tAAN { width:329px;height:33px;top:28px;left:409px;display:block; }
 }@media only screen and (max-width: 763px) { #MNSWRfZ2IsU4akUDSblteUPzG7LSAQ2I { top:141px;left:614px;width:150px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #NCLXW1gX1Li65Q23D5c76DeCJczh0RlT { width:329px;height:33px;top:28px;left:409px;display:block; }
 }@media only screen and (max-width: 763px) { #CztAQFSWh4Z1dLSR2EPa7gSNvEvxexeL { top:0px;left:0px;width:764px;height:50px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #m2DqUNDiyTZb0GiVyzxvots2pFoFBdLs { top:64px;left:182px;width:400px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #v6ne8LqdEWFlSxv0cNan1Ff2Rzbvo1En { display:block; }#v6ne8LqdEWFlSxv0cNan1Ff2Rzbvo1En > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sonTalP2i193kU11E8qEh1paToIkuaaG { display:block; }#sonTalP2i193kU11E8qEh1paToIkuaaG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtHghkRSgnq2dOBwy3awZxW48gpiynxK { top:262px;left:0px;width:480px;height:57px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Uor52BhivsC0Vs3Dvqo6NDqMcInr0B66 { top:145px;left:0px;width:453px;height:79px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #BL6Bvp0QTkuCTVPuZVQl9MndeqBIJLXN { top:0px;left:0px;width:464px;height:463px;display:block; }
 }@media only screen and (max-width: 763px) { #MRTCkpBOS5Oi7vLwtMrKMZCRTDHebdtT { display:block; }#MRTCkpBOS5Oi7vLwtMrKMZCRTDHebdtT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0q9cEiLoHpvOTCCZrgy6CooiAKt3BtV { top:208px;left:0px;width:525px;height:133px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #u8NT3VlGA62TQT8QFd5GopI4BmTb4uyb { top:104px;left:41px;width:278px;height:79px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #S0od0P4yxCkgbnNmNBH4spcSmnwbXiCB { top:0px;left:299px;width:464px;height:464px;display:block; }
 }@media only screen and (max-width: 763px) { #kVehADGSBLqHEyX204iw7L7mnpH6kQL3 { display:block; }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnDSu0C9DIE4ghdNlUsO2FVlykM3T7ou { top:0px;left:0px;width:466px;height:466px;display:block; }
 }@media only screen and (max-width: 763px) { #LONKZu3q7Xb2GRoUWGs3saUxcJZFsoeI { top:254px;left:0px;width:480px;height:57px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #y0uNTlMvmWVZQPI7qbMEvPdUULlGftcm { top:137px;left:104px;width:278px;height:79px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #t01KPNhzCbB5Wx8CbnUAq1BLBM0pcdUP { display:block; }#t01KPNhzCbB5Wx8CbnUAq1BLBM0pcdUP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6SbbcOef2Gp2hF66uhHD11CJzouxwUD { top:261px;left:0px;width:545px;height:152px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #dzWyplhITJMVh89rEVGaH8T7KJkMZcwZ { top:157px;left:0px;width:509px;height:79px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #r5lT47pMc4CnGtQx2THxS7gTlDTavTTc { top:0px;left:299px;width:464px;height:463px;display:block; }
 }@media only screen and (max-width: 763px) { #VPuMVdTLEnBxda3S3xHRcK5PVNm4ODVl { display:block; }#VPuMVdTLEnBxda3S3xHRcK5PVNm4ODVl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJQKu9NJXRxCS5EqTUqEtVpWPp4oK4kT { display:block; }#NJQKu9NJXRxCS5EqTUqEtVpWPp4oK4kT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LD54JgqPI5cnDP1DdZJzPM6n4krPHGiE { width:715px;height:49px;top:33px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #vIwGWaKxEb5aUR00v5wVNtyKw7atOWLA { top:153px;left:44.5px;width:675px;height:377.984px;display:block; }
 }@media only screen and (max-width: 763px) { #tHJIvA7W0HWfcIAzgvAOKokyI4pbmBdW { top:564px;left:28.5px;width:707px;height:38px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DyQk8VPO2qFE7NgDKAqCstpAymHMleUM { top:85px;left:69px;width:637px;height:38px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DxtfTxKwhBGw3SInLBVeTga8io0a9s8i { top:56px;left:167px;width:400px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #U14PB58TafhgpSGT812XNTU9KGUADfR3 { display:block; }#U14PB58TafhgpSGT812XNTU9KGUADfR3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oz983PBNbdVcWVTDQM09reVnDCnIvQTH { display:block; }#oz983PBNbdVcWVTDQM09reVnDCnIvQTH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Va5cTtw3niXs73SLMiDgTGtyl7a4R8Nk { top:29px;left:0px;width:425px;height:90px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JhQ4N5aBGi56MMq4s8LgmowU3FGzIH1T { top:298px;left:268px;width:228px;height:28px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aPvr8WTacwUrnTgeZs9tQ3UbHiHi8Oc0 { top:100px;left:293px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #GmugRWfCoi9IISOHasuGwqIOfNGK9a2Q { top:376px;left:400px;width:194px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #IafMVWrLtiNLEG5StWEoi8vqfJASpuSp { display:block; }
 }@media only screen and (max-width: 763px) { #VmPqKHMRXQlsLLdtayARxK7ItHOfuI7B { top:376px;left:170px;width:194px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #ortIgp1EHPblSUxbuDs4Ti6wl00ktmBz { display:block; }
 }@media only screen and (max-width: 763px) { #erlhkTuW2eWyEhthvfoac6CsAzMk2SeQ { top:353px;left:167px;width:200px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #XBfbzLZLDxWE2zrRAUoAfPQTcbPU2e5l { top:353px;left:397px;width:200px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #MK7QeZ67cZtaTWMJF5hueThv5usewVqZ { display:block; }#MK7QeZ67cZtaTWMJF5hueThv5usewVqZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC { display:block; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFHi4edlX00nA4Oas8x1T8HitTwkKeL7 { top:210px;left:0px;width:764px;height:7.64px;display:block; }
 }@media only screen and (max-width: 763px) { #hEUJ9OGClTbferPqTcrZNAU17Vp9GDUn { top:94px;left:182px;width:400px;height:149px;display:block; }
 }@media only screen and (max-width: 763px) { #TR91Tgt2v1urbtDofmf53Pg62AyR53wQ { display:block; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRpsE9rAPZOkXRN82m2kIF8FroE8i6pv { top:134px;left:320px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #zsCX59pIn0WprBrTdcqaTneeTQ9X7Z3l { top:134px;left:366px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #nI10q4lI8POywJyL0Z9JAE822WyGFLad { top:198px;left:240px;width:281px;height:12px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #A5Aq1Jzxg3Tblvyg9p0IDt0DRdxR3b1z { top:134px;left:414px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #laZKMLqWURnORfC667egIQaDwqXIlTgi { top:85px;left:282px;width:200px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #FCuon2HSIadPCaAlM8IGgwgsE560wyWa { top:60px;left:282px;width:200px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #DtMNEWvmsqgR89evtCg528Zrk59ell9H { top:38px;left:212px;width:341px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 { display:none; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ATguVkF8GQPCRKNee4XEQ5fTGxDhpa2G { width:18px;height:36px;top:57px;left:373px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx { display:block; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0SXBvRGpnt7aJGzlPhsCg9Ugx3zdhOe { width:132px;height:18px;top:20px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:221px;width:320px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PcNA0NVk/Sans_titre_1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;position:relative;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 763px) { #AFNWxhK9OQzuzJ8aNhHQgEoTJEhfNGF3 { width:320px;height:10px;top:11px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hiGadcMzJzl7ffsHcvMcDP4zOB4k6Grh { top:0px;left:0px;width:320px;height:151px;z-index:100002;background-color:rgba(57,57,57,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #T9n8x4TSgf0VvSdVOhMQfiySV1vkzH7y { width:320px;height:13px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #J93zAlyVZiMgt3aXgfBfpKlJKTTTHZ5e { position:relative;z-index:auto;bottom:auto;right:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ouM9Kt3W/20190927_2090enf8_2_01_final.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }
#J93zAlyVZiMgt3aXgfBfpKlJKTTTHZ5e.adaptive-delivery-prevent-bg { background-image: none; }#J93zAlyVZiMgt3aXgfBfpKlJKTTTHZ5e > .row .container { height:221px;width:320px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aJSykmNOLHWtfrhOxpnITvBSFdArToBI { width:320px;height:10px;top:11px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ytyeWXzX7SUCtGtGq5MTBiuklhNxbo3I { top:0px;left:0px;width:320px;height:151px;z-index:100002;background-color:rgba(57,57,57,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #s71eTi8sSo1DXPu1yQILctp4XhV71aMO { width:320px;height:13px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #F0iKnumrvIInHBh32RgWyJCCetXnf11X { display:block; }#F0iKnumrvIInHBh32RgWyJCCetXnf11X > .row .container { width:320px;height:198px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmPr1ITTsVVaaAmabg0rbyGRXzeb5Xgo { width:320px;height:52px;top:65.99609375px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NgDvbZ02uOePQwyhmog1qzNZdS4TzdIc { width:320px;height:32.8px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Wi6eu6pg8L1k8ybZlzfBKpOrM6Dg2knT { width:197px;height:73px;top:117.54861450195px;left:59.999997138977px;display:block; }
 }@media only screen and (max-width: 763px) { #mFfCLUPpuDoRmD7fV02UtLrl1AchR6vS { display:block; }#mFfCLUPpuDoRmD7fV02UtLrl1AchR6vS > .row .container { width:320px;height:30px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbd9JgmWrELiR7JblOdx2p7NBS1bu0Qx { background-color:#ffffff;background-image:none;display:none; }#lbd9JgmWrELiR7JblOdx2p7NBS1bu0Qx > .row .container { width:320px;height:1305px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C9QmQXytlG11U0M1ooSRQ8Uai6Q4iEqf { width:180px;height:180px;top:124px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #zkSirkKdW0kESNFtk3ElKWGgH36RDtAK { width:180px;height:180px;top:909px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #EOJWp6m8KK5CguV6bcWaTBZq57yMXnHe { width:180px;height:180px;top:520px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #w3OhXzCCbrVHauRpKflBnab8suO366Va { width:320px;height:114.6666px;top:1147px;left:0px;font-size:15px;color:#ffffff;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #WNxfEmNPAJUaTMwqoxZphVSkGk0FFfel { width:320px;height:114.6666px;top:357px;left:0px;font-size:15px;color:#ffffff;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #CKSQqaQLTipFnPAgnumAVBaNg9DX7mEH { width:320px;height:114.6666px;top:753px;left:0px;font-size:15px;color:#ffffff;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #HQrnMmHel1zvIOEquLlvp5bE1ipctXU6 { width:300px;height:64.8889px;top:24px;left:9.9930562973022px;text-align:center;text-align-last:center;font-size:25px;color:#393939;display:block; }
 }@media only screen and (max-width: 763px) { #gME3Q7DJ1olBorz7nKwFTFCuRTH0mvEX { width:267.995px;height:25.7778px;top:315px;left:26px;text-align:center;text-align-last:center;font-size:20px;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n2QG9uLAzhSgUzgDCZe9v2d69VQXugNJ { width:267.995px;height:25.7778px;top:711px;left:26px;text-align:center;text-align-last:center;font-size:20px;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #usTpdTdsptGta19LT0tuTISuovCXeoSf { width:267.995px;height:25.7778px;top:1105px;left:26px;text-align:center;text-align-last:center;font-size:20px;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #h3rO2frwq7U0Pi2n9XW56bkEsW7xsX2f { width:250px;height:4px;top:103.88888549805px;left:35.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #BtnI5IS9egQtN0LUbdpRT7TxMxv1QFeS { display:block; }#BtnI5IS9egQtN0LUbdpRT7TxMxv1QFeS > .row .container { width:320px;height:231px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cs4IZCAWQa2T1M5lpxuHpChOQ3bn3XVg { width:286px;height:85.2px;top:102.8px;left:17px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #KpTtwpSplGRmWlpRnqwdSWw84nUXHJES { width:185px;height:38.8px;top:44px;left:67px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #W69DJB434wSW0EtFkT8Aff1H4ZUcNQJG { display:block; }#W69DJB434wSW0EtFkT8Aff1H4ZUcNQJG > .row .container { width:320px;height:1096px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfTgeTu7KgwCqtCdBNoeT1lpCasrXt86 { width:200px;height:200px;top:20px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #z6eDWIQOIKLAK330TQ8FEyCvL5iHHBEP { width:200px;height:200px;top:283.8px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #IetuvcUpazT92VOhnPNxl37c7wwDOH27 { width:200px;height:200px;top:547.6px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #WDuIVvoScno4eU9pG7ZkK3QzWocZikKo { width:200px;height:200px;top:832.2px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #AyCaCedKqTPnIONUXsq7ZbwUIFUc4IGF { width:200px;height:20.8px;top:243px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iwizoq7HpOmbqB9d5WI5KNP0WOccthXp { width:200px;height:20.8px;top:506.8px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zQ2hX1sxyaSHNMUvBbXPhmEXSwbxn4JJ { width:200px;height:41.6px;top:770.6px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eMLKhC0yizyb5owGCHx7mwXTOLDrRgs8 { width:200px;height:20.8px;top:1055.2px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aDQE3cS60H4JTRHI32kIp7rcyGPG4TQR { display:block; }#aDQE3cS60H4JTRHI32kIp7rcyGPG4TQR > .row .container { width:320px;height:30px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB { display:block; }#tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB { background-color: transparent; background-image: none; }#tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB > .row .container > .video-iframe-container { display: none; }#tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB > .row > .video-iframe-container { display: none; }#tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB > .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); }#tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB { border-width: 0; border-radius: 0; }#tmTt2HTPnKQHqFD7xczHMkoVJTipTGAB > .row .container { width:320px;height:902px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1LyTt89lC37TgWW625cbqMtbO7n0tkM { width:320px;height:19.2px;top:467px;left:0px;text-align:center;text-align-last:center;font-size:15px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GuBmsHdXcCGuIMcJgCSTpqTqWQiBuayk { width:320px;height:19.2px;top:286px;left:0px;text-align:center;text-align-last:center;font-size:15px;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mzFHiVAaLBlMpbuSJZ7DT0NGcProKFf9 { width:120px;height:150px;top:137px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #kiSzgv0dSn7AGywCJgDhOaGXbXCqIwRr { width:120px;height:120px;top:348px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #LLn44BJgsFzE0xATxgxlThnxKwCVfM3J { width:120px;height:120px;top:538px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #za30bmqHN86o1Mc1mPvqvfqGL8O5tAAN { width:320px;height:19.2px;top:657px;left:0px;text-align:center;text-align-last:center;font-size:15px;font-weight:700;font-style:normal;font-family:"sofia pro";display:block; }
 }@media only screen and (max-width: 763px) { #MNSWRfZ2IsU4akUDSblteUPzG7LSAQ2I { width:120px;height:120px;top:726px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #NCLXW1gX1Li65Q23D5c76DeCJczh0RlT { width:320px;height:19.2px;top:846px;left:0px;text-align:center;text-align-last:center;font-size:15px;font-family:"sofia pro";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CztAQFSWh4Z1dLSR2EPa7gSNvEvxexeL { width:188.997px;height:64.8px;top:19.986968994141px;left:65.50129699707px;font-size:25px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #m2DqUNDiyTZb0GiVyzxvots2pFoFBdLs { width:250px;height:4px;top:100.42361450195px;left:35.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #v6ne8LqdEWFlSxv0cNan1Ff2Rzbvo1En { display:none; }#v6ne8LqdEWFlSxv0cNan1Ff2Rzbvo1En > .row .container { width:320px;height:46px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sonTalP2i193kU11E8qEh1paToIkuaaG { display:block; }#sonTalP2i193kU11E8qEh1paToIkuaaG > .row .container { width:320px;height:624px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtHghkRSgnq2dOBwy3awZxW48gpiynxK { width:274px;height:72px;top:166.09375px;left:23px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uor52BhivsC0Vs3Dvqo6NDqMcInr0B66 { width:278px;height:98px;top:47.09375px;left:21px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BL6Bvp0QTkuCTVPuZVQl9MndeqBIJLXN { width:320px;height:319.31034482759px;top:267.09375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MRTCkpBOS5Oi7vLwtMrKMZCRTDHebdtT { display:block; }#MRTCkpBOS5Oi7vLwtMrKMZCRTDHebdtT > .row .container { width:320px;height:668px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0q9cEiLoHpvOTCCZrgy6CooiAKt3BtV { width:283px;height:198px;top:94px;left:18.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u8NT3VlGA62TQT8QFd5GopI4BmTb4uyb { width:278px;height:65.2px;top:13.09375px;left:21px;font-size:25px;text-align:center;text-align-last:center;font-family:"sofia pro";display:block; }
 }@media only screen and (max-width: 763px) { #S0od0P4yxCkgbnNmNBH4spcSmnwbXiCB { width:319px;height:319px;top:317px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kVehADGSBLqHEyX204iw7L7mnpH6kQL3 { display:block; }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 > .row .container { width:320px;height:555px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnDSu0C9DIE4ghdNlUsO2FVlykM3T7ou { width:320px;height:320px;top:200px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LONKZu3q7Xb2GRoUWGs3saUxcJZFsoeI { width:274px;height:90px;top:94.09375px;left:23px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0uNTlMvmWVZQPI7qbMEvPdUULlGftcm { width:278px;height:65.2px;top:14.09375px;left:21px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t01KPNhzCbB5Wx8CbnUAq1BLBM0pcdUP { display:block; }#t01KPNhzCbB5Wx8CbnUAq1BLBM0pcdUP > .row .container { width:320px;height:747px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6SbbcOef2Gp2hF66uhHD11CJzouxwUD { width:283px;height:234px;top:130px;left:18.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dzWyplhITJMVh89rEVGaH8T7KJkMZcwZ { width:278px;height:98px;top:14.09375px;left:21px;font-size:25px;text-align:center;text-align-last:center;font-family:"sofia pro";display:block; }
 }@media only screen and (max-width: 763px) { #r5lT47pMc4CnGtQx2THxS7gTlDTavTTc { width:319px;height:319px;top:394px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VPuMVdTLEnBxda3S3xHRcK5PVNm4ODVl { display:none; }#VPuMVdTLEnBxda3S3xHRcK5PVNm4ODVl > .row .container { width:320px;height:46px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NJQKu9NJXRxCS5EqTUqEtVpWPp4oK4kT { display:block; }#NJQKu9NJXRxCS5EqTUqEtVpWPp4oK4kT > .row .container { width:320px;height:528px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LD54JgqPI5cnDP1DdZJzPM6n4krPHGiE { width:320px;height:77.6px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #vIwGWaKxEb5aUR00v5wVNtyKw7atOWLA { height:179.188px;width:320px;top:213px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tHJIvA7W0HWfcIAzgvAOKokyI4pbmBdW { width:320px;height:96px;top:410.1875px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DyQk8VPO2qFE7NgDKAqCstpAymHMleUM { width:320px;height:54px;top:142px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DxtfTxKwhBGw3SInLBVeTga8io0a9s8i { width:250px;height:3.99306px;top:107.97918701172px;left:35.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #U14PB58TafhgpSGT812XNTU9KGUADfR3 { display:none; }#U14PB58TafhgpSGT812XNTU9KGUADfR3 > .row .container { width:320px;height:46px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oz983PBNbdVcWVTDQM09reVnDCnIvQTH { display:block; }#oz983PBNbdVcWVTDQM09reVnDCnIvQTH > .row .container { width:320px;height:460px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Va5cTtw3niXs73SLMiDgTGtyl7a4R8Nk { width:275.984px;height:52.8px;top:19.984375px;left:21.984375px;font-size:20px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JhQ4N5aBGi56MMq4s8LgmowU3FGzIH1T { width:178.984px;height:28px;top:216px;left:70.484375px;font-size:20px;text-align:center;text-align-last:center;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #aPvr8WTacwUrnTgeZs9tQ3UbHiHi8Oc0 { width:120px;height:120px;top:86px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #GmugRWfCoi9IISOHasuGwqIOfNGK9a2Q { top:393.484375px;left:63px;width:194px;height:43px;font-weight:700;font-style:normal;color:#ffffff;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #IafMVWrLtiNLEG5StWEoi8vqfJASpuSp { display:block; }
 }@media only screen and (max-width: 763px) { #VmPqKHMRXQlsLLdtayARxK7ItHOfuI7B { top:302.484375px;left:63px;width:194px;height:43px;font-weight:700;font-style:normal;color:#ffffff;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ortIgp1EHPblSUxbuDs4Ti6wl00ktmBz { display:block; }
 }@media only screen and (max-width: 763px) { #erlhkTuW2eWyEhthvfoac6CsAzMk2SeQ { width:200px;height:15.6px;top:278.484375px;left:60px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #XBfbzLZLDxWE2zrRAUoAfPQTcbPU2e5l { width:200px;height:15.6px;top:369.484375px;left:60px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #MK7QeZ67cZtaTWMJF5hueThv5usewVqZ { display:none; }#MK7QeZ67cZtaTWMJF5hueThv5usewVqZ > .row .container { width:320px;height:46px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC { background-color:#ffffff;background-image:none;display:block; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container { background-color: transparent; background-image: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container > .video-iframe-container { display: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row > .video-iframe-container { display: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .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); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container { width:320px;height:193px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFHi4edlX00nA4Oas8x1T8HitTwkKeL7 { width:320px;height:14px;top:179px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hEUJ9OGClTbferPqTcrZNAU17Vp9GDUn { width:250px;height:92px;top:101px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #TR91Tgt2v1urbtDofmf53Pg62AyR53wQ { display:block; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row .container { width:320px;height:249px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRpsE9rAPZOkXRN82m2kIF8FroE8i6pv { width:25px;height:25px;top:140px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #zsCX59pIn0WprBrTdcqaTneeTQ9X7Z3l { width:25px;height:25px;top:140px;left:147px;display:block; }
 }@media only screen and (max-width: 763px) { #nI10q4lI8POywJyL0Z9JAE822WyGFLad { width:200px;height:14px;top:181px;left:60px;font-size:11px;font-family:"sofia pro";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5Aq1Jzxg3Tblvyg9p0IDt0DRdxR3b1z { width:25px;height:25px;top:140px;left:205px;display:block; }
 }@media only screen and (max-width: 763px) { #laZKMLqWURnORfC667egIQaDwqXIlTgi { width:200px;height:14px;top:79px;left:59.999997138977px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #FCuon2HSIadPCaAlM8IGgwgsE560wyWa { width:200px;height:14px;top:54px;left:60px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #DtMNEWvmsqgR89evtCg528Zrk59ell9H { width:320px;height:14px;top:215px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 { position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container { width:320px;height:75px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATguVkF8GQPCRKNee4XEQ5fTGxDhpa2G { top:20px;left:151px;width:18px;height:36px;z-index:100000;overflow:hidden;display:block; }
 }