.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,232,227;--color-primary-1:245,137,116;--color-primary-2:245,138,115;--color-primary-3:147,83,69;--color-primary-4:49,28,23;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:246,246,246;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f0f0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { border-width: 0; border-radius: 0; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;position:relative;display:none; }#wik73ZwVFceLMqMx5NThr6irpV7fN7Io { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.70703125rem;left:20.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:none; }
#gwP5xkITwClQ0zzbVkWQx32dB5d9QAZJ { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.6435546875rem;left:17.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:none; }
#SmmWrG8kN3q3il2xQOXTxFEkBRAwEaK6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:5.6875rem;left:9.0625rem;display:none; }
#qZQwL3TUGAOGdgZwsmDZC5FzMfQQtGT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.64453125rem;left:17.15625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#D1MPqIyyx4a5AePCo1guwCd8Mc7N6Xbf { position:relative;display:none; }#D1MPqIyyx4a5AePCo1guwCd8Mc7N6Xbf { border-width: 0; border-radius: 0; }#D1MPqIyyx4a5AePCo1guwCd8Mc7N6Xbf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#D1MPqIyyx4a5AePCo1guwCd8Mc7N6Xbf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BWRQclJGDp6fHq9CWSFRUciv4VGwlTEe { position:relative;display:none; }#BWRQclJGDp6fHq9CWSFRUciv4VGwlTEe { border-width: 0; border-radius: 0; }#BWRQclJGDp6fHq9CWSFRUciv4VGwlTEe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BWRQclJGDp6fHq9CWSFRUciv4VGwlTEe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#im2W3QTqnc00ZzpvrHEmpAO3Tc2Gz7M4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:4.5rem;top:18.3125rem;left:7.5rem;display:none; }
#zyNbJzuTIyBXi5ZMRtBJJIrD8ILs6bHD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.0625rem;left:9.0625rem;display:none; }
#vwnquStCmxTVmtyH18sMAkkSo3QI2T7C { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:55.625rem;overflow:hidden;display:none; }
#G9rAkaZ93q44JIzRgnyMTSuMHzrLtOap { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:54.375rem;overflow:hidden;display:none; }
#MRo7GBxTK6Mx8A935TNTPh989xOQqeW4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:53.0625rem;overflow:hidden;display:none; }
#yBPrpUcQGiaLEXDWaB60lPypZITOLyhg { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#Vqzx8vnPScNs520Tk52O1zRW0ohmPmxX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.0625rem;left:9.0625rem;display:none; }
#C6zQygcLCnQg1RwTVU4D7VeHiVnmIdC8 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:50.5625rem;overflow:hidden;display:none; }
#PLtiHQzvbXTpRt6Nt2zzKypH5cr6w9RK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.0625rem;left:9.0625rem;display:none; }
#bN8TnGxRt8FT0LPKvw0XNq9K8HLJsGtn { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#xx7xooFcPMiUIS3ZwZ3pGPbaLftEDry1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uBP8Trm0OTcoNDgfhnzAB84xyq8CNKXM { position:relative;display:none; }#uBP8Trm0OTcoNDgfhnzAB84xyq8CNKXM { border-width: 0; border-radius: 0; }#uBP8Trm0OTcoNDgfhnzAB84xyq8CNKXM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uBP8Trm0OTcoNDgfhnzAB84xyq8CNKXM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PAbqbZbSRTwZPuIsoV31HwF5TaBEQfQS { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:11.125rem;left:11.125rem;display:none; }
#gtOpyMho0HguGH7PvAs0M5GEmOeOKd7T { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:15.75rem;left:9.0625rem;display:none; }
#csxQfviQLuGObceTzGzRATq3WP1mb6wJ { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/64d74e87-fc38-4bd0-976c-5d68dad3fac0/Cozytober_MenActive_DesktopHeader_1500x700copy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;overflow:visible;position:relative;display:none; }#Ch9xoZICHFe0s5C1k7XJ41tHfMLTWkiD { box-sizing:content-box;height:21.875rem;width:26.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.59);background-image:none;top:10.0625rem;left:0rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#LsMhJWb7oE5wXe83oftB99ZdmhuGJ7ua { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.5625rem;left:3.5625rem;height:1.70605625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ebTmRnHnX7PTsmn9ubGnK4tCotgUIa2L { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:10.875rem;left:1.1875rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G23wPZIGpxlHIp3OKsNm6VBIIfqeKmDK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0;top:28.75rem;left:31.5rem;display:none; }
#zVdb2S3JTFm8wFOp4c2DM78UGl4gVcAb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.1875rem;left:6.625rem;height:5.19775625rem;text-align:left;text-align-last:left;display:block; }
#SiL03hdpVgsWRpvFBkP1GRJJn16ApxQC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4355625rem;height:2.936525rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.75rem;left:5.75048828125rem;display:block; }
#ubNPRn4vdt2T6ftXrFTwD8XyuSnngvBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FkeDUBok30TBpxEvTmxUWTSMgbznNooV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5184d415-74c6-498e-b460-4dbc74586b76/Cozytober_Style_DesktopHeader_1500x700_V1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FkeDUBok30TBpxEvTmxUWTSMgbznNooV.adaptive-delivery-prevent-bg, #FkeDUBok30TBpxEvTmxUWTSMgbznNooV.lazyload, #FkeDUBok30TBpxEvTmxUWTSMgbznNooV.lazyloading { background-image: none; }#FkeDUBok30TBpxEvTmxUWTSMgbznNooV > .row .container { background-color: transparent; background-image: none; }#FkeDUBok30TBpxEvTmxUWTSMgbznNooV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.49); }#FkeDUBok30TBpxEvTmxUWTSMgbznNooV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkeDUBok30TBpxEvTmxUWTSMgbznNooV > .row .container > .video-iframe-container { display: none; }#FkeDUBok30TBpxEvTmxUWTSMgbznNooV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.49); }#FkeDUBok30TBpxEvTmxUWTSMgbznNooV > .row > .video-iframe-container { display: none; }#FkeDUBok30TBpxEvTmxUWTSMgbznNooV > .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); }#FkeDUBok30TBpxEvTmxUWTSMgbznNooV > .row .container { border-width: 0; border-radius: 0; }#FkeDUBok30TBpxEvTmxUWTSMgbznNooV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FkeDUBok30TBpxEvTmxUWTSMgbznNooV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FkeDUBok30TBpxEvTmxUWTSMgbznNooV > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#wDmnxrEFgLg1yNxADzqlCVvUVd9xzzyP { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:"scotch text";font-size:8.75rem;font-weight:normal;z-index:15000;line-height:.9;letter-spacing:0;top:9.75rem;left:10.9375rem;height:15.75rem;text-align:center;text-align-last:center;display:block; }
#IiKh2aKqJe6UFDwGHi33rShiaVnLXWKw { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:"mark pro";font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:26.9375rem;left:10rem;height:3.65600625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JVhG584Rwt9gxsQCRgOOKHpz3k0Oz5mL { box-sizing:content-box;height:17.375rem;width:61rem;position:absolute;display:block;z-index:15003;background-color:#8e5452;background-image:none;top:37.0625rem;left:7rem;display:block; }
#iTLW2dewoBrFHyQKpWMZifUaTBvyMKcm { box-sizing:content-box;height:17.375rem;width:17.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/7a153eef-c251-41d3-90de-aabcf6967515/50_50_Me5445n_Mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.0625rem;left:7rem;display:block; }#iTLW2dewoBrFHyQKpWMZifUaTBvyMKcm.adaptive-delivery-prevent-bg, #iTLW2dewoBrFHyQKpWMZifUaTBvyMKcm.lazyload, #iTLW2dewoBrFHyQKpWMZifUaTBvyMKcm.lazyloading { background-image: none; }
#tiLvTmbFziU5u3uuTBD12fR8FRiXH1WQ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:"scotch text";font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:38.875rem;left:25.21875rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BbbSTtJXhRoozHLfrMhEy9KCQQDPgmAT { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:"mark pro";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:41.624999046326rem;left:25.218751907349rem;height:6.7480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GxhZG8MGsglNk7lKADcWwRWlWsdWOboo { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.7874984741211rem;left:25.47500038147rem;display:none; }
#wqGBBRM2TFHgwD6VGPbJBXidT6U3JPMz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pWsaiEnXTMFBNrpy0GypHzNpGJwZXqRz { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:20.3125rem;top:3.6875rem;left:27.34375rem;overflow:hidden;display:block; }
#ZErPDBD8uWynUszAdqyeyF6iKDBa3dGN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZErPDBD8uWynUszAdqyeyF6iKDBa3dGN > .row .container { background-color: transparent; background-image: none; }#ZErPDBD8uWynUszAdqyeyF6iKDBa3dGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZErPDBD8uWynUszAdqyeyF6iKDBa3dGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZErPDBD8uWynUszAdqyeyF6iKDBa3dGN > .row .container > .video-iframe-container { display: none; }#ZErPDBD8uWynUszAdqyeyF6iKDBa3dGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZErPDBD8uWynUszAdqyeyF6iKDBa3dGN > .row > .video-iframe-container { display: none; }#ZErPDBD8uWynUszAdqyeyF6iKDBa3dGN > .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); }#ZErPDBD8uWynUszAdqyeyF6iKDBa3dGN > .row .container { border-width: 0; border-radius: 0; }#ZErPDBD8uWynUszAdqyeyF6iKDBa3dGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZErPDBD8uWynUszAdqyeyF6iKDBa3dGN > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:block; }#yGM25BW3MLJU7XpXygpT0LZElWqkcbrc { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.849609375rem;left:25.599609375rem;display:block; }
#PLhebFCFI6UfkE0pwNzrgPVvVcif4xw6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rMsT0sZWOTQ9VNSBl7klgSMvEWeLyQmM { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:"scotch text";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.65625rem;left:23.59375rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RLUGFZimv7IbIaxdepugiluwrXdkszxn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:12.6875rem;top:19.875rem;left:6.1875rem;overflow:hidden;display:block; }
#TN3B3WuEH7Bm351VtU0tEuKxmq0LtmV3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:"scotch text";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.0625rem;left:3.75rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kLXkILlanq5wTdE7Bac5oSVIXg8R5qTB { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:"scotch text";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:33.0625rem;left:26.8125rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MNUAnl9EAi0A9mVtN6bIGOuEORhUplZn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:12.5625rem;top:19.875rem;left:31.25rem;overflow:hidden;display:block; }
#GJTDKkL0rDHRdoVtxiixJLInMR6T6feD { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36rem;left:4.75rem;height:5.19775625rem;text-align:center;text-align-last:center;display:block; }
#bZGiGcSSvwkXBiimsnuOsQBoW41a31kd { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:36rem;left:28.5625rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#eIdiK6FDUVhT10eT0y1Mh8wIrXprkphV { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:"scotch text";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:33.0625rem;left:53.75rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NndGIDy5TogT2cw0yblViJ7rZ4suQZK5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:36rem;left:54.75rem;height:5.19775625rem;text-align:center;text-align-last:center;display:block; }
#dPVMPcIdP88g6ep8tI6vyy0b7pq81inK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:19.875rem;left:55.75rem;overflow:hidden;display:block; }
#udDppoPSKWeaqluLyldhcnoRbmVEqW2c { position:relative;display:none; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c { border-width: 0; border-radius: 0; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xPvHcsKkbK4J12AGltlMGJAex9lU1I6q { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uaK1Gms9DveqAxz4pirqrgpeBb6Im1nr { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:55.125rem;overflow:hidden;display:block; }
#azneKrrZStTpUd3QObLQrHyUrhWXe7k1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RZAcIw3OSeIiZhcyG6QcrIo1JdCk1HLs { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:9.3125rem;left:12.125rem;display:none; }
#LcVH3QzmdhDaauSPOf96k7gfPwArvJnU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:50.6875rem;overflow:hidden;display:none; }
#dpd2mLk6LIe5tLkeHSewFUgZ4Hcx1hdv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:50.6875rem;overflow:hidden;display:none; }
#zrRupcyuCrX1WJAfsGTVGOvNIJbderAM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OV9FihfineS3JbR1HRmK19m0DwA45MoO { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:14.625rem;left:15.9375rem;display:none; }
#sDNfDZ1dXU3lDSISfsPGBhrzKJSwwo2V { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#niHl12cN94Iy1ylAfwwEifJygTNU9nIz { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:22.1875rem;left:15.4375rem;display:none; }
#D32r7Xb5I8e4qzp5P9mumb5SdB2on9ux { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:55.125rem;overflow:hidden;display:none; }
#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { position:relative;display:none; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { border-width: 0; border-radius: 0; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PGzBh9OpSa6pCqJDqlM7xg9Aqw2scbB0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:3.6875rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gUdzzxFPIAVZTxmqizbvqqFqsSiTBRz8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.10107421875rem;left:4.6875rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#umoGwL2UDkDSGBRAo9gkaap61Bem4PmH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:28.6875rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xSoQ8HWQ61QWEXI7lynZPXIsvAWNVco9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.1005859375rem;left:29.28125rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#lT5y9U7lPbxPw7o2TNLTK6l4BJ8KHPMH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:53.6875rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#POkwuATwa5QUosShcrKbnnRREh70KHDM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:12.5625rem;top:0rem;left:31.1875rem;overflow:hidden;display:block; }
#O69uTmMz8E4D8lBbRVBBMXcfkxHWXq63 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:12.6875rem;top:0rem;left:6.125rem;overflow:hidden;display:block; }
#HT9etEN8fMcUcBbH4PxGemwiwvJias9d { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.1005859375rem;left:54.6875rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 { position:relative;display:block; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 { background-color: transparent; background-image: none; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row .container > .video-iframe-container { display: none; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row > .video-iframe-container { display: none; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .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); }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 { border-width: 0; border-radius: 0; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D174kwuQrlIyqkdLdPkcI0RVNTdoe5bh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#w1ZTTraVaILCxnUXn57c6DVl69IsHuAr { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5625rem;left:0.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#syeOmIS7UcPeoyo2k0HMyyQwZ6cPyagD { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.3125rem;left:2.6875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KgR1FuKIOazbV9KoVLET38fJVTdvlNmx { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.5625rem;left:5.625rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS { position:relative;display:block; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS { background-color: transparent; background-image: none; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container > .video-iframe-container { display: none; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row > .video-iframe-container { display: none; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .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); }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS { border-width: 0; border-radius: 0; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EJG6XMmF2l3G9cIQ5KQi8W6f5mkITdKl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#K4xHFM9U66oTTBVGoUwARPVDo9G98MTc { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.25rem;left:43.1875rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#au601vgTGkueCwmDBA0zbDXmoOewNqJl { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.5rem;left:43.1875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uoqT9wSn7HfTdJRndicRMNrH2cKI2nBQ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.8125rem;left:46.375rem;height:10.39550625rem;text-align:center;text-align-last:center;display:block; }
#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { position:relative;display:block; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { background-color: transparent; background-image: none; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container > .video-iframe-container { display: none; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row > .video-iframe-container { display: none; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .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); }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { border-width: 0; border-radius: 0; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hTv2Ker0dRP473lsTWr5NqLcJKO8y3U1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#NnDngzr0hU15O85zGILlaqGZPrNTTRJp { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12rem;left:4.875rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pORL2ZPZt7LrZmbgB2w8H9WTs06T5kbE { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.5rem;left:8.8125rem;height:6.4971875rem;text-align:center;text-align-last:center;display:block; }
#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { position:relative;display:block; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { background-color: transparent; background-image: none; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container > .video-iframe-container { display: none; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row > .video-iframe-container { display: none; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .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); }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { border-width: 0; border-radius: 0; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#whtUwecB9SQhXBfRfxk4Em4IsE6HHy5o { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.54296875rem;left:10.96875rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mWnrxOcmCzP2zBHGHnyqkHLsSfinwhD1 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.3125rem;left:13.9375rem;display:none; }
#VIZD2Kaf69AiqRZMKrrkMuVuQTzTbmdI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/edf0e252-969a-4302-92ac-3949cca25097/1400x400_Cozytober_MEN_Collage.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud.adaptive-delivery-prevent-bg, #ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud.lazyload, #ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud.lazyloading { background-image: none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { background-color: transparent; background-image: none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container > .video-iframe-container { display: none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row > .video-iframe-container { display: none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .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); }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { border-width: 0; border-radius: 0; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu { position:relative;display:none; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu { border-width: 0; border-radius: 0; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OFybTHmgDA620hoMDxaktLQO7Pv4yq8s { position:relative;display:none; }#OFybTHmgDA620hoMDxaktLQO7Pv4yq8s { border-width: 0; border-radius: 0; }#OFybTHmgDA620hoMDxaktLQO7Pv4yq8s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OFybTHmgDA620hoMDxaktLQO7Pv4yq8s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GinIWzoHyzTGwwJ0TLJK5zPTzdr86lW0 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QXQlEDGpip8BozXTivkW2JTwbwzQ5nm6 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eqx0GVrx72rKzDOWVq0P1UgVdIpSlbnG { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12.5rem;top:4.9375rem;left:8.9375rem;display:none; }
#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 { position:relative;display:none; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 { border-width: 0; border-radius: 0; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk { position:relative;display:none; }#wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk { border-width: 0; border-radius: 0; }#wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yauzWzW8MBOi38TqpEcmdOs1otqmlh5U { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qApQtBzuO4abBDO7JDbCN2Z8V1Lgl1qi { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sbovs0c7QcLCZT04Of91kQ5ZlW4CmSry { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12.5rem;top:4.9375rem;left:8.9375rem;display:none; }
#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { position:relative;display:none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { border-width: 0; border-radius: 0; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg { position:relative;display:none; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg { border-width: 0; border-radius: 0; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PFfZTKwIVopxqvC6mVOuB4F614qrq6QV { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yQlKS8s6x2u2B4XoZ8BxiU9JTszeTfQc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.625rem;top:3.625rem;left:8.3125rem;display:none; }
#NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP { position:relative;display:none; }#NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP { border-width: 0; border-radius: 0; }#NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kdJvWf02pqVSUIvTzBNdZSaclHOmwkci { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#grsTTrDuy3WhBhZIaanF9tZ736lflVhv { position:relative;display:none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv { border-width: 0; border-radius: 0; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f0f0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .row .container { background-color: transparent; background-image: none; }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .row .container > .video-iframe-container { display: none; }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .row > .video-iframe-container { display: none; }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .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); }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .row .container { border-width: 0; border-radius: 0; }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#p1eGyJHqhETHMNU2fCCTJu9aoTgF8SUE { color:rgba(var(--color-tertiary-4),1);display:block;width:67.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.25rem;left:3.8125rem;height:2.625125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I429phd3qpIQTEqCtrNHdPwQQav1QQ0r { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#coENtlVNuIk6KqTZKkwSIV2Pm3RZq664 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:block; }
#rvcr31bgESySCEJVVQA1TTCOplQnlB1Q { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vT8D76hCHXqkZxmiTm3ICH0d0LbFsWxh { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.375rem;left:24.1875rem;height:2.598875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mw9CIVNigFoxh0eXtMwcK7Vd6z5BRJWf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.25rem;left:50.5625rem;overflow:hidden;display:block; }
#OTU43Teq6eyydIu5xGS3R5WJZUoDt1Eh { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.25rem;left:51.8125rem;overflow:hidden;display:block; }
#lUriHrWRFs0hFUEDVbR6MwpSeFl4ph8W { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.25rem;left:53.0625rem;overflow:hidden;display:block; }
#uUlaXFCh11hUbTPbdIw9TuolHHSJtTXR { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.25rem;left:54.375rem;overflow:hidden;display:block; }
#bCfwuTyF6JLZ8bUmL6aCubiGqqrGhH51 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.25rem;left:55.625rem;overflow:hidden;display:block; }
#FNRQHOMqX9Fnw7kcvVycNhSG42qULQMx { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.375rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#T9A5TRTepThakXMTqA9H3wTDVANqDWpA { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:14.9375rem;left:51.5rem;overflow:hidden;display:block; }
#qUQNUDUhN0VwZxvyHRnlbSM3JZwQfX08 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:15.0625rem;left:35.1875rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#esrhiTurTTguooAdxl1zsI6f3PnqkRLv { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:17.0146484375rem;left:17.9375rem;height:2.92358125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T3F2x1wrLlStTO810VJ0368vrcZcaLrT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:14.9375rem;left:22.9375rem;overflow:hidden;display:block; }
#xs4sH6eQluX00qq4zcVXCp5Lrwl5wUIv { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:14.9375rem;left:19.25rem;overflow:hidden;display:block; }
#r0cfHGFTfLsfUaISXMsowe6CkrpLPA1W { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:14.9375rem;left:21.875rem;overflow:hidden;display:block; }
#ZC5uRclHlWqpnK6aZ4nhU6s4TkyulVTm { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:14.9375rem;left:17.9375rem;overflow:hidden;display:block; }
#vaBPl2vSpa5DpVu6nvHkkOH4KqdEWKtQ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:14.9375rem;left:20.5625rem;overflow:hidden;display:block; }
#iHdXq83F6oTmo9lsMa7LKiVA0F2ccCfM { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.1875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ZXidIxOhDQytMrhvAfGXSDfltSnv7bqh { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:22.75rem;left:17.9375rem;overflow:hidden;display:block; }
#qaifS0uLTxhTpLmfxGFFaJFtGm1cBhvM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:22.875rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NxvVMCr6Mkl2unkm0w5OFwr9WwGEwT9w { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.4375rem;left:24.1875rem;height:3.8983125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XIiM4qckbL1TAvBT1GH9WFWi9w04RDPe { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:22.75rem;left:55.625rem;overflow:hidden;display:block; }
#BkVVWPg6KRqeFchOccXXtAD922B4qLy6 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:22.75rem;left:54.375rem;overflow:hidden;display:block; }
#coS5TT3KgtC9b7G1HEepuikFHWLoTxZv { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:22.75rem;left:53.125rem;overflow:hidden;display:block; }
#sST73WToUbyP3ll14kdWH2fkOKCgXh8C { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:22.75rem;left:51.875rem;overflow:hidden;display:block; }
#Uo54srGGzUO8XPsclsQH3czDUDtJUMvV { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:22.75rem;left:50.5625rem;overflow:hidden;display:block; }
#tozsmaUhGyTdMxEMpTQKq2xJE9DJ3pJg { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.8125rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#WPlxTE7r9J14cyB955LBbxC7QNrxT37w { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:30.4375rem;left:18rem;overflow:hidden;display:block; }
#g3Sr4oSNlSFz62hlvoUantBz3pqEssUy { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:32.4521484375rem;left:18.125rem;height:2.92358125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SLhBIwgVfoIirVG3D9Lr3pzIbfCm5Xrc { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:30.4375rem;left:23.125rem;overflow:hidden;display:block; }
#OMUvntg6TJrVxKM4OhT6SnK5u6WrIwLk { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:30.4375rem;left:19.3125rem;overflow:hidden;display:block; }
#AzHFikZu1MGLCJGBJ1s3Jxox7frt9wKO { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:30.4375rem;left:21.9375rem;overflow:hidden;display:block; }
#SC24Vs02KUksc8i7li6wNRupgBTEWW4c { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:30.4375rem;left:20.625rem;overflow:hidden;display:block; }
#r0hDn79v9I8th0lrtuqZSSMch0rrWKey { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:30.6875rem;left:38.875rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HuaF2a00MX9DHt7MEghCeSpepVUJbX5w { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:30.375rem;left:51.5rem;overflow:hidden;display:block; }
#fFvwu5O6kCmzSc4tmTqy8FIZo7DyIgw7 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:27.07421875rem;left:46rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV { position:relative;display:none; }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV { border-width: 0; border-radius: 0; }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#he9GapwouMxVCApd0kHz3bkX3bK6HlWt { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qUV1J2F9Kx0q7iA6D1zOGS4eAhcvg1iN { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#Vza5yIUyF9oJ5LczHvrgczZN3lly1NZ0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#lfJ2DE8OxyxpRF4mkyckomZOBT1motTO { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:55.625rem;overflow:hidden;display:none; }
#CqnKxR6eK1II4d8fol6O5xt37Px4Uqh1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:54.375rem;overflow:hidden;display:none; }
#bTZ2PZfeHOeMT0OEWMzixLNSO8tCitC7 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:53.0625rem;overflow:hidden;display:none; }
#xFqFu9DIh3iVw6C2KZ4NKVklH9V5Tc8o { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#o3BEepVwGBTrMKoWuUgqgx582Xu2ZeKp { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:50.5625rem;overflow:hidden;display:none; }
#WuhJVdWfZ8Q5Amnq084uX1LaCTWE35El { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#G3TMBH9g6JHvABpyRO2lW2D6yRLFNGeP { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.85107421875rem;left:24.1875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#T8EJWBTTebpx8Sx3szEfcWvPCvbmOzc8 { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#LHkivwEVZyKdiBCU39JoIllpKHKfSvqB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#HRbUbrhdXER4CEQ9s4a0yEPrIkDDkTNp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:55.625rem;overflow:hidden;display:none; }
#NkwO6ob0kysBGiucCJHzfayoHluveagm { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SP8fWrhwxTSfbMl16cFp3rAs06Frdy2h { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:54.375rem;overflow:hidden;display:none; }
#glNiTsDbI3wBfCTu2TAhEprWp1Q5cTBi { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:53.0625rem;overflow:hidden;display:none; }
#lDSZbxGTaXIg6bkAKsmUf5tSUn9BTlFi { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#EbsTydwosMROQoJtB83bNhZRZSn0UEeH { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:16.4873046875rem;left:18.0625rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wIBfLnUcc4QQnqx6SyTv6E8rc6OSJ375 { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#sVLckswkUAHo3Mf2MC1rTJ4W8xGAzZPx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#mspmUOGaJ1XsVbNrsmLTAOzI9MrG8uAk { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:55.625rem;overflow:hidden;display:none; }
#XUvDr425tkPI4y2Vx2EamMtPGhgotGrO { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZaTHrJFUilMtbWmPvoBJB7KfkmMJzzvC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:54.375rem;overflow:hidden;display:none; }
#GW511nqshrhLb9qZiwL0T7iW9E0zMi2v { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:53.0625rem;overflow:hidden;display:none; }
#QlmRkzHO8z0hAvTmiT3Q55oBGQTCnCth { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#EbPRkcBgEoJpcGcxAgyMT8DBzMt8MWNs { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.28857421875rem;left:24.1875rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vwA8xmPEniwD3zn8vLzOD7cq0BzsTlVE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#LnkyI5BP6mTqsn0pEK3AhAEGzlsuHEN4 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:7.2496099472044rem;left:51.8125rem;overflow:hidden;display:none; }
#AzT52iLLkvT8sXFXu0kF99Udnb8TZRuF { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.28857421875rem;left:24.1875rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS { position:relative;display:block; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS { background-color: transparent; background-image: none; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row .container > .video-iframe-container { display: none; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row > .video-iframe-container { display: none; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .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); }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS { border-width: 0; border-radius: 0; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AFizEDs64TavSe1NC3wUraE1rTig2ypT { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:2.1875rem;left:15.625rem;height:2.887575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qGEVapFXfqTzxbLTQm7C2n0NerknTsFc { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.875rem;left:23.9375rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#fgWfENFldbeQhg7L2ddBtdJRKzRWGIV9 { position:relative;display:block; }#fgWfENFldbeQhg7L2ddBtdJRKzRWGIV9 { background-color: transparent; background-image: none; }#fgWfENFldbeQhg7L2ddBtdJRKzRWGIV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgWfENFldbeQhg7L2ddBtdJRKzRWGIV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgWfENFldbeQhg7L2ddBtdJRKzRWGIV9 > .row .container > .video-iframe-container { display: none; }#fgWfENFldbeQhg7L2ddBtdJRKzRWGIV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgWfENFldbeQhg7L2ddBtdJRKzRWGIV9 > .row > .video-iframe-container { display: none; }#fgWfENFldbeQhg7L2ddBtdJRKzRWGIV9 > .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); }#fgWfENFldbeQhg7L2ddBtdJRKzRWGIV9 { border-width: 0; border-radius: 0; }#fgWfENFldbeQhg7L2ddBtdJRKzRWGIV9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fgWfENFldbeQhg7L2ddBtdJRKzRWGIV9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zKsB8EUT8dF8tFpfoHX2pmnRkKdargIr { color:rgba(var(--color-tertiary-4),1);display:block;width:68.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.744140625rem;left:3.09375rem;height:2.887575rem;text-align:center;text-align-last:center;display:block; }
#XLbUJR3TTCg37zhVra8kLViMuIAxruQw { position:relative;display:block; }#XLbUJR3TTCg37zhVra8kLViMuIAxruQw { background-color: transparent; background-image: none; }#XLbUJR3TTCg37zhVra8kLViMuIAxruQw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLbUJR3TTCg37zhVra8kLViMuIAxruQw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLbUJR3TTCg37zhVra8kLViMuIAxruQw > .row .container > .video-iframe-container { display: none; }#XLbUJR3TTCg37zhVra8kLViMuIAxruQw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLbUJR3TTCg37zhVra8kLViMuIAxruQw > .row > .video-iframe-container { display: none; }#XLbUJR3TTCg37zhVra8kLViMuIAxruQw > .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); }#XLbUJR3TTCg37zhVra8kLViMuIAxruQw { border-width: 0; border-radius: 0; }#XLbUJR3TTCg37zhVra8kLViMuIAxruQw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XLbUJR3TTCg37zhVra8kLViMuIAxruQw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BDzNVsSt0p2TTvqVJx3d6D4ZoigMpRAn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4931640625rem;left:6.9375rem;height:1.19970625rem;text-align:left;text-align-last:left;display:block; }
#Ayv0i2DgeQSlp7xoTofFdgPuyAWuUiot { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:1.19921875rem;left:16.875rem;height:1.799925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WqiKOfsLppr7AzpT6myseBx2NoMBfiJ1 { position:relative;display:block; }#WqiKOfsLppr7AzpT6myseBx2NoMBfiJ1 { background-color: transparent; background-image: none; }#WqiKOfsLppr7AzpT6myseBx2NoMBfiJ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqiKOfsLppr7AzpT6myseBx2NoMBfiJ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqiKOfsLppr7AzpT6myseBx2NoMBfiJ1 > .row .container > .video-iframe-container { display: none; }#WqiKOfsLppr7AzpT6myseBx2NoMBfiJ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqiKOfsLppr7AzpT6myseBx2NoMBfiJ1 > .row > .video-iframe-container { display: none; }#WqiKOfsLppr7AzpT6myseBx2NoMBfiJ1 > .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); }#WqiKOfsLppr7AzpT6myseBx2NoMBfiJ1 { border-width: 0; border-radius: 0; }#WqiKOfsLppr7AzpT6myseBx2NoMBfiJ1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WqiKOfsLppr7AzpT6myseBx2NoMBfiJ1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uVz9tlsp0l7craCpd5vbFP7ygvS0GrSK { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:5.94970625rem;text-align:left;text-align-last:left;display:block; }
#zuvOJghdcifNaWQ8UeX4LcE31XO1Qv9n { box-sizing:content-box;height:5.0625rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.03125rem;left:6rem;display:block; }
#dFa4TVQ80lTvPE5GKoi2saRr2VKdLvB4 { position:relative;display:block; }#dFa4TVQ80lTvPE5GKoi2saRr2VKdLvB4 { background-color: transparent; background-image: none; }#dFa4TVQ80lTvPE5GKoi2saRr2VKdLvB4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFa4TVQ80lTvPE5GKoi2saRr2VKdLvB4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFa4TVQ80lTvPE5GKoi2saRr2VKdLvB4 > .row .container > .video-iframe-container { display: none; }#dFa4TVQ80lTvPE5GKoi2saRr2VKdLvB4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFa4TVQ80lTvPE5GKoi2saRr2VKdLvB4 > .row > .video-iframe-container { display: none; }#dFa4TVQ80lTvPE5GKoi2saRr2VKdLvB4 > .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); }#dFa4TVQ80lTvPE5GKoi2saRr2VKdLvB4 { border-width: 0; border-radius: 0; }#dFa4TVQ80lTvPE5GKoi2saRr2VKdLvB4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dFa4TVQ80lTvPE5GKoi2saRr2VKdLvB4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KoNJT3urTWcrXqhi4vgLrO6A6BvqhVMN { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4931640625rem;left:6.9375rem;height:1.19970625rem;text-align:left;text-align-last:left;display:block; }
#DteSLKeGCTqwGukeznInSTnXlpyXBhAI { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:1.19921875rem;left:18.875rem;height:1.799925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C6ePBZresmW924hdacuI3Xvw02JEiGNt { position:relative;display:block; }#C6ePBZresmW924hdacuI3Xvw02JEiGNt { background-color: transparent; background-image: none; }#C6ePBZresmW924hdacuI3Xvw02JEiGNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6ePBZresmW924hdacuI3Xvw02JEiGNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6ePBZresmW924hdacuI3Xvw02JEiGNt > .row .container > .video-iframe-container { display: none; }#C6ePBZresmW924hdacuI3Xvw02JEiGNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6ePBZresmW924hdacuI3Xvw02JEiGNt > .row > .video-iframe-container { display: none; }#C6ePBZresmW924hdacuI3Xvw02JEiGNt > .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); }#C6ePBZresmW924hdacuI3Xvw02JEiGNt { border-width: 0; border-radius: 0; }#C6ePBZresmW924hdacuI3Xvw02JEiGNt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#C6ePBZresmW924hdacuI3Xvw02JEiGNt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Nh8oJGlK4JfMd8FicwwBZQ4zia0eOHo4 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:7.437125rem;text-align:left;text-align-last:left;display:block; }
#tzNnyXLVDb1a0w4UU7oM3SPyr1x4voTz { box-sizing:content-box;height:6.875rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.03125rem;left:6rem;display:block; }
#QyrbZ9CTeARvySgIcyeMw8f6kfKzLT0N { position:relative;display:block; }#QyrbZ9CTeARvySgIcyeMw8f6kfKzLT0N { background-color: transparent; background-image: none; }#QyrbZ9CTeARvySgIcyeMw8f6kfKzLT0N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyrbZ9CTeARvySgIcyeMw8f6kfKzLT0N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyrbZ9CTeARvySgIcyeMw8f6kfKzLT0N > .row .container > .video-iframe-container { display: none; }#QyrbZ9CTeARvySgIcyeMw8f6kfKzLT0N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyrbZ9CTeARvySgIcyeMw8f6kfKzLT0N > .row > .video-iframe-container { display: none; }#QyrbZ9CTeARvySgIcyeMw8f6kfKzLT0N > .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); }#QyrbZ9CTeARvySgIcyeMw8f6kfKzLT0N { border-width: 0; border-radius: 0; }#QyrbZ9CTeARvySgIcyeMw8f6kfKzLT0N > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QyrbZ9CTeARvySgIcyeMw8f6kfKzLT0N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OaLPfwNChb9tyIlbp6AVARFhVm6iguUk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4937515258789rem;left:6.9375rem;height:1.19970625rem;text-align:left;text-align-last:left;display:block; }
#WuTKdWH3uUOTvVURd8smToqo1cdGG019 { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:1.1937503814698rem;left:26.5rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gQHeFpq8x1yd2ZV5gq20zsys9iT3fzo3 { position:relative;display:block; }#gQHeFpq8x1yd2ZV5gq20zsys9iT3fzo3 { background-color: transparent; background-image: none; }#gQHeFpq8x1yd2ZV5gq20zsys9iT3fzo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQHeFpq8x1yd2ZV5gq20zsys9iT3fzo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQHeFpq8x1yd2ZV5gq20zsys9iT3fzo3 > .row .container > .video-iframe-container { display: none; }#gQHeFpq8x1yd2ZV5gq20zsys9iT3fzo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQHeFpq8x1yd2ZV5gq20zsys9iT3fzo3 > .row > .video-iframe-container { display: none; }#gQHeFpq8x1yd2ZV5gq20zsys9iT3fzo3 > .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); }#gQHeFpq8x1yd2ZV5gq20zsys9iT3fzo3 { border-width: 0; border-radius: 0; }#gQHeFpq8x1yd2ZV5gq20zsys9iT3fzo3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gQHeFpq8x1yd2ZV5gq20zsys9iT3fzo3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uDKWP4AM1JQzr4GPZTSZUBFJ8G4TxIS9 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#lBstIxqG9MLqPsk9tWnnMbE7btoi5Ti0 { box-sizing:content-box;height:2.5rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;top:0.96875rem;left:6rem;display:block; }
#T2lzn6SzT07duzb0dKQ3Zx6kc9xt6iSA { position:relative;display:block; }#T2lzn6SzT07duzb0dKQ3Zx6kc9xt6iSA { background-color: transparent; background-image: none; }#T2lzn6SzT07duzb0dKQ3Zx6kc9xt6iSA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2lzn6SzT07duzb0dKQ3Zx6kc9xt6iSA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2lzn6SzT07duzb0dKQ3Zx6kc9xt6iSA > .row .container > .video-iframe-container { display: none; }#T2lzn6SzT07duzb0dKQ3Zx6kc9xt6iSA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2lzn6SzT07duzb0dKQ3Zx6kc9xt6iSA > .row > .video-iframe-container { display: none; }#T2lzn6SzT07duzb0dKQ3Zx6kc9xt6iSA > .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); }#T2lzn6SzT07duzb0dKQ3Zx6kc9xt6iSA { border-width: 0; border-radius: 0; }#T2lzn6SzT07duzb0dKQ3Zx6kc9xt6iSA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T2lzn6SzT07duzb0dKQ3Zx6kc9xt6iSA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aFep2P3GQhoIVSUvPm6StFOkuoy1falN { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4931640625rem;left:6.9375rem;height:1.19970625rem;text-align:left;text-align-last:left;display:block; }
#kdffbL0iw5Z8e4Ay6rwEyTkRf5ElxxWF { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:1.26171875rem;left:33.6875rem;height:1.799925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fJg2fammXKC80BfVwW8ICzQiQwQC91a6 { position:relative;display:block; }#fJg2fammXKC80BfVwW8ICzQiQwQC91a6 { background-color: transparent; background-image: none; }#fJg2fammXKC80BfVwW8ICzQiQwQC91a6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJg2fammXKC80BfVwW8ICzQiQwQC91a6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJg2fammXKC80BfVwW8ICzQiQwQC91a6 > .row .container > .video-iframe-container { display: none; }#fJg2fammXKC80BfVwW8ICzQiQwQC91a6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJg2fammXKC80BfVwW8ICzQiQwQC91a6 > .row > .video-iframe-container { display: none; }#fJg2fammXKC80BfVwW8ICzQiQwQC91a6 > .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); }#fJg2fammXKC80BfVwW8ICzQiQwQC91a6 { border-width: 0; border-radius: 0; }#fJg2fammXKC80BfVwW8ICzQiQwQC91a6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fJg2fammXKC80BfVwW8ICzQiQwQC91a6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yH8ol81eeagKJ8RFoOp4zFXgX5mAyXFy { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:4.46228125rem;text-align:left;text-align-last:left;display:block; }
#rz3LraI0xsv91hPNfF8UiEmlE1K3UCtR { box-sizing:content-box;height:3.3125rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;top:0.96875rem;left:6rem;display:block; }
#FCNN6gQIF1aEGhTd3mA1tvQT5pauxTUN { position:relative;display:block; }#FCNN6gQIF1aEGhTd3mA1tvQT5pauxTUN { background-color: transparent; background-image: none; }#FCNN6gQIF1aEGhTd3mA1tvQT5pauxTUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCNN6gQIF1aEGhTd3mA1tvQT5pauxTUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCNN6gQIF1aEGhTd3mA1tvQT5pauxTUN > .row .container > .video-iframe-container { display: none; }#FCNN6gQIF1aEGhTd3mA1tvQT5pauxTUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCNN6gQIF1aEGhTd3mA1tvQT5pauxTUN > .row > .video-iframe-container { display: none; }#FCNN6gQIF1aEGhTd3mA1tvQT5pauxTUN > .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); }#FCNN6gQIF1aEGhTd3mA1tvQT5pauxTUN { border-width: 0; border-radius: 0; }#FCNN6gQIF1aEGhTd3mA1tvQT5pauxTUN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FCNN6gQIF1aEGhTd3mA1tvQT5pauxTUN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PGXon7Z5R9kvGXQE0sVvF8d5T0eOVI4G { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4937496185302rem;left:6.9375rem;height:1.19970625rem;text-align:left;text-align-last:left;display:block; }
#bsGlHsQf59iAeOCSHJcAyo9n1ZfQk1Hx { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:1.1937503814698rem;left:29.375rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KRsd7zO34CDN34GhBDvOwKw4gnp0uzoS { position:relative;display:block; }#KRsd7zO34CDN34GhBDvOwKw4gnp0uzoS { background-color: transparent; background-image: none; }#KRsd7zO34CDN34GhBDvOwKw4gnp0uzoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRsd7zO34CDN34GhBDvOwKw4gnp0uzoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRsd7zO34CDN34GhBDvOwKw4gnp0uzoS > .row .container > .video-iframe-container { display: none; }#KRsd7zO34CDN34GhBDvOwKw4gnp0uzoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRsd7zO34CDN34GhBDvOwKw4gnp0uzoS > .row > .video-iframe-container { display: none; }#KRsd7zO34CDN34GhBDvOwKw4gnp0uzoS > .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); }#KRsd7zO34CDN34GhBDvOwKw4gnp0uzoS { border-width: 0; border-radius: 0; }#KRsd7zO34CDN34GhBDvOwKw4gnp0uzoS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KRsd7zO34CDN34GhBDvOwKw4gnp0uzoS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M0NkWOtW433I6GaLs6GVpzfh19EFVPOX { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:2.975rem;text-align:left;text-align-last:left;display:block; }
#pX079RNKsxzC4v0Pe4NDkitnBuGsTuMs { box-sizing:content-box;height:2.5rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;top:0.96875rem;left:6rem;display:block; }
#kenFrT11a8tCtxbQJkN6T4XDKHLochVl { position:relative;display:block; }#kenFrT11a8tCtxbQJkN6T4XDKHLochVl { background-color: transparent; background-image: none; }#kenFrT11a8tCtxbQJkN6T4XDKHLochVl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kenFrT11a8tCtxbQJkN6T4XDKHLochVl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kenFrT11a8tCtxbQJkN6T4XDKHLochVl > .row .container > .video-iframe-container { display: none; }#kenFrT11a8tCtxbQJkN6T4XDKHLochVl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kenFrT11a8tCtxbQJkN6T4XDKHLochVl > .row > .video-iframe-container { display: none; }#kenFrT11a8tCtxbQJkN6T4XDKHLochVl > .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); }#kenFrT11a8tCtxbQJkN6T4XDKHLochVl { border-width: 0; border-radius: 0; }#kenFrT11a8tCtxbQJkN6T4XDKHLochVl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kenFrT11a8tCtxbQJkN6T4XDKHLochVl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#czKWRE0R0qoWDpt3SPhgaI7RE0DM5PqW { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4937496185302rem;left:6.9375rem;height:1.19970625rem;text-align:left;text-align-last:left;display:block; }
#QrMw3nQNb46MobGfgODiE4TiJBPuzN6l { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:1.1937503814698rem;left:26.0625rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cJxlkVIePbxbmiJPXZmiceL86ZyIza1x { position:relative;display:block; }#cJxlkVIePbxbmiJPXZmiceL86ZyIza1x { background-color: transparent; background-image: none; }#cJxlkVIePbxbmiJPXZmiceL86ZyIza1x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJxlkVIePbxbmiJPXZmiceL86ZyIza1x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJxlkVIePbxbmiJPXZmiceL86ZyIza1x > .row .container > .video-iframe-container { display: none; }#cJxlkVIePbxbmiJPXZmiceL86ZyIza1x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJxlkVIePbxbmiJPXZmiceL86ZyIza1x > .row > .video-iframe-container { display: none; }#cJxlkVIePbxbmiJPXZmiceL86ZyIza1x > .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); }#cJxlkVIePbxbmiJPXZmiceL86ZyIza1x { border-width: 0; border-radius: 0; }#cJxlkVIePbxbmiJPXZmiceL86ZyIza1x > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cJxlkVIePbxbmiJPXZmiceL86ZyIza1x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SIIaVnEpLXq1fD39g3Ae4DIWEbGtQWdw { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:7.437125rem;text-align:left;text-align-last:left;display:block; }
#boSM7rFOy1vTpUcCd5FTnFeh3KaIfblk { box-sizing:content-box;height:6.9375rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;top:0.71875rem;left:6rem;display:block; }
#mTJxh3tipDaW9JvXiEv7yXuOs8P4utzv { position:relative;display:block; }#mTJxh3tipDaW9JvXiEv7yXuOs8P4utzv { background-color: transparent; background-image: none; }#mTJxh3tipDaW9JvXiEv7yXuOs8P4utzv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTJxh3tipDaW9JvXiEv7yXuOs8P4utzv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTJxh3tipDaW9JvXiEv7yXuOs8P4utzv > .row .container > .video-iframe-container { display: none; }#mTJxh3tipDaW9JvXiEv7yXuOs8P4utzv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTJxh3tipDaW9JvXiEv7yXuOs8P4utzv > .row > .video-iframe-container { display: none; }#mTJxh3tipDaW9JvXiEv7yXuOs8P4utzv > .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); }#mTJxh3tipDaW9JvXiEv7yXuOs8P4utzv { border-width: 0; border-radius: 0; }#mTJxh3tipDaW9JvXiEv7yXuOs8P4utzv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mTJxh3tipDaW9JvXiEv7yXuOs8P4utzv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DHDpERhHRqIgoKLXyBy4WRv3shfiCvUS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4937496185302rem;left:6.9375rem;height:1.19970625rem;text-align:left;text-align-last:left;display:block; }
#EkpN32VSmgu97GVg3ZyZFzQpLuUCb8Vc { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:1.1937503814698rem;left:22.6875rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G8JTQlE5enMIQ5wH9OqWtZbGehicZn34 { position:relative;display:block; }#G8JTQlE5enMIQ5wH9OqWtZbGehicZn34 { background-color: transparent; background-image: none; }#G8JTQlE5enMIQ5wH9OqWtZbGehicZn34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8JTQlE5enMIQ5wH9OqWtZbGehicZn34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8JTQlE5enMIQ5wH9OqWtZbGehicZn34 > .row .container > .video-iframe-container { display: none; }#G8JTQlE5enMIQ5wH9OqWtZbGehicZn34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8JTQlE5enMIQ5wH9OqWtZbGehicZn34 > .row > .video-iframe-container { display: none; }#G8JTQlE5enMIQ5wH9OqWtZbGehicZn34 > .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); }#G8JTQlE5enMIQ5wH9OqWtZbGehicZn34 { border-width: 0; border-radius: 0; }#G8JTQlE5enMIQ5wH9OqWtZbGehicZn34 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#G8JTQlE5enMIQ5wH9OqWtZbGehicZn34 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NfQ5VJRwdnm5ADZl3205LXrI0XiGXyl8 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:1.4875rem;text-align:left;text-align-last:left;display:block; }
#XtTNxBlVbTD9w8UlrlTP3Bf7cRy5zEQN { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;top:0.71875rem;left:6rem;display:block; }
#lmABHLfZmWeBOOofoMTqMqJXgvBz25Ot { position:relative;display:block; }#lmABHLfZmWeBOOofoMTqMqJXgvBz25Ot { background-color: transparent; background-image: none; }#lmABHLfZmWeBOOofoMTqMqJXgvBz25Ot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmABHLfZmWeBOOofoMTqMqJXgvBz25Ot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmABHLfZmWeBOOofoMTqMqJXgvBz25Ot > .row .container > .video-iframe-container { display: none; }#lmABHLfZmWeBOOofoMTqMqJXgvBz25Ot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmABHLfZmWeBOOofoMTqMqJXgvBz25Ot > .row > .video-iframe-container { display: none; }#lmABHLfZmWeBOOofoMTqMqJXgvBz25Ot > .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); }#lmABHLfZmWeBOOofoMTqMqJXgvBz25Ot { border-width: 0; border-radius: 0; }#lmABHLfZmWeBOOofoMTqMqJXgvBz25Ot > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lmABHLfZmWeBOOofoMTqMqJXgvBz25Ot > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y2suOv36hoMACNSCiCcNGTEqID52Mfd0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4937515258789rem;left:6.9375rem;height:1.19970625rem;text-align:left;text-align-last:left;display:block; }
#Fao68oN1TAGPAh0ySyqNM9R8STlrhTvn { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:1.1937503814698rem;left:24.25rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qnvU5LtEdTrS5ZP5xklLWhQXg41ugiac { position:relative;display:block; }#qnvU5LtEdTrS5ZP5xklLWhQXg41ugiac { background-color: transparent; background-image: none; }#qnvU5LtEdTrS5ZP5xklLWhQXg41ugiac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnvU5LtEdTrS5ZP5xklLWhQXg41ugiac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnvU5LtEdTrS5ZP5xklLWhQXg41ugiac > .row .container > .video-iframe-container { display: none; }#qnvU5LtEdTrS5ZP5xklLWhQXg41ugiac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnvU5LtEdTrS5ZP5xklLWhQXg41ugiac > .row > .video-iframe-container { display: none; }#qnvU5LtEdTrS5ZP5xklLWhQXg41ugiac > .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); }#qnvU5LtEdTrS5ZP5xklLWhQXg41ugiac { border-width: 0; border-radius: 0; }#qnvU5LtEdTrS5ZP5xklLWhQXg41ugiac > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qnvU5LtEdTrS5ZP5xklLWhQXg41ugiac > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AicBHb83Fovvc4G6gzIb8RvNc0xoudDT { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.55624961853027rem;left:6.9375rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#vUgDq1WrZHyZCXiwS6bBu21vvdbXpeOg { box-sizing:content-box;height:2.5rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;top:0.96875rem;left:6rem;display:block; }
#X7FLaHrkCLZ3MddbU8wsWe7x1zdW1BaE { position:relative;display:block; }#X7FLaHrkCLZ3MddbU8wsWe7x1zdW1BaE { background-color: transparent; background-image: none; }#X7FLaHrkCLZ3MddbU8wsWe7x1zdW1BaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7FLaHrkCLZ3MddbU8wsWe7x1zdW1BaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7FLaHrkCLZ3MddbU8wsWe7x1zdW1BaE > .row .container > .video-iframe-container { display: none; }#X7FLaHrkCLZ3MddbU8wsWe7x1zdW1BaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7FLaHrkCLZ3MddbU8wsWe7x1zdW1BaE > .row > .video-iframe-container { display: none; }#X7FLaHrkCLZ3MddbU8wsWe7x1zdW1BaE > .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); }#X7FLaHrkCLZ3MddbU8wsWe7x1zdW1BaE { border-width: 0; border-radius: 0; }#X7FLaHrkCLZ3MddbU8wsWe7x1zdW1BaE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X7FLaHrkCLZ3MddbU8wsWe7x1zdW1BaE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OLyutOQTtqaM59lwIQbkSMynyT00JmN5 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4931640625rem;left:6.9375rem;height:1.19970625rem;text-align:left;text-align-last:left;display:block; }
#g3gPhnZ4rvynbWphTKS0ocn33ikWkTu7 { color:rgba(var(--color-tertiary-4),1);display:block;width:0.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:1.32421875rem;left:30.375rem;height:1.799925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vAW52pZtQ3NspGLLEHg4lRE85BqQHin4 { position:relative;display:block; }#vAW52pZtQ3NspGLLEHg4lRE85BqQHin4 { background-color: transparent; background-image: none; }#vAW52pZtQ3NspGLLEHg4lRE85BqQHin4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAW52pZtQ3NspGLLEHg4lRE85BqQHin4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAW52pZtQ3NspGLLEHg4lRE85BqQHin4 > .row .container > .video-iframe-container { display: none; }#vAW52pZtQ3NspGLLEHg4lRE85BqQHin4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAW52pZtQ3NspGLLEHg4lRE85BqQHin4 > .row > .video-iframe-container { display: none; }#vAW52pZtQ3NspGLLEHg4lRE85BqQHin4 > .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); }#vAW52pZtQ3NspGLLEHg4lRE85BqQHin4 { border-width: 0; border-radius: 0; }#vAW52pZtQ3NspGLLEHg4lRE85BqQHin4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vAW52pZtQ3NspGLLEHg4lRE85BqQHin4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UNcvMdxKZutU2RUfmobw4tGUOw8nUAsU { color:rgba(var(--color-tertiary-4),1);display:block;width:60.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.5556640625rem;left:6.9375rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#MceSrS4H0anrEaN0l75Eykpc1VwroRph { box-sizing:content-box;height:2.5rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;top:0.96875rem;left:6rem;display:block; }
#CQcFmPPT6HFITlJKQWiA4tKTTyflSvMf { position:relative;display:block; }#CQcFmPPT6HFITlJKQWiA4tKTTyflSvMf { background-color: transparent; background-image: none; }#CQcFmPPT6HFITlJKQWiA4tKTTyflSvMf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQcFmPPT6HFITlJKQWiA4tKTTyflSvMf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQcFmPPT6HFITlJKQWiA4tKTTyflSvMf > .row .container > .video-iframe-container { display: none; }#CQcFmPPT6HFITlJKQWiA4tKTTyflSvMf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQcFmPPT6HFITlJKQWiA4tKTTyflSvMf > .row > .video-iframe-container { display: none; }#CQcFmPPT6HFITlJKQWiA4tKTTyflSvMf > .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); }#CQcFmPPT6HFITlJKQWiA4tKTTyflSvMf { border-width: 0; border-radius: 0; }#CQcFmPPT6HFITlJKQWiA4tKTTyflSvMf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CQcFmPPT6HFITlJKQWiA4tKTTyflSvMf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LvXXTxAHUu2KFrLGovdLHVWTpxUW0UQl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f0f0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LvXXTxAHUu2KFrLGovdLHVWTpxUW0UQl > .row .container { background-color: transparent; background-image: none; }#LvXXTxAHUu2KFrLGovdLHVWTpxUW0UQl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvXXTxAHUu2KFrLGovdLHVWTpxUW0UQl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvXXTxAHUu2KFrLGovdLHVWTpxUW0UQl > .row .container > .video-iframe-container { display: none; }#LvXXTxAHUu2KFrLGovdLHVWTpxUW0UQl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvXXTxAHUu2KFrLGovdLHVWTpxUW0UQl > .row > .video-iframe-container { display: none; }#LvXXTxAHUu2KFrLGovdLHVWTpxUW0UQl > .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); }#LvXXTxAHUu2KFrLGovdLHVWTpxUW0UQl > .row .container { border-width: 0; border-radius: 0; }#LvXXTxAHUu2KFrLGovdLHVWTpxUW0UQl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LvXXTxAHUu2KFrLGovdLHVWTpxUW0UQl > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#UOm4wHkSER7T3JmIB93KLMeGUnllz438 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:18.59375rem;height:12.514625rem;text-align:center;text-align-last:center;display:block; }
#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { background-color: transparent; background-image: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container > .video-iframe-container { display: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container { display: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .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); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { border-width: 0; border-radius: 0; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { color:rgba(var(--color-tertiary-1),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.25rem;left:20.1875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:10.5625rem;top:1.625rem;left:32.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wik73ZwVFceLMqMx5NThr6irpV7fN7Io { top:0.6875rem;left:7.3125rem;width:33.125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwP5xkITwClQ0zzbVkWQx32dB5d9QAZJ { top:0.625rem;left:3.9375rem;width:39.875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmmWrG8kN3q3il2xQOXTxFEkBRAwEaK6 { top:0.5625rem;left:0rem;width:20rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZQwL3TUGAOGdgZwsmDZC5FzMfQQtGT5 { top:0.625rem;left:3.53125rem;width:40.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1MPqIyyx4a5AePCo1guwCd8Mc7N6Xbf { display:none; }#D1MPqIyyx4a5AePCo1guwCd8Mc7N6Xbf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BWRQclJGDp6fHq9CWSFRUciv4VGwlTEe { display:none; }#BWRQclJGDp6fHq9CWSFRUciv4VGwlTEe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #im2W3QTqnc00ZzpvrHEmpAO3Tc2Gz7M4 { top:2.8125rem;left:0rem;width:20rem;height:5.125rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zyNbJzuTIyBXi5ZMRtBJJIrD8ILs6bHD { top:8.5rem;left:0rem;width:16.875rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwnquStCmxTVmtyH18sMAkkSo3QI2T7C { top:7.1875rem;left:42rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G9rAkaZ93q44JIzRgnyMTSuMHzrLtOap { top:7.1875rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRo7GBxTK6Mx8A935TNTPh989xOQqeW4 { top:7.1875rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBPrpUcQGiaLEXDWaB60lPypZITOLyhg { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vqzx8vnPScNs520Tk52O1zRW0ohmPmxX { top:3.375rem;left:0rem;width:16.875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6zQygcLCnQg1RwTVU4D7VeHiVnmIdC8 { top:7.1875rem;left:36.9375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PLtiHQzvbXTpRt6Nt2zzKypH5cr6w9RK { top:0.9375rem;left:0rem;width:9.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bN8TnGxRt8FT0LPKvw0XNq9K8HLJsGtn { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xx7xooFcPMiUIS3ZwZ3pGPbaLftEDry1 { display:block; }
 }@media only screen and (max-width: 763px) { #uBP8Trm0OTcoNDgfhnzAB84xyq8CNKXM { display:none; }#uBP8Trm0OTcoNDgfhnzAB84xyq8CNKXM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PAbqbZbSRTwZPuIsoV31HwF5TaBEQfQS { top:1.25rem;left:0rem;width:18.8125rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtOpyMho0HguGH7PvAs0M5GEmOeOKd7T { top:6.3125rem;left:0rem;width:19.9375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #csxQfviQLuGObceTzGzRATq3WP1mb6wJ { display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ch9xoZICHFe0s5C1k7XJ41tHfMLTWkiD { top:10.0625rem;left:0rem;width:26.9375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsMhJWb7oE5wXe83oftB99ZdmhuGJ7ua { top:17.5625rem;left:0rem;width:19.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebTmRnHnX7PTsmn9ubGnK4tCotgUIa2L { top:10.875rem;left:0rem;width:24.625rem;height:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G23wPZIGpxlHIp3OKsNm6VBIIfqeKmDK { top:29.375rem;left:17.875rem;width:16.875rem;height:6.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zVdb2S3JTFm8wFOp4c2DM78UGl4gVcAb { top:20.1875rem;left:0rem;width:17.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiL03hdpVgsWRpvFBkP1GRJJn16ApxQC { width:15.375rem;height:2.875rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubNPRn4vdt2T6ftXrFTwD8XyuSnngvBD { display:block; }
 }@media only screen and (max-width: 763px) { #FkeDUBok30TBpxEvTmxUWTSMgbznNooV { display:block; }#FkeDUBok30TBpxEvTmxUWTSMgbznNooV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDmnxrEFgLg1yNxADzqlCVvUVd9xzzyP { top:9.75rem;left:0rem;width:47.75rem;height:15.75rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiKh2aKqJe6UFDwGHi33rShiaVnLXWKw { top:26.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVhG584Rwt9gxsQCRgOOKHpz3k0Oz5mL { top:37.0625rem;left:0rem;width:47.75rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTLW2dewoBrFHyQKpWMZifUaTBvyMKcm { top:37.0625rem;left:0rem;width:17.1875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiLvTmbFziU5u3uuTBD12fR8FRiXH1WQ { top:38.875rem;left:11.59375rem;width:31.8125rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbbSTtJXhRoozHLfrMhEy9KCQQDPgmAT { top:41.625rem;left:8.9375rem;width:38.8125rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxhZG8MGsglNk7lKADcWwRWlWsdWOboo { width:17.5rem;height:3.4375rem;top:3.75rem;left:11.85000038147rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqGBBRM2TFHgwD6VGPbJBXidT6U3JPMz { display:block; }
 }@media only screen and (max-width: 763px) { #pWsaiEnXTMFBNrpy0GypHzNpGJwZXqRz { top:3.6875rem;left:13.71875rem;width:20.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZErPDBD8uWynUszAdqyeyF6iKDBa3dGN { display:block; }#ZErPDBD8uWynUszAdqyeyF6iKDBa3dGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGM25BW3MLJU7XpXygpT0LZElWqkcbrc { width:17.5rem;height:3.4375rem;top:4.8125rem;left:11.974609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLhebFCFI6UfkE0pwNzrgPVvVcif4xw6 { display:block; }
 }@media only screen and (max-width: 763px) { #rMsT0sZWOTQ9VNSBl7klgSMvEWeLyQmM { top:13.625rem;left:9.96875rem;width:27.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLUGFZimv7IbIaxdepugiluwrXdkszxn { top:19.875rem;left:0rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN3B3WuEH7Bm351VtU0tEuKxmq0LtmV3 { top:33.0625rem;left:0rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLXkILlanq5wTdE7Bac5oSVIXg8R5qTB { top:33.0625rem;left:13.1875rem;width:21.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNUAnl9EAi0A9mVtN6bIGOuEORhUplZn { top:19.875rem;left:17.625rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJTDKkL0rDHRdoVtxiixJLInMR6T6feD { top:36rem;left:0rem;width:15.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZGiGcSSvwkXBiimsnuOsQBoW41a31kd { top:36rem;left:14.9375rem;width:18rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIdiK6FDUVhT10eT0y1Mh8wIrXprkphV { top:33.0625rem;left:30.1875rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NndGIDy5TogT2cw0yblViJ7rZ4suQZK5 { top:36rem;left:32.1875rem;width:15.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPVMPcIdP88g6ep8tI6vyy0b7pq81inK { top:19.875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udDppoPSKWeaqluLyldhcnoRbmVEqW2c { display:block; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPvHcsKkbK4J12AGltlMGJAex9lU1I6q { top:0.75rem;left:9.9375rem;width:27.8125rem;height:3.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaK1Gms9DveqAxz4pirqrgpeBb6Im1nr { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azneKrrZStTpUd3QObLQrHyUrhWXe7k1 { top:13.125rem;left:0rem;width:17.5625rem;height:1.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZAcIw3OSeIiZhcyG6QcrIo1JdCk1HLs { top:9.3125rem;left:0rem;width:16.875rem;height:3.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LcVH3QzmdhDaauSPOf96k7gfPwArvJnU { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dpd2mLk6LIe5tLkeHSewFUgZ4Hcx1hdv { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrRupcyuCrX1WJAfsGTVGOvNIJbderAM { top:13.25rem;left:0rem;width:11.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OV9FihfineS3JbR1HRmK19m0DwA45MoO { top:14.6875rem;left:0rem;width:11.5625rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDNfDZ1dXU3lDSISfsPGBhrzKJSwwo2V { top:13.125rem;left:0rem;width:9.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #niHl12cN94Iy1ylAfwwEifJygTNU9nIz { top:22.8125rem;left:0rem;width:10.875rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #D32r7Xb5I8e4qzp5P9mumb5SdB2on9ux { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { display:block; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGzBh9OpSa6pCqJDqlM7xg9Aqw2scbB0 { top:13.125rem;left:0rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUdzzxFPIAVZTxmqizbvqqFqsSiTBRz8 { top:16.0625rem;left:0.125rem;width:15.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umoGwL2UDkDSGBRAo9gkaap61Bem4PmH { top:13.125rem;left:14.1875rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSoQ8HWQ61QWEXI7lynZPXIsvAWNVco9 { top:16.0625rem;left:15.3125rem;width:16.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5y9U7lPbxPw7o2TNLTK6l4BJ8KHPMH { top:13.125rem;left:30.0625rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POkwuATwa5QUosShcrKbnnRREh70KHDM { top:0rem;left:17.5rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O69uTmMz8E4D8lBbRVBBMXcfkxHWXq63 { top:0rem;left:1.5625rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9etEN8fMcUcBbH4PxGemwiwvJias9d { top:16.0625rem;left:31.875rem;width:15.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 { display:block; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D174kwuQrlIyqkdLdPkcI0RVNTdoe5bh { top:0rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1ZTTraVaILCxnUXn57c6DVl69IsHuAr { top:11.5625rem;left:0rem;width:31.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #syeOmIS7UcPeoyo2k0HMyyQwZ6cPyagD { top:15.3125rem;left:0rem;width:27.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgR1FuKIOazbV9KoVLET38fJVTdvlNmx { top:17.5625rem;left:0rem;width:22rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azO99Q0PneTDaeeMqGozCbgy7HBaDlxS { display:block; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJG6XMmF2l3G9cIQ5KQi8W6f5mkITdKl { top:0rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4xHFM9U66oTTBVGoUwARPVDo9G98MTc { top:8.25rem;left:19.9375rem;width:27.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #au601vgTGkueCwmDBA0zbDXmoOewNqJl { top:11.5rem;left:19.9375rem;width:27.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoqT9wSn7HfTdJRndicRMNrH2cKI2nBQ { top:13.8125rem;left:25.9375rem;width:21.375rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { display:block; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTv2Ker0dRP473lsTWr5NqLcJKO8y3U1 { top:0rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnDngzr0hU15O85zGILlaqGZPrNTTRJp { top:12rem;left:0rem;width:27.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pORL2ZPZt7LrZmbgB2w8H9WTs06T5kbE { top:15.5rem;left:2rem;width:20rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { display:block; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whtUwecB9SQhXBfRfxk4Em4IsE6HHy5o { top:1.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWnrxOcmCzP2zBHGHnyqkHLsSfinwhD1 { width:;height:;top:3.9375rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIZD2Kaf69AiqRZMKrrkMuVuQTzTbmdI { display:block; }
 }@media only screen and (max-width: 763px) { #ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud { display:block; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu { display:none; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OFybTHmgDA620hoMDxaktLQO7Pv4yq8s { display:none; }#OFybTHmgDA620hoMDxaktLQO7Pv4yq8s > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GinIWzoHyzTGwwJ0TLJK5zPTzdr86lW0 { top:0.6875rem;left:0rem;width:20rem;height:4.75rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXQlEDGpip8BozXTivkW2JTwbwzQ5nm6 { top:3.6875rem;left:0rem;width:20rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqx0GVrx72rKzDOWVq0P1UgVdIpSlbnG { top:7.5rem;left:0rem;width:20rem;height:6.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 { display:none; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk { display:none; }#wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yauzWzW8MBOi38TqpEcmdOs1otqmlh5U { top:0.75rem;left:9.9375rem;width:20rem;height:2.5625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qApQtBzuO4abBDO7JDbCN2Z8V1Lgl1qi { top:3.6875rem;left:0rem;width:20rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbovs0c7QcLCZT04Of91kQ5ZlW4CmSry { top:6rem;left:0rem;width:20rem;height:13.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { display:none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg { display:none; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PFfZTKwIVopxqvC6mVOuB4F614qrq6QV { top:0.75rem;left:9.9375rem;width:20rem;height:1.875rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQlKS8s6x2u2B4XoZ8BxiU9JTszeTfQc { top:4.375rem;left:0rem;width:20rem;height:9.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP { display:none; }#NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kdJvWf02pqVSUIvTzBNdZSaclHOmwkci { top:1.0625rem;left:0rem;width:20rem;height:4.25rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #grsTTrDuy3WhBhZIaanF9tZ736lflVhv { display:none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt { display:block; }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1eGyJHqhETHMNU2fCCTJu9aoTgF8SUE { top:2.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I429phd3qpIQTEqCtrNHdPwQQav1QQ0r { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coENtlVNuIk6KqTZKkwSIV2Pm3RZq664 { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvcr31bgESySCEJVVQA1TTCOplQnlB1Q { top:7.5rem;left:10.5625rem;width:13rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT8D76hCHXqkZxmiTm3ICH0d0LbFsWxh { top:9.375rem;left:10.5625rem;width:32.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw9CIVNigFoxh0eXtMwcK7Vd6z5BRJWf { top:7.25rem;left:36.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTU43Teq6eyydIu5xGS3R5WJZUoDt1Eh { top:7.25rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUriHrWRFs0hFUEDVbR6MwpSeFl4ph8W { top:7.25rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUlaXFCh11hUbTPbdIw9TuolHHSJtTXR { top:7.25rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCfwuTyF6JLZ8bUmL6aCubiGqqrGhH51 { top:7.25rem;left:42rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNRQHOMqX9Fnw7kcvVycNhSG42qULQMx { top:14.375rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9A5TRTepThakXMTqA9H3wTDVANqDWpA { top:14.9375rem;left:37.875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUQNUDUhN0VwZxvyHRnlbSM3JZwQfX08 { top:15.0625rem;left:21.5625rem;width:15.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esrhiTurTTguooAdxl1zsI6f3PnqkRLv { top:17rem;left:4.3125rem;width:33.0625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3F2x1wrLlStTO810VJ0368vrcZcaLrT { top:14.9375rem;left:9.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs4sH6eQluX00qq4zcVXCp5Lrwl5wUIv { top:14.9375rem;left:5.625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0cfHGFTfLsfUaISXMsowe6CkrpLPA1W { top:14.9375rem;left:8.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC5uRclHlWqpnK6aZ4nhU6s4TkyulVTm { top:14.9375rem;left:4.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaBPl2vSpa5DpVu6nvHkkOH4KqdEWKtQ { top:14.9375rem;left:6.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHdXq83F6oTmo9lsMa7LKiVA0F2ccCfM { top:22.1875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXidIxOhDQytMrhvAfGXSDfltSnv7bqh { top:22.75rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaifS0uLTxhTpLmfxGFFaJFtGm1cBhvM { top:22.875rem;left:10.5625rem;width:18.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxvVMCr6Mkl2unkm0w5OFwr9WwGEwT9w { top:24.4375rem;left:10.5625rem;width:32.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIiM4qckbL1TAvBT1GH9WFWi9w04RDPe { top:22.75rem;left:42rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkVVWPg6KRqeFchOccXXtAD922B4qLy6 { top:22.75rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coS5TT3KgtC9b7G1HEepuikFHWLoTxZv { top:22.75rem;left:39.5rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sST73WToUbyP3ll14kdWH2fkOKCgXh8C { top:22.75rem;left:38.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo54srGGzUO8XPsclsQH3czDUDtJUMvV { top:22.75rem;left:36.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tozsmaUhGyTdMxEMpTQKq2xJE9DJ3pJg { top:29.8125rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPlxTE7r9J14cyB955LBbxC7QNrxT37w { top:30.4375rem;left:4.375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3Sr4oSNlSFz62hlvoUantBz3pqEssUy { top:32.4375rem;left:4.5rem;width:32.3125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLhBIwgVfoIirVG3D9Lr3pzIbfCm5Xrc { top:30.4375rem;left:9.5rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMUvntg6TJrVxKM4OhT6SnK5u6WrIwLk { top:30.4375rem;left:5.6875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzHFikZu1MGLCJGBJ1s3Jxox7frt9wKO { top:30.4375rem;left:8.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC24Vs02KUksc8i7li6wNRupgBTEWW4c { top:30.4375rem;left:7rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0hDn79v9I8th0lrtuqZSSMch0rrWKey { top:30.6875rem;left:25.25rem;width:11.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuaF2a00MX9DHt7MEghCeSpepVUJbX5w { top:30.375rem;left:37.875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFvwu5O6kCmzSc4tmTqy8FIZo7DyIgw7 { top:27.0625rem;left:32.375rem;width:4.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV { display:none; }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #he9GapwouMxVCApd0kHz3bkX3bK6HlWt { top:0.8125rem;left:0rem;width:20rem;height:5.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUV1J2F9Kx0q7iA6D1zOGS4eAhcvg1iN { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vza5yIUyF9oJ5LczHvrgczZN3lly1NZ0 { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfJ2DE8OxyxpRF4mkyckomZOBT1motTO { top:7.1875rem;left:42rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqnKxR6eK1II4d8fol6O5xt37Px4Uqh1 { top:7.1875rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTZ2PZfeHOeMT0OEWMzixLNSO8tCitC7 { top:7.1875rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xFqFu9DIh3iVw6C2KZ4NKVklH9V5Tc8o { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3BEepVwGBTrMKoWuUgqgx582Xu2ZeKp { top:7.1875rem;left:36.9375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WuhJVdWfZ8Q5Amnq084uX1LaCTWE35El { top:7.0625rem;left:0rem;width:6.8125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3TMBH9g6JHvABpyRO2lW2D6yRLFNGeP { top:14.3125rem;left:0rem;width:17.5625rem;height:4.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8EJWBTTebpx8Sx3szEfcWvPCvbmOzc8 { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHkivwEVZyKdiBCU39JoIllpKHKfSvqB { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HRbUbrhdXER4CEQ9s4a0yEPrIkDDkTNp { top:7.1875rem;left:42rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NkwO6ob0kysBGiucCJHzfayoHluveagm { top:24rem;left:0rem;width:7.8125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SP8fWrhwxTSfbMl16cFp3rAs06Frdy2h { top:7.1875rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #glNiTsDbI3wBfCTu2TAhEprWp1Q5cTBi { top:7.1875rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lDSZbxGTaXIg6bkAKsmUf5tSUn9BTlFi { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbsTydwosMROQoJtB83bNhZRZSn0UEeH { top:31.4375rem;left:0rem;width:17.3125rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIBfLnUcc4QQnqx6SyTv6E8rc6OSJ375 { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVLckswkUAHo3Mf2MC1rTJ4W8xGAzZPx { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mspmUOGaJ1XsVbNrsmLTAOzI9MrG8uAk { top:7.1875rem;left:42rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUvDr425tkPI4y2Vx2EamMtPGhgotGrO { top:39.6875rem;left:0rem;width:9.5rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZaTHrJFUilMtbWmPvoBJB7KfkmMJzzvC { top:7.1875rem;left:40.75rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GW511nqshrhLb9qZiwL0T7iW9E0zMi2v { top:7.1875rem;left:39.4375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlmRkzHO8z0hAvTmiT3Q55oBGQTCnCth { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbPRkcBgEoJpcGcxAgyMT8DBzMt8MWNs { top:46.9375rem;left:0rem;width:16.625rem;height:7.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwA8xmPEniwD3zn8vLzOD7cq0BzsTlVE { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnkyI5BP6mTqsn0pEK3AhAEGzlsuHEN4 { top:7.1875rem;left:38.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzT52iLLkvT8sXFXu0kF99Udnb8TZRuF { top:47.625rem;left:0rem;width:16.625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS { display:block; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFizEDs64TavSe1NC3wUraE1rTig2ypT { top:2.1875rem;left:2rem;width:43.75rem;height:2.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGEVapFXfqTzxbLTQm7C2n0NerknTsFc { top:5.875rem;left:10.3125rem;width:27rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgWfENFldbeQhg7L2ddBtdJRKzRWGIV9 { display:block; }#fgWfENFldbeQhg7L2ddBtdJRKzRWGIV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKsB8EUT8dF8tFpfoHX2pmnRkKdargIr { width:47.75rem;height:2.875rem;top:2.6875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLbUJR3TTCg37zhVra8kLViMuIAxruQw { display:block; }#XLbUJR3TTCg37zhVra8kLViMuIAxruQw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDzNVsSt0p2TTvqVJx3d6D4ZoigMpRAn { width:15.875rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ayv0i2DgeQSlp7xoTofFdgPuyAWuUiot { width:0.875rem;height:1.75rem;top:1.1875rem;left:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqiKOfsLppr7AzpT6myseBx2NoMBfiJ1 { display:block; }#WqiKOfsLppr7AzpT6myseBx2NoMBfiJ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVz9tlsp0l7craCpd5vbFP7ygvS0GrSK { width:47.75rem;height:5.9375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuvOJghdcifNaWQ8UeX4LcE31XO1Qv9n { width:0.125rem;height:5.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFa4TVQ80lTvPE5GKoi2saRr2VKdLvB4 { display:block; }#dFa4TVQ80lTvPE5GKoi2saRr2VKdLvB4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KoNJT3urTWcrXqhi4vgLrO6A6BvqhVMN { width:15.875rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DteSLKeGCTqwGukeznInSTnXlpyXBhAI { width:0.875rem;height:1.75rem;top:1.1875rem;left:5.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6ePBZresmW924hdacuI3Xvw02JEiGNt { display:block; }#C6ePBZresmW924hdacuI3Xvw02JEiGNt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nh8oJGlK4JfMd8FicwwBZQ4zia0eOHo4 { width:47.75rem;height:7.375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzNnyXLVDb1a0w4UU7oM3SPyr1x4voTz { width:0.125rem;height:6.875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyrbZ9CTeARvySgIcyeMw8f6kfKzLT0N { display:block; }#QyrbZ9CTeARvySgIcyeMw8f6kfKzLT0N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OaLPfwNChb9tyIlbp6AVARFhVm6iguUk { width:19.875rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuTKdWH3uUOTvVURd8smToqo1cdGG019 { width:0.875rem;height:1.75rem;top:1.1875rem;left:12.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQHeFpq8x1yd2ZV5gq20zsys9iT3fzo3 { display:block; }#gQHeFpq8x1yd2ZV5gq20zsys9iT3fzo3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDKWP4AM1JQzr4GPZTSZUBFJ8G4TxIS9 { width:47.75rem;height:2.9375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBstIxqG9MLqPsk9tWnnMbE7btoi5Ti0 { width:0.125rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2lzn6SzT07duzb0dKQ3Zx6kc9xt6iSA { display:block; }#T2lzn6SzT07duzb0dKQ3Zx6kc9xt6iSA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFep2P3GQhoIVSUvPm6StFOkuoy1falN { width:38.1875rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdffbL0iw5Z8e4Ay6rwEyTkRf5ElxxWF { width:0.875rem;height:1.75rem;top:1.25rem;left:20.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJg2fammXKC80BfVwW8ICzQiQwQC91a6 { display:block; }#fJg2fammXKC80BfVwW8ICzQiQwQC91a6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yH8ol81eeagKJ8RFoOp4zFXgX5mAyXFy { width:47.75rem;height:4.4375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz3LraI0xsv91hPNfF8UiEmlE1K3UCtR { width:0.125rem;height:3.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCNN6gQIF1aEGhTd3mA1tvQT5pauxTUN { display:block; }#FCNN6gQIF1aEGhTd3mA1tvQT5pauxTUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGXon7Z5R9kvGXQE0sVvF8d5T0eOVI4G { width:24.5rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsGlHsQf59iAeOCSHJcAyo9n1ZfQk1Hx { width:0.875rem;height:1.75rem;top:1.1875rem;left:15.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRsd7zO34CDN34GhBDvOwKw4gnp0uzoS { display:block; }#KRsd7zO34CDN34GhBDvOwKw4gnp0uzoS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0NkWOtW433I6GaLs6GVpzfh19EFVPOX { width:47.75rem;height:2.9375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX079RNKsxzC4v0Pe4NDkitnBuGsTuMs { width:0.125rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kenFrT11a8tCtxbQJkN6T4XDKHLochVl { display:block; }#kenFrT11a8tCtxbQJkN6T4XDKHLochVl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czKWRE0R0qoWDpt3SPhgaI7RE0DM5PqW { width:24.5rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrMw3nQNb46MobGfgODiE4TiJBPuzN6l { width:0.875rem;height:1.75rem;top:1.1875rem;left:12.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJxlkVIePbxbmiJPXZmiceL86ZyIza1x { display:block; }#cJxlkVIePbxbmiJPXZmiceL86ZyIza1x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIIaVnEpLXq1fD39g3Ae4DIWEbGtQWdw { width:47.75rem;height:7.375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boSM7rFOy1vTpUcCd5FTnFeh3KaIfblk { width:0.125rem;height:6.9375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTJxh3tipDaW9JvXiEv7yXuOs8P4utzv { display:block; }#mTJxh3tipDaW9JvXiEv7yXuOs8P4utzv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHDpERhHRqIgoKLXyBy4WRv3shfiCvUS { width:17.5rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkpN32VSmgu97GVg3ZyZFzQpLuUCb8Vc { width:0.875rem;height:1.75rem;top:1.1875rem;left:9.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8JTQlE5enMIQ5wH9OqWtZbGehicZn34 { display:block; }#G8JTQlE5enMIQ5wH9OqWtZbGehicZn34 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfQ5VJRwdnm5ADZl3205LXrI0XiGXyl8 { width:47.75rem;height:1.4375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtTNxBlVbTD9w8UlrlTP3Bf7cRy5zEQN { width:0.125rem;height:1.25rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmABHLfZmWeBOOofoMTqMqJXgvBz25Ot { display:block; }#lmABHLfZmWeBOOofoMTqMqJXgvBz25Ot > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2suOv36hoMACNSCiCcNGTEqID52Mfd0 { width:18.75rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fao68oN1TAGPAh0ySyqNM9R8STlrhTvn { width:0.875rem;height:1.75rem;top:1.1875rem;left:10.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnvU5LtEdTrS5ZP5xklLWhQXg41ugiac { display:block; }#qnvU5LtEdTrS5ZP5xklLWhQXg41ugiac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AicBHb83Fovvc4G6gzIb8RvNc0xoudDT { width:47.75rem;height:2.9375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUgDq1WrZHyZCXiwS6bBu21vvdbXpeOg { width:0.125rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7FLaHrkCLZ3MddbU8wsWe7x1zdW1BaE { display:block; }#X7FLaHrkCLZ3MddbU8wsWe7x1zdW1BaE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLyutOQTtqaM59lwIQbkSMynyT00JmN5 { width:31.9375rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3gPhnZ4rvynbWphTKS0ocn33ikWkTu7 { width:0.875rem;height:1.75rem;top:1.3125rem;left:16.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAW52pZtQ3NspGLLEHg4lRE85BqQHin4 { display:block; }#vAW52pZtQ3NspGLLEHg4lRE85BqQHin4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNcvMdxKZutU2RUfmobw4tGUOw8nUAsU { width:47.75rem;height:3rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MceSrS4H0anrEaN0l75Eykpc1VwroRph { width:0.125rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQcFmPPT6HFITlJKQWiA4tKTTyflSvMf { display:block; }#CQcFmPPT6HFITlJKQWiA4tKTTyflSvMf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LvXXTxAHUu2KFrLGovdLHVWTpxUW0UQl { display:block; }#LvXXTxAHUu2KFrLGovdLHVWTpxUW0UQl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOm4wHkSER7T3JmIB93KLMeGUnllz438 { top:1.5625rem;left:4.96875rem;width:35.75rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { display:block; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { top:4.25rem;left:6.5625rem;width:34.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { top:1.625rem;left:18.5625rem;width:10.5625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { background-color:#f1f0f0;background-image:none;display:none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wik73ZwVFceLMqMx5NThr6irpV7fN7Io { width:17.5625rem;height:0;top:2.75rem;left:3.96875rem;font-size:1rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #gwP5xkITwClQ0zzbVkWQx32dB5d9QAZJ { width:17.5625rem;height:0;top:2.875rem;left:3.96875rem;font-size:1rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #SmmWrG8kN3q3il2xQOXTxFEkBRAwEaK6 { top:0.58203125rem;left:0rem;width:20rem;height:3.0869125rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qZQwL3TUGAOGdgZwsmDZC5FzMfQQtGT5 { width:20rem;height:0;top:4.336425rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1MPqIyyx4a5AePCo1guwCd8Mc7N6Xbf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/330a3227-d1c8-4ca7-a061-abb004daa333/Cozytober_Men_MobileHeader_50_50.webp");background-position:top 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#D1MPqIyyx4a5AePCo1guwCd8Mc7N6Xbf.adaptive-delivery-prevent-bg, #D1MPqIyyx4a5AePCo1guwCd8Mc7N6Xbf.lazyload, #D1MPqIyyx4a5AePCo1guwCd8Mc7N6Xbf.lazyloading { background-image: none; }#D1MPqIyyx4a5AePCo1guwCd8Mc7N6Xbf > .row .container { border-width: 0; border-radius: 0; }#D1MPqIyyx4a5AePCo1guwCd8Mc7N6Xbf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1MPqIyyx4a5AePCo1guwCd8Mc7N6Xbf > .row .container { width:20rem;height:23.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BWRQclJGDp6fHq9CWSFRUciv4VGwlTEe { display:none; }#BWRQclJGDp6fHq9CWSFRUciv4VGwlTEe > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #im2W3QTqnc00ZzpvrHEmpAO3Tc2Gz7M4 { top:2.8125rem;left:0rem;width:20rem;height:5.125rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:2.5625rem;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zyNbJzuTIyBXi5ZMRtBJJIrD8ILs6bHD { top:8.51953125rem;left:1.5625rem;width:16.875rem;height:1.54358125rem;z-index:15002;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwnquStCmxTVmtyH18sMAkkSo3QI2T7C { width:1.3125rem;height:1.3125rem;top:0.9375rem;left:6.875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #G9rAkaZ93q44JIzRgnyMTSuMHzrLtOap { width:1.3125rem;height:1.3125rem;top:0.9375rem;left:5.625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #MRo7GBxTK6Mx8A935TNTPh989xOQqeW4 { width:1.3125rem;height:1.3125rem;top:0.9375rem;left:4.3125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #yBPrpUcQGiaLEXDWaB60lPypZITOLyhg { width:1.3125rem;height:1.3125rem;top:0.9375rem;left:3.0625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Vqzx8vnPScNs520Tk52O1zRW0ohmPmxX { top:10.3125rem;left:-39.5rem;width:13.562rem;height:1.29980625rem;z-index:15009;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6zQygcLCnQg1RwTVU4D7VeHiVnmIdC8 { width:1.3125rem;height:1.3125rem;top:0.9375rem;left:1.8125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #PLtiHQzvbXTpRt6Nt2zzKypH5cr6w9RK { top:0.9375rem;left:8.625rem;width:9.5625rem;height:1.29980625rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN8TnGxRt8FT0LPKvw0XNq9K8HLJsGtn { top:11.0498046875rem;left:2.28125rem;width:15.4375rem;height:2.9375rem;z-index:15001;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-size:1.1875rem;background-color:#f58a73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #xx7xooFcPMiUIS3ZwZ3pGPbaLftEDry1 { display:block; }
 }@media only screen and (max-width: 763px) { #uBP8Trm0OTcoNDgfhnzAB84xyq8CNKXM { background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uBP8Trm0OTcoNDgfhnzAB84xyq8CNKXM > .row .container { border-width: 0; border-radius: 0; }#uBP8Trm0OTcoNDgfhnzAB84xyq8CNKXM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uBP8Trm0OTcoNDgfhnzAB84xyq8CNKXM > .row .container { width:20rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PAbqbZbSRTwZPuIsoV31HwF5TaBEQfQS { top:1.265625rem;left:1.90625rem;width:18.8125rem;height:5.19775625rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtOpyMho0HguGH7PvAs0M5GEmOeOKd7T { top:7.1875rem;left:0rem;width:19.999375rem;height:1.381225rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csxQfviQLuGObceTzGzRATq3WP1mb6wJ { top:9.5625rem;left:7.5rem;width:5rem;height:0.3125rem;z-index:15006;background-color:#000000;background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:66.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ch9xoZICHFe0s5C1k7XJ41tHfMLTWkiD { width:20rem;height:27.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsMhJWb7oE5wXe83oftB99ZdmhuGJ7ua { width:12.5rem;height:2.5996125rem;top:29.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebTmRnHnX7PTsmn9ubGnK4tCotgUIa2L { width:20rem;height:4rem;top:33.4746125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G23wPZIGpxlHIp3OKsNm6VBIIfqeKmDK { top:42.5996125rem;left:1.5625rem;width:16.875rem;height:6.09375rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVdb2S3JTFm8wFOp4c2DM78UGl4gVcAb { width:20rem;height:5.19921875rem;top:49.9433625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiL03hdpVgsWRpvFBkP1GRJJn16ApxQC { width:15.5rem;height:2.625rem;top:62.83008125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubNPRn4vdt2T6ftXrFTwD8XyuSnngvBD { display:block; }
 }@media only screen and (max-width: 763px) { #FkeDUBok30TBpxEvTmxUWTSMgbznNooV { display:block; }#FkeDUBok30TBpxEvTmxUWTSMgbznNooV > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDmnxrEFgLg1yNxADzqlCVvUVd9xzzyP { width:20rem;height:7.8369375rem;top:4.8999996185303rem;left:0rem;font-size:3.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IiKh2aKqJe6UFDwGHi33rShiaVnLXWKw { width:17.8125rem;height:4.0625rem;top:13.6103515625rem;left:1.09375rem;font-size:1.5625rem;z-index:15007;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JVhG584Rwt9gxsQCRgOOKHpz3k0Oz5mL { width:20rem;height:22.5625rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTLW2dewoBrFHyQKpWMZifUaTBvyMKcm { width:17.1875rem;height:17.375rem;top:13.475rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tiLvTmbFziU5u3uuTBD12fR8FRiXH1WQ { width:12.5625rem;height:4.5495625rem;top:20.9375rem;left:1.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbbSTtJXhRoozHLfrMhEy9KCQQDPgmAT { width:18.5625rem;height:14.172375rem;top:25.9375rem;left:0.71875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GxhZG8MGsglNk7lKADcWwRWlWsdWOboo { width:17.2998125rem;height:3.23730625rem;top:40.9501953125rem;left:1.349609375rem;z-index:15006;font-family:"mark pro";background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #wqGBBRM2TFHgwD6VGPbJBXidT6U3JPMz { display:block; }
 }@media only screen and (max-width: 763px) { #pWsaiEnXTMFBNrpy0GypHzNpGJwZXqRz { width:13.75rem;height:3.25rem;top:1.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZErPDBD8uWynUszAdqyeyF6iKDBa3dGN { display:none; }#ZErPDBD8uWynUszAdqyeyF6iKDBa3dGN > .row .container { width:20rem;height:141.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yGM25BW3MLJU7XpXygpT0LZElWqkcbrc { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PLhebFCFI6UfkE0pwNzrgPVvVcif4xw6 { display:block; }
 }@media only screen and (max-width: 763px) { #rMsT0sZWOTQ9VNSBl7klgSMvEWeLyQmM { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLUGFZimv7IbIaxdepugiluwrXdkszxn { width:12.6875rem;height:12.6875rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN3B3WuEH7Bm351VtU0tEuKxmq0LtmV3 { width:17.5625rem;height:1.94970625rem;top:15.1875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLXkILlanq5wTdE7Bac5oSVIXg8R5qTB { width:17.5625rem;height:3.8984375rem;top:37.34814375rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNUAnl9EAi0A9mVtN6bIGOuEORhUplZn { width:12.5625rem;height:12.5625rem;top:23.53564375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJTDKkL0rDHRdoVtxiixJLInMR6T6feD { width:15.5625rem;height:5.19921875rem;top:18.38671875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZGiGcSSvwkXBiimsnuOsQBoW41a31kd { width:15.5625rem;height:5.19921875rem;top:40.5473625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIdiK6FDUVhT10eT0y1Mh8wIrXprkphV { width:17.5625rem;height:1.94970625rem;top:45.6962875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NndGIDy5TogT2cw0yblViJ7rZ4suQZK5 { width:15.5625rem;height:5.19921875rem;top:48.89550625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPVMPcIdP88g6ep8tI6vyy0b7pq81inK { width:7.25rem;height:7.1875rem;top:4.162109375rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #udDppoPSKWeaqluLyldhcnoRbmVEqW2c { display:block; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPvHcsKkbK4J12AGltlMGJAex9lU1I6q { width:20rem;height:3.0874rem;top:1.138671875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaK1Gms9DveqAxz4pirqrgpeBb6Im1nr { width:7.25rem;height:7.1875rem;top:4.162109375rem;left:0.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #azneKrrZStTpUd3QObLQrHyUrhWXe7k1 { width:9.4375rem;height:1.4624rem;top:4.96875rem;left:8.46875rem;font-size:1.125rem;z-index:15005;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RZAcIw3OSeIiZhcyG6QcrIo1JdCk1HLs { top:6.61328125rem;left:8.46875rem;width:11.5rem;height:5.19775625rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcVH3QzmdhDaauSPOf96k7gfPwArvJnU { width:7.25rem;height:7.1875rem;top:12.78125rem;left:0.6875rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dpd2mLk6LIe5tLkeHSewFUgZ4Hcx1hdv { width:7.25rem;height:7.1875rem;top:21.25rem;left:0.6875rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #zrRupcyuCrX1WJAfsGTVGOvNIJbderAM { width:11.8125rem;height:1.381225rem;top:13.28125rem;left:8.46875rem;font-size:1.0625rem;z-index:15006;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OV9FihfineS3JbR1HRmK19m0DwA45MoO { top:14.732421875rem;left:8.46875rem;width:11.5625rem;height:5.19775625rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDNfDZ1dXU3lDSISfsPGBhrzKJSwwo2V { width:9.4375rem;height:1.4624rem;top:21.25rem;left:8.46875rem;font-size:1.125rem;z-index:15006;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #niHl12cN94Iy1ylAfwwEifJygTNU9nIz { top:22.826171875rem;left:8.46875rem;width:10.875rem;height:5.19775625rem;z-index:15006;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D32r7Xb5I8e4qzp5P9mumb5SdB2on9ux { width:7.25rem;height:7.1875rem;top:4.96875rem;left:0.6875rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { display:none; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container { width:20rem;height:53.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PGzBh9OpSa6pCqJDqlM7xg9Aqw2scbB0 { width:17.5625rem;height:1.94970625rem;top:15.1875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUdzzxFPIAVZTxmqizbvqqFqsSiTBRz8 { width:15.5625rem;height:3.8994125rem;top:18.38671875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umoGwL2UDkDSGBRAo9gkaap61Bem4PmH { width:17.5625rem;height:1.94970625rem;top:37.34814375rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSoQ8HWQ61QWEXI7lynZPXIsvAWNVco9 { width:15.5625rem;height:3.8994125rem;top:40.5473625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5y9U7lPbxPw7o2TNLTK6l4BJ8KHPMH { width:17.5625rem;height:1.94970625rem;top:45.6962875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POkwuATwa5QUosShcrKbnnRREh70KHDM { width:12.5625rem;height:12.5625rem;top:23.53564375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O69uTmMz8E4D8lBbRVBBMXcfkxHWXq63 { width:12.6875rem;height:12.6875rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9etEN8fMcUcBbH4PxGemwiwvJias9d { width:15.5625rem;height:3.8994125rem;top:48.89550625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 { display:none; }#nyBebWJuXno6Dw4Ut9C2pDN108CIBKA4 > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D174kwuQrlIyqkdLdPkcI0RVNTdoe5bh { width:20rem;height:20rem;top:25.5976625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1ZTTraVaILCxnUXn57c6DVl69IsHuAr { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #syeOmIS7UcPeoyo2k0HMyyQwZ6cPyagD { width:20rem;height:3.4121125rem;top:5.0996125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgR1FuKIOazbV9KoVLET38fJVTdvlNmx { width:20rem;height:5.19921875rem;top:9.761725rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azO99Q0PneTDaeeMqGozCbgy7HBaDlxS { display:none; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EJG6XMmF2l3G9cIQ5KQi8W6f5mkITdKl { width:20rem;height:20rem;top:25.5976625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4xHFM9U66oTTBVGoUwARPVDo9G98MTc { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #au601vgTGkueCwmDBA0zbDXmoOewNqJl { width:20rem;height:3.4121125rem;top:5.0996125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoqT9wSn7HfTdJRndicRMNrH2cKI2nBQ { width:20rem;height:10.3984375rem;top:9.761725rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { display:none; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container { width:20rem;height:46.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hTv2Ker0dRP473lsTWr5NqLcJKO8y3U1 { width:20rem;height:20rem;top:25.5976625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnDngzr0hU15O85zGILlaqGZPrNTTRJp { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pORL2ZPZt7LrZmbgB2w8H9WTs06T5kbE { width:20rem;height:6.499rem;top:9.761725rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { display:none; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #whtUwecB9SQhXBfRfxk4Em4IsE6HHy5o { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWnrxOcmCzP2zBHGHnyqkHLsSfinwhD1 { top:25.84621875rem;left:2.25rem;width:15.4375rem;height:2.9375rem;z-index:15002;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;font-size:1.1875rem;background-color:#f58a73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #VIZD2Kaf69AiqRZMKrrkMuVuQTzTbmdI { display:block; }
 }@media only screen and (max-width: 763px) { #ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud { display:none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { width:20rem;height:24.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0381aa26-3f1c-4aa6-aa9e-4d3036192ec7/1x1_GWP_men_V2.jpg");background-position: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu.adaptive-delivery-prevent-bg, #BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu.lazyload, #BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu.lazyloading { background-image: none; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container { background-color: transparent; background-image: none; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container > .video-iframe-container { display: none; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row > .video-iframe-container { display: none; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .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); }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container { border-width: 0; border-radius: 0; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BuMdTLG0hHT72ecnaDnTCLIwyCCeGfWu > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFybTHmgDA620hoMDxaktLQO7Pv4yq8s { display:block; }#OFybTHmgDA620hoMDxaktLQO7Pv4yq8s > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GinIWzoHyzTGwwJ0TLJK5zPTzdr86lW0 { width:20rem;height:4.75rem;top:0.6875rem;left:0rem;font-size:2.375rem;z-index:15004;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QXQlEDGpip8BozXTivkW2JTwbwzQ5nm6 { width:20rem;height:1.54358125rem;top:5.8359375rem;left:0rem;font-size:1.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #eqx0GVrx72rKzDOWVq0P1UgVdIpSlbnG { top:7.50390625rem;left:0rem;width:20rem;height:6.17431875rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c7ef5512-9933-4dc5-be65-c4908959fcb3/Cozytober_Men_50_50copy.webp");background-position: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3.adaptive-delivery-prevent-bg, #fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3.lazyload, #fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3.lazyloading { background-image: none; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container { background-color: transparent; background-image: none; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container > .video-iframe-container { display: none; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row > .video-iframe-container { display: none; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .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); }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container { border-width: 0; border-radius: 0; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk { display:block; }#wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yauzWzW8MBOi38TqpEcmdOs1otqmlh5U { width:20rem;height:3.0874rem;top:0.75rem;left:0rem;font-size:2.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #qApQtBzuO4abBDO7JDbCN2Z8V1Lgl1qi { width:20rem;height:1.54358125rem;top:3.7109375rem;left:0rem;font-size:1.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #sbovs0c7QcLCZT04Of91kQ5ZlW4CmSry { top:6.03515625rem;left:0rem;width:20rem;height:13.89219375rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/01466876-e6b3-47d6-9bae-a948a93aca18/Cozytober_Men_1x1.gif");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS.adaptive-delivery-prevent-bg, #VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS.lazyload, #VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS.lazyloading { background-image: none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { background-color: transparent; background-image: none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container > .video-iframe-container { display: none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row > .video-iframe-container { display: none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .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); }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { border-width: 0; border-radius: 0; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg { display:block; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFfZTKwIVopxqvC6mVOuB4F614qrq6QV { width:20rem;height:2.61230625rem;top:1.75rem;left:0rem;font-size:2.375rem;z-index:15004;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yQlKS8s6x2u2B4XoZ8BxiU9JTszeTfQc { top:5.0625rem;left:0rem;width:20rem;height:9.2615rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP { display:block; }#NzAxu5783Mp0eW9pJFu8z8THuUFQtDSP > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdJvWf02pqVSUIvTzBNdZSaclHOmwkci { width:20rem;height:4.26171875rem;top:1.099609375rem;left:0rem;font-size:1.9375rem;z-index:15004;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #grsTTrDuy3WhBhZIaanF9tZ736lflVhv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1405aed7-eb39-455a-8dbb-3906629dd1fb/1x1_Cozytober_MEN_Collage1.gif");background-position:top 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv.adaptive-delivery-prevent-bg, #grsTTrDuy3WhBhZIaanF9tZ736lflVhv.lazyload, #grsTTrDuy3WhBhZIaanF9tZ736lflVhv.lazyloading { background-image: none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { background-color: transparent; background-image: none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container > .video-iframe-container { display: none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row > .video-iframe-container { display: none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .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); }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { border-width: 0; border-radius: 0; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt { display:none; }#bhCWUPgZHVKMGQZRWp54ZWFMpe3VqdSt > .row .container { width:20rem;height:81.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p1eGyJHqhETHMNU2fCCTJu9aoTgF8SUE { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I429phd3qpIQTEqCtrNHdPwQQav1QQ0r { width:20rem;height:6.5625rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #coENtlVNuIk6KqTZKkwSIV2Pm3RZq664 { width:5.4375rem;height:5.4375rem;top:15.51171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvcr31bgESySCEJVVQA1TTCOplQnlB1Q { width:6.8125rem;height:1.29980625rem;top:22.19921875rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT8D76hCHXqkZxmiTm3ICH0d0LbFsWxh { width:20rem;height:6.499rem;top:37.51171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw9CIVNigFoxh0eXtMwcK7Vd6z5BRJWf { width:1.3125rem;height:1.3125rem;top:24.69921875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTU43Teq6eyydIu5xGS3R5WJZUoDt1Eh { width:1.3125rem;height:1.3125rem;top:27.26171875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUriHrWRFs0hFUEDVbR6MwpSeFl4ph8W { width:1.3125rem;height:1.3125rem;top:29.82421875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUlaXFCh11hUbTPbdIw9TuolHHSJtTXR { width:1.3125rem;height:1.3125rem;top:32.38671875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCfwuTyF6JLZ8bUmL6aCubiGqqrGhH51 { width:1.3125rem;height:1.3125rem;top:34.94921875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNRQHOMqX9Fnw7kcvVycNhSG42qULQMx { width:20rem;height:6.5625rem;top:42.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9A5TRTepThakXMTqA9H3wTDVANqDWpA { width:5.4375rem;height:5.4375rem;top:43.19921875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUQNUDUhN0VwZxvyHRnlbSM3JZwQfX08 { width:11.1875rem;height:0;top:43.32421875rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esrhiTurTTguooAdxl1zsI6f3PnqkRLv { width:20rem;height:5.19921875rem;top:44.7490234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3F2x1wrLlStTO810VJ0368vrcZcaLrT { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs4sH6eQluX00qq4zcVXCp5Lrwl5wUIv { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0cfHGFTfLsfUaISXMsowe6CkrpLPA1W { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC5uRclHlWqpnK6aZ4nhU6s4TkyulVTm { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaBPl2vSpa5DpVu6nvHkkOH4KqdEWKtQ { width:1.3125rem;height:1.3125rem;top:43.19921875rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHdXq83F6oTmo9lsMa7LKiVA0F2ccCfM { width:20rem;height:6.5625rem;top:50.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXidIxOhDQytMrhvAfGXSDfltSnv7bqh { width:5.4375rem;height:5.4375rem;top:51.01171875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaifS0uLTxhTpLmfxGFFaJFtGm1cBhvM { width:11.4375rem;height:0;top:51.13671875rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxvVMCr6Mkl2unkm0w5OFwr9WwGEwT9w { width:20rem;height:4.875rem;top:52.5498046875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIiM4qckbL1TAvBT1GH9WFWi9w04RDPe { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkVVWPg6KRqeFchOccXXtAD922B4qLy6 { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coS5TT3KgtC9b7G1HEepuikFHWLoTxZv { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sST73WToUbyP3ll14kdWH2fkOKCgXh8C { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo54srGGzUO8XPsclsQH3czDUDtJUMvV { width:1.3125rem;height:1.3125rem;top:51.01171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tozsmaUhGyTdMxEMpTQKq2xJE9DJ3pJg { width:20rem;height:6.5625rem;top:61.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPlxTE7r9J14cyB955LBbxC7QNrxT37w { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3Sr4oSNlSFz62hlvoUantBz3pqEssUy { width:20rem;height:0;top:63.44921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLhBIwgVfoIirVG3D9Lr3pzIbfCm5Xrc { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMUvntg6TJrVxKM4OhT6SnK5u6WrIwLk { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzHFikZu1MGLCJGBJ1s3Jxox7frt9wKO { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC24Vs02KUksc8i7li6wNRupgBTEWW4c { width:1.3125rem;height:1.3125rem;top:58.69921875rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0hDn79v9I8th0lrtuqZSSMch0rrWKey { width:11.75rem;height:0;top:62.142578125rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuaF2a00MX9DHt7MEghCeSpepVUJbX5w { width:5.4375rem;height:5.4375rem;top:61.82421875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFvwu5O6kCmzSc4tmTqy8FIZo7DyIgw7 { width:4.4375rem;height:0;top:69.07421875rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV { background-color:#f1f0f0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .row .container { background-color: transparent; background-image: none; }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .row .container > .video-iframe-container { display: none; }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .row > .video-iframe-container { display: none; }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .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); }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .row .container { border-width: 0; border-radius: 0; }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#prOeei2ZNVZ616NJKiGMxQ6e7aleUyVV > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #he9GapwouMxVCApd0kHz3bkX3bK6HlWt { width:20rem;height:3.71215625rem;top:0.8125rem;left:0rem;font-size:1.6875rem;z-index:15005;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qUV1J2F9Kx0q7iA6D1zOGS4eAhcvg1iN { width:20rem;height:15.0625rem;top:5.5625rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Vza5yIUyF9oJ5LczHvrgczZN3lly1NZ0 { width:7.375rem;height:7.375rem;top:6.125rem;left:1.6875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lfJ2DE8OxyxpRF4mkyckomZOBT1motTO { width:1.3125rem;height:1.3125rem;top:10.375rem;left:10.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #CqnKxR6eK1II4d8fol6O5xt37Px4Uqh1 { width:1.375rem;height:1.375rem;top:10.375rem;left:11.4375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #bTZ2PZfeHOeMT0OEWMzixLNSO8tCitC7 { width:1.3125rem;height:1.3125rem;top:10.375rem;left:12.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #xFqFu9DIh3iVw6C2KZ4NKVklH9V5Tc8o { width:1.3125rem;height:1.3125rem;top:10.375rem;left:14.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #o3BEepVwGBTrMKoWuUgqgx582Xu2ZeKp { width:1.3125rem;height:1.3125rem;top:10.375rem;left:15.4375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #WuhJVdWfZ8Q5Amnq084uX1LaCTWE35El { width:6.8125rem;height:2.1984875rem;top:7.7119140625rem;left:10.125rem;font-size:1rem;z-index:15011;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #G3TMBH9g6JHvABpyRO2lW2D6yRLFNGeP { width:18.4375rem;height:4.87305rem;top:14.69140625rem;left:1.03125rem;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #T8EJWBTTebpx8Sx3szEfcWvPCvbmOzc8 { width:20rem;height:14.8125rem;top:21.6875rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #LHkivwEVZyKdiBCU39JoIllpKHKfSvqB { width:7.375rem;height:7.375rem;top:22.9375rem;left:1.6875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HRbUbrhdXER4CEQ9s4a0yEPrIkDDkTNp { width:1.3125rem;height:1.3125rem;top:27.75rem;left:10.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #NkwO6ob0kysBGiucCJHzfayoHluveagm { width:7.8125rem;height:2.1984875rem;top:24.8369140625rem;left:10.125rem;font-size:1rem;z-index:15011;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SP8fWrhwxTSfbMl16cFp3rAs06Frdy2h { width:1.3125rem;height:1.3125rem;top:27.75rem;left:11.4375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #glNiTsDbI3wBfCTu2TAhEprWp1Q5cTBi { width:1.3125rem;height:1.3125rem;top:27.75rem;left:12.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #lDSZbxGTaXIg6bkAKsmUf5tSUn9BTlFi { width:1.3125rem;height:1.3125rem;top:27.75rem;left:14.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #EbsTydwosMROQoJtB83bNhZRZSn0UEeH { width:17.3125rem;height:3.6547875rem;top:31.5rem;left:1.34375rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #wIBfLnUcc4QQnqx6SyTv6E8rc6OSJ375 { width:20rem;height:17.5rem;top:37.6435546875rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #sVLckswkUAHo3Mf2MC1rTJ4W8xGAzZPx { width:7.375rem;height:7.375rem;top:38.625rem;left:1.6875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mspmUOGaJ1XsVbNrsmLTAOzI9MrG8uAk { width:1.3125rem;height:1.3125rem;top:43.34375rem;left:10.0625rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #XUvDr425tkPI4y2Vx2EamMtPGhgotGrO { width:7.25rem;height:3.6547875rem;top:39.6875rem;left:10.3125rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ZaTHrJFUilMtbWmPvoBJB7KfkmMJzzvC { width:1.3125rem;height:1.3125rem;top:43.34375rem;left:11.375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #GW511nqshrhLb9qZiwL0T7iW9E0zMi2v { width:1.3125rem;height:1.3125rem;top:43.34375rem;left:12.6875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #QlmRkzHO8z0hAvTmiT3Q55oBGQTCnCth { width:1.3125rem;height:1.3125rem;top:43.34375rem;left:14rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #EbPRkcBgEoJpcGcxAgyMT8DBzMt8MWNs { width:17.75rem;height:6.8261875rem;top:46.9375rem;left:1.6875rem;font-size:0.875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #vwA8xmPEniwD3zn8vLzOD7cq0BzsTlVE { width:1.3125rem;height:1.3125rem;top:27.75rem;left:15.4375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #LnkyI5BP6mTqsn0pEK3AhAEGzlsuHEN4 { width:1.3125rem;height:1.3125rem;top:43.34375rem;left:15.3125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #AzT52iLLkvT8sXFXu0kF99Udnb8TZRuF { width:3.375rem;height:1.21875rem;top:52.6015625rem;left:15.78125rem;font-size:0.9375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS { display:block; }#OOlkXr0ZuW12G3DFl1v5TkBe0lI4kRZS > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFizEDs64TavSe1NC3wUraE1rTig2ypT { width:20rem;height:4.26171875rem;top:0.9375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGEVapFXfqTzxbLTQm7C2n0NerknTsFc { width:20rem;height:4.6307375rem;top:5.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgWfENFldbeQhg7L2ddBtdJRKzRWGIV9 { display:block; }#fgWfENFldbeQhg7L2ddBtdJRKzRWGIV9 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKsB8EUT8dF8tFpfoHX2pmnRkKdargIr { width:20rem;height:5.2246125rem;top:1.10546875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLbUJR3TTCg37zhVra8kLViMuIAxruQw { display:block; }#XLbUJR3TTCg37zhVra8kLViMuIAxruQw > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDzNVsSt0p2TTvqVJx3d6D4ZoigMpRAn { width:12.5625rem;height:1.3999rem;top:1.1181640625rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ayv0i2DgeQSlp7xoTofFdgPuyAWuUiot { width:0.875rem;height:2.10021875rem;top:0.73046875rem;left:10.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WqiKOfsLppr7AzpT6myseBx2NoMBfiJ1 { display:block; }#WqiKOfsLppr7AzpT6myseBx2NoMBfiJ1 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVz9tlsp0l7craCpd5vbFP7ygvS0GrSK { width:18.9375rem;height:13.1225625rem;top:0.25rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zuvOJghdcifNaWQ8UeX4LcE31XO1Qv9n { width:0.125rem;height:12.875rem;top:0.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFa4TVQ80lTvPE5GKoi2saRr2VKdLvB4 { display:block; }#dFa4TVQ80lTvPE5GKoi2saRr2VKdLvB4 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KoNJT3urTWcrXqhi4vgLrO6A6BvqhVMN { width:12.5625rem;height:1.4rem;top:0.80625152587888rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DteSLKeGCTqwGukeznInSTnXlpyXBhAI { width:0.875rem;height:2.10021875rem;top:0.5rem;left:13rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C6ePBZresmW924hdacuI3Xvw02JEiGNt { display:block; }#C6ePBZresmW924hdacuI3Xvw02JEiGNt > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nh8oJGlK4JfMd8FicwwBZQ4zia0eOHo4 { width:18.9375rem;height:15.7470625rem;top:0.25rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tzNnyXLVDb1a0w4UU7oM3SPyr1x4voTz { width:0.125rem;height:15.625rem;top:0.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyrbZ9CTeARvySgIcyeMw8f6kfKzLT0N { display:block; }#QyrbZ9CTeARvySgIcyeMw8f6kfKzLT0N > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OaLPfwNChb9tyIlbp6AVARFhVm6iguUk { width:17.125rem;height:2.799075rem;top:0.43125152587891rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WuTKdWH3uUOTvVURd8smToqo1cdGG019 { width:0.875rem;height:2.10021875rem;top:1.5062494277954rem;left:7.25rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gQHeFpq8x1yd2ZV5gq20zsys9iT3fzo3 { display:block; }#gQHeFpq8x1yd2ZV5gq20zsys9iT3fzo3 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDKWP4AM1JQzr4GPZTSZUBFJ8G4TxIS9 { width:18.4375rem;height:5.249025rem;top:0.0625rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lBstIxqG9MLqPsk9tWnnMbE7btoi5Ti0 { width:0.125rem;height:4.1875rem;top:0.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2lzn6SzT07duzb0dKQ3Zx6kc9xt6iSA { display:block; }#T2lzn6SzT07duzb0dKQ3Zx6kc9xt6iSA > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFep2P3GQhoIVSUvPm6StFOkuoy1falN { width:14.4375rem;height:2.799075rem;top:0.43124961853027rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kdffbL0iw5Z8e4Ay6rwEyTkRf5ElxxWF { width:0.875rem;height:2.10021875rem;top:1.478515625rem;left:14rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fJg2fammXKC80BfVwW8ICzQiQwQC91a6 { display:block; }#fJg2fammXKC80BfVwW8ICzQiQwQC91a6 > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yH8ol81eeagKJ8RFoOp4zFXgX5mAyXFy { width:18rem;height:10.4980625rem;top:0.375rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rz3LraI0xsv91hPNfF8UiEmlE1K3UCtR { width:0.125rem;height:9.875rem;top:0.68750190734863rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCNN6gQIF1aEGhTd3mA1tvQT5pauxTUN { display:block; }#FCNN6gQIF1aEGhTd3mA1tvQT5pauxTUN > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGXon7Z5R9kvGXQE0sVvF8d5T0eOVI4G { width:14.8125rem;height:2.799075rem;top:0.41250038146973rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bsGlHsQf59iAeOCSHJcAyo9n1ZfQk1Hx { width:0.875rem;height:2.10021875rem;top:1.4875001907349rem;left:9.125rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KRsd7zO34CDN34GhBDvOwKw4gnp0uzoS { display:block; }#KRsd7zO34CDN34GhBDvOwKw4gnp0uzoS > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0NkWOtW433I6GaLs6GVpzfh19EFVPOX { width:17.9375rem;height:7.8735625rem;top:0.6875rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pX079RNKsxzC4v0Pe4NDkitnBuGsTuMs { width:0.125rem;height:7.625rem;top:1.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kenFrT11a8tCtxbQJkN6T4XDKHLochVl { display:block; }#kenFrT11a8tCtxbQJkN6T4XDKHLochVl > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czKWRE0R0qoWDpt3SPhgaI7RE0DM5PqW { width:13.125rem;height:2.799075rem;top:0.4375rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QrMw3nQNb46MobGfgODiE4TiJBPuzN6l { width:0.875rem;height:2.10021875rem;top:1.5124998092651rem;left:8.1875rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cJxlkVIePbxbmiJPXZmiceL86ZyIza1x { display:block; }#cJxlkVIePbxbmiJPXZmiceL86ZyIza1x > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIIaVnEpLXq1fD39g3Ae4DIWEbGtQWdw { width:15.625rem;height:10.49805rem;top:0.4375rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #boSM7rFOy1vTpUcCd5FTnFeh3KaIfblk { width:0.125rem;height:10.3125rem;top:0.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTJxh3tipDaW9JvXiEv7yXuOs8P4utzv { display:block; }#mTJxh3tipDaW9JvXiEv7yXuOs8P4utzv > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHDpERhHRqIgoKLXyBy4WRv3shfiCvUS { width:17.5rem;height:1.4rem;top:0.80624961853025rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EkpN32VSmgu97GVg3ZyZFzQpLuUCb8Vc { width:0.875rem;height:2.10021875rem;top:0.45624923706055rem;left:16.75rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #G8JTQlE5enMIQ5wH9OqWtZbGehicZn34 { display:block; }#G8JTQlE5enMIQ5wH9OqWtZbGehicZn34 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfQ5VJRwdnm5ADZl3205LXrI0XiGXyl8 { width:17.4375rem;height:2.625rem;top:0.5625rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XtTNxBlVbTD9w8UlrlTP3Bf7cRy5zEQN { width:0.125rem;height:2.375rem;top:0.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmABHLfZmWeBOOofoMTqMqJXgvBz25Ot { display:block; }#lmABHLfZmWeBOOofoMTqMqJXgvBz25Ot > .row .container { width:20rem;height:3.5120849609375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2suOv36hoMACNSCiCcNGTEqID52Mfd0 { width:14.8125rem;height:2.799075rem;top:0.4375rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Fao68oN1TAGPAh0ySyqNM9R8STlrhTvn { width:0.875rem;height:2.10021875rem;top:1.4499998092651rem;left:7.25rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qnvU5LtEdTrS5ZP5xklLWhQXg41ugiac { display:block; }#qnvU5LtEdTrS5ZP5xklLWhQXg41ugiac > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AicBHb83Fovvc4G6gzIb8RvNc0xoudDT { width:17.6875rem;height:6.56125rem;top:1.2499504089356rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vUgDq1WrZHyZCXiwS6bBu21vvdbXpeOg { width:0.125rem;height:6.25rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7FLaHrkCLZ3MddbU8wsWe7x1zdW1BaE { display:block; }#X7FLaHrkCLZ3MddbU8wsWe7x1zdW1BaE > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLyutOQTtqaM59lwIQbkSMynyT00JmN5 { width:12.5rem;height:2.799075rem;top:0.625rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g3gPhnZ4rvynbWphTKS0ocn33ikWkTu7 { width:0.875rem;height:2.10021875rem;top:1.3603515625rem;left:12.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vAW52pZtQ3NspGLLEHg4lRE85BqQHin4 { display:block; }#vAW52pZtQ3NspGLLEHg4lRE85BqQHin4 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNcvMdxKZutU2RUfmobw4tGUOw8nUAsU { width:18.125rem;height:7.8735625rem;top:1.0625rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MceSrS4H0anrEaN0l75Eykpc1VwroRph { width:0.125rem;height:7.5rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQcFmPPT6HFITlJKQWiA4tKTTyflSvMf { display:block; }#CQcFmPPT6HFITlJKQWiA4tKTTyflSvMf > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LvXXTxAHUu2KFrLGovdLHVWTpxUW0UQl { display:block; }#LvXXTxAHUu2KFrLGovdLHVWTpxUW0UQl > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOm4wHkSER7T3JmIB93KLMeGUnllz438 { width:18.5rem;height:25.0293125rem;top:1.396484375rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { display:block; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { width:20rem;height:0.89294375rem;top:3.470703125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { width:10.5625rem;height:1.8125rem;top:1rem;left:4.71875rem;display:block; }
 }