html:root {
  --default-white: #ffffff;
  --default-banner-bg: #151515;
  --default-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
html[data-style='white-yellow']:root {
  --bg: #ffffff;
  --text: #1C1C1C;
  --button: #FE9900;
  --button-hover: #FEAD33;
  --btn-border-radius: 26px;
  --secondary: #FFE6C1;
  --accent: #FE5200;
  --accent-hover: #0031FE;
  --stroke: #C4C0BA;
}
html[data-style='white-pink']:root {
  --bg: #F7F7F7;
  --text: #202020;
  --button: #CD0AA6;
  --button-hover: #E50CBB;
  --btn-border-radius: 26px;
  --secondary: #F2E4EF;
  --accent: #9D0ACD;
  --accent-hover: #BA0CF2;
  --stroke: #828282;
}
html[data-style='white-green']:root {
  --bg: #F5F5F5;
  --text: #1E2621;
  --button: #85CC16;
  --button-hover: #96E519;
  --btn-border-radius: 26px;
  --secondary: #F5F3C7;
  --accent: #08B904;
  --accent-hover: #09D105;
  --stroke: #B9B9B9;
}
html[data-style='dark-blue']:root {
  --bg: #1C1E24;
  --text: #EBEDF5;
  --button: #56C5FA;
  --button-hover: #70D1FF;
  --btn-border-radius: 10px;
  --secondary: #2A2F3D;
  --accent: #13E4FB;
  --accent-hover: #4FEEFF;
  --stroke: #2668FC;
}
html[data-style='dark-violet']:root {
  --bg: #17141A;
  --text: #FAF7FC;
  --button: #C091FF;
  --button-hover: #CFABFF;
  --btn-border-radius: 20px;
  --secondary: #3A2B4D;
  --accent: #F248FD;
  --accent-hover: #F66BFF;
  --stroke: #665873;
}
html[data-style='default']:root {
  --bg: #ffffff;
  --text: #1C1C1C;
  --button: #DB0E2B;
  --button-hover: #FF1032;
  --btn-border-radius: 4px;
  --secondary: #FAF3F3;
  --accent: #F50000;
  --accent-hover: #9E0000;
  --stroke: #E0E0E0;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--text);
}
.wrapper {
  width: 100%;
  height: 100%;
  background: var(--bg);
  position: relative;
}
header {
  width: 100%;
  height: 90px;
  background: var(--text);
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  header {
    height: initial;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
  }
}
header .container {
  max-width: 1170px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container .logo {
  padding: 0;
  margin: 0;
  display: block;
}
@media screen and (max-width: 800px) {
  header .container .logo {
    margin-bottom: 10px;
  }
}
header .container .logo img {
  max-height: 80px;
}
header .container .logo a,
header .container .logo span {
  color: var(--button);
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-style: italic;
}
header .top-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  header .top-items {
    justify-content: center;
    align-items: stretch;
  }
  header .top-items .item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
header .top-items .btns-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  header .top-items .btns-block {
    flex-wrap: initial;
  }
}
@media screen and (max-width: 560px) {
  header .top-items .btns-block {
    justify-content: center;
  }
}
header .top-items .btns-block a {
  margin: 0 10px;
}
@media screen and (max-width: 800px) {
  header .top-items .btns-block a {
    width: 45%;
    padding: 14px 35px;
    margin: 0 4px;
    flex: 1;
  }
}
@media screen and (max-width: 560px) {
  header .top-items .btns-block a {
    width: initial;
    /*max-width: 100px;*/
  }
}
header .top-items .btns-block a img {
  width: 20px;
  height: initial;
  display: block;
  position: absolute;
  right: 24px;
}
@media screen and (max-width: 800px) {
  header .top-items .btns-block a img {
    right: 10px;
  }
}
@media screen and (max-width: 560px) {
  header .top-items .btns-block a img {
    right: 8px;
  }
}
header .top-items .btns-block .transperent {
  position: relative;
  margin: 2px 0;
  display: flex;
  color: var(--bg);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  border: 1px solid var(--button);
}
header .top-items .btns-block .transperent:hover {
  background: var(--button-hover);
  box-shadow: var(--default-shadow);
}
main {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
main h1 {
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
}
main h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}
main h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
}
main h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
main a {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-decoration: underline;
  color: var(--accent);
}
main a:hover {
  color: var(--accent-hover);
  text-decoration: none;
}
main .primary-menu {
  padding: 20px 40px;
  background: var(--secondary);
  box-shadow: var(--default-shadow);
  border-radius: 8px;
  max-width: 570px;
  width: 100%;
}
main .primary-menu a,
main .primary-menu span {
  color: var(--text);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  position: relative;
}
main .primary-menu a:hover,
main .primary-menu span:hover {
  text-decoration: underline;
  color: var(--accent-hover);
}
main .primary-menu a:visited,
main .primary-menu span:visited {
  color: var(--accent-hover);
}
main .primary-menu a::before,
main .primary-menu span::before {
  content: '♠';
  font-size: 28px;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  position: absolute;
  left: -20px;
  top: 0;
  background: var(--text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
main .primary-menu ul {
  list-style-type: none;
  padding-inline-start: 0;
}
main .primary-menu ul li {
  display: flex;
  flex-direction: column;
  margin: 5px 0;
}
main .primary-menu ul li a {
  display: flex;
}
main .primary-menu ul li ul {
  margin-left: 20px;
}
.menu {
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-top: 35px;
}
.menu .current-menu-item span {
  text-decoration: none;
  color: var(--accent);
  cursor: default;
}
.menu .current-menu-item span:hover {
  text-decoration: none;
}
ul.toc {
  padding: 20px 40px;
  background: var(--secondary);
  box-shadow: var(--default-shadow);
  border-radius: 8px;
  max-width: 570px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 35px;
}
@media screen and (max-width: 680px) {
  ul.toc {
    width: calc(100% - 80px);
  }
}
ul.toc.left {
  float: left;
  margin: 0 35px 35px 0;
}
@media screen and (max-width: 768px) {
  ul.toc.left {
    float: none;
    margin-bottom: 35px;
  }
}
ul.toc.right {
  float: right;
  margin: 0 0 35px 35px;
}
@media screen and (max-width: 768px) {
  ul.toc.right {
    float: none;
    margin-bottom: 35px;
  }
}
ul.toc.center {
  float: none;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  ul.toc.center {
    float: none;
    margin-bottom: 35px;
  }
}
ul.toc li {
  display: flex;
  flex-direction: column;
  margin: 5px 0;
}
ul.toc li ul {
  margin-left: 20px;
  padding: 0;
}
ul.toc li a,
ul.toc li span {
  color: var(--text);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  position: relative;
}
ul.toc li a:hover,
ul.toc li span:hover {
  text-decoration: underline;
  color: var(--accent-hover);
}
ul.toc li a:visited,
ul.toc li span:visited {
  color: var(--accent-hover);
}
ul.toc li a::before,
ul.toc li span::before {
  content: '♠';
  font-size: 28px;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  position: absolute;
  left: -20px;
  top: 0;
  background: var(--text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.banner {
  width: 100%;
  background: var(--default-banner-bg);
  box-sizing: border-box;
  overflow: hidden;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner .container {
  width: 100%;
  height: 100%;
  max-width: 1170px;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner .banner-content {
  left: 0;
  padding-left: 0;
}
@media screen and (max-width: 1170px) {
  .banner .banner-content {
    padding-left: 15px;
  }
}
@media screen and (max-width: 680px) {
  .banner .banner-content {
    top: 20%;
  }
}
.banner .banner-content a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.banner img {
  max-width: 1170px;
}
@media screen and (max-width: 560px) {
  .banner img {
    max-width: initial;
    height: 100%;
  }
}
.banner a {
  display: flex;
  justify-content: center;
}
.title {
  max-width: 1170px;
  width: 100%;
}
.banner-content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0 0 0 40px;
}
@media screen and (max-width: 680px) {
  .banner-content {
    top: 0;
    transform: initial;
    padding: 0;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
  }
}
.sub-banner {
  max-width: 1170px;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 275px;
}
@media screen and (max-width: 680px) {
  .sub-banner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sub-banner__title {
  color: var(--default-white);
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.sub-banner__subtitle {
  color: var(--default-white);
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.sub-banner .btn {
  display: inline-block;
  color: var(--bg);
}
.sub-banner img {
  max-width: 1170px;
}
.sub-banner .banner-desktop {
  box-sizing: border-box;
}
.sub-banner .banner-desktop img {
  max-width: 100%;
}
.btn {
  position: relative;
  margin: 2px 0;
  display: flex;
  color: var(--bg);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: var(--button);
  border-radius: var(--btn-border-radius);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  border: 1px solid transparent;
  padding: 14px 28px;
  box-shadow: var(--default-shadow);
}
.btn.shortcode-btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 120px;
  display: block;
  margin-top: 25px;
}
.btn.shortcode-btn.left {
  float: left;
  margin: 25px 25px 25px 0;
}
@media screen and (max-width: 768px) {
  .btn.shortcode-btn.left {
    float: none;
    margin: 25px auto;
  }
}
.btn.shortcode-btn.right {
  float: right;
  margin: 25px 0 25px 25px;
}
@media screen and (max-width: 768px) {
  .btn.shortcode-btn.right {
    float: none;
    margin: 25px auto;
  }
}
.btn.shortcode-btn.center {
  float: none;
  margin: 25px auto 25px;
}
@media screen and (max-width: 768px) {
  .btn.shortcode-btn.center {
    float: none;
    margin: 25px auto;
  }
}
.btn.has-icon {
  padding: 14px 55px 14px 28px;
}
.btn:hover {
  background: var(--button-hover);
  box-shadow: none;
  color: var(--bg);
}
.description {
  width: 100%;
  max-width: 1170px;
  margin-top: 30px;
}
.description img {
  max-width: 100%;
}
.description table {
  background: var(--bg);
  border-radius: 8px;
  border-spacing: 0;
  margin: 20px 0;
  overflow: hidden;
}
.description table tr td:first-child,
.description table tr th:first-child {
  padding-left: 25px;
}
.description table tr td:last-child,
.description table tr th:last-child {
  padding-right: 25px;
}
.description table th {
  text-align: left;
  padding: 13px;
  border-bottom: 1px solid var(--stroke);
}
.description table tr td {
  padding: 13px;
  border-bottom: 1px solid var(--stroke);
}
.description table tr:last-child td {
  border-bottom: none;
}
.description table.default th {
  color: var(--text);
  background: var(--bg);
}
.description table.default tr td {
  border-bottom: 1px solid var(--stroke);
}
.description table.default tr:last-child td {
  border-bottom: none;
}
.description table.colored {
  background: var(--secondary);
  box-shadow: var(--default-shadow);
}
.description table.colored th {
  color: var(--bg);
  background: var(--accent);
  border-bottom: 1px solid var(--bg);
}
.description table.colored tr td {
  border-bottom: 1px solid var(--stroke);
}
.description table.colored tr:last-child td {
  border-bottom: none;
}
.description blockquote {
  background: var(--secondary);
  box-shadow: var(--default-shadow);
  border-radius: 8px;
  padding: 20px 40px;
}
footer {
  display: flex;
  width: 100%;
  height: 78px;
  justify-content: center;
  align-items: center;
  background: var(--secondary);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--text);
  margin-top: 60px;
}
footer.disclaimer-false {
  padding-bottom: 0 !important;
}
.to-top {
  position: fixed;
  bottom: 17vh;
  right: calc((100% / 2) - 650px);
  width: 50px;
  height: 50px;
  background: var(--button);
  box-shadow: var(--default-shadow);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}
.to-top:hover {
  background: var(--button-hover);
  box-shadow: none;
}
.to-top::before,
.to-top::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 27px;
  background-color: var(--bg);
}
.to-top::before {
  top: 20%;
  transform: rotate(40deg);
  left: 15px;
}
.to-top::after {
  top: 20%;
  transform: rotate(-40deg);
  right: 15px;
}
.to-top.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
.to-top.show {
  display: flex;
}
.page-not-found {
  display: flex;
  width: 100%;
  max-width: 1070px;
  margin-top: 50px;
  align-items: center;
}
.page-not-found__content {
  color: var(--text);
}
.page-not-found__content__title {
  font-weight: 500;
  font-size: 120px;
  line-height: 141px;
}
.page-not-found__content__message {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.page-not-found__drum {
  display: flex;
}
@media screen and (max-width: 1170px) {
  header .container {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .title,
  .sub-banner,
  .menu,
  .description {
    margin: 15px;
    width: calc(100% - 30px);
  }
  .page-not-found {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
  }
  .page-not-found__drum {
    display: flex;
    justify-content: center;
  }
  .page-not-found__drum img {
    width: 90%;
  }
  .to-top {
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 540px) {
  header .container .logo a,
  header .container .logo span {
    font-size: 14px;
  }
  .logo-image {
    max-width: 90%;
    max-height: 80px;
  }
  .page-not-found__content {
    color: var(--text);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-not-found__content__title {
    font-size: 64px;
    line-height: 75px;
  }
  .page-not-found__content__message {
    font-size: 16px;
    line-height: 19px;
  }
}
.cover-table {
  margin-bottom: 25px;
}
.cover-table table {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .cover-table {
    overflow-x: scroll;
  }
}
h2.faq {
  margin-top: 50px;
  padding-bottom: 0px;
}
.faq-container {
  order: 4;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}
.faq-container .faq-content {
  text-align: justify;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.faq-container h3 {
  margin: 6px 0;
  pointer-events: none;
  color: var(--text);
}
.faq-container .faq-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 50px 10px 35px;
  height: initial;
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 1.4;
  border-radius: 5px;
  background: var(--secondary);
  position: relative;
  box-shadow: var(--default-shadow);
}
.faq-container .faq-btn:hover {
  background: var(--accent);
}
.faq-container .faq-btn:hover * {
  color: var(--bg);
}
.faq-container .faq-btn:hover .chevron {
  color: var(--bg);
}
.faq-container .faq-btn .chevron {
  position: absolute;
  right: 20px;
  top: 27px;
  transform: translate(-50%, -50%);
  line-height: 1;
  display: block;
  color: var(--accent);
}
.faq-container .faq-btn .chevron:before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  vertical-align: top;
  width: 0.45em;
  top: 0;
  transform: rotate(135deg);
}
.faq-container .faq-btn:after {
  content: '';
}
.faq-container .faq-btn h3 {
  display: block;
  width: 100%;
}
.faq-container .faq-btn.show {
  background: var(--accent);
  color: var(--bg);
}
.faq-container .faq-btn.show h3 {
  color: var(--bg);
}
.faq-container .faq-btn.show .chevron:before {
  transition: all 0.3s;
  transform: rotate(315deg);
  color: var(--bg);
}
.faq-container .faq-btn.show .faq-content {
  height: auto;
  color: var(--bg);
  padding: 20px 0;
}


/*# sourceMappingURL=style.min.css.map*/