/*==============================
    #GLOBAL DEFAULTS
==============================*/
:root {
  --scale: 1;
  --scaleMore: 1;
}
* {
  margin: 0;
  padding: 0;
}
html {
	font-size: 62.5%; /* 10px browser default */
}
body {
  color: #000000;
  background-color: #fff;
	font: 500 3.2rem/1.2 "Helvetica Neue", Helvetica, sans-serif ;
  font-size: clamp(18px, calc(3vw * var(--scale)), calc(3.2rem * var(--scale)));
  margin: 0;
	padding: 0;
}

a, a:hover {
  text-decoration: none;
}
img, iframe {
  max-width: 100%;
  border: none;
}
ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
  margin-bottom: 4.5rem;
}
.mb-5 {
  margin-bottom: .5rem!important;
}
.mb-10 {
  margin-bottom: 1rem!important;
}
.mb-15 {
  margin-bottom: 1.5rem!important;
}
.mb-18 {
  margin-bottom: 1.8rem!important;
}
.mb-20 {
  margin-bottom: 2rem!important;
}
.mb-25 {
  margin-bottom: 2.5rem!important;
}
.mb-30 {
  margin-bottom: 3rem!important;
}
.mb-40 {
  margin-bottom: calc(4rem * var(--scale))!important;
}
.mb-50 {
  margin-bottom: calc(5rem * var(--scale))!important;
}
.mb-60 {
  margin-bottom: calc(6rem * var(--scale))!important;
}
.mb-70 {
  margin-bottom: calc(7rem * var(--scale))!important;
}
.mb-80 {
  margin-bottom: calc(8rem * var(--scale))!important;
}
.mb-90 {
  margin-bottom: calc(9rem * var(--scale))!important;
}
.mb-100 {
  margin-bottom: calc(10rem * var(--scale))!important;
}
.mb-110 {
  margin-bottom: calc(11rem * var(--scale))!important;
}
.mb-120 {
  margin-bottom: calc(12rem * var(--scale))!important;
}

.mb-n {
  margin-bottom: 0!important;
}
.mt-n {
  margin-top: 0!important;
}
.mt-5 {
  margin-top: .5rem!important;
}
.mt-50 {
  margin-top: 5rem!important;
}

.pt-n {
  padding-top: 0 !important;
}
.pt-15 {
  padding-top: 1.5rem!important;
}
.pt-20 {
  padding-top: 2rem!important;
}
.pt-25 {
  padding-top: 2.5rem!important;
}
.pt-40 {
  padding-top: 4rem!important;
}

.pb-80 {
  padding-bottom: calc(8rem * var(--scale))!important;
}

.spacer-5 {
  width: 100%;
  height: .5rem;
}
.spacer-10 {
  width: 100%;
  height: 1rem;
}
.spacer-15 {
  width: 100%;
  height: 1.5rem;
}
.spacer-20 {
  width: 100%;
  height: 2rem;
}
.spacer-25 {
  width: 100%;
  height: 2.5rem;
}
.spacer-90 {
  width: 100%;
  height: calc(9rem * var(--scale));
}
.spacer-100 {
  width: 100%;
  height: calc(10rem * var(--scale));
}
.spacer-110 {
  width: 100%;
  height: calc(11rem * var(--scale));
}
.spacer-120 {
  width: 100%;
  height: calc(12rem * var(--scale));
}
.spacer-130 {
  width: 100%;
  height: calc(13rem * var(--scale));
}
.spacer-155 {
  width: 100%;
  height: calc(15.5rem * var(--scale));
}

/*==============================
    #Headings and Paragraphs
==============================*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, sans-serif ;
}

h1.h-11 {
  font-family: "Helvetica Neue Condensed", Helvetica, sans-serif;
  font-weight: bold;
  font-size: clamp(calc(29px * var(--scale)), calc(4vw * var(--scale)), calc(5.8rem * var(--scale)));
  text-transform: uppercase;
}
h1.h-12 {
  font-family: "Helvetica Neue Condensed", Helvetica, sans-serif;
  font-size: clamp(calc(3.4rem * var(--scale)), calc(4vw * var(--scale)), calc(6.8rem * var(--scale)));
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 2rem;
}
h1.h-12 .stitle-1 {
  display: block;
  font-size: clamp(calc(2rem * var(--scale)), calc(3vw * var(--scale)), calc(4rem * var(--scale)));
  line-height: 1.5;
}
h1.h-12 .stitle-2 {
  display: block;
  font-size: clamp(calc(2.8rem * var(--scale)), calc(3vw * var(--scale)), calc(5.6rem * var(--scale)));
  line-height: 1.2;
}
h1.h-13  {
  font-family: "Helvetica Neue Condensed", Helvetica, sans-serif;
  font-size: clamp(calc(7.2rem * var(--scale)), calc(8vw * var(--scale)), calc(14.4rem * var(--scale)));
  margin-bottom: 1rem;
  background-image: linear-gradient(to bottom, #010101, #2e4455);
  -webkit-background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
h1.h-13.fz-s  {
  font-size: clamp(calc(5.8rem * var(--scale)), calc(7vw * var(--scale)), calc(11.6rem * var(--scale)));
}
h1.h-14  {
  font-family: "Helvetica Neue Condensed", Helvetica, sans-serif;
  font-size: clamp(calc(6.4rem * var(--scale)), calc(8vw * var(--scale)), calc(12.8rem * var(--scale)));
  margin-bottom: 1rem;
  background-image: linear-gradient(to bottom, #f9f2f9, #e3f5fa);
  -webkit-background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
h1.h-15  {
  font-family: "Helvetica Neue Condensed", Helvetica, sans-serif;
  font-weight: 900;
  font-size: clamp(calc(4.1rem * var(--scale)), calc(5vw * var(--scale)), calc(8.2rem * var(--scale)));
  text-transform: uppercase;
}
h1.h-16 {
  font-family: "Helvetica Neue Condensed", Helvetica, sans-serif;
  font-weight: bold;
  font-size: clamp(calc(8rem * var(--scale)), calc(14vw * var(--scale)), calc(26.8rem * var(--scale)));
  text-transform: uppercase;
  line-height: 0.8;
}
h1.h-17 {
  font-family: "Helvetica Neue Condensed", Helvetica, sans-serif;
  font-weight: bold;
  font-size: clamp(calc(4.3rem * var(--scale)), calc(5vw * var(--scale)), calc(8.6rem * var(--scale)));
  text-transform: uppercase;
  margin-bottom: calc(4rem * var(--scale));
}
h1.h-18 {
  font-family: "Helvetica Neue Condensed", Helvetica, sans-serif;
  font-weight: bold;
  font-size: clamp(calc(5.2rem * var(--scale)), calc(6vw * var(--scale)), calc(10.4rem * var(--scale)));
  text-transform: uppercase;
  margin-bottom: calc(4rem * var(--scale));
}

h1.h-19 {
  font-family: "Helvetica Neue Condensed", Helvetica, sans-serif;
  font-weight: bold;
  font-size: clamp(calc(5.9rem * var(--scale)), calc(7vw * var(--scale)), calc(11.8rem * var(--scale)));
  text-transform: uppercase;
  margin-bottom: calc(4.5rem * var(--scale));
  line-height: 1;
}
h1.h-19 .pr-title {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: clamp(calc(22px * var(--scale)), calc(4vw * var(--scale)), calc(4.4rem * var(--scale)));
  display: block;
  letter-spacing: .2rem;
}

h2.h-21 {
  font-family: "Helvetica Neue Condensed", Helvetica, sans-serif;
  font-weight: bold;
  font-size: clamp(calc(40px * var(--scale)), calc(4vw * var(--scale)), calc(8rem * var(--scale)));
  text-transform: uppercase;
}
h2.h-22 {
  font-weight: bold;
  font-size: clamp(calc(29px * var(--scale)), calc(3vw * var(--scale)), calc(5.8rem * var(--scale)));
  margin-bottom: calc(6rem * var(--scale));
}
h2.h-23 {
  background: black;
  color: white;
  display: flex;
  text-align: center;
  height: 100%;
  font-weight: bold;
  font-size: clamp(calc(6.2rem * var(--scale)), calc(10vw * var(--scale)), calc(18.4rem * var(--scale)));
  text-transform: uppercase;
  line-height: 0.85;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
}
h2.h-23 span {
  font-size: clamp(calc(2rem * var(--scale)), calc(4vw * var(--scale)), calc(5.6rem * var(--scale)));
  letter-spacing: clamp(0px, 1vw, calc(1.5rem * var(--scale)));
}
h2.h-24 {
  font-family: "Helvetica Neue Condensed", Helvetica, sans-serif;
  font-weight: bold;
  font-size: clamp(calc(2.6rem * var(--scale)), calc(3vw * var(--scale)), calc(5.2rem * var(--scale)));
  text-transform: uppercase;
  margin-bottom: 2rem;
}
h2.h-24 span {
  display: block;
  font-size: clamp(calc(18px * var(--scale)), calc(2vw * var(--scale)), calc(3.6rem * var(--scale)));
}
h2.h-25 {
  font-weight: bold;
  font-size: clamp(calc(3.5rem * var(--scale)), calc(4vw * var(--scale)), calc(7rem * var(--scale)));
  margin-bottom: calc(6rem * var(--scale));
}
h2.h-25 .pre-title {
  display: block;
  font-size: clamp(calc(22px * var(--scale)), calc(3vw * var(--scale)), calc(4.4rem * var(--scale)));
}
h2.h-26 {
  font-family: "Helvetica Neue Condensed", Helvetica, sans-serif;
  font-weight: bold;
  font-size: clamp(calc(3.6rem * var(--scale)), calc(4vw * var(--scale)), calc(7.2rem * var(--scale)));
  text-transform: uppercase;
  margin-bottom: calc(4.5rem * var(--scale));
}
h2.h-27 {
  font-weight: bold;
  font-size: clamp(calc(3.4rem * var(--scale)), calc(4vw * var(--scale)), calc(6.8rem * var(--scale)));
  margin-bottom: calc(9.5rem * var(--scale));
}
h2.h-28 {
  font-family: "Helvetica Neue Condensed", Helvetica, sans-serif;
  font-weight: bold;
  font-size: clamp(calc(3.6rem * var(--scale)), calc(4vw * var(--scale)), calc(7.2rem * var(--scale)));
  margin-bottom: 3rem;
  text-transform: uppercase;
}
h2.h-29 {
  font-family: "Helvetica Neue Condensed", Helvetica, sans-serif;
  font-weight: bold;
  font-size: clamp(calc(4.9rem * var(--scale)), calc(6vw * var(--scale)), calc(9.8rem * var(--scale)));
  margin-bottom: calc(10rem * var(--scale));
  text-transform: uppercase;
}


h3.h-31 {
  font-size: clamp(calc(2.7rem * var(--scale)), calc(4vw * var(--scale)), calc(5.4rem * var(--scale)));
  font-weight: bold;
  margin-bottom: calc(4.8rem * var(--scale));
}
h3.h-32 {
  font-size: clamp(calc(2.4rem * var(--scale)), calc(4vw * var(--scale)), calc(4.8rem * var(--scale)));
  font-weight: bold;
  margin-bottom: calc(4rem * var(--scale));
}
h3.h-33 {
  font-size: clamp(calc(2rem * var(--scale)), calc(3vw * var(--scale)), calc(5.4rem * var(--scale)));
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: clamp(0px, 0.8vw, calc(1.45rem * var(--scale)));
}

.p-title {
  font-family: "Helvetica Neue Condensed", Helvetica, sans-serif;
  font-weight: bold;
  font-size: clamp(calc(3.2rem * var(--scale)), calc(4vw * var(--scale)), calc(6.4rem * var(--scale)));
  text-transform: uppercase;
}
.p-title-2 {
  font-family: "Helvetica Neue Condensed", Helvetica, sans-serif;
  font-weight: bold;
  font-size: clamp(calc(18px * var(--scale)), calc(2vw * var(--scale)), calc(3.6rem * var(--scale)));
  text-transform: uppercase;
  margin-bottom: 8px;
}

.pgf-1 {
  font-size: clamp(18px, calc(2vw * var(--scale)), calc(2.8rem * var(--scale)));
  text-transform: uppercase;
}
.pgf-2 {
  font-size: clamp(2.2rem, calc(3vw * var(--scale)), calc(4.4rem * var(--scale)));
  font-weight: bold;
  max-width: calc(114rem * var(--scale));
  margin: 0 auto 5rem;
}
.pgf-3 {
  font-size: clamp(2.2rem, calc(3vw * var(--scale)), calc(4.4rem * var(--scale)));
  font-weight: bold;
  max-width: calc(117rem * var(--scale));
  margin: 0 auto calc(5rem * var(--scale));
  color: white;
}
.pgf-3.wider {
  max-width: calc(126rem * var(--scale));
}
.pgf-4 {
  font-size: clamp(2.2rem, calc(3vw * var(--scale)), calc(4.4rem * var(--scale)));
  font-weight: bold;
}
.pgf-5 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: clamp(calc(3.7rem * var(--scale)), calc(4vw * var(--scale)), calc(7.4rem * var(--scale)));
}
.pgf-6 {
  font-weight: bold;
  font-size: clamp(calc(2.4rem * var(--scale)), calc(3vw * var(--scale)), calc(4.8rem * var(--scale)));
  text-transform: uppercase;
}
.pgf-7 {
  font-size: clamp(16px, calc(2vw * var(--scale)), calc(2.8rem * var(--scale)));
  background: #fff5c7;
  max-width: calc(120rem * var(--scale));
  margin: 0 auto;
  text-transform: uppercase;
  padding: 5px 10px;
  box-sizing: border-box;
}
.pgf-8 {
  font-family: "Helvetica Neue Condensed", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: clamp(calc(28px * var(--scale)), calc(3vw * var(--scale)), calc(5.6rem * var(--scale)));
}

.f-sz-16 {
  font-size: clamp(18px, calc(2vw * var(--scale)), calc(3.2rem * var(--scale)));
}
.f-sz-17 {
  font-size: clamp(18px, calc(2vw * var(--scale)), calc(3.4rem * var(--scale)));
}
.f-sz-18 {
  font-size: clamp(18px, calc(2vw * var(--scale)), calc(3.6rem * var(--scale)));
}
.f-sz-19 {
  font-size: clamp(19px, calc(2vw * var(--scale)), calc(3.8rem * var(--scale)));
}
.f-sz-20 {
  font-size: clamp(calc(20px * var(--scale)), calc(3vw * var(--scale)), calc(4rem * var(--scale)));
}
.f-sz-21 {
  font-size: clamp(calc(21px * var(--scale)), calc(3vw * var(--scale)), calc(4.2rem * var(--scale)));
}
.f-sz-22 {
  font-size: clamp(calc(22px * var(--scale)), calc(3vw * var(--scale)), calc(4.4rem * var(--scale)));
}
.f-sz-23 {
  font-size: clamp(calc(23px * var(--scale)), calc(3vw * var(--scale)), calc(4.6rem * var(--scale)));
}
.f-sz-25 {
  font-size: clamp(calc(25px * var(--scale)), calc(3vw * var(--scale)), calc(5rem * var(--scale)));
}
.f-sz-27 {
  font-size: clamp(calc(2.7rem * var(--scale)), calc(3vw * var(--scale)), calc(5.4rem * var(--scale)));
}
.f-sz-28 {
  font-size: clamp(calc(2.8rem * var(--scale)), calc(4vw * var(--scale)), calc(5.6rem * var(--scale)));
}
.f-sz-29 {
  font-size: clamp(calc(2.9rem * var(--scale)), calc(3vw * var(--scale)), calc(5.8rem * var(--scale)));
}
.f-sz-30 {
  font-size: clamp(calc(3rem * var(--scale)), calc(4vw * var(--scale)), calc(6rem * var(--scale)));
}
.f-sz-41 {
  font-size: clamp(calc(4.1rem * var(--scale)), calc(5vw * var(--scale)), calc(8.2rem * var(--scale)));
}

/*==============================
    #TEXT Style
==============================*/
.underline {
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.normal {
  font-weight: normal;
}
.strike-through {
  text-decoration: line-through;
}

.white {
  color: #fff;
}
.red {
  color: #a60000;
}
.red2 {
  color: #c60000;
}
.dark-red {
  color: #7f0000;
}
.darker-red {
  color: #9c0000;
}
.light-red {
  color: #e6223b;
}
.light-red2 {
  color: #ff004e;
}
.red3 {
  color: #ff0000;
}
.red4 {
  color: #6e0000;
}
.red5 {
  color: #d50606;
}
.light-blue {
  color: #8aeaff;
}
.light-blue2 {
  color: #00c3ff;
}
.blue {
  color: #3973bb;
}
.blue2 {
  color: #2f6cab;
}
.blue3 {
  color: #1b61a2;
}
.blue4 {
  color: #0555a8;
}
.dark-blue {
  color: #1e4f77;
}
.light-green {
  color: #b4ff96;
}
.light-green2 {
  color: #00ff66;
}
.green {
  color: #258c35;
}
.green2 {
  color: #008a03;
}
.green3 {
  color: #0f8322;
}
.light-yellow {
  color: #ffdb5d;
}
.yellow {
  color: #fff600;
}
.yellow2 {
  color: #fdff99;
}
.yellow3 {
  color: #ffb900;
}
.cyan {
  color: #55c396;
}
.grey {
  color: #91acc5;
}

/*==============================
    #HEADER
==============================*/

/* GLOBAL HEADER */
.page-header {
  border-top: 10px solid #a60000;
  padding-top: 5.2rem;
  background: url(../img/grad-1.jpg) top center repeat;
}


/*==============================
    #FOOTER
==============================*/
.page-footer {
  position: relative;
  background: black;
  min-height: calc(100px * var(--scale));
  border-top: 3px solid #2aa0b8;
  padding: calc(8rem * var(--scale)) 0;
  box-sizing: border-box;
}
.page-footer .page-wrapper {
  padding-bottom: 0;
}
.ft-logo-box {
  display: flex;
  font-size: clamp(14px, calc(2vw * var(--scale)), calc(2.2rem * var(--scale)));
  text-transform: uppercase;
  color: #a7a7a7;
  gap: 3.5rem;
}
.ft-cell1 {
  width: calc(165px * var(--scale));
}
.ft-cell2 {
  border-left: 1px solid #2aa0b8;
  padding-left: 14px;
}

.page-footer ul {
  padding: 3rem 0 0;
  display: flex;
  justify-content: flex-start;
  color: #a7a7a7;
  font-size: clamp(14px, calc(2vw * var(--scale)), calc(2.2rem * var(--scale)));
  font-weight: 400;
  flex-wrap: wrap;
  gap: 2px;
  text-transform: none;
}
.page-footer ul li {

}
.page-footer ul li:not(:last-child):after {
  content: "|";
  padding: 0 5px 0 15px;
}
.page-footer ul li a,
.page-footer ul li a:visited {
  color: #a7a7a7;
}
.page-footer ul li a:hover {
  color: #00cbff;
}

  /*==============================
      #CONTENT
  ==============================*/

.page-wrapper {
  position: relative;
  max-width: calc(163.4rem * var(--scale));
  width: 100%;
  padding: 0 clamp(10px, calc(5vw * var(--scale)), calc(9.7rem * var(--scale))) 5rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.page-wrapper.wth-box {
  background: white;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.container-nr1 {
  max-width: calc(138rem * var(--scale));
  margin-left: auto;
  margin-right: auto;
}
.container-nr2 {
  max-width: clamp(calc(80rem * var(--scale)), calc(65vw * var(--scale)), calc(100rem * var(--scale)));
  margin-left: auto;
  margin-right: auto;
}
.container-nr3 {
  max-width: calc(112rem * var(--scale));
  margin-left: auto;
  margin-right: auto;
}

.img-wrapper-1 {
  margin-left: clamp(calc(-9.7rem * var(--scale)), calc(-5vw * var(--scale)), -10px);
  margin-right: clamp(calc(-9.7rem * var(--scale)), calc(-5vw * var(--scale)), -10px);
}
.img-wrapper-1 img {
  width: 100%;
}
.img-type-1 {
  width: auto !important;
  margin-bottom: 4rem;
}

.mnt {
  position: relative;
  top: -5rem;
  margin-bottom: -5rem;
}
.mnt2 {
  position: relative;
  top: -9rem;
  margin-bottom: -9rem;
}

.x-sep-1 {
  position: relative;
  width: 100%;
  height: 2px;
  margin-bottom: 6rem;
}
.x-sep-1:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: calc(50% - 5px);
  height: 2px;
  background: linear-gradient(90deg,rgba(180, 180, 180, 1) 0%, rgba(180, 180, 180, 0) 90%);
}
.x-sep-1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: calc(50% - 5px);
  height: 2px;
  background: linear-gradient(90deg,rgba(180, 180, 180, 0) 10%, rgba(180, 180, 180, 1) 100%);
}
.x-sep-1 span {
  position: absolute;
  top: calc(-2.7rem * var(--scale));
  left: calc(50% - calc(3.5rem * var(--scale)));
  display: block;
  width: calc(7.1rem * var(--scale));
  height: calc(5.8rem * var(--scale));
  background: url(../img/ico-x.png);
  background-size: contain;
  z-index: 9;
}

.x-sep-2 {
  position: relative;
  width: 100%;
  height: 2px;
  margin-bottom: 6rem;
}
.x-sep-2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: calc(50% - 5px);
  height: 2px;
  background: linear-gradient(90deg,rgba(217, 217, 217, 1) 0%, rgba(217, 217, 217, 0) 90%);
}
.x-sep-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: calc(50% - 5px);
  height: 2px;
  background: linear-gradient(90deg,rgba(217, 217, 217, 0) 10%, rgba(217, 217, 217, 1) 100%);
}
.x-sep-2 span {
  position: absolute;
  top: calc(-1.7rem * var(--scale));
  left: calc(50% - calc(2.15rem * var(--scale)));
  display: block;
  width: calc(4.3rem * var(--scale));
  height: calc(3.5rem * var(--scale));
  background: url(../img/ico-x-grey.png);
  background-size: contain;
  z-index: 9;
}
.x-sep-2.red-sep:after {
  background: linear-gradient(90deg, rgba(127, 0, 0, 1) 0%, rgba(127, 0, 0, 0) 90%);
}
.x-sep-2.red-sep:before {
  background: linear-gradient(90deg, rgba(127, 0, 0, 0) 10%, rgba(127, 0, 0, 1) 100%);
}
.x-sep-2.red-sep span {
  background: url(../img/ico-x-red.png);
  background-size: contain;
}
.section-dark .x-sep-2 {
  opacity: 0.75;
}
.x-sep-2.sep-abs {
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 99;
  opacity: 0.65;
  width: 100%;
}

.x-sep-2.green-sep:after {
  background: linear-gradient(90deg, rgb(23, 159, 77) 0%, rgba(23, 159, 77, 0) 90%);
}
.x-sep-2.green-sep:before {
  background: linear-gradient(90deg, rgba(23, 159, 77, 0) 10%, rgb(23, 159, 77) 100%);
}
.x-sep-2.green-sep span {
  background: url(../img/ico-x-green.png);
  background-size: contain;
}
.section-dark .x-sep-2 {
  opacity: 0.75;
}

.x-sep-3 {
  position: relative;
  width: 100%;
  height: 2px;
  margin: calc(10rem * var(--scale)) 0;
}
.x-sep-3:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: calc(50% - 5px);
  height: 2px;
  background: linear-gradient(90deg, rgb(179, 179, 179) 0%, rgb(218, 218, 218) 90%);
}
.x-sep-3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: calc(50% - 5px);
  height: 2px;
  background: linear-gradient(90deg, rgb(218, 218, 218) 10%, rgb(179, 179, 179) 100%);
}
.x-sep-3 span {
  position: absolute;
  top: calc(-1.7rem * var(--scale));
  left: calc(50% - calc(2.15rem * var(--scale)));
  display: block;
  width: calc(4.3rem * var(--scale));
  height: calc(3.5rem * var(--scale));
  background: url(../img/ico-x-grey2.png);
  background-size: contain;
  z-index: 9;
}

.x-sep-4 {
  position: relative;
  width: 100%;
  height: calc(4.6rem * var(--scale));
  margin: 0;
  background: #18a952;
}
.x-sep-4:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  display: block;
  width: calc(50% - 5px);
  height: 2px;
  background: #02f991;
}
.x-sep-4:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  display: block;
  width: calc(50% - 5px);
  height: 2px;
  background: #02f991;
}
.x-sep-4 span {
  position: absolute;
  top: 0.5rem;
  left: calc(50% - 2.15rem);
  display: block;
  width: 4.3rem;
  height: 3.5rem;
  background: url(../img/ico-x-green2.png);
  background-size: contain;
  z-index: 9;
}

.listing-1 {
  max-width: 124rem;
  margin: 0 auto;
  padding-top: 3rem;
}
.listing-1 li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 4rem;
  padding-left: calc(17.2rem * var(--scale));
  padding-bottom: calc(11rem * var(--scale));
  font-size: clamp(20px, calc(2vw * var(--scale)), calc(3.2rem * var(--scale)));
}
.listing-1 li:last-child {
  padding-bottom: 7rem;
}
.listing-1 li p {
  margin-bottom: 0;
}
.listing-1 li i {
  position: absolute;
  top: -12px;
  left: 0;
}

.listing-1.type-2 {
  max-width: 118rem;
  margin-left: auto;
  margin-right: auto;
}
.listing-1.type-2 li {
  padding-left: calc(14.2rem * var(--scale));
  padding-bottom: calc(6rem * var(--scale));
  font-size: clamp(calc(23px * var(--scale)), calc(3vw * var(--scale)), calc(4.6rem * var(--scale)));
  font-weight: bold;
}

.listing-2 {
  max-width: 80rem;
  margin: 0 auto;
}
.listing-2 li {
  position: relative;
  padding-left: calc(6.8rem * var(--scale));
  padding-bottom: calc(4.5rem * var(--scale));
  font-weight: bold;
  color: #6e0000;
  font-size: clamp(calc(18px * var(--scale)), calc(2vw * var(--scale)), calc(3.4rem * var(--scale)));
  text-transform: uppercase;
}
.listing-2 li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(4.4rem * var(--scale));
  height: calc(4.3rem * var(--scale));
  background: url(../img/ico-delete.png);
  background-size: contain;
}

.listing-3 {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 7rem;
}
.listing-3 li {
  position: relative;
  color: white;
  background: #000000;
  width: calc(33.3% - 15px);
  padding: 1px;
  background: #7D7D7D;
  background: linear-gradient(180deg,rgba(125, 125, 125, 1) 0%, rgb(27, 58, 83) 100%);
  text-align: center;
  font-weight: bold;
}
.listing-3 li div {
  background: black;
  padding: 3rem 2rem;
  min-height: 100%;
  box-sizing: border-box;
}
.listing-3 li i {
  display: block;
  margin: 0 auto 4.3rem;
}
.listing-3 li p {
  margin-bottom: 1rem;
}

.ico-pack {
  display: block;
  background: url(../img/ico-pack.png) no-repeat;
  background-size: contain;
  width: calc(12.2rem * var(--scale));
  height: calc(9rem * var(--scale));
}
.ico-speaker {
  display: block;
  background: url(../img/ico-speaker.png) no-repeat;
  background-size: contain;
  width: calc(14.2rem * var(--scale));
  height: calc(11.1rem * var(--scale));
}
.ico-crowd {
  display: block;
  background: url(../img/ico-crowd.png) no-repeat;
  background-size: contain;
  width: calc(9.6rem * var(--scale));
  height: calc(10.7rem * var(--scale));
}
.ico-clock {
  display: block;
  background: url(../img/ico-clock.png) no-repeat;
  background-size: contain;
  width: calc(10.6rem * var(--scale));
  height: calc(9.7rem * var(--scale));
}
.ico-handshake {
  display: block;
  background: url(../img/ico-handshake.png) no-repeat;
  background-size: contain;
  width: calc(10.8rem * var(--scale));
  height: calc(10.8rem * var(--scale));
}
.ico-group {
  display: block;
  background: url(../img/ico-group.png) no-repeat;
  background-size: contain;
  width: calc(11.9rem * var(--scale));
  height: calc(11.9rem * var(--scale));
}
.ico-path {
  display: block;
  background: url(../img/ico-path.png) no-repeat;
  background-size: contain;
  width: calc(10.5rem * var(--scale));
  height: calc(10.5rem * var(--scale));
}
.ico-desktop {
  display: block;
  background: url(../img/ico-desktop.png) no-repeat;
  background-size: contain;
  width: calc(13.4rem * var(--scale));
  height: calc(12rem * var(--scale));
}
.ico-meeting {
  display: block;
  background: url(../img/ico-meeting.png) no-repeat;
  background-size: contain;
  width: calc(11.8rem * var(--scale));
  height: calc(11.9rem * var(--scale));
}
.ico-rocket {
  display: block;
  background: url(../img/ico-rocket.png) no-repeat;
  background-size: contain;
  width: calc(10.4rem * var(--scale));
  height: calc(10.4rem * var(--scale));
  top: 0 !important;
  left: 10px !important;
}
.ico-steps {
  display: block;
  background: url(../img/ico-steps.png) no-repeat;
  background-size: contain;
  width: calc(12.8rem * var(--scale));
  height: calc(12.8rem * var(--scale));
}
.ico-message {
  display: block;
  background: url(../img/ico-message.png) no-repeat;
  background-size: contain;
  width: calc(12rem * var(--scale));
  height: calc(10.9rem * var(--scale));
}
.ico-board {
  display: block;
  background: url(../img/ico-board.png) no-repeat;
  background-size: contain;
  width: calc(13.4rem * var(--scale));
  height: calc(14rem * var(--scale));
}
.ico-check {
  max-width: calc(10.9rem * var(--scale));
  margin: 0 auto;
  display: block;
}
.ico-announce {
  display: block;
  background: url(../img/ico-announce.png) no-repeat;
  background-size: contain;
  width: calc(8.2rem * var(--scale));
  height: calc(10.1rem * var(--scale));
  top: calc(-35px * var(--scale)) !important;
}
.ico-social {
  display: block;
  background: url(../img/ico-social.png) no-repeat;
  background-size: contain;
  width: calc(10.2rem * var(--scale));
  height: calc(9.5rem * var(--scale));
}
.ico-change {
  display: block;
  background: url(../img/ico-change.png) no-repeat;
  background-size: contain;
  width: calc(8.2rem * var(--scale));
  height: calc(6.9rem * var(--scale));
  top: 12px !important;
}
.ico-target {
  display: block;
  background: url(../img/ico-target.png) no-repeat;
  background-size: contain;
  width: calc(9.2rem * var(--scale));
  height: calc(8.6rem * var(--scale));
  top: 10px !important;
  left: 10px !important;
}
.ico-talk {
  display: block;
  background: url(../img/ico-talk.png) no-repeat;
  background-size: contain;
  width: calc(10.4rem * var(--scale));
  height: calc(10rem * var(--scale));
  top: 4px !important;
}
.ico-checked {
  display: block;
  background: url(../img/ico-checked.png) no-repeat;
  background-size: contain;
  width: calc(5.9rem * var(--scale));
  height: calc(12.1rem * var(--scale));
  top: 21px !important;
  left: 23px !important;
}

.ico-ft-1 {
  display: block;
  background: url(../img/ico-ft-1.png) no-repeat;
  background-size: contain;
  width: calc(11.7rem * var(--scale));
  height: calc(9.9rem * var(--scale));
}
.ico-ft-2 {
  display: block;
  background: url(../img/ico-ft-2.png) no-repeat;
  background-size: contain;
  width: calc(11.7rem * var(--scale));
  height: calc(10.4rem * var(--scale));
}
.ico-ft-3 {
  display: block;
  background: url(../img/ico-ft-3.png) no-repeat;
  background-size: contain;
  width: calc(11.8rem * var(--scale));
  height: calc(8.6rem * var(--scale));
}
.ico-ft-4 {
  display: block;
  background: url(../img/ico-ft-4.png) no-repeat;
  background-size: contain;
  width: calc(12.3rem * var(--scale));
  height: calc(11.4rem * var(--scale));
}
.ico-ft-5 {
  display: block;
  background: url(../img/ico-ft-5.png) no-repeat;
  background-size: contain;
  width: calc(12.3rem * var(--scale));
  height: calc(12.3rem * var(--scale));
}
.ico-ft-6 {
  display: block;
  background: url(../img/ico-ft-6.png) no-repeat;
  background-size: contain;
  width: calc(11.3rem * var(--scale));
  height: calc(10.5rem * var(--scale));
}


.section-dark {
  position: relative;
  background: #000000;
  padding-top: 5rem;
}
.section-dark.sdk-2 {
  border-top: 9rem solid #0e1e4d;
}
.section-dark.sdk-3 {
  background: url(../img/bg-dots.jpg) center top no-repeat #000;
}
.section-light {
  position: relative;
  background: white;
  padding-top: 6rem;
}
.section-grey {
  position: relative;
  background: #dddddd;
  border-top: 23px solid #2350ad;
}
.section-grey .page-wrapper {
  padding-top: 7.4rem;
}

.flx-box {
  display: flex;
  justify-content: flex-start;
  gap: 3rem;
  flex-wrap: wrap;
}
.flx-box.no-gap {
  gap: 0;
}
.cell-1 {
  width: 18%;
}
.cell-2 {
  width: calc(82% - 3rem);
}
.flx-box img {
  width: 100%;
}
.cell-21 {
  width: 43%;
}
.cell-22 {
  width: calc(57% - 3rem);
}
.cell-12 {
  width: 50%;
  box-sizing: border-box;
}
.cell-black {
  padding: 5rem 6rem;
  background: black;
}
.cell-red {
  padding: 5rem 6rem;
  background: #9c0000;
}

.cell-black p,
.cell-red p {
  margin-bottom: calc(5.5rem * var(--scale));
}

.cell-img {
  width: 35rem;
}
.cell-img img {
  width: 100%;
}
.cell-cont {
  width: calc(100% - 39rem);
}

.divider {
  display: flex;
  border-top: 7px solid #666666;
  border-bottom: 9px solid #ff0000;
  height: 5px;
  margin: 3rem 0;
}

.box-type-1 {
  position: relative;
  background: black;
  color: white;
  text-align: center;
  border-top: 15px solid #ff0000;
  padding: 2rem;
  margin-bottom: 7.5rem;
}
.box-type-1 h2 {
  max-width: 124rem;
  margin: 0 auto;
}
.box-type-1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #ff0000;
}
.box-type-1:after {
  content: "";
  position: absolute;
  left: calc(50% - 2.15rem);
  bottom: -20px;
  display: block;
  width: 4.3rem;
  height: 3.5rem;
  background: url(../img/ico-x-red2.png);
  background-size: contain;
}

.box-type-2 {
  position: relative;
  background: url(../img/bg-stairs.jpg) center 7.5rem no-repeat;
  background-size: contain;
  margin: 0 clamp(calc(-9.7rem * var(--scale)), calc(-5vw * var(--scale)), calc(-10px * var(--scale)));
  min-height: clamp(calc(53rem * var(--scale)), calc(65vw * var(--scale)), calc(107rem * var(--scale)));
}
.l-aligned {
  margin: 0 clamp(calc(-9.7rem * var(--scale)), calc(-5vw * var(--scale)), calc(-10px * var(--scale)));
}

.box-type-3 {
  position: relative;
  background: #FFFBD8;
  background: linear-gradient(180deg,rgba(255, 251, 216, 1) 0%, rgba(255, 251, 216, 0) 100%);
  padding: 4rem;
  box-sizing: border-box;
  border-radius: 6.2rem;
  margin-bottom: 3rem;
  gap: 4rem;
}

.box-type-4 {
  font-family:"Helvetica Neue Condensed", Helvetica, sans-serif;
  font-weight: bold;
  font-size: clamp(22px, 3vw, 4.4rem);
  text-transform: uppercase;
  background: #f6ff00;
  text-align: center;
  padding: 5px 10px;
  box-sizing: border-box;
}

.box-contain {
  margin-left: clamp(calc(-9.7rem * var(--scale)), calc(-5vw * var(--scale)), calc(-10px * var(--scale)));
  margin-right: clamp(calc(-9.7rem * var(--scale)), calc(-5vw * var(--scale)), calc(-10px * var(--scale)));
}

.box-seal-wrapper {
  position: relative;
  border: 1rem solid #0e1e4d;
  background: #1e4f77;
  padding: 3rem;
}
.box-seal {
  position: relative;
  background: #f0f1ea;
  border: .3rem solid #b2b2b2;
}
.box-seal:before {
  content: "";
  position: absolute;
  top: 0;
  left: -4.3rem;
  z-index: 0;
  display: block;
  width: calc(100% + 8.6rem);
  height: 100%;
  background: url(../img/bg-seal.png) center no-repeat;
  pointer-events: none;
}
.bxs-inner {
  position: relative;
  padding: 3rem;
}

.bxs-header {
  position: relative;
  display: block;
  align-content: center;
  min-height: calc(21rem * var(--scale));
  margin-bottom: 6rem;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: clamp(3rem, calc(8vw * var(--scale)), calc(12.3rem * var(--scale)));
  line-height: 1;
  text-transform: uppercase;
  color: #0e1e4d;
  letter-spacing: -.5rem;
  padding-left: calc(26rem * var(--scale));
  padding-right: 1rem;
}

.bxs-header:before {
  content: "";
  position: absolute;
  left: calc(-2.1rem * var(--scale));
  top: calc(-2.2rem * var(--scale));
  z-index: 999;
  display: block;
  width: calc(25.5rem * var(--scale));
  height: calc(25.7rem * var(--scale));
  background: url(../img/seal.png) no-repeat;
  background-size: contain;
}
.bxs-header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: .6rem;
  border-top: 2px solid #1e4f77;
  border-bottom: 2px solid #1e4f77;
}
.bxs-header .ico-x {
  position: absolute;
  left: 50%;
  bottom: -12px;
  z-index: 99;
  display: block;
  width: 4.3rem;
  height: 3.5rem;
  background: url(../img/ico-x-blue.png) no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.bxs-footer {
  background: black;
  color: white;
  text-transform: uppercase;
  padding: 2rem;
  font-weight: bold;
  text-align: center;
}

.countdown-timer {
  color: white;
  border: 4px solid #18a952;
  border-top: 0;
  max-width: calc(144rem * var(--scale));
  margin: 0 auto;
  padding: 2rem 3rem;
  box-sizing: border-box;
}
.countdown-timer .ctd-title {
  text-align: center;
  font-size: clamp(calc(3rem * var(--scale)), calc(3vw * var(--scale)), calc(6rem * var(--scale)));
  letter-spacing: calc(1rem * var(--scale));
  text-transform: uppercase;
}
.countdown-timer .ctd-timer {
  display: flex;
  justify-content: center;
  font-size: clamp(calc(4rem * var(--scale)), calc(4vw * var(--scale)), calc(8rem * var(--scale)));
  color: #ff0000;
  text-transform: uppercase;
}
.countdown-timer .ctd-timer div:not(:last-child):after {
  content: ":";
  padding: 0 15px;
}
.countdown-timer .ctd-timer div span {
  padding-left: 15px;
}

.countdown-timer.ctd-type2 {
  border: 4px solid #ff0000;
}
.countdown-timer.ctd-type2 .ctd-timer {
  color: white;
}

.countdown-timer.ctd-type3 {calc()
  background: #091624;
  background: #073568b5;
  border: 0;
  margin: 6rem auto 0;
}
.countdown-timer.ctd-type3:empty {
  display: none;
}
.countdown-timer.ctd-type3 .ctd-title {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: clamp(calc(3rem * var(--scale)), calc(3vw * var(--scale)), calc(6rem * var(--scale)));
  text-align: center;
  letter-spacing: clamp(0px, 0.8vw, 1.5rem);
  color: white;
  text-transform: uppercase;
  line-height: 1;
}
.countdown-timer.ctd-type3 .ctd-title span {
  display: block;
  font-size: clamp(calc(5rem * var(--scale)), calc(6vw * var(--scale)), calc(8rem * var(--scale)));
  font-weight: bold;
  letter-spacing: clamp(0px, 0.8vw, .5rem);
  background-image: linear-gradient(to bottom, #fff 30%, #b0e1fa 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.countdown-timer.ctd-type3 .ctd-timer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.countdown-timer.ctd-type3 .ctd-timer div {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: clamp(calc(2.5rem * var(--scale)), calc(4vw * var(--scale)), calc(7rem * var(--scale)));
  text-transform: uppercase;
  color: #c6e1fe;
  display: flex;
}
.countdown-timer.ctd-type3 .ctd-timer div span {
  padding-left: 2.3rem;
}
.countdown-timer.ctd-type3 .ctd-timer div:after {
  content: ':';
  padding: 0 2.3rem;
  display: block;
}
.countdown-timer.ctd-type3 .ctd-timer div:last-child:after {
  content: none;
  padding: 0;
}


.descr-section {
  position: relative;
  color: white;
}
.descr-section img {
  width: 100%;
  border: 1px solid #ededed;
  margin-bottom: calc(6rem * var(--scale));
}

.descr-section p {
  margin-bottom: calc(12rem * var(--scale));
}

.action-wrapper {
  position: relative;
  background: url(../img/bg-dots-sm.jpg) center no-repeat;
  min-height: calc(57.7rem * var(--scale));
  display: block;
  align-content: center;
  text-align: center;
}

.action-wrapper.awpr-simple {
  background: none;
  min-height: auto;
  padding: 10rem 0 8rem;
}

.button {
  position: relative;
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background .2s ease;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
  font-family: "Helvetica Neue Condensed", Helvetica, sans-serif;
  font-weight: bold;
  font-size: clamp(calc(6rem * var(--scale)), calc(7vw * var(--scale)), calc(12rem * var(--scale)));
  color: #fff;
  border-radius: calc(14px * var(--scale));
  background-image: -moz-linear-gradient( 90deg, rgb(42, 158, 186) 0%, rgb(49, 205, 176) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(42, 158, 186) 0%, rgb(49, 205, 176) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(42, 158, 186) 0%, rgb(49, 205, 176) 100%);
  box-shadow: 0 13px 68px 0 rgba(0, 0, 0, 0.86);
  max-width: calc(105.2rem * var(--scale));
  height: clamp(calc(12rem * var(--scale)), calc(9vw * var(--scale)), calc(14.6rem * var(--scale)));
}
.button:hover {
  color: rgba(255, 255, 255, 0.55);
  background-image: -moz-linear-gradient( 90deg, rgb(34, 141, 165) 0%, rgb(42, 168, 143) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(34, 141, 165) 0%, rgb(42, 168, 143) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(34, 141, 165) 0%, rgb(42, 168, 143) 100%);
}


.action-wrapper.awpr-simple .button {
  box-shadow: 0 13px 38px 0 rgba(0, 0, 0, 0.15);
}

.dsNone {
  display: none;
}

.countdown-timer.ctd-stage1 .ctd-title {
  border-bottom: 2px solid #ffffff5c;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.countdown-timer.ctd-stage1 .ctd-title span {
  display: block;
  font-size: clamp(calc(5rem * var(--scale)), calc(6vw * var(--scale)), calc(8rem * var(--scale)));
  font-weight: bold;
  letter-spacing: clamp(0px, 0.8vw, .5rem);
}

.button.btn-type-2 {
  height: auto;
  background: linear-gradient( 0deg, #4c72c5 0%, #20c8f6 100%);
  font-size: clamp(calc(3.5rem * var(--scale)), calc(3vw * var(--scale)), calc(4.5rem * var(--scale)));
  padding: calc(5rem * var(--scale)) calc(4rem * var(--scale));
  box-sizing: border-box;
}
.button.btn-type-2:hover {
  background: linear-gradient( 0deg, #4c72c5 0%, #18a0c5 100%);
  color: rgba(255, 255, 255, 0.5);
}

.countdown-timer.ctd-type2.ctd-stage1 {
  border: 4px solid #18a952;
}
.countdown-timer.ctd-stage1 .ctd-timer {
  color: #ffa700;}

.disclaimer-box {
  font-size: 14px;
  font-weight: normal;
  background: #dbe9f61c;
  padding: 3rem;
  color: #bbc9d891;
  line-height: 1.4;
}

/*==============================
    #MEDIA QUERIES
==============================*/
@media only screen and (min-width: 1280px) and (max-width:1920px) {
  :root {
    --scale: 0.7;
    --scaleMore: calc(var(--scale) - 0.15) ;
  }
  .ico-speaker {
    left: -10px !important;
  }
  .ico-group {
    top: -5px !important;
  }
  .ico-talk {
    left: 3px !important;
  }
  .listing-1.type-2 p br {
    display: none;
  }
  .ico-checked {
    top: 2px !important;
  }
  .bxs-header {
    font-size: clamp(3rem, calc(8vw * var(--scale)), calc(11.3rem * var(--scale)));
  }
}
@media only screen and (max-width:1550px) {
  .bxs-header {
    font-size: clamp(3rem, calc(7.5vw * var(--scale)), calc(11.2rem * var(--scale)));
    padding-left: 26rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width:1440px) {
  html {
	  font-size: 50%;
  }
}
/*@media only screen and (max-width:1280px) {*/
/*  :root {*/
/*    --scale: 1;*/
/*    --scaleMore: 1;*/
/*  }*/
/*}*/
@media only screen and (max-width:1124px) {
}

@media only screen and (max-width:990px) {
  .bxs-header {
    font-size: clamp(3rem, 7vw, 12.2rem);
  }
}
@media only screen and (max-width:840px) {
  .bxs-header {
    font-size: clamp(3rem, 6.5vw, 6.7rem);
  }
}


@media only screen and (max-width:767px) {
  .listing-1 li i {
    top: -16px;
    transform: scale(0.8);
  }
  .listing-1 li {
    padding-left: 14.2rem;
  }
  .listing-1.type-2 li {
    padding-left: 11.2rem;
  }
  .ico-speaker {
    left: -10px !important;
  }
  .ico-target {
    top: -4px !important;
    left: 10px !important;
  }
  .ico-talk {
    width: 10.4rem;
    height: 9rem;
    top: -13px !important;
  }
  .ico-checked {
    top: -6px !important;
    left: 14px !important;
  }
  .pgf-8 br {
    display: none;
  }
  .pgf-7 br {
    display: none;
  }
  .bxs-header::before {
    top: -0.2rem;
    width: 21.5rem;
    height: 20.7rem;
  }
  .bxs-header {
    padding-left: 20rem;
    font-size: clamp(3rem, 7vw, 6.7rem);
  }
  .listing-2 li::before {
    width: 3.4rem;
    height: 3.3rem;
  }
  .listing-2 li {
    position: relative;
    padding-left: 5.8rem;
  }
  .listing-3 li {
    width: calc(50% - 20px);
  }
  .countdown-timer .ctd-timer {
    flex-wrap: wrap;
  }
  .cell-img {
    width: 20rem;
  }
  .cell-cont {
    width: calc(100% - 24rem);
  }
  .action-wrapper {
    min-height: 20.7rem;
  }
}
@media only screen and (max-width:667px) {
  .bxs-header::before {
    top: -0.2rem;
    width: 21.5rem;
    height: 20.7rem;
  }

  .bxs-header {
    padding-left: 20rem;
    font-size: clamp(3rem, 7vw, 6.7rem);
    letter-spacing: -3px;
  }
  .bsw {
    padding-left: 0;
    padding-right: 0;
  }
  .button.btn-type-2 {
    padding: 3rem 4rem;
  }
}
@media only screen and (max-width:567px) {
  .cell-12 {
    width: 100%;
  }
  .cell-black p,
  .cell-red p {
    margin-bottom: 2.5rem;
  }

  .spacer-100 {
    width: 100%;
    height: 8rem;
  }

  h1.h-11 br {
    display: none;
  }
  h1.h-13,
  h1.h-14 {
    font-size: 6rem;
  }
  .listing-1 li {
    padding-bottom: 5rem;
    padding-left: 11.2rem;
  }
  .listing-1 li i {
    top: -4px;
    transform: scale(0.65);
    left: -10px;
  }
  .ico-speaker {
    left: -21px !important;
  }
  .ico-crowd {
    left: -5px !important;
  }
  .ico-desktop {
    transform: scale(0.5) !important;
    left: -18px !important;
    top: -13px !important;
  }
  .ico-rocket {
    top: -5px !important;
    left: 0 !important;
  }
  .ico-steps {
    top: -5px !important;
    left: -12px !important;
  }
  .ico-message {
    top: -5px !important;
    left: -12px !important;
  }
  .ico-board {
    top: -5px !important;
    left: -12px !important;
  }
  .ico-target {
    top: -4px !important;
    left: -1px !important;
  }
  .cell-1 {
    width: 100%;
    text-align: center;
  }
  .cell-2 {
    width: 100%;
  }
  .img-label {
    max-width: 180px;
  }
  .cell-2 .p-title-2 {
    text-align: center;
  }
  .cell-2 .h-15 {
    text-align: center;
  }
  .f-sz-17 br {
    display: none;
  }
  .box-type-2 {
    position: relative;
    background: url(../img/bg-stairs.jpg) center 4.5rem no-repeat;
    background-size: contain;
    margin: 0 clamp(-9.7rem, -5vw, -10px);
    min-height: clamp(36rem, 65vw, 107rem);
  }
  .pgf-6 br {
    display: none;
  }
  h2.h-23 {
    line-height: 1;
  }
  .cell-img {
    width: 100%;
    text-align: center;
  }
  .cell-img img {
    max-width: 25rem;
  }
  .cell-cont {
    width: 100%;
  }
  .bxs-header {
    padding-left: 15rem;
    font-size: clamp(3rem, 7vw, 6.7rem);
    letter-spacing: -2px;
    padding-top: 34px;
    box-sizing: border-box;
    align-content: flex-start;
    min-height: 14rem;
  }
  .bxs-header::before {
    top: -1.2rem;
    width: 16.5rem;
    height: 15.7rem;
  }
  h2.h-27 br,
  h2.h-28 br,
  h2.h-29 br {
    display: none;
  }
  .descr-section p {
    margin-bottom: 6rem;
  }
  h2.h-29 {
    margin-bottom: 6rem;
  }
  .action-wrapper {
    min-height: 20.7rem;
  }
}
@media only screen and (max-width:467px) {
  h2.h-24 {
    font-size: 2.3rem;
  }
  .pgf-2 br {
    display: none;
  }
  .bxs-header {
    padding-left: 12rem;
    font-size: clamp(3.4rem, 7vw, 6.7rem);
    letter-spacing: -2px;
    padding-top: 34px;
    box-sizing: border-box;
    align-content: flex-start;
    min-height: 14rem;
  }
  .bxs-header::before {
    top: 0.6rem;
    width: 11.5rem;
    height: 12.7rem;
    left: -1.2rem;
  }
  .box-seal-wrapper {
    position: relative;
    border: 1rem solid #0e1e4d;
    background: #1e4f77;
    padding: 2rem;
  }
}