/******************************
GRID
******************************/
/******************************
PROJECT COLOR
******************************/
/******************************
BASE COLOR
******************************/
/******************************
RESET
******************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

@font-face {
  font-family: "helveticaregular";
  src: url("/fonts/helvetica-regular.eot");
  src: url("/fonts/helvetica-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/helvetica-regular.woff2") format("woff2"), url("/fonts/helvetica-regular.woff") format("woff"), url("/fonts/helvetica-regular.ttf") format("truetype"), url("/fonts/helvetica-regular.svg#helveticaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

body {
  font-family: "helveticaregular";
  font-size: 16px;
}

input::-webkit-input-placeholder {
  color: black;
}

textarea::-webkit-input-placeholder {
  color: black;
}

input:-moz-placeholder {
  color: black;
}

textarea:-moz-placeholder {
  color: black;
}

input::-moz-placeholder {
  color: black;
}

textarea::-moz-placeholder {
  color: black;
}

input:-ms-input-placeholder {
  color: black;
}

textarea:-ms-input-placeholder {
  color: black;
}

.header {
  color: #ff8b00;
  padding: 30px 20px 0px;
}
@media only screen and (max-width:767px) {
  .header {
    padding: 16px 8px 0px;
  }
  .header_top {
    padding-bottom: 60px;
  }
}
.header_top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width:767px) {
  .header_top {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 60px;
  }
}
.header_menu {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width:767px) {
  .header_menu {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.headerLogo {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
}
@media only screen and (max-width:767px) {
  .headerLogo {
    width: 100px;
    height: 100px;
  }
}

.headerMenus {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 40px;
}
@media only screen and (max-width:767px) {
  .headerMenus {
    display: none;
  }
}
.headerMenus:last-child {
  margin-right: 0px;
}

.headerMenu {
  position: relative;
  display: block;
  margin-right: 40px;
}
.headerMenu:last-child {
  margin-right: 0px;
}
.headerMenu_link {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  touch-action: manipulation;
  font-size: 21px;
  line-height: 1.5em;
  color: #ff8b00;
  text-decoration: none;
  transition: color 0.25s;
}
.headerMenu_link::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.headerMenu_link:hover {
  color: #4d4d4d;
}

.headerLangs {
  position: relative;
  display: flex;
}

.headerLang {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerLang::after {
  content: "/";
  font-size: 21px;
  line-height: 1.5em;
  margin-left: 12px;
  margin-right: 12px;
}
.headerLang:last-child::after {
  content: "";
  margin-left: 0px;
  margin-right: 0px;
}
.headerLang_link {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  touch-action: manipulation;
  font-size: 21px;
  line-height: 1.5em;
  text-decoration: none;
  color: #ff8b00;
  transition: color 0.25s;
}
.headerLang_link::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.headerLang_link:hover {
  color: #4d4d4d;
}

.headerMainMenu {
  position: relative;
  display: block;
}
.headerMainMenu_triggerIcon {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  touch-action: manipulation;
  position: absolute;
  display: block;
  bottom: 38px;
  right: 0px;
  width: 36px;
  height: 36px;
  background-color: red;
  border-radius: 18px;
  cursor: pointer;
  z-index: 1;
}
.headerMainMenu_triggerIcon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.headerMainMenu_item {
  position: relative;
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  opacity: 0;
}

.hiddenButton {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  touch-action: manipulation;
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  right: 0;
  bottom: 28.5px;
  background-color: #000000;
  transition: all 0.25s;
}
.hiddenButton::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media only screen and (max-width:767px) {
  .hiddenButton {
    bottom: 22px;
  }
}
.hiddenButton:hover {
  background-color: #1a1a1a;
}
@media only screen and (max-width:767px) {
  .hiddenButton {
    width: 24px;
    height: 24px;
  }
}
.inverse .hiddenButton {
  background-color: #ff8b00;
}
.inverse .hiddenButton:hover {
  background-color: #1a1a1a;
}
.inverse .hiddenButton svg g {
  stroke: #ffffff;
}

.mainMenuContainer {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #ff8b00;
  padding: 20px 0px;
  padding-right: 36px;
}
@media only screen and (max-width:767px) {
  .mainMenuContainer {
    padding-right: 24px;
  }
}
.mainMenuContainer:last-child {
  margin-bottom: 0px;
}

.mainMenu_link {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  touch-action: manipulation;
  font-size: 34px;
  line-height: 1.5em;
  color: #ff8b00;
  transition: color 0.25s;
  text-decoration: none;
}
.mainMenu_link::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mainMenu_link:hover {
  color: #4d4d4d;
}
@media only screen and (max-width:767px) {
  .mainMenu_link {
    font-size: 21px;
    line-height: 1.5em;
  }
}
.mainMenu_link__active {
  color: #4d4d4d;
}
.mainMenu_link::after {
  content: "/";
  color: #ff8b00;
  position: relative;
  display: inline-block;
  padding-right: 15px;
  margin-left: 15px;
}
@media only screen and (max-width:767px) {
  .mainMenu_link::after {
    padding-right: 6px;
    margin-left: 6px;
  }
}
.mainMenu_btn {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  touch-action: manipulation;
  font-size: 34px;
  line-height: 1.5em;
  color: #ff8b00;
  transition: color 0.25s;
  text-decoration: none;
}
.mainMenu_btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mainMenu_btn:hover {
  color: #4d4d4d;
}
@media only screen and (max-width:767px) {
  .mainMenu_btn {
    font-size: 21px;
    line-height: 1.5em;
  }
}
.mainMenu_btn__active {
  color: #4d4d4d;
}
.mainMenu_btn::after {
  content: "/";
  color: #ff8b00;
  position: relative;
  display: inline-block;
  padding-right: 15px;
  margin-left: 15px;
}
@media only screen and (max-width:767px) {
  .mainMenu_btn::after {
    padding-right: 6px;
    margin-left: 6px;
  }
}
.mainMenu:last-child .mainMenu_link::after {
  display: none;
}

.subMenu {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #eee;
}

.headerSearch {
  position: relative;
  display: block;
  margin-right: 40px;
}
@media only screen and (max-width:767px) {
  .headerSearch {
    margin-right: 0px;
  }
}
.headerSearch_input {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  height: 30px;
  background-color: #ff8b00;
  color: #1a1a1a;
  padding: 0px 30px 0px 12px;
  width: 100%;
}
.headerSearch_input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.headerSearch_icon {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  touch-action: manipulation;
  position: absolute;
  display: block;
  top: 3px;
  right: 3px;
  width: 24px;
  height: 24px;
}
.headerSearch_icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mobileFixedHeader {
  position: fixed;
  display: none;
  width: 32px;
  height: 32px;
  top: 16px;
  right: 16px;
  z-index: 1;
}
@media only screen and (max-width:767px) {
  .mobileFixedHeader {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
}

.btnMenu {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  touch-action: manipulation;
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
}
.btnMenu::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btnMenu::before, .btnMenu::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 8px);
  left: 4px;
  height: 1px;
  background-color: #ff8b00;
}
.btnMenu::before {
  top: 7px;
}
.btnMenu::after {
  bottom: 7px;
}
.btnMenu__active::before {
  top: 15px;
  transform: rotate(45deg);
}
.btnMenu__active::after {
  bottom: 15px;
  transform: rotate(-45deg);
}

.mobileMenus {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 11;
  overflow: hidden;
  transform: translate(100%, 0px);
}
.mobileMenus_fixed {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 64px;
}
.mobileMenus_scroll {
  position: absolute;
  display: block;
  overflow: auto;
  top: 64px;
  bottom: 0;
  right: 0;
  left: 0;
}
.mobileMenus_searchBar {
  position: relative;
  display: block;
  width: calc(100% - 56px);
  padding: 0px 8px 0px 16px;
}
.mobileMenus_btn {
  position: relative;
  display: block;
  padding: 16px 16px 16px 8px;
}

.mobileBtnMenu {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  touch-action: manipulation;
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
}
.mobileBtnMenu::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mobileBtnMenu::before, .mobileBtnMenu::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 8px);
  left: 4px;
  height: 1px;
  background-color: #ff8b00;
}
.mobileBtnMenu::before {
  top: 15px;
  transform: rotate(45deg);
}
.mobileBtnMenu::after {
  bottom: 15px;
  transform: rotate(-45deg);
}

.accordionMenus,
.subInfoMenus {
  position: relative;
  display: block;
  padding: 0px 16px;
  color: #ffffff;
}
.accordionMenus .subInfoMenu:last-child,
.subInfoMenus .subInfoMenu:last-child {
  border-bottom: 0;
}

.accordionMenu,
.subInfoMenu {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0px;
  border-bottom: 1px solid #ff8b00;
}
.accordionMenu_subMenu,
.subInfoMenu_subMenu {
  position: relative;
  display: block;
  visibility: hidden;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.accordionSubMenu {
  position: relative;
  display: block;
  padding-top: 30px;
  padding-left: 25%;
}
.accordionSubMenu_link {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.accordionSubMenu_link:last-child {
  margin-bottom: 0px;
}

.accordionMenuBtn,
.accordionMenuLink,
.subInfoMenuLink {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  touch-action: manipulation;
  font-size: 21px;
  line-height: 1.5em;
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #ff8b00;
  transition: all 0.25s;
}
.accordionMenuBtn::-moz-focus-inner,
.accordionMenuLink::-moz-focus-inner,
.subInfoMenuLink::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.spacerMenu {
  position: relative;
  display: block;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #ff8b00;
}

.editor {
  position: relative;
  display: block;
  margin-bottom: 100px;
}
.editor:last-child {
  margin-bottom: 0px;
}
.editor_title {
  font-size: 36px;
  line-height: 1.5em;
  color: #ff8b00;
  margin-bottom: 30px;
}

.footer {
  color: #ff8b00;
  padding: 30px 20px;
  background-color: #1a1a1a;
}
@media only screen and (max-width:767px) {
  .footer {
    padding: 30px 8px;
  }
}
.footer_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footerStart {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}
@media only screen and (max-width:767px) {
  .footerStart {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.footerSocialMedia {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 66.6666666667%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width:767px) {
  .footerSocialMedia {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 48px;
  }
}

.menuFooterSocialMedia {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.menuFooterSocialMedia .btnSocialMedia {
  width: 36px;
  height: 36px;
  margin-right: 24px;
}

.btnSocialMedia {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #ff8b00;
  transition: all 0.25s;
  margin-right: 10px;
}
.btnSocialMedia:last-child {
  margin-right: 0px;
}
.btnSocialMedia path {
  transition: all 0.25s;
}
.btnSocialMedia:hover {
  border-color: #4d4d4d;
}
.btnSocialMedia:hover path {
  fill: #4d4d4d;
}
.inverse .btnSocialMedia:hover {
  border-color: #4d4d4d;
}
.inverse .btnSocialMedia:hover path {
  fill: #4d4d4d;
}

.footerADC {
  font-size: 16px;
  line-height: 1.5em;
  width: 33.3333333333%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width:767px) {
  .footerADC {
    font-size: 12px;
    line-height: 1.5em;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.footerADC button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  touch-action: manipulation;
  transition: color 0.25s;
}
.footerADC button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.footerADC button:hover {
  color: #4d4d4d;
}

.footerCaptions {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}
@media only screen and (max-width:767px) {
  .footerCaptions {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.whiteLogo {
  display: block;
}

.colorLogo {
  display: none;
}

.inverse .whiteLogo {
  display: none;
}
.inverse .colorLogo {
  display: block;
}

.footerCaption {
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  display: block;
  width: 33.3333333333%;
  padding-left: 20px;
  padding-right: 20px;
}
.footerCaption img {
  position: relative;
  width: 100%;
}
.footerCaption button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  touch-action: manipulation;
  display: block;
  transition: color 0.25s;
}
.footerCaption button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.footerCaption button:hover {
  color: #4d4d4d;
}
@media only screen and (max-width:767px) {
  .footerCaption {
    font-size: 12px;
    line-height: 1.5em;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .footerCaption__links {
    order: 1;
  }
  .footerCaption__copyright {
    order: 2;
  }
  .footerCaption__support {
    order: 3;
  }
}

.btnCircular {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  touch-action: manipulation;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: red;
}
.btnCircular::-moz-focus-inner {
  border: 0;
  padding: 0;
}

section {
  padding: 100px 0;
  text-align: center;
  background-color: #000000;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
}
section h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
section p {
  font-size: 20px;
  margin-bottom: 20px;
}
section img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/*** colorMode ***/
body {
  transition: background-color 0.25s;
  background-color: #1a1a1a;
}
body.inverse {
  background-color: #ffffff;
}

.header {
  transition: background-color 0.25s;
  background-color: #1a1a1a;
}
.inverse .header {
  background-color: #ffffff;
}

.mainMenu_link__active {
  transition: color 0.25s;
  color: #4d4d4d;
}
.inverse .mainMenu_link__active {
  color: #999999;
}
.mainMenu_btn__active {
  transition: color 0.25s;
  color: #4d4d4d;
}
.inverse .mainMenu_btn__active {
  color: #999999;
}

.udp_bg {
  transition: fill 0.25s;
  fill: #000000;
}
.udp_text {
  transition: fill 0.25s;
  fill: #ff8b00;
}
.inverse .udp_bg {
  fill: #ff8b00;
}
.inverse .udp_text {
  fill: #000000;
}

.footer {
  transition: background-color 0.25s;
  background-color: #1a1a1a;
}
.inverse .footer {
  background-color: #ffffff;
}

.mfp-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mfp-bg {
  background-color: #1a1a1a;
  opacity: 1;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-bg {
  transition: opacity 0.3s;
  opacity: 0;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  transform: scale(1);
  opacity: 1;
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  transition: all 0.3s 0.5s;
  opacity: 0;
}

.mfp-slide-bottom {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-slide-bottom .mfp-with-anim {
  transition: all 0.2s ease-in-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
  opacity: 0;
}
.mfp-slide-bottom.mfp-bg {
  transition: all 0.3s;
  opacity: 0;
}
.mfp-slide-bottom.mfp-ready .mfp-with-anim {
  transform: translateY(0) perspective(600px) rotateX(0);
  opacity: 1;
}
.mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 1;
}
.mfp-slide-bottom.mfp-removing .mfp-with-anim {
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
  opacity: 0;
}
.mfp-slide-bottom.mfp-removing.mfp-bg {
  transition: all 0.3s 0.5s;
  opacity: 0;
}

.white-popup {
  color: #ffffff;
}

.mfp-close {
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  top: 10px;
  right: 10px;
}
.mfp-close:active {
  top: 10px;
}
.mfp-close::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  top: 0%;
  background-color: #ff8b00;
}
.mfp-close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0%;
  background-color: #ff8b00;
}

.cPaginationBullet {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  touch-action: manipulation;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px 6px;
  background-color: #000000;
  transition: all 0.25s;
}
.cPaginationBullet::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.cPaginationBullet:hover {
  opacity: 0.5;
}
.cPaginationBullet__active {
  background-color: #ffffff;
}

.cEditor {
  position: relative;
  display: block;
  color: #ff8b00;
}
.cEditor h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1.5em;
  line-height: 1.25em;
  margin-bottom: 30px;
}
.cEditor h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.5em;
  line-height: 1.25em;
  margin-bottom: 30px;
}
.cEditor h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.5em;
  line-height: 1.25em;
  margin-bottom: 30px;
}
.cEditor h4 {
  margin: 0;
  font-size: 21px;
  line-height: 1.5em;
  line-height: 1.25em;
  margin-bottom: 30px;
}
.cEditor p {
  margin: 0;
  font-size: 21px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.cEditor p:last-child {
  margin-bottom: 0px;
}
.cEditor th, .cEditor td {
  font-size: 21px;
  line-height: 1.5em;
}
.cEditor ul {
  position: relative;
  display: block;
  padding-left: 25px;
  margin-bottom: 30px;
}
.cEditor ul:last-child {
  margin-bottom: 0px;
}
.cEditor ul li {
  margin: 0;
  font-size: 21px;
  line-height: 1.5em;
}

.loading {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: #1a1a1a;
  z-index: 100;
}
.loading .loadingBlock {
  display: block;
  width: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%) scale3d(0.5, 0.5, 1);
}
.loading .loadingBlock span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #ff8b00;
  margin: 35px 5px;
}
.loading .loadingBlock span:nth-child(1) {
  -webkit-animation: vsAni_loading_movingBall 1s ease-in-out infinite;
          animation: vsAni_loading_movingBall 1s ease-in-out infinite;
}
.loading .loadingBlock span:nth-child(2) {
  -webkit-animation: vsAni_loading_movingBall 1s ease-in-out 0.2s infinite;
          animation: vsAni_loading_movingBall 1s ease-in-out 0.2s infinite;
}
.loading .loadingBlock span:nth-child(3) {
  -webkit-animation: vsAni_loading_movingBall 1s ease-in-out 0.4s infinite;
          animation: vsAni_loading_movingBall 1s ease-in-out 0.4s infinite;
}
.loading .loadingBlock span:nth-child(4) {
  -webkit-animation: vsAni_loading_movingBall 1s ease-in-out 0.6s infinite;
          animation: vsAni_loading_movingBall 1s ease-in-out 0.6s infinite;
}
.loading .loadingBlock span:nth-child(5) {
  -webkit-animation: vsAni_loading_movingBall 1s ease-in-out 0.8s infinite;
          animation: vsAni_loading_movingBall 1s ease-in-out 0.8s infinite;
}

@-webkit-keyframes vsAni_loading_movingBall {
  0%, 75%, 100% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(0, -20px, 0);
  }
}

@keyframes vsAni_loading_movingBall {
  0%, 75%, 100% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(0, -20px, 0);
  }
}
.genericMsgDialog {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
.genericMsgDialog_inner {
  position: relative;
  display: block;
  padding: 48px;
  color: #ff8b00;
}
@media only screen and (max-width:767px) {
  .genericMsgDialog_inner {
    padding: 48px 20px;
  }
}
.genericMsgDialog_inner .cEditor h2 {
  margin-bottom: 30px;
}
.genericMsgDialog_inner .cEditor h4 {
  margin-bottom: 12px;
}
.genericMsgDialog_inner .cEditor a {
  color: #ffffff;
}

.subscriptionForm {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  margin: 0px auto;
}
.subscriptionForm iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border: 0;
  padding: 0;
  margin: 0;
}
