@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#868e96;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#868e96;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace:"SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

.mark, mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

.table .table {
  background-color: #fff;
}

.table-sm td, .table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e9ecef;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #e9ecef;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #dddfe2;
}

.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm.table-bordered {
    border: 0;
  }
}
@media (max-width: 767px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md.table-bordered {
    border: 0;
  }
}
@media (max-width: 991px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg.table-bordered {
    border: 0;
  }
}
@media (max-width: 1199px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl.table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .form-control-plaintext.input-group-addon, .input-group-lg > .input-group-btn > .form-control-plaintext.btn, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .form-control-plaintext.input-group-addon, .input-group-sm > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745;
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid + .form-check-label, .was-validated .form-check-input:valid + .form-check-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-indicator, .was-validated .custom-control-input:valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid ~ .custom-control-description, .was-validated .custom-control-input:valid ~ .custom-control-description {
  color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-control, .was-validated .custom-file-input:valid ~ .custom-file-control {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-control::before, .was-validated .custom-file-input:valid ~ .custom-file-control::before {
  border-color: inherit;
}

.custom-file-input.is-valid:focus, .was-validated .custom-file-input:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid + .form-check-label, .was-validated .form-check-input:invalid + .form-check-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-indicator, .was-validated .custom-control-input:invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid ~ .custom-control-description, .was-validated .custom-control-input:invalid ~ .custom-control-description {
  color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-control, .was-validated .custom-file-input:invalid ~ .custom-file-control {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-control::before, .was-validated .custom-file-input:invalid ~ .custom-file-control::before {
  border-color: inherit;
}

.custom-file-input.is-invalid:focus, .was-validated .custom-file-input:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active {
  background-image: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not([disabled]):not(.disabled).active, .btn-info:not([disabled]):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not([disabled]):not(.disabled).active, .btn-warning:not([disabled]):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #111;
  background-color: #d39e00;
  border-color: #c69500;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not([disabled]):not(.disabled).active, .btn-danger:not([disabled]):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not([disabled]):not(.disabled).active, .btn-light:not([disabled]):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #111;
  background-color: #dae0e5;
  border-color: #d3d9df;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not([disabled]):not(.disabled).active, .btn-dark:not([disabled]):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

.btn-outline-secondary:not([disabled]):not(.disabled).active, .btn-outline-secondary:not([disabled]):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not([disabled]):not(.disabled).active, .btn-outline-success:not([disabled]):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not([disabled]):not(.disabled).active, .btn-outline-info:not([disabled]):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not([disabled]):not(.disabled).active, .btn-outline-warning:not([disabled]):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not([disabled]):not(.disabled).active, .btn-outline-danger:not([disabled]):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not([disabled]):not(.disabled).active, .btn-outline-light:not([disabled]):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not([disabled]):not(.disabled).active, .btn-outline-dark:not([disabled]):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link.focus, .btn-link:focus {
  border-color: transparent;
  box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
  color: #868e96;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropdown, .dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 2;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
  z-index: 3;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  white-space: nowrap;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:first-child > .btn + .btn {
  margin-left: 0;
}

.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0;
}

.input-group-btn:not(:first-child) > .btn-group:first-child, .input-group-btn:not(:first-child) > .btn:first-child {
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:hover, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple] {
  height: auto;
  background-image: none;
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #111;
  background-color: #ffc107;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #111;
  background-color: #f8f9fa;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

.alert-secondary hr {
  border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #007bff;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

a.list-group-item-primary, button.list-group-item-primary {
  color: #004085;
}

a.list-group-item-primary:focus, a.list-group-item-primary:hover, button.list-group-item-primary:focus, button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}

a.list-group-item-primary.active, button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.list-group-item-secondary, button.list-group-item-secondary {
  color: #464a4e;
}

a.list-group-item-secondary:focus, a.list-group-item-secondary:hover, button.list-group-item-secondary:focus, button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

a.list-group-item-secondary.active, button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.list-group-item-success, button.list-group-item-success {
  color: #155724;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

a.list-group-item-success.active, button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

a.list-group-item-info, button.list-group-item-info {
  color: #0c5460;
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

a.list-group-item-info.active, button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #856404;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}

a.list-group-item-warning.active, button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #721c24;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

a.list-group-item-danger.active, button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

a.list-group-item-light, button.list-group-item-light {
  color: #818182;
}

a.list-group-item-light:focus, a.list-group-item-light:hover, button.list-group-item-light:focus, button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

a.list-group-item-light.active, button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.list-group-item-dark, button.list-group-item-dark {
  color: #1b1e21;
}

a.list-group-item-dark:focus, a.list-group-item-dark:hover, button.list-group-item-dark:focus, button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

a.list-group-item-dark.active, button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}

.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tooltip.bs-tooltip-auto[x-placement^=top], .tooltip.bs-tooltip-top {
  padding: 5px 0;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.bs-tooltip-top .arrow {
  bottom: 0;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=right], .tooltip.bs-tooltip-right {
  padding: 0 5px;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.bs-tooltip-right .arrow {
  left: 0;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom], .tooltip.bs-tooltip-bottom {
  padding: 5px 0;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.bs-tooltip-bottom .arrow {
  top: 0;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=left], .tooltip.bs-tooltip-left {
  padding: 0 5px;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.bs-tooltip-left .arrow {
  right: 0;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}

.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}

.popover.bs-popover-auto[x-placement^=top], .popover.bs-popover-top {
  margin-bottom: 0.8rem;
}

.popover.bs-popover-auto[x-placement^=top] .arrow, .popover.bs-popover-top .arrow {
  bottom: 0;
}

.popover.bs-popover-auto[x-placement^=top] .arrow::after, .popover.bs-popover-auto[x-placement^=top] .arrow::before, .popover.bs-popover-top .arrow::after, .popover.bs-popover-top .arrow::before {
  border-bottom-width: 0;
}

.popover.bs-popover-auto[x-placement^=top] .arrow::before, .popover.bs-popover-top .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.8rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-auto[x-placement^=top] .arrow::after, .popover.bs-popover-top .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.8rem;
  border-top-color: #fff;
}

.popover.bs-popover-auto[x-placement^=right], .popover.bs-popover-right {
  margin-left: 0.8rem;
}

.popover.bs-popover-auto[x-placement^=right] .arrow, .popover.bs-popover-right .arrow {
  left: 0;
}

.popover.bs-popover-auto[x-placement^=right] .arrow::after, .popover.bs-popover-auto[x-placement^=right] .arrow::before, .popover.bs-popover-right .arrow::after, .popover.bs-popover-right .arrow::before {
  margin-top: -0.8rem;
  border-left-width: 0;
}

.popover.bs-popover-auto[x-placement^=right] .arrow::before, .popover.bs-popover-right .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-auto[x-placement^=right] .arrow::after, .popover.bs-popover-right .arrow::after {
  left: calc((0.8rem - 1px) * -1);
  border-right-color: #fff;
}

.popover.bs-popover-auto[x-placement^=bottom], .popover.bs-popover-bottom {
  margin-top: 0.8rem;
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow, .popover.bs-popover-bottom .arrow {
  top: 0;
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before, .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-bottom .arrow::before {
  margin-left: -0.8rem;
  border-top-width: 0;
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::before, .popover.bs-popover-bottom .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover.bs-popover-bottom .arrow::after {
  top: calc((0.8rem - 1px) * -1);
  border-bottom-color: #fff;
}

.popover.bs-popover-auto[x-placement^=bottom] .popover-header::before, .popover.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-popover-auto[x-placement^=left], .popover.bs-popover-left {
  margin-right: 0.8rem;
}

.popover.bs-popover-auto[x-placement^=left] .arrow, .popover.bs-popover-left .arrow {
  right: 0;
}

.popover.bs-popover-auto[x-placement^=left] .arrow::after, .popover.bs-popover-auto[x-placement^=left] .arrow::before, .popover.bs-popover-left .arrow::after, .popover.bs-popover-left .arrow::before {
  margin-top: -0.8rem;
  border-right-width: 0;
}

.popover.bs-popover-auto[x-placement^=left] .arrow::before, .popover.bs-popover-left .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-auto[x-placement^=left] .arrow::after, .popover.bs-popover-left .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.d-print-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}
.d-print-inline {
  display: none !important;
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
}
.d-print-inline-block {
  display: none !important;
}

@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}


/*!
 * Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px\9 ;
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/icons/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/icons/flags.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*03.03.2022*/
.slick_wr:not(.slick-initialized) {
  overflow: hidden;
  display: flex;
  position: relative;
}
.slick_wr:not(.slick-initialized) > *:nth-child(n+2) {
  display: none !important;
}
.slick_wr:not(.slick-initialized):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 130;
  background: rgba(255, 255, 255, 0.15);
}
.slick_wr:not(.slick-initialized):after {
  position: absolute;
  z-index: 135;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  opacity: 0.7;
  animation: slick_loading 1.5s linear infinite;
}
.slick_wr.space_between_slides .slick-list {
  margin: 0 -15px;
}
.slick_wr.space_between_slides .slick-list .slick-slide {
  margin: 0 15px;
}
.slick_wr.equal_height .slick-slider,
.slick_wr.equal_height .slick-track,
.slick_wr.equal_height .slick-list {
  display: flex;
}
.slick_wr.equal_height .slick-slide,
.slick_wr.equal_height .slick-slide > div,
.slick_wr.equal_height .slick-slide > div > div {
  height: 100%;
}
.slick_wr.bottom_arrows {
  margin-bottom: 55px;
}
@media (min-width: 992px) {
  .slick_wr.bottom_arrows {
    margin-bottom: 95px;
  }
}

@keyframes slick_loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9 ; /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.vert > p, .vert > div, .vert > a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------
	Media Queries
	used for outputting content either between media query tags
	example: basic usage
	.element {
		width: 50%;
		@include mq('tablet-small') {
			width: 20%;
		}
	}
	example: using max-width
	.element {
		width: 50%;
		@include mq('tablet-small', 'max') {
			width: 20%;
		}
	}
*/
/*--------------------------------
	Margin / Padding Quick Resets
	example: top & bottom margin set to $spacing-unit
	.element {
		@include push--ends;
	}
	example: left & right padding set to $spacing-unit--small
	.element {
		@include soft--sides($spacing-unit--small);
	}
*/
/*--------------------------------
	Helper mixins
*/
/*--------------------------------
	Form input placeholder text
	example:
	input,
	textarea {
		@include input-placeholder {
			color: $grey;
		}
	}
*/
/*--------------------------------
	Retina images
	example:
	.element {
		@include retina {
			background-image: url(../img/background@2x.png);
		}
	}
*/
/*--------------------------------
	Content margins
	fore removing first/last child margins
	example: default
	.element {
		@include content-margins;
	}
	output:
	.element > *:first-child {
		margin-top: 0;
	}
	.element > *:last-child {
		margin-bottom: 0;
	}
	example: empty selector
	.element {
		@include content-margins('false');
	}
	output:
	.element:first-child {
		margin-top: 0;
	}
	.element:last-child {
		margin-bottom: 0;
	}
*/
/*--------------------------------
	CSS Triangle
	used for creating CSS only triangles
	example:
	.element {
		&::before {
			@include css-triangle(blue, down);
		}
	}
*/
/*--------------------------------
	Hide text
	example:
	.element {
		@include hide-text;
	}
*/
/*--------------------------------
	Responsive ratio
	Used for creating scalable elements that maintain the same ratio
	example:
	.element {
		@include responsive-ratio(400, 300);
	}
*/
/*--------------------------------
	Typography
	Text image replacement, with responsive ratio
	HTML:
	<h1 class="element">
		<span>Text to replace</span>
	</h1>
	example:
	.element {
		@include typography(200, 50, 'hello-world');
	}
*/
/*--------------------------------
	Icon
	For using fontastic icons in pseudo elements
*/
/*--------------------------------
	Colours
	background, colour, etc. match up with colour map in _variables.scss
	modify to suit per project
*/
/*--------------------------------
	Misc
*/
/*--------------------------------
	Fluid Property
	http://www.adrenalinmedia.com.au/the-agency/insights/this-changes-everything-css-fluid-properties.aspx
	HTML:
	<h1 class="element">
		<span>Text to replace</span>
	</h1>
	example:
	h1 {
		@include fp(font-size, 50, 100); // 50px at 320, 100px at 1920;
	}
	output:
	h1 {
		font-size: calc(3.125vw + 40px); //This is the magic!
	}
	@media (max-width:320px){ //Clips the start to the min value
		font-size:50px;
	}
	@media (min-width:1920px){ //Clips the end to the max value
		font-size:100px;
	}
*/
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppinsbold.woff2") format("woff2"), url("../fonts/Poppins/Poppinsbold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.bg_pr_color {
  background: #752eef;
}

.bg_hpr_color {
  background: #8741ff;
}

.bg_rtc_color {
  background: #D50204;
}

.bg_hrtc_color {
  background: #ee1a1d;
}

.bg_pry_color {
  background: #f19108;
}

.bg_hpry_color {
  background: #faa329;
}

.bg_th50_color {
  background: #f0eb44;
}

.bg_mg_color {
  background: #F2922E;
}

.bg_hmg_color {
  background: #fdab54;
}

.bg_noc_color {
  background: #00B9F3;
}

.bg_hnoc_color {
  background: #18c9ff;
}

.bg_ts_color {
  background: #00FEFE;
}

.bg_ts2_color {
  background: #86C72B;
}

h1 {
  font-size: 40px;
  line-height: 1.35em;
  font-weight: 700;
  margin: 0 0 15px;
}
@media (max-width: 1919px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 1699px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 639px) {
  h1 {
    font-size: 26px;
    line-height: 1.25em;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 36px;
  line-height: 1.15em;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (max-width: 1919px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 639px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 32px;
  line-height: 1.45em;
  font-weight: 700;
  margin: 0 0 5px;
}
@media (max-width: 1919px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 1699px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 639px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 30px;
  line-height: 1.48em;
  margin: 0;
}
@media (max-width: 1919px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 1699px) {
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 639px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 28px;
  line-height: 1.45em;
  margin: 0;
}
@media (max-width: 1919px) {
  h5 {
    font-size: 26px;
  }
}
@media (max-width: 1699px) {
  h5 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 26px;
  line-height: 1.55em;
  margin: 0;
}
@media (max-width: 1919px) {
  h6 {
    font-size: 24px;
  }
}
@media (max-width: 1699px) {
  h6 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  h6 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  h6 {
    font-size: 16px;
  }
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 36px;
}
@media (max-width: 991px) {
  p {
    font-size: 18px;
    line-height: 1.45em;
    margin: 0 0 24px;
  }
}
@media (max-width: 639px) {
  p {
    font-size: 16px;
    margin: 0 0 12px;
  }
}

.descr.two_cols {
  -webkit-columns: 2 150px;
  -moz-columns: 2 150px;
  columns: 2 150px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  max-width: 730px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .descr.two_cols {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.descr.two_cols p:last-child {
  margin: 0;
}

/*
Make bootstrap-select work with bootstrap 4 see:
https://github.com/silviomoreto/bootstrap-select/issues/1135
*/
.dropdown-toggle.btn-default {
  color: #752eef;
  background-color: #fff;
  border-color: #ccc;
}
.dropdown-toggle.btn-default:focus, .dropdown-toggle.btn-default:hover {
  color: #752eef;
}

.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
  padding: 0 0 10px;
  display: block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
  display: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 3px 15px;
  clear: both;
  font-weight: 400;
  color: #752eef;
  text-align: inherit;
  background: 0 0;
  border: 0;
  text-decoration: none;
}
@media (max-width: 639px) {
  .bootstrap-select > .dropdown-menu > .dropdown-menu li a {
    font-size: 14px;
    padding: 3px 12px;
  }
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
  background-color: #f4f4f4;
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
}

.dropdown-menu > li.active > a {
  color: #fff !important;
  background-color: #337ab7 !important;
}

.bootstrap-select .check-mark {
  line-height: 14px;
}

.bootstrap-select .check-mark::after {
  font-family: "fontello";
  content: "\e810";
}

.bootstrap-select button {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Make filled out selects be the same size as empty selects */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline !important;
  float: none;
}

/* Apply CSS to iOS affected versions only */
body.iosBugFixCaret.modal-open {
  position: fixed;
  width: 100%;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  background: transparent;
  box-sizing: border-box;
  vertical-align: middle;
  margin: -4px 7px 0 0;
  position: relative;
  box-shadow: none;
  line-height: 1em;
  border-radius: 0;
  cursor: pointer;
  display: inline;
  outline: none;
  border: none;
  height: 24px;
  width: 24px;
  float: left;
  padding: 0;
  top: 0;
  box-shadow: initial !important;
}
input[type=checkbox]:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1.5px solid #752eef;
  border-radius: 6px;
  box-sizing: border-box;
  position: absolute;
  height: 24px;
  content: "";
  width: 24px;
  z-index: 1;
  left: 0;
  top: 0;
}
input[type=checkbox]:checked:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right-style: none;
  border-color: #752eef;
  border-top-style: none;
  border-radius: 0;
  height: 7px;
  width: 12px;
  left: 6px;
  top: 7px;
}
input[type=checkbox]:after {
  box-sizing: border-box;
  border-radius: 6px;
  position: absolute;
  left: -1px;
  top: -1px;
  background: #fff;
  cursor: pointer;
  height: 26px;
  width: 26px;
  content: "";
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  overflow: hidden;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.25;
}

* {
  outline: none;
}

.page-center {
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}

@media (min-width: 1920px) {
  .whole_content_wrap {
    background: #e5e5e5;
    padding: 0 0 67px;
  }
  .whole_content_wrap .inner_content_wrap {
    margin-right: auto;
    margin-left: auto;
    width: 1770px;
  }
  .whole_content_wrap.no_shadow.white footer {
    padding-top: 77px;
  }
  .whole_content_wrap.no_shadow .inner_content_wrap {
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 50px;
    padding-left: 50px;
    max-width: 1200px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1300px;
  }
}
.embed-responsive-16by9 {
  margin-top: -1px;
}

#groove-iframe-element {
  display: none;
}

@media (max-width: 639px) {
  .intercom-lightweight-app {
    display: none;
  }
}

a,
a:focus {
  box-shadow: none;
  outline: 0;
}

sup {
  font-size: 60%;
  top: -0.8em;
}

[class^=icon-],
[class*=" icon-"] {
  font-weight: 100;
  font-size: 80%;
}

a span.icon-right-thin,
p span.icon-right-thin,
button span.icon-right-thin {
  transition: all 0.3s linear;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
  font-size: 50%;
}
a:hover span.icon-right-thin,
p:hover span.icon-right-thin,
button:hover span.icon-right-thin {
  margin-right: -5px;
  margin-left: 5px;
}

.flexible_banner_wrap {
  max-width: 1920px;
  margin: 0 auto;
  padding: 30px;
}
.flexible_banner_wrap img {
  max-width: 100%;
  width: 100%;
}

.post-password-form {
  text-align: center;
  position: relative;
  min-height: calc(100vh + 50px);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  background: url(../img/bg/purple_bg_new.jpg) no-repeat 50% 50%/cover;
}
.post-password-form p:nth-child(1) {
  text-align: center;
  width: 100%;
  max-width: 580px;
  margin: 0 auto 30px;
  font-size: 0;
  position: relative;
  color: #fff;
}
.post-password-form p:nth-child(1):before {
  content: "This page is under construction. To view it, please enter your password below:";
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  position: relative;
  color: #fff;
}
.post-password-form p:nth-child(2) {
  color: #fff;
  width: 100%;
}
.post-password-form p:nth-child(2) > input {
  position: relative;
  top: 1px;
  color: #752eef;
  border: 1px solid #752eef !important;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}
.post-password-form p:nth-child(2) label {
  font-size: 0px;
  margin-right: 10px;
}
.post-password-form p:nth-child(2) label input {
  margin-right: 5px;
  outline: none;
  border: 1px solid #752eef !important;
}

iframe.flexible {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  border: initial;
  outline: initial;
}
iframe.flexible img {
  max-width: 100%;
  width: 100%;
}
iframe.flexible.top10 body {
  padding: 0 15px;
}
iframe.flexible.top10 body img {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
}
iframe.flexible.bonus7 body {
  display: flex;
  justify-content: center;
  align-items: center;
}
iframe.flexible.buy-today {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
}
iframe.flexible.buy-today body {
  padding: 0 15px;
}
iframe.flexible.buy-today body img {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
}

span.nobr {
  white-space: nowrap;
}

.down_icon {
  font-size: 22px;
  line-height: 33px;
  font-weight: 100;
  color: #919191;
  transition: all 0.3s linear;
  text-decoration: none !important;
  border-radius: 50%;
  position: absolute;
  background: #f5f5f5;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 29px;
  width: 29px;
  z-index: 1;
  top: -14px;
  right: 0;
  left: 0;
}
.down_icon:hover {
  text-decoration: none;
}
.down_icon.separator_or .icon-down-open {
  display: none;
}
.down_icon.separator_or .or {
  display: block !important;
  font-size: 10px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  top: -2px;
}
.down_icon.bottom {
  bottom: -14px;
  top: initial;
}
.down_icon.gray {
  background: #f7f7f7;
}
.down_icon.white {
  background: #fff;
}
.down_icon:hover {
  background: #8741ff;
  color: #fff;
}
.down_icon span {
  margin: 5px 0 0 0;
  padding: 0;
  line-height: 1;
}
.down_icon.small {
  position: relative;
  display: flex;
  margin: 75px auto 65px;
  background: #f5f5f5;
  text-align: center;
}
@media (max-width: 767px) {
  .down_icon.small {
    margin: 50px auto 40px;
  }
}
@media (max-width: 639px) {
  .down_icon.small {
    margin: 40px auto 40px;
  }
}
.down_icon.small:hover {
  color: #8741ff;
}
.down_icon.small:before {
  content: "";
  position: absolute;
  display: block;
  right: 40px;
  top: 15px;
  width: 250px;
  border-bottom: 1px solid #ddd;
}
.down_icon.small:after {
  content: "";
  position: absolute;
  display: block;
  left: 40px;
  top: 15px;
  width: 250px;
  border-bottom: 1px solid #ddd;
}
.down_icon.mid {
  position: relative;
  display: flex;
  margin: 75px auto 65px;
  background: #f5f5f5;
  text-align: center;
}
@media (max-width: 767px) {
  .down_icon.mid {
    margin: 50px auto 40px;
  }
}
@media (max-width: 639px) {
  .down_icon.mid {
    margin: 40px auto 40px;
  }
}
.down_icon.mid:hover {
  color: #8741ff;
}
.down_icon.mid:before {
  content: "";
  position: absolute;
  display: block;
  right: 40px;
  top: 15px;
  width: 430px;
  border-bottom: 1px solid #ddd;
}
.down_icon.mid:after {
  content: "";
  position: absolute;
  display: block;
  left: 40px;
  top: 15px;
  width: 430px;
  border-bottom: 1px solid #ddd;
}
.down_icon_big {
  display: inline-block;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
}
@media (max-width: 639px) {
  .down_icon_big svg {
    width: 70px;
    height: 70px;
  }
}
.down_icon_big svg [fill=white],
.down_icon_big svg [fill="#F7A31D"] {
  transition: 0.2s;
}
.down_icon_big svg path {
  transition: all 0.2s;
}
.down_icon_big:hover {
  color: #752eef;
}
.down_icon_big:hover svg [fill=white] {
  fill: #752eef;
}
.down_icon_big:hover svg [fill="#F7A31D"] {
  fill: white;
}
.down_icon_big:hover svg path {
  fill: #fff;
}
.down_icon_big.mid {
  position: relative;
  transition: 0.2s;
  display: flex;
  margin: 110px auto 0;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 639px) {
  .down_icon_big.mid {
    margin: 75px auto 0;
  }
}
.down_icon_big.mid:before {
  content: "";
  position: absolute;
  display: block;
  right: 50%;
  top: 50%;
  margin-right: 80px;
  width: 430px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 639px) {
  .down_icon_big.mid:before {
    margin-right: 50px;
  }
}
.down_icon_big.mid:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin-left: 80px;
  width: 430px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 639px) {
  .down_icon_big.mid:after {
    margin-left: 50px;
  }
}

.whole_content_wrap .inner_content_wrap {
  background-color: #fff;
}
.whole_content_wrap.gray footer .with_love .txt_wrap,
.whole_content_wrap.gray .inner_content_wrap {
  background-color: #f5f5f5;
}

@media (max-width: 767px) {
  .brsm_dn {
    display: none;
  }
}

@media (max-width: 639px) {
  .brxs_dn {
    display: none;
  }
}

@media (max-width: 479px) {
  .brxxs_dn {
    display: none;
  }
}

.brxs_only {
  display: none;
}
@media (max-width: 639px) {
  .brxs_only {
    display: initial;
  }
}

.page-template-flexible-url #hbl-live-chat-wrapper {
  display: none;
}

.slick-slider {
  user-select: text;
}
.slick-slider.draggable {
  user-select: none;
}

.ifs_reg div[id^=nb-field-] div.nb-feedback {
  padding: 5px 15px !important;
  max-width: 100% !important;
  margin-top: 2px !important;
}
@media (max-width: 767px) {
  .ifs_reg div[id^=nb-field-] div.nb-feedback {
    padding: 3px 7px !important;
    font-size: 13px !important;
  }
}
.ifs_reg div[id^=nb-field-] div.nb-feedback .nb-poweredby {
  display: none !important;
}

.loader {
  animation: spin 1.2s linear infinite;
  border: 1px solid #fff;
  border-top: 1px solid #752eef;
  border-radius: 50%;
  position: absolute;
  z-index: 99999;
  display: none;
  margin: auto;
  height: 95px;
  width: 95px;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 992px) {
  #collapse_sm_menu {
    height: initial !important;
    display: table;
    width: 100%;
  }
}
.grow {
  transition: all 0.3s ease-in-out;
}

.grow:hover {
  transform: scale(1.1);
}

.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 300ms ease-in-out;
}
.grayscale:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}

@keyframes nice_toggle {
  0% {
    opacity: 0;
    height: 0;
  }
  1% {
    transform: scale(0);
    height: 50px;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip:hover {
  backface-visibility: visible;
  animation-name: flip;
  animation-iteration-count: 1;
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes dot_animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dot_animation {
  animation-name: dot_animation;
  animation-duration: 2000ms;
  transform-origin: 100% 100%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.pulse {
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  transform-origin: 100% 100%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.rotate {
  transition-property: transform;
  transition-duration: 0.8s;
  transform: rotate(0deg);
  overflow: hidden;
}
.rotate:hover {
  transform: rotate(360deg);
}

picture > img {
  max-width: 100%;
  height: auto;
}

picture.img-fluid > img {
  width: 100%;
}

.contain_image,
.cover_image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.cover_image > img,
.contain_image > img {
  width: 100%;
  height: 100%;
  object-position: center;
}

.cover_image > img {
  object-fit: cover;
}

.contain_image > img {
  object-fit: contain;
}

.contain_image ~ *,
.cover_image ~ * {
  position: relative;
  z-index: 5;
}

a.btn,
button.btn,
input.btn,
span.btn {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 700;
  color: #fff;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 100px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 100px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 100px;
  white-space: normal;
  text-shadow: none;
  cursor: pointer;
  border: 0;
  letter-spacing: 1px;
  line-height: 20px;
  font-size: 13px;
  padding: 6px 17px;
  box-shadow: none;
  outline: none;
  font-family: "Inter";
}
@media (max-width: 767px) {
  a.btn,
  button.btn,
  input.btn,
  span.btn {
    font-size: 10px;
    letter-spacing: 0.77px;
    padding: 4px 15px;
  }
}
a.btn:hover, a.btn.hover, a.btn.active.focus, a.btn.active:focus, a.btn.focus, a.btn:active.focus, a.btn:active:focus, a.btn:focus,
button.btn:hover,
button.btn.hover,
button.btn.active.focus,
button.btn.active:focus,
button.btn.focus,
button.btn:active.focus,
button.btn:active:focus,
button.btn:focus,
input.btn:hover,
input.btn.hover,
input.btn.active.focus,
input.btn.active:focus,
input.btn.focus,
input.btn:active.focus,
input.btn:active:focus,
input.btn:focus,
span.btn:hover,
span.btn.hover,
span.btn.active.focus,
span.btn.active:focus,
span.btn.focus,
span.btn:active.focus,
span.btn:active:focus,
span.btn:focus {
  box-shadow: none;
  outline: none;
  color: #fff;
  font-family: "Inter";
}
@media (max-width: 479px) {
  a.btn,
  button.btn,
  input.btn,
  span.btn {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
}
a.btn.small,
button.btn.small,
input.btn.small,
span.btn.small {
  padding: 5px 30px !important;
  line-height: 1;
  font-size: 14px;
}
a.btn.medium,
button.btn.medium,
input.btn.medium,
span.btn.medium {
  padding: 10px 40px !important;
  line-height: 1;
  font-size: 18px;
}
a.btn.big,
button.btn.big,
input.btn.big,
span.btn.big {
  padding: 15px 46px !important;
  line-height: 1;
  font-size: 22px;
}
a.btn.full_width,
button.btn.full_width,
input.btn.full_width,
span.btn.full_width {
  width: 100%;
  max-width: 100%;
}
a.btn.square,
button.btn.square,
input.btn.square,
span.btn.square {
  border-radius: 0 !important;
}
a.btn.br6,
button.btn.br6,
input.btn.br6,
span.btn.br6 {
  border-radius: 6px !important;
}
a.btn.purple_light,
button.btn.purple_light,
input.btn.purple_light,
span.btn.purple_light {
  background: #f3eefa;
  color: #6335c3;
  transition: all 0.2s;
  font-weight: 500;
}
a.btn.purple_light:hover,
button.btn.purple_light:hover,
input.btn.purple_light:hover,
span.btn.purple_light:hover {
  opacity: 0.8;
}
a.btn.btn_noc,
button.btn.btn_noc,
input.btn.btn_noc,
span.btn.btn_noc {
  background: #00B9F3;
  color: #fff;
  font-weight: 600;
}
a.btn.btn_noc:hover,
button.btn.btn_noc:hover,
input.btn.btn_noc:hover,
span.btn.btn_noc:hover {
  background: #18c9ff;
  color: #fff;
  font-weight: 600;
}
a.btn.noc_gold_bg,
button.btn.noc_gold_bg,
input.btn.noc_gold_bg,
span.btn.noc_gold_bg {
  background: #c69b63;
  color: #fff;
  font-family: "Inter" !important;
  font-size: 14px;
  font-weight: 600 !important;
}
a.btn.noc_gold_bg:hover,
button.btn.noc_gold_bg:hover,
input.btn.noc_gold_bg:hover,
span.btn.noc_gold_bg:hover {
  opacity: 0.9;
}
a.btn.btn_noc_gradient,
button.btn.btn_noc_gradient,
input.btn.btn_noc_gradient,
span.btn.btn_noc_gradient {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(264deg, #FDD394 -25.34%, #936635 82.41%) !important;
  padding: 15px 45px;
}
a.btn.btn_noc_gradient.reverse,
button.btn.btn_noc_gradient.reverse,
input.btn.btn_noc_gradient.reverse,
span.btn.btn_noc_gradient.reverse {
  background: linear-gradient(-264deg, #FDD394 -25.34%, #936635 82.41%) !important;
}
a.btn.btn_noc_gradient:hover,
button.btn.btn_noc_gradient:hover,
input.btn.btn_noc_gradient:hover,
span.btn.btn_noc_gradient:hover {
  opacity: 0.8;
}
a.btn.btn-white,
button.btn.btn-white,
input.btn.btn-white,
span.btn.btn-white {
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 1.3em;
  background: transparent;
  padding: 13px 18px;
  color: #fff;
  font-weight: 600;
  border-radius: 60px;
}
a.btn.btn-white:hover,
button.btn.btn-white:hover,
input.btn.btn-white:hover,
span.btn.btn-white:hover {
  background: #752eef;
}
a.btn.btn_mg,
button.btn.btn_mg,
input.btn.btn_mg,
span.btn.btn_mg {
  border: 2px solid transparent;
  font-size: 18px;
  line-height: 1;
  background: #F2922E;
  padding: 13px 25px;
  color: #fff;
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  a.btn.btn_mg,
  button.btn.btn_mg,
  input.btn.btn_mg,
  span.btn.btn_mg {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  a.btn.btn_mg,
  button.btn.btn_mg,
  input.btn.btn_mg,
  span.btn.btn_mg {
    font-size: 12px;
    padding: 10px 15px;
    letter-spacing: 0;
  }
}
a.btn.btn_mg:not([href]):not([tabindex]),
button.btn.btn_mg:not([href]):not([tabindex]),
input.btn.btn_mg:not([href]):not([tabindex]),
span.btn.btn_mg:not([href]):not([tabindex]) {
  color: #fff;
}
a.btn.btn_mg:hover,
button.btn.btn_mg:hover,
input.btn.btn_mg:hover,
span.btn.btn_mg:hover {
  border-color: #fdab54;
  background: #fdab54;
}
a.btn.btn_rtc, a.btn.btn-rtc,
button.btn.btn_rtc,
button.btn.btn-rtc,
input.btn.btn_rtc,
input.btn.btn-rtc,
span.btn.btn_rtc,
span.btn.btn-rtc {
  border: initial;
  font-size: 18px;
  line-height: 1;
  background: #D50204;
  padding: 15px 25px;
  color: #fff;
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  a.btn.btn_rtc, a.btn.btn-rtc,
  button.btn.btn_rtc,
  button.btn.btn-rtc,
  input.btn.btn_rtc,
  input.btn.btn-rtc,
  span.btn.btn_rtc,
  span.btn.btn-rtc {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  a.btn.btn_rtc, a.btn.btn-rtc,
  button.btn.btn_rtc,
  button.btn.btn-rtc,
  input.btn.btn_rtc,
  input.btn.btn-rtc,
  span.btn.btn_rtc,
  span.btn.btn-rtc {
    font-size: 14px;
  }
}
a.btn.btn_rtc:not([href]):not([tabindex]), a.btn.btn-rtc:not([href]):not([tabindex]),
button.btn.btn_rtc:not([href]):not([tabindex]),
button.btn.btn-rtc:not([href]):not([tabindex]),
input.btn.btn_rtc:not([href]):not([tabindex]),
input.btn.btn-rtc:not([href]):not([tabindex]),
span.btn.btn_rtc:not([href]):not([tabindex]),
span.btn.btn-rtc:not([href]):not([tabindex]) {
  color: #fff;
}
a.btn.btn_rtc:hover, a.btn.btn-rtc:hover,
button.btn.btn_rtc:hover,
button.btn.btn-rtc:hover,
input.btn.btn_rtc:hover,
input.btn.btn-rtc:hover,
span.btn.btn_rtc:hover,
span.btn.btn-rtc:hover {
  border-color: #ee1a1d;
  background: #ee1a1d;
}
a.btn.btn_rtc.btn-border, a.btn.btn-rtc.btn-border,
button.btn.btn_rtc.btn-border,
button.btn.btn-rtc.btn-border,
input.btn.btn_rtc.btn-border,
input.btn.btn-rtc.btn-border,
span.btn.btn_rtc.btn-border,
span.btn.btn-rtc.btn-border {
  border-color: #FC0101;
  background: #BD0202;
  color: #fff;
}
a.btn.btn_rtc.btn-border:hover, a.btn.btn-rtc.btn-border:hover,
button.btn.btn_rtc.btn-border:hover,
button.btn.btn-rtc.btn-border:hover,
input.btn.btn_rtc.btn-border:hover,
input.btn.btn-rtc.btn-border:hover,
span.btn.btn_rtc.btn-border:hover,
span.btn.btn-rtc.btn-border:hover {
  background: #D50204;
  color: #fff;
}
a.btn.btn_rtc.btn-white, a.btn.btn-rtc.btn-white,
button.btn.btn_rtc.btn-white,
button.btn.btn-rtc.btn-white,
input.btn.btn_rtc.btn-white,
input.btn.btn-rtc.btn-white,
span.btn.btn_rtc.btn-white,
span.btn.btn-rtc.btn-white {
  background: #fff;
  color: #D50204;
  border: transparent;
}
a.btn.btn_rtc.btn-white:hover, a.btn.btn-rtc.btn-white:hover,
button.btn.btn_rtc.btn-white:hover,
button.btn.btn-rtc.btn-white:hover,
input.btn.btn_rtc.btn-white:hover,
input.btn.btn-rtc.btn-white:hover,
span.btn.btn_rtc.btn-white:hover,
span.btn.btn-rtc.btn-white:hover {
  background: #D50204;
  color: #fff;
}
a.btn.btn-th50,
button.btn.btn-th50,
input.btn.btn-th50,
span.btn.btn-th50 {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 1.3em;
  background: #f0eb44;
  padding: 13px 18px;
  color: #0f0f3d;
  font-family: "Inter";
  font-weight: 600;
}
a.btn.btn-th50:not([href]):not([tabindex]),
button.btn.btn-th50:not([href]):not([tabindex]),
input.btn.btn-th50:not([href]):not([tabindex]),
span.btn.btn-th50:not([href]):not([tabindex]) {
  color: #0f0f3d;
}
a.btn.btn-th50:hover,
button.btn.btn-th50:hover,
input.btn.btn-th50:hover,
span.btn.btn-th50:hover {
  border-color: #0a0a09;
  background: #0a0a09;
}
a.btn.btn-th50.btn-border,
button.btn.btn-th50.btn-border,
input.btn.btn-th50.btn-border,
span.btn.btn-th50.btn-border {
  border-color: #f0eb44;
  background: transparent;
  color: #f0eb44;
}
a.btn.btn-th50.btn-border:hover,
button.btn.btn-th50.btn-border:hover,
input.btn.btn-th50.btn-border:hover,
span.btn.btn-th50.btn-border:hover {
  background: #f0eb44;
  color: #0f0f3d;
}
a.btn.btn-bc,
button.btn.btn-bc,
input.btn.btn-bc,
span.btn.btn-bc {
  border: none;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 28px;
  color: #fff;
  font-family: "Poppins";
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(90deg, #8613B5 0%, #E6069A 100%);
  transition: all 0.2s;
  letter-spacing: 1px;
}
@media (max-width: 639px) {
  a.btn.btn-bc,
  button.btn.btn-bc,
  input.btn.btn-bc,
  span.btn.btn-bc {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 18px;
  }
}
a.btn.btn-bc:hover,
button.btn.btn-bc:hover,
input.btn.btn-bc:hover,
span.btn.btn-bc:hover {
  opacity: 0.9;
}
a.btn.btn-bc:active, a.btn.btn-bc:focus,
button.btn.btn-bc:active,
button.btn.btn-bc:focus,
input.btn.btn-bc:active,
input.btn.btn-bc:focus,
span.btn.btn-bc:active,
span.btn.btn-bc:focus {
  background: linear-gradient(90deg, #8613B5 0%, #E6069A 100%) !important;
  text-decoration: none !important;
}
a.btn.btn-yellow,
button.btn.btn-yellow,
input.btn.btn-yellow,
span.btn.btn-yellow {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 1.3em;
  background: #f19108;
  padding: 13px 18px;
  color: #fff;
  font-weight: 500;
}
a.btn.btn-yellow:not([href]):not([tabindex]),
button.btn.btn-yellow:not([href]):not([tabindex]),
input.btn.btn-yellow:not([href]):not([tabindex]),
span.btn.btn-yellow:not([href]):not([tabindex]) {
  color: #fff;
}
a.btn.btn-yellow:hover,
button.btn.btn-yellow:hover,
input.btn.btn-yellow:hover,
span.btn.btn-yellow:hover {
  border-color: #faa329;
  background: #faa329;
}
a.btn.btn-yellow.btn-border,
button.btn.btn-yellow.btn-border,
input.btn.btn-yellow.btn-border,
span.btn.btn-yellow.btn-border {
  border-color: #f19108;
  background: transparent;
  color: #f19108;
  font-weight: 600;
}
a.btn.btn-yellow.btn-border:hover,
button.btn.btn-yellow.btn-border:hover,
input.btn.btn-yellow.btn-border:hover,
span.btn.btn-yellow.btn-border:hover {
  font-weight: 600;
  background: #f19108;
  color: #fff;
}
a.btn.btn_pink,
button.btn.btn_pink,
input.btn.btn_pink,
span.btn.btn_pink {
  background: #D40C91;
  font-weight: 500;
  padding: 6px 30px;
}
a.btn.btn_pink:hover,
button.btn.btn_pink:hover,
input.btn.btn_pink:hover,
span.btn.btn_pink:hover {
  background: #f935b8;
}
a.btn.purple,
button.btn.purple,
input.btn.purple,
span.btn.purple {
  background: #752eef;
  font-weight: 500;
  padding: 6px 30px;
}
a.btn.purple:hover,
button.btn.purple:hover,
input.btn.purple:hover,
span.btn.purple:hover {
  background: #8741ff;
}
a.btn.purple.transparent,
button.btn.purple.transparent,
input.btn.purple.transparent,
span.btn.purple.transparent {
  background: #fff;
  color: #752eef;
  border: 1px solid #752eef;
}
a.btn.purple.transparent:hover,
button.btn.purple.transparent:hover,
input.btn.purple.transparent:hover,
span.btn.purple.transparent:hover {
  background: #752eef;
  color: #fff;
}
a.btn.rtc,
button.btn.rtc,
input.btn.rtc,
span.btn.rtc {
  background: #D50204;
  color: #fff;
  border: 1px solid transparent;
}
a.btn.rtc:hover,
button.btn.rtc:hover,
input.btn.rtc:hover,
span.btn.rtc:hover {
  color: #D50204;
  background: #fff;
  border: 1px solid #D50204;
}
a.btn.purple_gradient,
button.btn.purple_gradient,
input.btn.purple_gradient,
span.btn.purple_gradient {
  background: linear-gradient(90deg, rgb(93, 29, 225) 0%, rgb(143, 65, 255) 100%);
  font-weight: 500;
  padding: 6px 17px;
  transition: all 0.2s;
}
a.btn.purple_gradient:hover,
button.btn.purple_gradient:hover,
input.btn.purple_gradient:hover,
span.btn.purple_gradient:hover {
  background: linear-gradient(90deg, rgb(93, 29, 225) 0%, rgb(93, 29, 225) 100%);
}
a.btn.btn_summit,
button.btn.btn_summit,
input.btn.btn_summit,
span.btn.btn_summit {
  background: linear-gradient(90deg, #5700E7 0%, #9900FA 100%);
  box-shadow: 0px 8px 30px rgba(94, 29, 225, 0.4);
  border-radius: 60px;
  font-size: 16px;
  line-height: 32px;
  font-family: "Inter";
  font-weight: 700;
  transition: all 0.2s;
  padding: 10px 25px;
}
a.btn.btn_summit:hover,
button.btn.btn_summit:hover,
input.btn.btn_summit:hover,
span.btn.btn_summit:hover {
  opacity: 0.85;
}
a.btn.btn_summit.with_img,
button.btn.btn_summit.with_img,
input.btn.btn_summit.with_img,
span.btn.btn_summit.with_img {
  padding: 8px 25px 8px 9px;
}
a.btn.btn_summit.with_img img,
button.btn.btn_summit.with_img img,
input.btn.btn_summit.with_img img,
span.btn.btn_summit.with_img img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
a.btn.btn_gradient_purple,
button.btn.btn_gradient_purple,
input.btn.btn_gradient_purple,
span.btn.btn_gradient_purple {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  padding: 8px 38px;
  transition: all 0.2s;
  background: linear-gradient(63.63deg, #8B15B9 0.53%, #E6069A 99.1%), #C4C4C4;
  text-decoration: initial !important;
}
a.btn.btn_gradient_purple:hover,
button.btn.btn_gradient_purple:hover,
input.btn.btn_gradient_purple:hover,
span.btn.btn_gradient_purple:hover {
  opacity: 0.85;
  color: #fff;
}
a.btn.btn_gradient_purple:active,
button.btn.btn_gradient_purple:active,
input.btn.btn_gradient_purple:active,
span.btn.btn_gradient_purple:active {
  background-image: initial !important;
  background: linear-gradient(63.63deg, #8B15B9 0.53%, #E6069A 99.1%), #C4C4C4 !important;
  text-transform: none;
}
a.btn.btn_gradient_purple:focus,
button.btn.btn_gradient_purple:focus,
input.btn.btn_gradient_purple:focus,
span.btn.btn_gradient_purple:focus {
  color: #fff;
}
a.btn.btn_gradient_purple.with_img,
button.btn.btn_gradient_purple.with_img,
input.btn.btn_gradient_purple.with_img,
span.btn.btn_gradient_purple.with_img {
  padding: 3px 40px 3px 3px;
  display: flex;
  align-items: center;
  align-content: center;
  max-width: 330px;
  margin: 0 auto;
}
a.btn.btn_gradient_purple.with_img img,
button.btn.btn_gradient_purple.with_img img,
input.btn.btn_gradient_purple.with_img img,
span.btn.btn_gradient_purple.with_img img {
  margin-right: 20px;
}
a.btn.btn_gradient_purple.img_abs,
button.btn.btn_gradient_purple.img_abs,
input.btn.btn_gradient_purple.img_abs,
span.btn.btn_gradient_purple.img_abs {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 5px 5px 5px 50px;
  font-size: 18px;
  max-width: 411px;
  letter-spacing: 2px;
}
a.btn.btn_gradient_purple.img_abs img,
button.btn.btn_gradient_purple.img_abs img,
input.btn.btn_gradient_purple.img_abs img,
span.btn.btn_gradient_purple.img_abs img {
  position: absolute;
  left: 5px;
  top: 5px;
  margin: 0;
}
@media (max-width: 1440px) {
  a.btn.btn_gradient_purple.img_abs img,
  button.btn.btn_gradient_purple.img_abs img,
  input.btn.btn_gradient_purple.img_abs img,
  span.btn.btn_gradient_purple.img_abs img {
    top: 4px;
    max-width: 37px;
  }
}
@media (max-width: 479px) {
  a.btn.btn_gradient_purple.img_abs img,
  button.btn.btn_gradient_purple.img_abs img,
  input.btn.btn_gradient_purple.img_abs img,
  span.btn.btn_gradient_purple.img_abs img {
    top: 3px;
    max-width: 28px;
  }
}
@media (max-width: 1440px) {
  a.btn.btn_gradient_purple.img_abs,
  button.btn.btn_gradient_purple.img_abs,
  input.btn.btn_gradient_purple.img_abs,
  span.btn.btn_gradient_purple.img_abs {
    min-height: 45px;
    font-size: 16px;
    line-height: 24px;
    max-width: 364px;
    letter-spacing: 1px;
    padding: 4px 5px 4px 42px;
  }
}
@media (max-width: 479px) {
  a.btn.btn_gradient_purple.img_abs,
  button.btn.btn_gradient_purple.img_abs,
  input.btn.btn_gradient_purple.img_abs,
  span.btn.btn_gradient_purple.img_abs {
    min-height: 34px;
    font-size: 13px;
  }
}
a.btn.white,
button.btn.white,
input.btn.white,
span.btn.white {
  background: #fff;
  color: #752eef;
  padding: 6px 17px;
  font-weight: 500;
}
a.btn.white:hover,
button.btn.white:hover,
input.btn.white:hover,
span.btn.white:hover {
  color: #fff;
  background: #752eef;
}
a.btn.green,
button.btn.green,
input.btn.green,
span.btn.green {
  border: 1px solid #009c01;
  color: #009c01;
  font-weight: 400;
}
a.btn.green:hover,
button.btn.green:hover,
input.btn.green:hover,
span.btn.green:hover {
  background: #009c01;
  color: #fff;
}
a.btn.white-trns,
button.btn.white-trns,
input.btn.white-trns,
span.btn.white-trns {
  border: 1px solid #fff;
  border-radius: 60px;
  font-weight: 500;
  padding: 5px 22px;
}
a.btn.white-trns:hover,
button.btn.white-trns:hover,
input.btn.white-trns:hover,
span.btn.white-trns:hover {
  background: #fff;
  color: #000;
}
a.btn.btn_white,
button.btn.btn_white,
input.btn.btn_white,
span.btn.btn_white {
  background: #fff;
  color: #752eef;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 1px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
  border: 2px solid #fff;
}
a.btn.btn_white .icon-login,
button.btn.btn_white .icon-login,
input.btn.btn_white .icon-login,
span.btn.btn_white .icon-login {
  background: #752eef;
  color: #fff;
  border-radius: 60px;
  margin-right: 15px;
  width: 35px;
  height: 35px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  transition: all 0.3s;
}
a.btn.btn_white .icon-login:before,
button.btn.btn_white .icon-login:before,
input.btn.btn_white .icon-login:before,
span.btn.btn_white .icon-login:before {
  position: relative;
  left: -1px;
}
a.btn.btn_white:hover,
button.btn.btn_white:hover,
input.btn.btn_white:hover,
span.btn.btn_white:hover {
  background: #752eef;
  color: #fff;
  border: 2px solid #fff;
}
a.btn.btn-violet,
button.btn.btn-violet,
input.btn.btn-violet,
span.btn.btn-violet {
  background: #752eef;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 1px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
  border: 2px solid #752eef;
}
a.btn.btn-violet .icon-login,
button.btn.btn-violet .icon-login,
input.btn.btn-violet .icon-login,
span.btn.btn-violet .icon-login {
  color: #752eef;
  background: #fff;
  border-radius: 60px;
  margin-right: 15px;
  width: 35px;
  height: 35px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
a.btn.btn-violet:hover,
button.btn.btn-violet:hover,
input.btn.btn-violet:hover,
span.btn.btn-violet:hover {
  background: #fff;
  color: #752eef;
}
a.btn.btn_dark_purple,
button.btn.btn_dark_purple,
input.btn.btn_dark_purple,
span.btn.btn_dark_purple {
  background: #5226AE;
  font-weight: 700;
  font-family: "Inter";
  transition: all 0.6s;
  position: relative;
  border-color: transparent !important;
  color: #fff;
  padding: 3px;
  font-size: 15px;
  text-align: center;
  padding: 14px 40px;
}
a.btn.btn_dark_purple:hover,
button.btn.btn_dark_purple:hover,
input.btn.btn_dark_purple:hover,
span.btn.btn_dark_purple:hover {
  background: #5f2fc6;
  color: #fff;
}
a.btn.btn_purple_st,
button.btn.btn_purple_st,
input.btn.btn_purple_st,
span.btn.btn_purple_st {
  background: #5E1DE1;
  font-weight: 600;
  font-family: "Inter";
  transition: all 0.6s;
  position: relative;
  border-color: transparent !important;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 3px;
  font-size: 22px;
  text-align: center;
  padding: 20px 35px;
}
a.btn.btn_purple_st:hover,
button.btn.btn_purple_st:hover,
input.btn.btn_purple_st:hover,
span.btn.btn_purple_st:hover {
  background: rgb(112, 59, 227);
  color: #fff;
}
a.btn.btn_purple,
button.btn.btn_purple,
input.btn.btn_purple,
span.btn.btn_purple {
  background-image: linear-gradient(to right, #4A1BE7, #7D42FA);
  font-weight: 600;
  transition: all 0.6s;
  position: relative;
  border-color: transparent !important;
  color: #fff;
  padding: 3px;
  font-size: 14px;
  display: flex;
  align-items: center;
  align-content: center;
}
a.btn.btn_purple > span,
button.btn.btn_purple > span,
input.btn.btn_purple > span,
span.btn.btn_purple > span {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
a.btn.btn_purple .icon-login,
button.btn.btn_purple .icon-login,
input.btn.btn_purple .icon-login,
span.btn.btn_purple .icon-login {
  color: #752eef;
  background: #fff;
  border-radius: 60px;
  margin-right: 15px;
  width: 35px;
  height: 35px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
a.btn.btn_purple:hover,
button.btn.btn_purple:hover,
input.btn.btn_purple:hover,
span.btn.btn_purple:hover {
  background-image: linear-gradient(to left, #7D42FA, #4A1BE7);
  color: #fff;
}
a.btn.btn_purple:hover:after,
button.btn.btn_purple:hover:after,
input.btn.btn_purple:hover:after,
span.btn.btn_purple:hover:after {
  opacity: 1;
}
a.btn.btn_purple:after,
button.btn.btn_purple:after,
input.btn.btn_purple:after,
span.btn.btn_purple:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3em;
  background-image: linear-gradient(90deg, rgb(125, 66, 250) 100%, rgb(74, 27, 231) 0%);
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}
a.btn.btn_purple span,
button.btn.btn_purple span,
input.btn.btn_purple span,
span.btn.btn_purple span {
  position: relative;
  z-index: 3;
  color: #fff;
}
a.btn.btn-trsp-purple,
button.btn.btn-trsp-purple,
input.btn.btn-trsp-purple,
span.btn.btn-trsp-purple {
  font-size: 14px;
  line-height: 1.3em;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  letter-spacing: 1px;
  padding: 13px 18px;
}
a.btn.btn-trsp-purple:hover,
button.btn.btn-trsp-purple:hover,
input.btn.btn-trsp-purple:hover,
span.btn.btn-trsp-purple:hover {
  border-color: transparent;
  background: #752eef;
}

textarea,
textarea.form-control,
input,
input.form-control {
  font-size: 15px;
  font-weight: 600;
  color: #777;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: none;
  padding: 0 22px;
  height: 44px;
}
textarea.placeholder,
textarea.form-control.placeholder,
input.placeholder,
input.form-control.placeholder {
  font-weight: 400;
  color: #b0b0b0;
}
textarea:-moz-placeholder,
textarea.form-control:-moz-placeholder,
input:-moz-placeholder,
input.form-control:-moz-placeholder {
  font-weight: 400;
  color: #b0b0b0;
}
textarea::-moz-placeholder,
textarea.form-control::-moz-placeholder,
input::-moz-placeholder,
input.form-control::-moz-placeholder {
  font-weight: 400;
  color: #b0b0b0;
}
textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder,
input:-ms-input-placeholder,
input.form-control:-ms-input-placeholder {
  font-weight: 400;
  color: #b0b0b0;
}
textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder,
input.form-control::-webkit-input-placeholder {
  font-weight: 400;
  color: #b0b0b0;
}
textarea:focus,
textarea.form-control:focus,
input:focus,
input.form-control:focus {
  box-shadow: 0 0 8px rgba(48, 115, 200, 0.8);
  border-color: #752eef;
  outline: 0;
}

.btn.dropdown-toggle {
  font-size: 15px;
  font-weight: 600;
  color: #752eef;
  border: 1px solid #752eef;
  padding: 20px 18px;
  border-radius: 0px;
  text-align: left;
}
@media (max-width: 639px) {
  .btn.dropdown-toggle {
    padding: 12px;
  }
}
.btn.dropdown-toggle:hover, .btn.dropdown-toggle:focus {
  outline: none !important;
  cursor: pointer;
}
.btn.dropdown-toggle:after {
  content: "\e764";
  display: block;
  position: absolute;
  font-family: "fontello";
  border: none;
  right: 36px;
  top: 38%;
}
@media (max-width: 639px) {
  .btn.dropdown-toggle:after {
    right: 25px;
    top: 32%;
  }
}

.bootstrap-select {
  text-shadow: none;
  margin: 16px 0 0;
}
.bootstrap-select.btn-group.show .notify {
  border: 1px solid #752eef;
  padding: 8px 15px;
  color: #752eef;
  opacity: 1;
}
.bootstrap-select .dropdown-menu li a.new small.text-muted {
  color: green !important;
}
.bootstrap-select .dropdown-menu li a.line_throuh span.text {
  text-decoration: line-through;
}
.bootstrap-select .dropdown-menu li a.almost_full span.text small {
  color: orange !important;
}
.bootstrap-select .dropdown-menu li a {
  white-space: initial;
  z-index: 9999;
}
.bootstrap-select .dropdown-menu li small.text-muted {
  font-size: 14px;
  font-weight: 700;
  color: #f95c5c !important;
  text-decoration: none;
  display: inline-block;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select select {
  width: 1px !important;
}
.bootstrap-select.show.dropup .btn.dropdown-toggle {
  border: 1px solid #752eef;
  border-top: 1px solid transparent;
  box-shadow: none;
}
.bootstrap-select.show.dropup .dropdown-menu.open {
  border: 1px solid #752eef;
  border-radius: 0px;
  margin: 0 0 -2px;
  border-bottom: 0;
  box-shadow: none;
}
.bootstrap-select.show .btn.dropdown-toggle {
  border-bottom: 1px solid transparent;
  border: 1px solid #752eef;
  outline: none !important;
  box-shadow: none;
  color: #752eef;
  background: #fff;
}
.bootstrap-select.show .btn.dropdown-toggle:hover {
  background: #fff;
}
.bootstrap-select.show .dropdown-menu {
  max-height: 300px !important;
  border-radius: 0px;
  margin: 0;
}
.bootstrap-select.show .dropdown-menu.open {
  box-shadow: 0 10px 12px rgba(84, 174, 7, 0.1);
  border: 1px solid #752eef;
  border-radius: 0px;
  margin: -2px 0 0;
  border-top: 0px;
}
@media (max-width: 639px) {
  .bootstrap-select.show .dropdown-menu.open {
    width: 100%;
  }
}
.bootstrap-select.show .dropdown-menu a {
  padding: 3px 10px;
  color: #752eef;
  outline: none;
}
.bootstrap-select .dropdown-menu > li {
  background: #fff;
}
.bootstrap-select .dropdown-menu > li.selected a {
  color: #fff;
  background: #752eef;
}
.bootstrap-select .dropdown-menu > li.selected a:hover, .bootstrap-select .dropdown-menu > li.selected a:focus {
  background: #752eef;
}
.bootstrap-select .dropdown-menu > li > a {
  padding: 10px 15px;
  white-space: initial;
}
.bootstrap-select .dropdown-menu > li > a:hover, .bootstrap-select .dropdown-menu > li > a:focus {
  background: #752eef;
}
.bootstrap-select .dropdown-menu > li > a .check-mark:after {
  font-family: "fontello";
  content: "✓";
}
.bootstrap-select .dropdown-menu > li:nth-child(2n) {
  background-color: #f7f7f7;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 90%;
}

.page-template-main-squeeze-short .sp_support_line,
.page-template-main-squeeze .sp_support_line {
  background: #fff;
}
.page-template-main-squeeze-short #about,
.page-template-main-squeeze #about {
  padding: 85px 0 150px;
}
.page-template-main-squeeze-short #numbers,
.page-template-main-squeeze #numbers {
  background: url("../img/main/squeeze/bg_numbers.jpg") no-repeat center top;
  background-size: cover;
  margin: 0;
}
.page-template-main-squeeze-short #numbers:before,
.page-template-main-squeeze #numbers:before {
  display: none;
}

.page-template-main-squeeze-short .squeeze_txt.table {
  padding: 87px 0 65px;
}
@media (max-width: 991px) {
  .page-template-main-squeeze-short .squeeze_txt.table {
    padding: 60px 0;
  }
}

.page-template-main-become-partner .quote .head p.tool_txt {
  display: none;
}
.page-template-main-become-partner .quote .content .btn.btn-gradient {
  letter-spacing: 2.5px;
}
@media (max-width: 479px) {
  .page-template-main-become-partner .ifs_reg .btn.btn-gradient {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .page-template-main-become-partner #about .down_icon {
    display: none;
  }
}

.page-template-sales-immersion_new #contact_txt .down_icon,
.page-template-sales-program #contact_txt .down_icon {
  display: none;
}

.page-template-sales-enhanced_upsell #quotes .down_icon,
.page-template-sales-immersion_old #quotes .down_icon,
.page-template-sales-cert_upsell #quotes .down_icon,
.page-template-sales-program #quotes .down_icon {
  display: none;
}

.page-template-sales-program #logos {
  padding-bottom: 38px;
}
.page-template-sales-program #logos p.pre_txt {
  top: -8px;
}

.page-id-1165 #program_overview,
.page-id-1165 #immersion_timer,
.page-id-1165 #contact_txt {
  display: none;
}

.single {
  /* == WordPress WYSIWYG Editor Styles == */
}
.single .entry-content img {
  margin: 0 0 1.5em 0;
}
.single .alignleft,
.single img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
  margin-top: 20px;
}
.single .alignright,
.single img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
  margin-top: 20px;
}
.single .aligncenter,
.single img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  margin-top: 20px;
}
.single .alignnone,
.single img.alignnone {
  /* not sure about this one */
}
.single .wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.single .wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.single .wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.single .wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.single blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
.single blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
@media (max-width: 767px) {
  .single .alignright,
  .single img.alignright,
  .single .alignleft,
  .single img.alignleft,
  .single .alignnone,
  .single img.alignnone {
    float: none;
    display: block;
    clear: both;
    margin: 1.5em auto;
  }
}

html {
  font-size: 16px;
}

body {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  background-color: #fff;
  color: #0f0f3d;
  font-size: 16px;
}

p,
li {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

a {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #5e1de1;
}

a:hover,
a:focus {
  text-decoration: underline;
  font-style: normal;
  color: #8f41ff;
}

a:active {
  font-weight: normal;
  text-decoration: underline;
  font-style: normal;
  color: #df91ff;
}

a.button:disabled {
  background-color: #f1f1f1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
  color: #0f0f3d;
  text-transform: none;
}

h1 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #0f0f3d;
  font-size: 68px;
  text-transform: none;
}

h2 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #0f0f3d;
  font-size: 62px;
  text-transform: none;
  line-height: 1;
}

h3 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #0f0f3d;
  font-size: 48px;
  text-transform: none;
}

h4 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #0f0f3d;
  font-size: 34px;
  text-transform: none;
}

h5 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #0f0f3d;
  font-size: 26px;
  text-transform: none;
}

h6 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #0f0f3d;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: none;
}

.icons_white_arrow {
  width: 29px;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 58px;
  }
  h2 {
    font-size: 52px;
  }
  h3 {
    font-size: 42px;
  }
  h4 {
    font-size: 32px;
  }
  h5 {
    font-size: 26px;
  }
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    letter-spacing: -0.5px;
  }
  h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
  }
  h3 {
    font-size: 34px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
    line-height: 1.1;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
}
.rights_reserved {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 14px;
  font-style: italic;
}

.rights_reserved + ul {
  margin-top: 50px;
}

.svg_animation_1 {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: dash 60s linear alternate infinite;
}

.svg_animation_2 {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: dash_2 120s linear alternate infinite;
  animation-direction: reverse;
}

@keyframes dash {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 800;
  }
}
@keyframes dash_2 {
  from {
    stroke-dashoffset: 800;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.animatable {
  /* initially hide animatable objects */
  visibility: hidden;
  /* initially pause animatable objects their animations */
  animation-play-state: paused;
}

/* show objects being animated */
.animated {
  visibility: visible;
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@keyframes fadeIn {
  0%, 60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    transform: translateX(20px);
  }
  80% {
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    transform: translateX(-20px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeBgColor {
  0%, 70% {
    background: none;
  }
  100% {
    background: #464646;
  }
}
.animated.animationDelay {
  animation-delay: 0.4s;
}

.animated.animationDelayMed {
  animation-delay: 1.2s;
}

.animated.animationDelayLong {
  animation-delay: 1.6s;
}

.animated.fadeBgColor {
  animation-name: fadeBgColor;
}

.animated.bounceIn {
  animation-name: bounceIn;
}

.animated.bounceInRight {
  animation-name: bounceInRight;
  animation-duration: 3s;
}

.animated.bounceInLeft {
  animation-name: bounceInLeft;
}

.animated.fadeIn {
  animation-name: fadeIn;
}

.animated.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 3s;
}

.animated.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 3s;
}

.animated.moveUp {
  animation-name: moveUp;
}

.fadeInRight {
  transform: translate(-30px, 0);
}

.fadeInLeft {
  transform: translate(30px, 0);
}

.fadeInRight,
.fadeInLeft {
  transition: all ease 2s;
  opacity: 0;
}

.animated.fadeInLeft,
.animated.fadeInRight {
  transform: translate(0, 0);
  transition: all ease 3s;
  opacity: 1;
}

.position_absolute {
  position: absolute !important;
}

.position_relative {
  position: relative !important;
}

.position_fixed {
  position: fixed !important;
}

.d_initial,
.d_i {
  display: initial !important;
}

.c_white,
.c_fff {
  color: #fff !important;
}

.c_000 {
  color: #000 !important;
}

.c_main {
  color: #752eef;
}

.c_dark,
.c_0F0F3D {
  color: #0F0F3D;
}

.opacity_0 {
  opacity: 0;
}

.c_purple {
  color: #6335C3;
}

.mw_250,
.mw250 {
  max-width: 250px !important;
}

.mw_300,
.mw300 {
  max-width: 300px !important;
}

.mw_350,
.mw350 {
  max-width: 350px !important;
}

.mw_400,
.mw400 {
  max-width: 400px !important;
}

.mw_450,
.mw450 {
  max-width: 450px !important;
}

.mw_500,
.mw500 {
  max-width: 500px !important;
}

.mw_550,
.mw550 {
  max-width: 550px !important;
}

.mw_600,
.mw600 {
  max-width: 600px !important;
}

.mw_650,
.mw650 {
  max-width: 650px !important;
}

.mw_700,
.mw700 {
  max-width: 700px !important;
}

.mw_750,
.mw750 {
  max-width: 750px !important;
}

.mw_800,
.mw800 {
  max-width: 800px !important;
}

.mw_850,
.mw850 {
  max-width: 850px !important;
}

.mw_900,
.mw900 {
  max-width: 900px !important;
}

.mw_950,
.mw950 {
  max-width: 950px !important;
}

.order_1 {
  order: 1;
}

.order_2 {
  order: 2;
}

.order_3 {
  order: 3;
}

.order_4 {
  order: 4;
}

.order_5 {
  order: 5;
}

.order_6 {
  order: 6;
}

.order_7 {
  order: 7;
}

.order_8 {
  order: 8;
}

@media (max-width: 767px) {
  .sm_order_1 {
    order: 1;
  }
}

@media (max-width: 767px) {
  .sm_order_2 {
    order: 2;
  }
}

@media (max-width: 767px) {
  .sm_order_3 {
    order: 3;
  }
}

@media (max-width: 767px) {
  .sm_order_4 {
    order: 4;
  }
}

@media (max-width: 767px) {
  .sm_order_5 {
    order: 5;
  }
}

@media (max-width: 767px) {
  .sm_order_6 {
    order: 6;
  }
}

@media (max-width: 767px) {
  .sm_order_7 {
    order: 7;
  }
}

@media (max-width: 767px) {
  .sm_order_8 {
    order: 8;
  }
}

.display_block {
  display: block !important;
}

.display_inline_block {
  display: inline-block;
}

.display_flex {
  display: flex !important;
}

.display_grid {
  display: grid !important;
}

.display_none {
  display: none !important;
}

.fw100 {
  font-weight: 100 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.lh80 {
  line-height: 80% !important;
}

.lh90 {
  line-height: 90% !important;
}

.lh100 {
  line-height: 100% !important;
}

.lh110 {
  line-height: 110% !important;
}

.lh120 {
  line-height: 120% !important;
}

.lh130 {
  line-height: 130% !important;
}

.lh140 {
  line-height: 140% !important;
}

.lh150 {
  line-height: 150% !important;
}

.lh160 {
  line-height: 160% !important;
}

.lh170 {
  line-height: 170% !important;
}

.lh180 {
  line-height: 180% !important;
}

.italic {
  font-style: italic;
}

.ff_inter,
.inter,
.Inter {
  font-family: "Inter" !important;
}

.ff_poppins,
.poppins,
.Poppins {
  font-family: "Poppins" !important;
}

@media (max-width: 1699px) {
  .hide_lg {
    display: none !important;
  }
}

@media (max-width: 1300px) {
  .hide_lm {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide_md {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide_sm {
    display: none !important;
  }
}

@media (max-width: 639px) {
  .hide_xs {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .hide_xxs {
    display: none !important;
  }
}

.show_sm {
  display: none !important;
}
@media (max-width: 767px) {
  .show_sm {
    display: block !important;
  }
}

.show_xs {
  display: none !important;
}
@media (max-width: 639px) {
  .show_xs {
    display: block !important;
  }
}

.show_xxs {
  display: none !important;
}
@media (max-width: 479px) {
  .show_xxs {
    display: block !important;
  }
}

.margin_auto,
.m_a {
  margin-left: auto;
  margin-right: auto;
}

.text_center,
.t_c {
  text-align: center;
}

.br8 {
  border-radius: 8px;
}

.cursor_pointer {
  cursor: pointer;
}

.no_click_wrap {
  pointer-events: none;
}
.no_click_wrap * {
  pointer-events: none;
}

.img_center {
  display: block;
  text-align: center;
}

/* PrismJS 1.29.0
https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clike+javascript */
.page-template-guidlines code[class*=language-], .page-template-guidlines pre[class*=language-] {
  color: #f8f8f2;
  background: 0 0;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.page-template-guidlines pre[class*=language-] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
  border-radius: 0.3em;
}
.page-template-guidlines :not(pre) > code[class*=language-], .page-template-guidlines pre[class*=language-] {
  background: #272822;
}
.page-template-guidlines :not(pre) > code[class*=language-] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}
.page-template-guidlines .token.cdata, .page-template-guidlines .token.comment, .page-template-guidlines .token.doctype, .page-template-guidlines .token.prolog {
  color: #8292a2;
}
.page-template-guidlines .token.punctuation {
  color: #f8f8f2;
}
.page-template-guidlines .token.namespace {
  opacity: 0.7;
}
.page-template-guidlines .token.constant, .page-template-guidlines .token.deleted, .page-template-guidlines .token.property, .page-template-guidlines .token.symbol, .page-template-guidlines .token.tag {
  color: #f92672;
}
.page-template-guidlines .token.boolean, .page-template-guidlines .token.number {
  color: #ae81ff;
}
.page-template-guidlines .token.attr-name, .page-template-guidlines .token.builtin, .page-template-guidlines .token.char, .page-template-guidlines .token.inserted, .page-template-guidlines .token.selector, .page-template-guidlines .token.string {
  color: #a6e22e;
}
.page-template-guidlines .language-css .token.string, .page-template-guidlines .style .token.string, .page-template-guidlines .token.entity, .page-template-guidlines .token.operator, .page-template-guidlines .token.url, .page-template-guidlines .token.variable {
  color: #f8f8f2;
}
.page-template-guidlines .token.atrule, .page-template-guidlines .token.attr-value, .page-template-guidlines .token.class-name, .page-template-guidlines .token.function {
  color: #e6db74;
}
.page-template-guidlines .token.keyword {
  color: #66d9ef;
}
.page-template-guidlines .token.important, .page-template-guidlines .token.regex {
  color: #fd971f;
}
.page-template-guidlines .token.bold, .page-template-guidlines .token.important {
  font-weight: 700;
}
.page-template-guidlines .token.italic {
  font-style: italic;
}
.page-template-guidlines .token.entity {
  cursor: help;
}
.page-template-guidlines pre {
  padding: 1rem;
  border: 1px solid #ddd;
  margin: 20px 0;
  display: none;
}
.page-template-guidlines pre code {
  display: block;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  font-family: "Roboto";
  color: #fff;
}

.page-template-guidlines {
  background: #ddd;
}
.page-template-guidlines #prices.practitioner {
  margin-top: 0px;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .page-template-guidlines #prices.practitioner {
    margin-bottom: 80px;
  }
}
.page-template-guidlines #prices.practitioner .noc_sq_ttl {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-weight: 600;
  color: #0f0f3d;
}
@media (max-width: 639px) {
  .page-template-guidlines #prices.practitioner .noc_sq_ttl .mob {
    display: block;
  }
}
.page-template-guidlines #prices.practitioner .scroll_overview {
  padding: 140px 0 0;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .page-template-guidlines #prices.practitioner .scroll_overview {
    width: 100%;
    overflow-x: scroll;
  }
}
@media (max-width: 991px) {
  .page-template-guidlines #prices.practitioner .scroll_overview {
    padding-left: 5px;
    padding-top: 130px;
    padding-bottom: 70px;
    margin-bottom: 50px;
  }
}
.page-template-guidlines #prices.practitioner .swipe_txt {
  position: relative;
  display: none;
}
@media (max-width: 991px) {
  .page-template-guidlines #prices.practitioner .swipe_txt {
    display: block;
  }
}
.page-template-guidlines #prices.practitioner .swipe_txt p {
  position: absolute;
  top: 15px;
  font-size: 12px;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  color: #c69b63;
  font-family: "Inter";
  letter-spacing: 0.5px;
  font-weight: 500;
}
.page-template-guidlines #prices.practitioner .wrapper1 {
  margin-bottom: -20px;
  pointer-events: none;
  position: relative;
}
@media (max-width: 991px) {
  .page-template-guidlines #prices.practitioner .wrapper1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: scroll;
    transform: scale(0.5);
  }
}
.page-template-guidlines #prices.practitioner .wrapper1 .container {
  border: none;
  background: none;
  text-align: center;
  min-width: 600px;
}
.page-template-guidlines #prices.practitioner .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 15px;
  max-width: 1075px;
  min-width: 800px;
  width: 100%;
}
@media (max-width: 767px) {
  .page-template-guidlines #prices.practitioner .container {
    justify-content: flex-start;
    min-width: 600px;
  }
}
.page-template-guidlines #prices.practitioner .btn_main {
  font-size: 16px;
  letter-spacing: 2px;
  padding: 13px 18px;
  border-radius: 110px;
  background: linear-gradient(264deg, #fdd394 -25.34%, #936635 82.41%), #00b2ea;
  color: #fff;
  font-family: "Inter";
  font-weight: 600;
  width: 100%;
  max-width: 85%;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.2s;
}
.page-template-guidlines #prices.practitioner .btn_main:not([href]):not([tabindex]) {
  color: #0f0f3d;
}
.page-template-guidlines #prices.practitioner .btn_main:hover {
  opacity: 0.9;
  color: #fff;
}
.page-template-guidlines #prices.practitioner .column {
  position: relative;
  width: 33.33%;
  border-radius: 0;
  background: #fff;
}
@media (max-width: 767px) {
  .page-template-guidlines #prices.practitioner .column {
    width: 50%;
  }
}
.page-template-guidlines #prices.practitioner .column .head {
  min-height: 155px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
}
.page-template-guidlines #prices.practitioner .column .head h3 {
  width: 100%;
}
.page-template-guidlines #prices.practitioner .column .head .prices_thumb img {
  position: absolute;
  left: calc(50% - 114px);
  top: -120px;
  width: 100%;
  max-width: 228px;
}
.page-template-guidlines #prices.practitioner .column .head .star_rating {
  display: none;
  text-align: center;
  margin-bottom: 10px;
}
.page-template-guidlines #prices.practitioner .column .head .star_rating li {
  margin-right: 1px;
}
.page-template-guidlines #prices.practitioner .column .head h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing: 0;
}
.page-template-guidlines #prices.practitioner .column .head p {
  display: none;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  max-width: 255px;
  margin: 0 auto 0px;
  padding-bottom: 20px;
}
@media (max-width: 639px) {
  .page-template-guidlines #prices.practitioner .column .head p {
    padding: 0 5px 20px;
  }
}
.page-template-guidlines #prices.practitioner .column .body .toggle {
  font-size: 14px;
  line-height: 51px;
  font-weight: 600;
  background: #eeeeee;
  letter-spacing: 0.5px;
  position: relative;
  border-radius: 0px;
  box-shadow: none;
  margin: 0;
  display: block;
  width: auto;
  color: #c69b63;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: none;
}
.page-template-guidlines #prices.practitioner .column .body .toggle:hover {
  opacity: 0.8;
  color: #c69b63;
}
.page-template-guidlines #prices.practitioner .column .body .toggle i {
  margin-left: 4px;
  font-size: 14px;
}
.page-template-guidlines #prices.practitioner .column .body .toggle .in {
  display: none;
}
.page-template-guidlines #prices.practitioner .column .body .toggle .out {
  display: initial;
}
.page-template-guidlines #prices.practitioner .column .body .toggle.in .in {
  display: initial;
}
.page-template-guidlines #prices.practitioner .column .body .toggle.in .out {
  display: none;
}
.page-template-guidlines #prices.practitioner .column .body .base_details {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-family: "Inter";
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  padding-bottom: 25px;
}
.page-template-guidlines #prices.practitioner .column .body .base_details li {
  padding: 16px 8px;
  font-family: "Inter";
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #c69b63;
  border-bottom: 1px solid #d4e0e5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 68px;
}
@media (max-width: 991px) {
  .page-template-guidlines #prices.practitioner .column .body .base_details li {
    line-height: initial;
    min-height: 60px;
    padding: 10px 8px;
  }
}
@media (max-width: 639px) {
  .page-template-guidlines #prices.practitioner .column .body .base_details li {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 479px) {
  .page-template-guidlines #prices.practitioner .column .body .base_details li {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.page-template-guidlines #prices.practitioner .column .body .base_details li.grey-1 {
  background: #ede9f0;
}
.page-template-guidlines #prices.practitioner .column .body .base_details li.grey-2 {
  background: #e0dfe5;
}
.page-template-guidlines #prices.practitioner .column .body .base_details li.grey-2 span {
  color: #0f0f3d;
}
.page-template-guidlines #prices.practitioner .column .body .base_details li.purple-light-1 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #c69b63;
}
.page-template-guidlines #prices.practitioner .column .body .base_details li.ttl {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #8913ba !important;
}
.page-template-guidlines #prices.practitioner .column .body .base_details li.ttl span {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #8913ba !important;
}
.page-template-guidlines #prices.practitioner .column .body .base_details li.nb {
  border: none;
}
.page-template-guidlines #prices.practitioner .column .body .base_details li.purple-light-2 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), #c69b63;
}
.page-template-guidlines #prices.practitioner .column .body .base_details li.no-top-border {
  border-top: initial !important;
}
.page-template-guidlines #prices.practitioner .column .body .base_details li.height-2 {
  min-height: 110px;
}
.page-template-guidlines #prices.practitioner .column .body .base_details li.height-3 {
  min-height: 140px;
}
.page-template-guidlines #prices.practitioner .column .body .base_details li.height-4 {
  min-height: 173px;
}
.page-template-guidlines #prices.practitioner .column .body .base_details li.height-5 {
  min-height: 206px;
}
.page-template-guidlines #prices.practitioner .column .body .base_details li.height-6 {
  min-height: 239px;
}
.page-template-guidlines #prices.practitioner .column .body .base_details li.height-7 {
  min-height: 272px;
}
.page-template-guidlines #prices.practitioner .column .body .base_details li.height-8 {
  min-height: 318px;
}
.page-template-guidlines #prices.practitioner .column .body .base_details li.height-10 {
  min-height: 371px;
}
.page-template-guidlines #prices.practitioner .column .body .base_details li b {
  color: #c69b63;
  font-weight: 600;
}
.page-template-guidlines #prices.practitioner .column .body .base_details li .icon-check {
  background: transparent;
  color: #c69b63;
  border-radius: 60px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 20px;
}
.page-template-guidlines #prices.practitioner .column .body .base_details li .icon-cancel {
  color: #828282;
  font-size: 20px;
}
.page-template-guidlines #prices.practitioner .column .foot {
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}
.page-template-guidlines #prices.practitioner .column .foot .annual {
  display: initial;
}
.page-template-guidlines #prices.practitioner .column .foot .monthly {
  display: none;
}
.page-template-guidlines #prices.practitioner .column .foot.monthly .annual {
  display: none;
}
.page-template-guidlines #prices.practitioner .column .foot.monthly .monthly {
  display: initial;
}
.page-template-guidlines #prices.practitioner .column .foot.monthly .switch button i:before {
  right: 16px;
}
.page-template-guidlines #prices.practitioner .column .foot ul {
  list-style: none;
  padding-left: 0;
  display: block;
  max-width: 220px;
  margin: 0 auto;
  border-radius: 60px;
  padding-top: 50px;
}
.page-template-guidlines #prices.practitioner .column .foot ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.page-template-guidlines #prices.practitioner .column .foot ul li.pay_full {
  max-width: 182px;
  display: block;
  margin: 0 auto 20px;
  padding: 11px 15px;
  text-align: center;
  border-radius: 60px;
  position: relative;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 500;
  color: #0f0f3d;
}
@media (max-width: 639px) {
  .page-template-guidlines #prices.practitioner .column .foot ul li.pay_full {
    font-size: 12px;
    max-width: 160px;
    padding: 10px;
  }
}
.page-template-guidlines #prices.practitioner .column .foot ul li.pay_full .deliver {
  display: block;
  width: 100%;
  height: 0;
  margin-bottom: 8px;
}
.page-template-guidlines #prices.practitioner .column .foot ul li.pay_full b {
  font-size: 20px;
  font-family: "Inter";
  position: relative;
  padding-right: 6px;
  opacity: 0.6;
  margin: 0 auto 4px;
  font-weight: 700;
}
.page-template-guidlines #prices.practitioner .column .foot ul li.pay_full b:before {
  position: absolute;
  z-index: -1;
  top: 45%;
  left: -4px;
  width: 100%;
  height: 4px;
  content: "";
  background: #c69b63;
}
.page-template-guidlines #prices.practitioner .column .foot ul li.pay_seb {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Inter";
  text-align: center;
  flex-wrap: wrap;
  margin: 0px auto 15px;
}
.page-template-guidlines #prices.practitioner .column .foot ul li.pay_seb b {
  font-family: "Inter";
  display: block;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-template-guidlines #prices.practitioner .column .foot ul li.pay_seb b {
    font-size: 40px;
    line-height: 50px;
    width: 100%;
  }
}
.page-template-guidlines #prices.practitioner .column .foot .btn-yellow {
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  height: initial;
  padding: 13px 85px;
  background: #f0eb44;
  color: #0f0f3d;
  border-radius: 60px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-template-guidlines #prices.practitioner .column .foot .btn-yellow {
    padding: 15px 45px;
  }
}
@media (max-width: 639px) {
  .page-template-guidlines #prices.practitioner .column .foot .btn-yellow {
    padding: 10px 15px;
    max-width: 90%;
    font-size: 16px;
  }
}
.page-template-guidlines #prices.practitioner .column .foot .price_timer_wrap {
  display: initial !important;
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  padding: 0 50px;
}
.page-template-guidlines #prices.practitioner .column .foot .price_timer_wrap .countdown-row {
  display: flex;
  justify-content: center;
}
.page-template-guidlines #prices.practitioner .column .foot .price_timer_wrap .countdown-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  justify-content: center;
}
.page-template-guidlines #prices.practitioner .column .foot .price_timer_wrap .countdown-section:before {
  position: absolute;
  top: 0;
  right: -6px;
  font-size: 20px;
  font-weight: 300;
  color: #c69b63;
  content: ":";
}
@media (max-width: 991px) {
  .page-template-guidlines #prices.practitioner .column .foot .price_timer_wrap .countdown-section:before {
    font-size: 30px;
  }
}
.page-template-guidlines #prices.practitioner .column .foot .price_timer_wrap .countdown-section.nodot:before {
  display: none !important;
}
.page-template-guidlines #prices.practitioner .column .foot .price_timer_wrap .countdown-section .countdown-amount {
  width: 100%;
  color: #c69b63;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-template-guidlines #prices.practitioner .column .foot .price_timer_wrap .countdown-section .countdown-amount {
    font-size: 26px;
  }
}
.page-template-guidlines #prices.practitioner .column .foot .price_timer_wrap .countdown-section .countdown-period {
  width: 100%;
  color: #0f0f3d;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .page-template-guidlines #prices.practitioner .column .foot .price_timer_wrap .countdown-section .countdown-period {
    font-size: 10px;
  }
}
.page-template-guidlines #prices.practitioner .column.info {
  padding-right: 20px;
  margin-top: -4px;
}
@media (max-width: 991px) {
  .page-template-guidlines #prices.practitioner .column.info {
    padding-right: 5px;
  }
}
.page-template-guidlines #prices.practitioner .column.info .head {
  position: relative;
}
.page-template-guidlines #prices.practitioner .column.info .head .prices_thumb img {
  left: 0;
  bottom: 40px;
  top: initial;
  right: initial;
  width: 145px;
}
.page-template-guidlines #prices.practitioner .column.info .head h3 {
  margin-bottom: 40px;
  color: #0f0f3d;
}
.page-template-guidlines #prices.practitioner .column.info .body .toggle {
  opacity: 0;
}
.page-template-guidlines #prices.practitioner .column.info .body .base_details li:first-child {
  border-top: 1px solid #d4e0e5;
}
.page-template-guidlines #prices.practitioner .column.info .body .base_details li {
  font-family: "Inter";
  color: #0f0f3d;
  font-weight: 500;
  text-align: left;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .page-template-guidlines #prices.practitioner .column.info .body .base_details li {
    font-size: 13px;
    line-height: 26px;
  }
}
.page-template-guidlines #prices.practitioner .column.info .body .base_details li b {
  color: #0f0f3d;
}
.page-template-guidlines #prices.practitioner .column.info .foot form,
.page-template-guidlines #prices.practitioner .column.info .foot .annual,
.page-template-guidlines #prices.practitioner .column.info .foot .monthly,
.page-template-guidlines #prices.practitioner .column.info .foot .price_timer_wrap {
  display: none !important;
}
.page-template-guidlines #prices.practitioner .column.info .foot .switch_plan {
  border-radius: 6px;
  padding-top: 120px;
  border: none;
}
.page-template-guidlines #prices.practitioner .column.info .foot .switch_plan:nth-child(1) {
  padding: 0;
  height: 100%;
}
.page-template-guidlines #prices.practitioner .column.info .foot .switch_plan:nth-child(2), .page-template-guidlines #prices.practitioner .column.info .foot .switch_plan:nth-child(3) {
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 20px;
  border-radius: 8px;
}
.page-template-guidlines #prices.practitioner .column.info .foot .switch_plan p.choose {
  color: #0f0f3d;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 639px) {
  .page-template-guidlines #prices.practitioner .column.info .foot .switch_plan p.choose {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.page-template-guidlines #prices.practitioner .column.info .foot .switch_plan .divider {
  width: 100%;
}
.page-template-guidlines #prices.practitioner .column.info .foot .switch_plan .radio {
  margin: 0 0 10px;
  border: none !important;
  width: 100%;
  text-align: left;
}
.page-template-guidlines #prices.practitioner .column.info .foot .switch_plan .radio label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #0f0f3d;
  cursor: pointer;
}
.page-template-guidlines #prices.practitioner .column.info .foot .switch_plan .radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.page-template-guidlines #prices.practitioner .column.info .foot .switch_plan .radio input[type=radio] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 2px solid #c69b63;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.page-template-guidlines #prices.practitioner .column.info .foot .switch_plan .radio input[type=radio]:checked + .radio-label:before {
  background-color: #c69b63;
  box-shadow: inset 0 0 0 4px #fff;
}
.page-template-guidlines #prices.practitioner .column.info .foot .switch_plan .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #c69b63;
}
.page-template-guidlines #prices.practitioner .column.info .foot .switch_plan .radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #fff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}
.page-template-guidlines #prices.practitioner .column.info .foot .switch_plan .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.page-template-guidlines #prices.practitioner .column.enhanced {
  position: relative;
  top: -4px;
  overflow: visible;
}
.page-template-guidlines #prices.practitioner .column.enhanced .head {
  background: #f5f5f5;
  color: #c69b63;
  position: relative;
}
.page-template-guidlines #prices.practitioner .column.enhanced .head h3 {
  color: #c69b63;
  font-size: 20px;
  margin-bottom: 40px;
}
.page-template-guidlines #prices.practitioner .column.enhanced .body {
  background: #f5f5f5;
  border-radius: 0 0 6px 6px;
}
.page-template-guidlines #prices.practitioner .column.enhanced .body .toggle {
  background: #f5f5f5;
  color: #c69b63;
}
.page-template-guidlines #prices.practitioner .column.enhanced .body .base_details {
  padding-left: 15px;
  padding-right: 15px;
}
.page-template-guidlines #prices.practitioner .column.enhanced .body .base_details li:first-child {
  border-top: 1px solid #d4e0e5;
}
.page-template-guidlines #prices.practitioner .column.enhanced .body .base_details li {
  color: #c69b63;
  border-color: #d4e0e5;
}
.page-template-guidlines #prices.practitioner .column.enhanced .body .base_details li b {
  color: #c69b63;
}
.page-template-guidlines #prices.practitioner .column.enhanced .body .base_details li .icon-check {
  width: 24px;
  height: 24px;
  border-radius: 60px;
  color: #fff;
  background: #c69b63;
  font-size: 15px;
}
@media (max-width: 991px) {
  .page-template-guidlines #prices.practitioner .column.enhanced .body .base_details li {
    font-size: 13px;
    line-height: 26px;
  }
}
.page-template-guidlines #prices.practitioner .column.enhanced .foot {
  position: relative;
  background: #f5f5f5;
  color: #0f0f3d;
  border-radius: 6px 6px 0 0;
}
.page-template-guidlines #prices.practitioner .column.enhanced .foot .switch_plan {
  display: none;
}
.page-template-guidlines #prices.practitioner .column.enhanced .foot ul li.pay_seb b {
  color: #c69b63;
}
.page-template-guidlines #prices.practitioner .column.core {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .page-template-guidlines #prices.practitioner .column.core {
    padding-left: 5px;
  }
}
.page-template-guidlines #prices.practitioner .column.core .head,
.page-template-guidlines #prices.practitioner .column.core .body,
.page-template-guidlines #prices.practitioner .column.core .foot {
  background: #f5f5f5;
}
.page-template-guidlines #prices.practitioner .column.core .head {
  border-radius: 6px 6px 0 0;
}
.page-template-guidlines #prices.practitioner .column.core .head h3 {
  color: #000;
}
.page-template-guidlines #prices.practitioner .column.core .head p {
  color: #000;
}
.page-template-guidlines #prices.practitioner .column.core .body {
  border-radius: 0 0 6px 6px;
}
.page-template-guidlines #prices.practitioner .column.core .body .icon-check {
  background: transparent;
  color: #c69b63;
}
.page-template-guidlines #prices.practitioner .column.core .foot {
  border-radius: 6px;
}
.page-template-guidlines #prices.practitioner .column.core .foot .switch_plan {
  display: none;
}

.guidelines_tabs_wrap {
  display: flex;
}

.guidelines {
  background: #fff;
  border-radius: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 30px;
  display: flex;
}
@media (max-width: 991px) {
  .guidelines {
    flex-wrap: wrap;
  }
}
.guidelines .nav {
  display: flex;
  text-align: center;
  justify-content: stretch;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
  border-color: #752eef;
  width: 160px;
  border-bottom: initial;
}
@media (max-width: 991px) {
  .guidelines .nav {
    width: 100%;
    justify-content: center;
  }
}
.guidelines .nav .nav-link {
  width: 100%;
  height: 40px;
  outline: none !important;
  cursor: pointer;
  padding: 10px 15px;
  margin: 0 2px;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  border: 1px solid #752eef;
  border-bottom: initial;
  color: #000;
  position: relative;
  border-radius: 0;
  top: 1px;
}
@media (max-width: 991px) {
  .guidelines .nav .nav-link {
    padding: 8px 10px;
    font-size: 14px;
    width: initial;
  }
}
.guidelines .nav .nav-link.active {
  background: #752eef;
  color: #fff;
}
.guidelines .nav .nav-link.bb {
  border-bottom: 1px solid #752eef;
}
.guidelines .table_grid {
  width: 100%;
}
.guidelines .tab-content {
  min-height: 1400px;
  width: calc(100% - 160px);
  padding-left: 30px;
}
@media (max-width: 991px) {
  .guidelines .tab-content {
    width: 100%;
    padding-left: 0;
  }
}
.guidelines .gl_video_wrap {
  max-width: 600px;
  min-height: 340px;
}
.guidelines hr {
  margin: 20px 0 20px;
  border-top: 4px solid purple;
}
.guidelines .item {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
}
.guidelines .item.nb {
  border: initial;
}
.guidelines .item .btn {
  line-height: 1 !important;
}
.guidelines .value {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.guidelines .code_part {
  padding-top: 30px;
}
.guidelines .code_part.open > button .hide {
  display: block;
}
.guidelines .code_part.open > button .show {
  display: none;
}
.guidelines .code_part > button {
  border-radius: 0;
  font-family: "Roboto";
  font-weight: 700;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border: 1px solid #752eef;
  transition: all 0.2s;
  min-width: 150px;
}
.guidelines .code_part > button:hover {
  color: #fff;
}
.guidelines .code_part > button .hide {
  display: none;
}
.guidelines .code_part > button .show {
  display: block;
}
.guidelines .mt_wrapper > p {
  background: #752eef;
  color: #fff;
  padding: 30px 15px;
  margin-bottom: 0;
  border: 1px solid #fff;
}
.guidelines .mt_wrapper > p.np {
  padding: 0 15px;
}
.guidelines .bd-example div {
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter";
}
.guidelines .bd-example div code {
  margin-left: 10px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
}
.guidelines .loader_wrap .loader {
  display: block;
  width: 70px;
  height: 70px;
  border: 5px solid #f1f1f1;
  border-top: 5px solid #752eef;
}

.h1,
.h64,
.noc_sls_practitioner_bnr_top .list_wrap p b,
.h2,
.h56,
.noc_module_overview_practitioner .top_wrap > .ttl,
.noc_sales_bnr_concepts .concepts_slider .item .item_ttl .number,
.ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl,
.h3,
.h48,
.noc_sales_included .container .row.included_items_wr .included_item_wr .included_ttl,
.h4,
.h40,
#prices.practitioner .noc_sq_ttl,
.ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl .included_ttl_small,
#program_faq.announc h2,
#pre_reg.sf_form_style_3_red .descr h2,
#pre_reg.sf_form_style_2_yellow .descr h2,
#pre_reg.sf_form_style_1 .descr h2,
.page-template-guidlines #prices.practitioner .noc_sq_ttl,
.h5,
.h32,
.h6,
.h26 {
  letter-spacing: 0;
  line-height: 120%;
  margin-bottom: 0;
  font-family: "Poppins";
}

.h1,
.h64,
.noc_sls_practitioner_bnr_top .list_wrap p b {
  font-size: 64px !important;
}
@media (max-width: 1300px) {
  .h1,
  .h64,
  .noc_sls_practitioner_bnr_top .list_wrap p b {
    font-size: 56px !important;
  }
}
@media (max-width: 991px) {
  .h1,
  .h64,
  .noc_sls_practitioner_bnr_top .list_wrap p b {
    font-size: 48px !important;
  }
}
@media (max-width: 767px) {
  .h1,
  .h64,
  .noc_sls_practitioner_bnr_top .list_wrap p b {
    font-size: 40px !important;
  }
}
@media (max-width: 639px) {
  .h1,
  .h64,
  .noc_sls_practitioner_bnr_top .list_wrap p b {
    font-size: 32px !important;
  }
}
@media (max-width: 479px) {
  .h1,
  .h64,
  .noc_sls_practitioner_bnr_top .list_wrap p b {
    font-size: 26px !important;
  }
}

.h2,
.h56,
.noc_module_overview_practitioner .top_wrap > .ttl,
.noc_sales_bnr_concepts .concepts_slider .item .item_ttl .number,
.ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl {
  font-size: 56px !important;
}
@media (max-width: 1300px) {
  .h2,
  .h56,
  .noc_module_overview_practitioner .top_wrap > .ttl,
  .noc_sales_bnr_concepts .concepts_slider .item .item_ttl .number,
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl {
    font-size: 48px !important;
  }
}
@media (max-width: 991px) {
  .h2,
  .h56,
  .noc_module_overview_practitioner .top_wrap > .ttl,
  .noc_sales_bnr_concepts .concepts_slider .item .item_ttl .number,
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl {
    font-size: 42px !important;
  }
}
@media (max-width: 767px) {
  .h2,
  .h56,
  .noc_module_overview_practitioner .top_wrap > .ttl,
  .noc_sales_bnr_concepts .concepts_slider .item .item_ttl .number,
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl {
    font-size: 36px !important;
  }
}
@media (max-width: 639px) {
  .h2,
  .h56,
  .noc_module_overview_practitioner .top_wrap > .ttl,
  .noc_sales_bnr_concepts .concepts_slider .item .item_ttl .number,
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl {
    font-size: 30px !important;
  }
}
@media (max-width: 479px) {
  .h2,
  .h56,
  .noc_module_overview_practitioner .top_wrap > .ttl,
  .noc_sales_bnr_concepts .concepts_slider .item .item_ttl .number,
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl {
    font-size: 24px !important;
  }
}

.h3,
.h48,
.noc_sales_included .container .row.included_items_wr .included_item_wr .included_ttl {
  font-size: 48px !important;
}
@media (max-width: 1300px) {
  .h3,
  .h48,
  .noc_sales_included .container .row.included_items_wr .included_item_wr .included_ttl {
    font-size: 42px !important;
  }
}
@media (max-width: 991px) {
  .h3,
  .h48,
  .noc_sales_included .container .row.included_items_wr .included_item_wr .included_ttl {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .h3,
  .h48,
  .noc_sales_included .container .row.included_items_wr .included_item_wr .included_ttl {
    font-size: 30px !important;
  }
}
@media (max-width: 639px) {
  .h3,
  .h48,
  .noc_sales_included .container .row.included_items_wr .included_item_wr .included_ttl {
    font-size: 26px !important;
  }
}
@media (max-width: 479px) {
  .h3,
  .h48,
  .noc_sales_included .container .row.included_items_wr .included_item_wr .included_ttl {
    font-size: 22px !important;
  }
}

.h4,
.h40,
#prices.practitioner .noc_sq_ttl,
.ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl .included_ttl_small,
#program_faq.announc h2,
#pre_reg.sf_form_style_3_red .descr h2,
#pre_reg.sf_form_style_2_yellow .descr h2,
#pre_reg.sf_form_style_1 .descr h2,
.page-template-guidlines #prices.practitioner .noc_sq_ttl {
  font-size: 40px !important;
}
@media (max-width: 1300px) {
  .h4,
  .h40,
  #prices.practitioner .noc_sq_ttl,
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl .included_ttl_small,
  #program_faq.announc h2,
  #pre_reg.sf_form_style_3_red .descr h2,
  #pre_reg.sf_form_style_2_yellow .descr h2,
  #pre_reg.sf_form_style_1 .descr h2,
  .page-template-guidlines #prices.practitioner .noc_sq_ttl {
    font-size: 36px !important;
  }
}
@media (max-width: 991px) {
  .h4,
  .h40,
  #prices.practitioner .noc_sq_ttl,
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl .included_ttl_small,
  #program_faq.announc h2,
  #pre_reg.sf_form_style_3_red .descr h2,
  #pre_reg.sf_form_style_2_yellow .descr h2,
  #pre_reg.sf_form_style_1 .descr h2,
  .page-template-guidlines #prices.practitioner .noc_sq_ttl {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  .h4,
  .h40,
  #prices.practitioner .noc_sq_ttl,
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl .included_ttl_small,
  #program_faq.announc h2,
  #pre_reg.sf_form_style_3_red .descr h2,
  #pre_reg.sf_form_style_2_yellow .descr h2,
  #pre_reg.sf_form_style_1 .descr h2,
  .page-template-guidlines #prices.practitioner .noc_sq_ttl {
    font-size: 28px !important;
  }
}
@media (max-width: 639px) {
  .h4,
  .h40,
  #prices.practitioner .noc_sq_ttl,
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl .included_ttl_small,
  #program_faq.announc h2,
  #pre_reg.sf_form_style_3_red .descr h2,
  #pre_reg.sf_form_style_2_yellow .descr h2,
  #pre_reg.sf_form_style_1 .descr h2,
  .page-template-guidlines #prices.practitioner .noc_sq_ttl {
    font-size: 24px !important;
  }
}
@media (max-width: 479px) {
  .h4,
  .h40,
  #prices.practitioner .noc_sq_ttl,
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl .included_ttl_small,
  #program_faq.announc h2,
  #pre_reg.sf_form_style_3_red .descr h2,
  #pre_reg.sf_form_style_2_yellow .descr h2,
  #pre_reg.sf_form_style_1 .descr h2,
  .page-template-guidlines #prices.practitioner .noc_sq_ttl {
    font-size: 20px !important;
  }
}

.h5,
.h32 {
  font-size: 32px !important;
}
@media (max-width: 1300px) {
  .h5,
  .h32 {
    font-size: 28px !important;
  }
}
@media (max-width: 991px) {
  .h5,
  .h32 {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .h5,
  .h32 {
    font-size: 22px !important;
  }
}
@media (max-width: 639px) {
  .h5,
  .h32 {
    font-size: 20px !important;
  }
}
@media (max-width: 479px) {
  .h5,
  .h32 {
    font-size: 18px !important;
  }
}

.h6,
.h26 {
  font-size: 26px !important;
}
@media (max-width: 1300px) {
  .h6,
  .h26 {
    font-size: 24px !important;
  }
}
@media (max-width: 991px) {
  .h6,
  .h26 {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .h6,
  .h26 {
    font-size: 20px !important;
  }
}
@media (max-width: 639px) {
  .h6,
  .h26 {
    font-size: 18px !important;
  }
}
@media (max-width: 479px) {
  .h6,
  .h26 {
    font-size: 16px !important;
  }
}

.p1,
.p26,
.p2,
.p24,
.p3,
.p22,
.hs_form_iframe .hs_stcp_qualification > label,
.p4,
.p20,
.noc_module_overview_practitioner .noc_module_row .head .descr .ttl,
.noc_sales_bnr_concepts .concepts_slider .item .item_ttl .name,
.btn.btn_noc_gradient,
#pre_reg.sf_form_style_3_red .descr h5,
#pre_reg.sf_form_style_2_yellow .descr h5,
#pre_reg.sf_form_style_1 .descr h5,
a.btn.btn_noc_gradient,
button.btn.btn_noc_gradient,
input.btn.btn_noc_gradient,
span.btn.btn_noc_gradient,
.p18,
.noc_module_overview_practitioner .noc_module_row .card-body p.ttl,
.noc_module_overview_practitioner .noc_module_row .card-body ul li,
.noc_module_overview_practitioner .top_wrap > .txt,
.noc_sales_discover .wrap .block .ttl,
.noc_sls_practitioner_bnr_top .list_wrap p,
.p5,
.p16,
.noc_sales_bnr_concepts .concepts_slider .item .copy,
.noc_sales_included .container .row.included_items_wr .included_item_wr .included_descr,
.noc_sales_discover .wrap .hover p,
.p6,
.p14,
.noc_sales_discover .wrap .block .tool {
  margin-bottom: 0;
  font-family: "Inter";
}

.p26 {
  font-size: 26px !important;
}
@media (max-width: 1300px) {
  .p26 {
    font-size: 26px !important;
  }
}
@media (max-width: 991px) {
  .p26 {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .p26 {
    font-size: 22px !important;
  }
}
@media (max-width: 639px) {
  .p26 {
    font-size: 20px !important;
  }
}
@media (max-width: 479px) {
  .p26 {
    font-size: 18px !important;
  }
}

.p1,
.p24 {
  font-size: 24px !important;
}
@media (max-width: 1300px) {
  .p1,
  .p24 {
    font-size: 24px !important;
  }
}
@media (max-width: 991px) {
  .p1,
  .p24 {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .p1,
  .p24 {
    font-size: 20px !important;
  }
}
@media (max-width: 639px) {
  .p1,
  .p24 {
    font-size: 18px !important;
  }
}
@media (max-width: 479px) {
  .p1,
  .p24 {
    font-size: 16px !important;
  }
}

.p2,
.p22,
.hs_form_iframe .hs_stcp_qualification > label {
  font-size: 22px !important;
}
@media (max-width: 1300px) {
  .p2,
  .p22,
  .hs_form_iframe .hs_stcp_qualification > label {
    font-size: 22px !important;
  }
}
@media (max-width: 991px) {
  .p2,
  .p22,
  .hs_form_iframe .hs_stcp_qualification > label {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .p2,
  .p22,
  .hs_form_iframe .hs_stcp_qualification > label {
    font-size: 18px !important;
  }
}
@media (max-width: 639px) {
  .p2,
  .p22,
  .hs_form_iframe .hs_stcp_qualification > label {
    font-size: 16px !important;
  }
}
@media (max-width: 479px) {
  .p2,
  .p22,
  .hs_form_iframe .hs_stcp_qualification > label {
    font-size: 16px !important;
  }
}

.p3,
.p20,
.noc_module_overview_practitioner .noc_module_row .head .descr .ttl,
.noc_sales_bnr_concepts .concepts_slider .item .item_ttl .name,
.btn.btn_noc_gradient,
#pre_reg.sf_form_style_3_red .descr h5,
#pre_reg.sf_form_style_2_yellow .descr h5,
#pre_reg.sf_form_style_1 .descr h5,
a.btn.btn_noc_gradient,
button.btn.btn_noc_gradient,
input.btn.btn_noc_gradient,
span.btn.btn_noc_gradient {
  font-size: 20px !important;
}
@media (max-width: 1300px) {
  .p3,
  .p20,
  .noc_module_overview_practitioner .noc_module_row .head .descr .ttl,
  .noc_sales_bnr_concepts .concepts_slider .item .item_ttl .name,
  .btn.btn_noc_gradient,
  #pre_reg.sf_form_style_3_red .descr h5,
  #pre_reg.sf_form_style_2_yellow .descr h5,
  #pre_reg.sf_form_style_1 .descr h5,
  a.btn.btn_noc_gradient,
  button.btn.btn_noc_gradient,
  input.btn.btn_noc_gradient,
  span.btn.btn_noc_gradient {
    font-size: 20px !important;
  }
}
@media (max-width: 991px) {
  .p3,
  .p20,
  .noc_module_overview_practitioner .noc_module_row .head .descr .ttl,
  .noc_sales_bnr_concepts .concepts_slider .item .item_ttl .name,
  .btn.btn_noc_gradient,
  #pre_reg.sf_form_style_3_red .descr h5,
  #pre_reg.sf_form_style_2_yellow .descr h5,
  #pre_reg.sf_form_style_1 .descr h5,
  a.btn.btn_noc_gradient,
  button.btn.btn_noc_gradient,
  input.btn.btn_noc_gradient,
  span.btn.btn_noc_gradient {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .p3,
  .p20,
  .noc_module_overview_practitioner .noc_module_row .head .descr .ttl,
  .noc_sales_bnr_concepts .concepts_slider .item .item_ttl .name,
  .btn.btn_noc_gradient,
  #pre_reg.sf_form_style_3_red .descr h5,
  #pre_reg.sf_form_style_2_yellow .descr h5,
  #pre_reg.sf_form_style_1 .descr h5,
  a.btn.btn_noc_gradient,
  button.btn.btn_noc_gradient,
  input.btn.btn_noc_gradient,
  span.btn.btn_noc_gradient {
    font-size: 16px !important;
  }
}
@media (max-width: 639px) {
  .p3,
  .p20,
  .noc_module_overview_practitioner .noc_module_row .head .descr .ttl,
  .noc_sales_bnr_concepts .concepts_slider .item .item_ttl .name,
  .btn.btn_noc_gradient,
  #pre_reg.sf_form_style_3_red .descr h5,
  #pre_reg.sf_form_style_2_yellow .descr h5,
  #pre_reg.sf_form_style_1 .descr h5,
  a.btn.btn_noc_gradient,
  button.btn.btn_noc_gradient,
  input.btn.btn_noc_gradient,
  span.btn.btn_noc_gradient {
    font-size: 14px !important;
  }
}
@media (max-width: 479px) {
  .p3,
  .p20,
  .noc_module_overview_practitioner .noc_module_row .head .descr .ttl,
  .noc_sales_bnr_concepts .concepts_slider .item .item_ttl .name,
  .btn.btn_noc_gradient,
  #pre_reg.sf_form_style_3_red .descr h5,
  #pre_reg.sf_form_style_2_yellow .descr h5,
  #pre_reg.sf_form_style_1 .descr h5,
  a.btn.btn_noc_gradient,
  button.btn.btn_noc_gradient,
  input.btn.btn_noc_gradient,
  span.btn.btn_noc_gradient {
    font-size: 14px !important;
  }
}

.p4,
.p18,
.noc_module_overview_practitioner .noc_module_row .card-body p.ttl,
.noc_module_overview_practitioner .noc_module_row .card-body ul li,
.noc_module_overview_practitioner .top_wrap > .txt,
.noc_sales_discover .wrap .block .ttl,
.noc_sls_practitioner_bnr_top .list_wrap p {
  font-size: 18px !important;
}
@media (max-width: 1300px) {
  .p4,
  .p18,
  .noc_module_overview_practitioner .noc_module_row .card-body p.ttl,
  .noc_module_overview_practitioner .noc_module_row .card-body ul li,
  .noc_module_overview_practitioner .top_wrap > .txt,
  .noc_sales_discover .wrap .block .ttl,
  .noc_sls_practitioner_bnr_top .list_wrap p {
    font-size: 18px !important;
  }
}
@media (max-width: 991px) {
  .p4,
  .p18,
  .noc_module_overview_practitioner .noc_module_row .card-body p.ttl,
  .noc_module_overview_practitioner .noc_module_row .card-body ul li,
  .noc_module_overview_practitioner .top_wrap > .txt,
  .noc_sales_discover .wrap .block .ttl,
  .noc_sls_practitioner_bnr_top .list_wrap p {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .p4,
  .p18,
  .noc_module_overview_practitioner .noc_module_row .card-body p.ttl,
  .noc_module_overview_practitioner .noc_module_row .card-body ul li,
  .noc_module_overview_practitioner .top_wrap > .txt,
  .noc_sales_discover .wrap .block .ttl,
  .noc_sls_practitioner_bnr_top .list_wrap p {
    font-size: 16px !important;
  }
}
@media (max-width: 639px) {
  .p4,
  .p18,
  .noc_module_overview_practitioner .noc_module_row .card-body p.ttl,
  .noc_module_overview_practitioner .noc_module_row .card-body ul li,
  .noc_module_overview_practitioner .top_wrap > .txt,
  .noc_sales_discover .wrap .block .ttl,
  .noc_sls_practitioner_bnr_top .list_wrap p {
    font-size: 14px !important;
  }
}
@media (max-width: 479px) {
  .p4,
  .p18,
  .noc_module_overview_practitioner .noc_module_row .card-body p.ttl,
  .noc_module_overview_practitioner .noc_module_row .card-body ul li,
  .noc_module_overview_practitioner .top_wrap > .txt,
  .noc_sales_discover .wrap .block .ttl,
  .noc_sls_practitioner_bnr_top .list_wrap p {
    font-size: 14px !important;
  }
}

.p5,
.p16,
.noc_sales_bnr_concepts .concepts_slider .item .copy,
.noc_sales_included .container .row.included_items_wr .included_item_wr .included_descr,
.noc_sales_discover .wrap .hover p {
  font-size: 16px !important;
}
@media (max-width: 1300px) {
  .p5,
  .p16,
  .noc_sales_bnr_concepts .concepts_slider .item .copy,
  .noc_sales_included .container .row.included_items_wr .included_item_wr .included_descr,
  .noc_sales_discover .wrap .hover p {
    font-size: 16px !important;
  }
}
@media (max-width: 991px) {
  .p5,
  .p16,
  .noc_sales_bnr_concepts .concepts_slider .item .copy,
  .noc_sales_included .container .row.included_items_wr .included_item_wr .included_descr,
  .noc_sales_discover .wrap .hover p {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .p5,
  .p16,
  .noc_sales_bnr_concepts .concepts_slider .item .copy,
  .noc_sales_included .container .row.included_items_wr .included_item_wr .included_descr,
  .noc_sales_discover .wrap .hover p {
    font-size: 14px !important;
  }
}
@media (max-width: 639px) {
  .p5,
  .p16,
  .noc_sales_bnr_concepts .concepts_slider .item .copy,
  .noc_sales_included .container .row.included_items_wr .included_item_wr .included_descr,
  .noc_sales_discover .wrap .hover p {
    font-size: 12px !important;
  }
}
@media (max-width: 479px) {
  .p5,
  .p16,
  .noc_sales_bnr_concepts .concepts_slider .item .copy,
  .noc_sales_included .container .row.included_items_wr .included_item_wr .included_descr,
  .noc_sales_discover .wrap .hover p {
    font-size: 12px !important;
  }
}

.p6,
.p14,
.noc_sales_discover .wrap .block .tool {
  font-size: 14px !important;
}
@media (max-width: 1300px) {
  .p6,
  .p14,
  .noc_sales_discover .wrap .block .tool {
    font-size: 14px !important;
  }
}
@media (max-width: 991px) {
  .p6,
  .p14,
  .noc_sales_discover .wrap .block .tool {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .p6,
  .p14,
  .noc_sales_discover .wrap .block .tool {
    font-size: 12px !important;
  }
}
@media (max-width: 639px) {
  .p6,
  .p14,
  .noc_sales_discover .wrap .block .tool {
    font-size: 10px !important;
  }
}
@media (max-width: 479px) {
  .p6,
  .p14,
  .noc_sales_discover .wrap .block .tool {
    font-size: 10px !important;
  }
}

.p12 {
  font-size: 12px !important;
}
@media (max-width: 1300px) {
  .p12 {
    font-size: 12px !important;
  }
}
@media (max-width: 991px) {
  .p12 {
    font-size: 10px !important;
  }
}
@media (max-width: 767px) {
  .p12 {
    font-size: 10px !important;
  }
}
@media (max-width: 639px) {
  .p12 {
    font-size: 10px !important;
  }
}
@media (max-width: 479px) {
  .p12 {
    font-size: 8px !important;
  }
}

.mt_0,
.mt0 {
  margin-top: 0px !important;
}

.mt_5,
.mt5 {
  margin-top: 5px !important;
}
@media (max-width: 1300px) {
  .mt_5,
  .mt5 {
    margin-top: 4px !important;
  }
}
@media (max-width: 991px) {
  .mt_5,
  .mt5 {
    margin-top: 3px !important;
  }
}
@media (max-width: 767px) {
  .mt_5,
  .mt5 {
    margin-top: 2px !important;
  }
}
@media (max-width: 639px) {
  .mt_5,
  .mt5 {
    margin-top: 1px !important;
  }
}
@media (max-width: 479px) {
  .mt_5,
  .mt5 {
    margin-top: 0px !important;
  }
}

.mt_10,
.mt10 {
  margin-top: 10px !important;
}
@media (max-width: 1300px) {
  .mt_10,
  .mt10 {
    margin-top: 8px !important;
  }
}
@media (max-width: 991px) {
  .mt_10,
  .mt10 {
    margin-top: 6px !important;
  }
}
@media (max-width: 767px) {
  .mt_10,
  .mt10 {
    margin-top: 4px !important;
  }
}
@media (max-width: 639px) {
  .mt_10,
  .mt10 {
    margin-top: 3px !important;
  }
}
@media (max-width: 479px) {
  .mt_10,
  .mt10 {
    margin-top: 2px !important;
  }
}

.mt_15,
.mt15 {
  margin-top: 15px !important;
}
@media (max-width: 1300px) {
  .mt_15,
  .mt15 {
    margin-top: 12px !important;
  }
}
@media (max-width: 991px) {
  .mt_15,
  .mt15 {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .mt_15,
  .mt15 {
    margin-top: 8px !important;
  }
}
@media (max-width: 639px) {
  .mt_15,
  .mt15 {
    margin-top: 6px !important;
  }
}
@media (max-width: 479px) {
  .mt_15,
  .mt15 {
    margin-top: 4px !important;
  }
}

.mt_20,
.mt20 {
  margin-top: 20px !important;
}
@media (max-width: 1300px) {
  .mt_20,
  .mt20 {
    margin-top: 16px !important;
  }
}
@media (max-width: 991px) {
  .mt_20,
  .mt20 {
    margin-top: 12px !important;
  }
}
@media (max-width: 767px) {
  .mt_20,
  .mt20 {
    margin-top: 10px !important;
  }
}
@media (max-width: 639px) {
  .mt_20,
  .mt20 {
    margin-top: 8px !important;
  }
}
@media (max-width: 479px) {
  .mt_20,
  .mt20 {
    margin-top: 6px !important;
  }
}

.mt_25,
.mt25 {
  margin-top: 25px !important;
}
@media (max-width: 1300px) {
  .mt_25,
  .mt25 {
    margin-top: 20px !important;
  }
}
@media (max-width: 991px) {
  .mt_25,
  .mt25 {
    margin-top: 16px !important;
  }
}
@media (max-width: 767px) {
  .mt_25,
  .mt25 {
    margin-top: 12px !important;
  }
}
@media (max-width: 639px) {
  .mt_25,
  .mt25 {
    margin-top: 10px !important;
  }
}
@media (max-width: 479px) {
  .mt_25,
  .mt25 {
    margin-top: 8px !important;
  }
}

.mt_30,
.mt30 {
  margin-top: 30px !important;
}
@media (max-width: 1300px) {
  .mt_30,
  .mt30 {
    margin-top: 25px !important;
  }
}
@media (max-width: 991px) {
  .mt_30,
  .mt30 {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .mt_30,
  .mt30 {
    margin-top: 16px !important;
  }
}
@media (max-width: 639px) {
  .mt_30,
  .mt30 {
    margin-top: 12px !important;
  }
}
@media (max-width: 479px) {
  .mt_30,
  .mt30 {
    margin-top: 10px !important;
  }
}

.mt_40,
.mt40 {
  margin-top: 40px !important;
}
@media (max-width: 1300px) {
  .mt_40,
  .mt40 {
    margin-top: 30px !important;
  }
}
@media (max-width: 991px) {
  .mt_40,
  .mt40 {
    margin-top: 25px !important;
  }
}
@media (max-width: 767px) {
  .mt_40,
  .mt40 {
    margin-top: 20px !important;
  }
}
@media (max-width: 639px) {
  .mt_40,
  .mt40 {
    margin-top: 16px !important;
  }
}
@media (max-width: 479px) {
  .mt_40,
  .mt40 {
    margin-top: 12px !important;
  }
}

.mt_50,
.mt50 {
  margin-top: 50px !important;
}
@media (max-width: 1300px) {
  .mt_50,
  .mt50 {
    margin-top: 40px !important;
  }
}
@media (max-width: 991px) {
  .mt_50,
  .mt50 {
    margin-top: 30px !important;
  }
}
@media (max-width: 767px) {
  .mt_50,
  .mt50 {
    margin-top: 25px !important;
  }
}
@media (max-width: 639px) {
  .mt_50,
  .mt50 {
    margin-top: 20px !important;
  }
}
@media (max-width: 479px) {
  .mt_50,
  .mt50 {
    margin-top: 16px !important;
  }
}

.mt_60,
.mt60 {
  margin-top: 60px !important;
}
@media (max-width: 1300px) {
  .mt_60,
  .mt60 {
    margin-top: 50px !important;
  }
}
@media (max-width: 991px) {
  .mt_60,
  .mt60 {
    margin-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .mt_60,
  .mt60 {
    margin-top: 30px !important;
  }
}
@media (max-width: 639px) {
  .mt_60,
  .mt60 {
    margin-top: 25px !important;
  }
}
@media (max-width: 479px) {
  .mt_60,
  .mt60 {
    margin-top: 20px !important;
  }
}

.mt_80,
.mt80 {
  margin-top: 80px !important;
}
@media (max-width: 1300px) {
  .mt_80,
  .mt80 {
    margin-top: 60px !important;
  }
}
@media (max-width: 991px) {
  .mt_80,
  .mt80 {
    margin-top: 50px !important;
  }
}
@media (max-width: 767px) {
  .mt_80,
  .mt80 {
    margin-top: 40px !important;
  }
}
@media (max-width: 639px) {
  .mt_80,
  .mt80 {
    margin-top: 30px !important;
  }
}
@media (max-width: 479px) {
  .mt_80,
  .mt80 {
    margin-top: 25px !important;
  }
}

.mt_100,
.mt100 {
  margin-top: 100px !important;
}
@media (max-width: 1300px) {
  .mt_100,
  .mt100 {
    margin-top: 80px !important;
  }
}
@media (max-width: 991px) {
  .mt_100,
  .mt100 {
    margin-top: 60px !important;
  }
}
@media (max-width: 767px) {
  .mt_100,
  .mt100 {
    margin-top: 50px !important;
  }
}
@media (max-width: 639px) {
  .mt_100,
  .mt100 {
    margin-top: 40px !important;
  }
}
@media (max-width: 479px) {
  .mt_100,
  .mt100 {
    margin-top: 30px !important;
  }
}

.mt_120,
.mt120 {
  margin-top: 120px !important;
}
@media (max-width: 1300px) {
  .mt_120,
  .mt120 {
    margin-top: 100px !important;
  }
}
@media (max-width: 991px) {
  .mt_120,
  .mt120 {
    margin-top: 80px !important;
  }
}
@media (max-width: 767px) {
  .mt_120,
  .mt120 {
    margin-top: 60px !important;
  }
}
@media (max-width: 639px) {
  .mt_120,
  .mt120 {
    margin-top: 50px !important;
  }
}
@media (max-width: 479px) {
  .mt_120,
  .mt120 {
    margin-top: 40px !important;
  }
}

.mt_160,
.mt160 {
  margin-top: 160px !important;
}
@media (max-width: 1300px) {
  .mt_160,
  .mt160 {
    margin-top: 120px !important;
  }
}
@media (max-width: 991px) {
  .mt_160,
  .mt160 {
    margin-top: 100px !important;
  }
}
@media (max-width: 767px) {
  .mt_160,
  .mt160 {
    margin-top: 80px !important;
  }
}
@media (max-width: 639px) {
  .mt_160,
  .mt160 {
    margin-top: 60px !important;
  }
}
@media (max-width: 479px) {
  .mt_160,
  .mt160 {
    margin-top: 50px !important;
  }
}

.mt_200,
.mt200 {
  margin-top: 200px !important;
}
@media (max-width: 1300px) {
  .mt_200,
  .mt200 {
    margin-top: 160px !important;
  }
}
@media (max-width: 991px) {
  .mt_200,
  .mt200 {
    margin-top: 120px !important;
  }
}
@media (max-width: 767px) {
  .mt_200,
  .mt200 {
    margin-top: 100px !important;
  }
}
@media (max-width: 639px) {
  .mt_200,
  .mt200 {
    margin-top: 80px !important;
  }
}
@media (max-width: 479px) {
  .mt_200,
  .mt200 {
    margin-top: 60px !important;
  }
}

.mt_250,
.mt250 {
  margin-top: 250px !important;
}
@media (max-width: 1300px) {
  .mt_250,
  .mt250 {
    margin-top: 200px !important;
  }
}
@media (max-width: 991px) {
  .mt_250,
  .mt250 {
    margin-top: 160px !important;
  }
}
@media (max-width: 767px) {
  .mt_250,
  .mt250 {
    margin-top: 120px !important;
  }
}
@media (max-width: 639px) {
  .mt_250,
  .mt250 {
    margin-top: 100px !important;
  }
}
@media (max-width: 479px) {
  .mt_250,
  .mt250 {
    margin-top: 80px !important;
  }
}

.mt_300,
.mt300 {
  margin-top: 300px !important;
}
@media (max-width: 1300px) {
  .mt_300,
  .mt300 {
    margin-top: 250px !important;
  }
}
@media (max-width: 991px) {
  .mt_300,
  .mt300 {
    margin-top: 200px !important;
  }
}
@media (max-width: 767px) {
  .mt_300,
  .mt300 {
    margin-top: 160px !important;
  }
}
@media (max-width: 639px) {
  .mt_300,
  .mt300 {
    margin-top: 120px !important;
  }
}
@media (max-width: 479px) {
  .mt_300,
  .mt300 {
    margin-top: 100px !important;
  }
}

.mb_0,
.mb0 {
  margin-bottom: 0px !important;
}

.mb_5,
.mb5 {
  margin-bottom: 5px !important;
}
@media (max-width: 1300px) {
  .mb_5,
  .mb5 {
    margin-bottom: 4px !important;
  }
}
@media (max-width: 991px) {
  .mb_5,
  .mb5 {
    margin-bottom: 3px !important;
  }
}
@media (max-width: 767px) {
  .mb_5,
  .mb5 {
    margin-bottom: 2px !important;
  }
}
@media (max-width: 639px) {
  .mb_5,
  .mb5 {
    margin-bottom: 1px !important;
  }
}
@media (max-width: 479px) {
  .mb_5,
  .mb5 {
    margin-bottom: 0px !important;
  }
}

.mb_10,
.mb10 {
  margin-bottom: 10px !important;
}
@media (max-width: 1300px) {
  .mb_10,
  .mb10 {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 991px) {
  .mb_10,
  .mb10 {
    margin-bottom: 6px !important;
  }
}
@media (max-width: 767px) {
  .mb_10,
  .mb10 {
    margin-bottom: 4px !important;
  }
}
@media (max-width: 639px) {
  .mb_10,
  .mb10 {
    margin-bottom: 3px !important;
  }
}
@media (max-width: 479px) {
  .mb_10,
  .mb10 {
    margin-bottom: 2px !important;
  }
}

.mb_15,
.mb15 {
  margin-bottom: 15px !important;
}
@media (max-width: 1300px) {
  .mb_15,
  .mb15 {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 991px) {
  .mb_15,
  .mb15 {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .mb_15,
  .mb15 {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 639px) {
  .mb_15,
  .mb15 {
    margin-bottom: 6px !important;
  }
}
@media (max-width: 479px) {
  .mb_15,
  .mb15 {
    margin-bottom: 4px !important;
  }
}

.mb_20,
.mb20 {
  margin-bottom: 20px !important;
}
@media (max-width: 1300px) {
  .mb_20,
  .mb20 {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 991px) {
  .mb_20,
  .mb20 {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 767px) {
  .mb_20,
  .mb20 {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 639px) {
  .mb_20,
  .mb20 {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 479px) {
  .mb_20,
  .mb20 {
    margin-bottom: 6px !important;
  }
}

.mb_25,
.mb25 {
  margin-bottom: 25px !important;
}
@media (max-width: 1300px) {
  .mb_25,
  .mb25 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 991px) {
  .mb_25,
  .mb25 {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .mb_25,
  .mb25 {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 639px) {
  .mb_25,
  .mb25 {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 479px) {
  .mb_25,
  .mb25 {
    margin-bottom: 8px !important;
  }
}

.mb_30,
.mb30 {
  margin-bottom: 30px !important;
}
@media (max-width: 1300px) {
  .mb_30,
  .mb30 {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 991px) {
  .mb_30,
  .mb30 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .mb_30,
  .mb30 {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 639px) {
  .mb_30,
  .mb30 {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 479px) {
  .mb_30,
  .mb30 {
    margin-bottom: 10px !important;
  }
}

.mb_40,
.mb40 {
  margin-bottom: 40px !important;
}
@media (max-width: 1300px) {
  .mb_40,
  .mb40 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 991px) {
  .mb_40,
  .mb40 {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 767px) {
  .mb_40,
  .mb40 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 639px) {
  .mb_40,
  .mb40 {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 479px) {
  .mb_40,
  .mb40 {
    margin-bottom: 12px !important;
  }
}

.mb_50,
.mb50 {
  margin-bottom: 50px !important;
}
@media (max-width: 1300px) {
  .mb_50,
  .mb50 {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 991px) {
  .mb_50,
  .mb50 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .mb_50,
  .mb50 {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 639px) {
  .mb_50,
  .mb50 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 479px) {
  .mb_50,
  .mb50 {
    margin-bottom: 16px !important;
  }
}

.mb_60, .noc_sales_discover .wrap .block,
.mb60 {
  margin-bottom: 60px !important;
}
@media (max-width: 1300px) {
  .mb_60, .noc_sales_discover .wrap .block,
  .mb60 {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 991px) {
  .mb_60, .noc_sales_discover .wrap .block,
  .mb60 {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .mb_60, .noc_sales_discover .wrap .block,
  .mb60 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 639px) {
  .mb_60, .noc_sales_discover .wrap .block,
  .mb60 {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 479px) {
  .mb_60, .noc_sales_discover .wrap .block,
  .mb60 {
    margin-bottom: 20px !important;
  }
}

.mb_80,
.mb80 {
  margin-bottom: 80px !important;
}
@media (max-width: 1300px) {
  .mb_80,
  .mb80 {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 991px) {
  .mb_80,
  .mb80 {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  .mb_80,
  .mb80 {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 639px) {
  .mb_80,
  .mb80 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 479px) {
  .mb_80,
  .mb80 {
    margin-bottom: 25px !important;
  }
}

.mb_100,
.mb100 {
  margin-bottom: 100px !important;
}
@media (max-width: 1300px) {
  .mb_100,
  .mb100 {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 991px) {
  .mb_100,
  .mb100 {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  .mb_100,
  .mb100 {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 639px) {
  .mb_100,
  .mb100 {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 479px) {
  .mb_100,
  .mb100 {
    margin-bottom: 30px !important;
  }
}

.mb_120,
.mb120 {
  margin-bottom: 120px !important;
}
@media (max-width: 1300px) {
  .mb_120,
  .mb120 {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 991px) {
  .mb_120,
  .mb120 {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 767px) {
  .mb_120,
  .mb120 {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 639px) {
  .mb_120,
  .mb120 {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 479px) {
  .mb_120,
  .mb120 {
    margin-bottom: 40px !important;
  }
}

.mb_160,
.mb160 {
  margin-bottom: 160px !important;
}
@media (max-width: 1300px) {
  .mb_160,
  .mb160 {
    margin-bottom: 120px !important;
  }
}
@media (max-width: 991px) {
  .mb_160,
  .mb160 {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 767px) {
  .mb_160,
  .mb160 {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 639px) {
  .mb_160,
  .mb160 {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 479px) {
  .mb_160,
  .mb160 {
    margin-bottom: 50px !important;
  }
}

.mb_200,
.mb200 {
  margin-bottom: 200px !important;
}
@media (max-width: 1300px) {
  .mb_200,
  .mb200 {
    margin-bottom: 160px !important;
  }
}
@media (max-width: 991px) {
  .mb_200,
  .mb200 {
    margin-bottom: 120px !important;
  }
}
@media (max-width: 767px) {
  .mb_200,
  .mb200 {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 639px) {
  .mb_200,
  .mb200 {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 479px) {
  .mb_200,
  .mb200 {
    margin-bottom: 60px !important;
  }
}

.mb_250,
.mb250 {
  margin-bottom: 250px !important;
}
@media (max-width: 1300px) {
  .mb_250,
  .mb250 {
    margin-bottom: 200px !important;
  }
}
@media (max-width: 991px) {
  .mb_250,
  .mb250 {
    margin-bottom: 160px !important;
  }
}
@media (max-width: 767px) {
  .mb_250,
  .mb250 {
    margin-bottom: 120px !important;
  }
}
@media (max-width: 639px) {
  .mb_250,
  .mb250 {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 479px) {
  .mb_250,
  .mb250 {
    margin-bottom: 80px !important;
  }
}

.mb_300,
.mb300 {
  margin-bottom: 300px !important;
}
@media (max-width: 1300px) {
  .mb_300,
  .mb300 {
    margin-bottom: 250px !important;
  }
}
@media (max-width: 991px) {
  .mb_300,
  .mb300 {
    margin-bottom: 200px !important;
  }
}
@media (max-width: 767px) {
  .mb_300,
  .mb300 {
    margin-bottom: 160px !important;
  }
}
@media (max-width: 639px) {
  .mb_300,
  .mb300 {
    margin-bottom: 120px !important;
  }
}
@media (max-width: 479px) {
  .mb_300,
  .mb300 {
    margin-bottom: 100px !important;
  }
}

.pt_0,
.pt0 {
  padding-top: 0px !important;
}

.pt_5,
.pt5 {
  padding-top: 5px !important;
}
@media (max-width: 1300px) {
  .pt_5,
  .pt5 {
    padding-top: 4px !important;
  }
}
@media (max-width: 991px) {
  .pt_5,
  .pt5 {
    padding-top: 3px !important;
  }
}
@media (max-width: 767px) {
  .pt_5,
  .pt5 {
    padding-top: 2px !important;
  }
}
@media (max-width: 639px) {
  .pt_5,
  .pt5 {
    padding-top: 1px !important;
  }
}
@media (max-width: 479px) {
  .pt_5,
  .pt5 {
    padding-top: 0px !important;
  }
}

.pt_10,
.pt10 {
  padding-top: 10px !important;
}
@media (max-width: 1300px) {
  .pt_10,
  .pt10 {
    padding-top: 8px !important;
  }
}
@media (max-width: 991px) {
  .pt_10,
  .pt10 {
    padding-top: 6px !important;
  }
}
@media (max-width: 767px) {
  .pt_10,
  .pt10 {
    padding-top: 4px !important;
  }
}
@media (max-width: 639px) {
  .pt_10,
  .pt10 {
    padding-top: 3px !important;
  }
}
@media (max-width: 479px) {
  .pt_10,
  .pt10 {
    padding-top: 2px !important;
  }
}

.pt_15,
.pt15 {
  padding-top: 15px !important;
}
@media (max-width: 1300px) {
  .pt_15,
  .pt15 {
    padding-top: 12px !important;
  }
}
@media (max-width: 991px) {
  .pt_15,
  .pt15 {
    padding-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .pt_15,
  .pt15 {
    padding-top: 8px !important;
  }
}
@media (max-width: 639px) {
  .pt_15,
  .pt15 {
    padding-top: 6px !important;
  }
}
@media (max-width: 479px) {
  .pt_15,
  .pt15 {
    padding-top: 4px !important;
  }
}

.pt_20,
.pt20 {
  padding-top: 20px !important;
}
@media (max-width: 1300px) {
  .pt_20,
  .pt20 {
    padding-top: 16px !important;
  }
}
@media (max-width: 991px) {
  .pt_20,
  .pt20 {
    padding-top: 12px !important;
  }
}
@media (max-width: 767px) {
  .pt_20,
  .pt20 {
    padding-top: 10px !important;
  }
}
@media (max-width: 639px) {
  .pt_20,
  .pt20 {
    padding-top: 8px !important;
  }
}
@media (max-width: 479px) {
  .pt_20,
  .pt20 {
    padding-top: 6px !important;
  }
}

.pt_25,
.pt25 {
  padding-top: 25px !important;
}
@media (max-width: 1300px) {
  .pt_25,
  .pt25 {
    padding-top: 20px !important;
  }
}
@media (max-width: 991px) {
  .pt_25,
  .pt25 {
    padding-top: 16px !important;
  }
}
@media (max-width: 767px) {
  .pt_25,
  .pt25 {
    padding-top: 12px !important;
  }
}
@media (max-width: 639px) {
  .pt_25,
  .pt25 {
    padding-top: 10px !important;
  }
}
@media (max-width: 479px) {
  .pt_25,
  .pt25 {
    padding-top: 8px !important;
  }
}

.pt_30,
.pt30 {
  padding-top: 30px !important;
}
@media (max-width: 1300px) {
  .pt_30,
  .pt30 {
    padding-top: 25px !important;
  }
}
@media (max-width: 991px) {
  .pt_30,
  .pt30 {
    padding-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .pt_30,
  .pt30 {
    padding-top: 16px !important;
  }
}
@media (max-width: 639px) {
  .pt_30,
  .pt30 {
    padding-top: 12px !important;
  }
}
@media (max-width: 479px) {
  .pt_30,
  .pt30 {
    padding-top: 10px !important;
  }
}

.pt_40,
.pt40 {
  padding-top: 40px !important;
}
@media (max-width: 1300px) {
  .pt_40,
  .pt40 {
    padding-top: 30px !important;
  }
}
@media (max-width: 991px) {
  .pt_40,
  .pt40 {
    padding-top: 25px !important;
  }
}
@media (max-width: 767px) {
  .pt_40,
  .pt40 {
    padding-top: 20px !important;
  }
}
@media (max-width: 639px) {
  .pt_40,
  .pt40 {
    padding-top: 16px !important;
  }
}
@media (max-width: 479px) {
  .pt_40,
  .pt40 {
    padding-top: 12px !important;
  }
}

.pt_50,
.pt50 {
  padding-top: 50px !important;
}
@media (max-width: 1300px) {
  .pt_50,
  .pt50 {
    padding-top: 40px !important;
  }
}
@media (max-width: 991px) {
  .pt_50,
  .pt50 {
    padding-top: 30px !important;
  }
}
@media (max-width: 767px) {
  .pt_50,
  .pt50 {
    padding-top: 25px !important;
  }
}
@media (max-width: 639px) {
  .pt_50,
  .pt50 {
    padding-top: 20px !important;
  }
}
@media (max-width: 479px) {
  .pt_50,
  .pt50 {
    padding-top: 16px !important;
  }
}

.pt_60,
.pt60 {
  padding-top: 60px !important;
}
@media (max-width: 1300px) {
  .pt_60,
  .pt60 {
    padding-top: 50px !important;
  }
}
@media (max-width: 991px) {
  .pt_60,
  .pt60 {
    padding-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .pt_60,
  .pt60 {
    padding-top: 30px !important;
  }
}
@media (max-width: 639px) {
  .pt_60,
  .pt60 {
    padding-top: 25px !important;
  }
}
@media (max-width: 479px) {
  .pt_60,
  .pt60 {
    padding-top: 20px !important;
  }
}

.pt_80,
.pt80 {
  padding-top: 80px !important;
}
@media (max-width: 1300px) {
  .pt_80,
  .pt80 {
    padding-top: 60px !important;
  }
}
@media (max-width: 991px) {
  .pt_80,
  .pt80 {
    padding-top: 50px !important;
  }
}
@media (max-width: 767px) {
  .pt_80,
  .pt80 {
    padding-top: 40px !important;
  }
}
@media (max-width: 639px) {
  .pt_80,
  .pt80 {
    padding-top: 30px !important;
  }
}
@media (max-width: 479px) {
  .pt_80,
  .pt80 {
    padding-top: 25px !important;
  }
}

.pt_100,
.pt100 {
  padding-top: 100px !important;
}
@media (max-width: 1300px) {
  .pt_100,
  .pt100 {
    padding-top: 80px !important;
  }
}
@media (max-width: 991px) {
  .pt_100,
  .pt100 {
    padding-top: 60px !important;
  }
}
@media (max-width: 767px) {
  .pt_100,
  .pt100 {
    padding-top: 50px !important;
  }
}
@media (max-width: 639px) {
  .pt_100,
  .pt100 {
    padding-top: 40px !important;
  }
}
@media (max-width: 479px) {
  .pt_100,
  .pt100 {
    padding-top: 30px !important;
  }
}

.pt_120,
.pt120 {
  padding-top: 120px !important;
}
@media (max-width: 1300px) {
  .pt_120,
  .pt120 {
    padding-top: 100px !important;
  }
}
@media (max-width: 991px) {
  .pt_120,
  .pt120 {
    padding-top: 80px !important;
  }
}
@media (max-width: 767px) {
  .pt_120,
  .pt120 {
    padding-top: 60px !important;
  }
}
@media (max-width: 639px) {
  .pt_120,
  .pt120 {
    padding-top: 50px !important;
  }
}
@media (max-width: 479px) {
  .pt_120,
  .pt120 {
    padding-top: 40px !important;
  }
}

.pt_160,
.pt160 {
  padding-top: 160px !important;
}
@media (max-width: 1300px) {
  .pt_160,
  .pt160 {
    padding-top: 120px !important;
  }
}
@media (max-width: 991px) {
  .pt_160,
  .pt160 {
    padding-top: 100px !important;
  }
}
@media (max-width: 767px) {
  .pt_160,
  .pt160 {
    padding-top: 80px !important;
  }
}
@media (max-width: 639px) {
  .pt_160,
  .pt160 {
    padding-top: 60px !important;
  }
}
@media (max-width: 479px) {
  .pt_160,
  .pt160 {
    padding-top: 50px !important;
  }
}

.pt_200,
.pt200 {
  padding-top: 200px !important;
}
@media (max-width: 1300px) {
  .pt_200,
  .pt200 {
    padding-top: 160px !important;
  }
}
@media (max-width: 991px) {
  .pt_200,
  .pt200 {
    padding-top: 120px !important;
  }
}
@media (max-width: 767px) {
  .pt_200,
  .pt200 {
    padding-top: 100px !important;
  }
}
@media (max-width: 639px) {
  .pt_200,
  .pt200 {
    padding-top: 80px !important;
  }
}
@media (max-width: 479px) {
  .pt_200,
  .pt200 {
    padding-top: 60px !important;
  }
}

.pt_250,
.pt250 {
  padding-top: 250px !important;
}
@media (max-width: 1300px) {
  .pt_250,
  .pt250 {
    padding-top: 200px !important;
  }
}
@media (max-width: 991px) {
  .pt_250,
  .pt250 {
    padding-top: 160px !important;
  }
}
@media (max-width: 767px) {
  .pt_250,
  .pt250 {
    padding-top: 120px !important;
  }
}
@media (max-width: 639px) {
  .pt_250,
  .pt250 {
    padding-top: 100px !important;
  }
}
@media (max-width: 479px) {
  .pt_250,
  .pt250 {
    padding-top: 80px !important;
  }
}

.pt_300,
.pt300 {
  padding-top: 300px !important;
}
@media (max-width: 1300px) {
  .pt_300,
  .pt300 {
    padding-top: 250px !important;
  }
}
@media (max-width: 991px) {
  .pt_300,
  .pt300 {
    padding-top: 200px !important;
  }
}
@media (max-width: 767px) {
  .pt_300,
  .pt300 {
    padding-top: 160px !important;
  }
}
@media (max-width: 639px) {
  .pt_300,
  .pt300 {
    padding-top: 120px !important;
  }
}
@media (max-width: 479px) {
  .pt_300,
  .pt300 {
    padding-top: 100px !important;
  }
}

.pb_0,
.pb0 {
  padding-bottom: 0px !important;
}

.pb_5,
.pb5 {
  padding-bottom: 5px !important;
}
@media (max-width: 1300px) {
  .pb_5,
  .pb5 {
    padding-bottom: 4px !important;
  }
}
@media (max-width: 991px) {
  .pb_5,
  .pb5 {
    padding-bottom: 3px !important;
  }
}
@media (max-width: 767px) {
  .pb_5,
  .pb5 {
    padding-bottom: 2px !important;
  }
}
@media (max-width: 639px) {
  .pb_5,
  .pb5 {
    padding-bottom: 1px !important;
  }
}
@media (max-width: 479px) {
  .pb_5,
  .pb5 {
    padding-bottom: 0px !important;
  }
}

.pb_10,
.pb10 {
  padding-bottom: 10px !important;
}
@media (max-width: 1300px) {
  .pb_10,
  .pb10 {
    padding-bottom: 8px !important;
  }
}
@media (max-width: 991px) {
  .pb_10,
  .pb10 {
    padding-bottom: 6px !important;
  }
}
@media (max-width: 767px) {
  .pb_10,
  .pb10 {
    padding-bottom: 4px !important;
  }
}
@media (max-width: 639px) {
  .pb_10,
  .pb10 {
    padding-bottom: 3px !important;
  }
}
@media (max-width: 479px) {
  .pb_10,
  .pb10 {
    padding-bottom: 2px !important;
  }
}

.pb_15,
.pb15 {
  padding-bottom: 15px !important;
}
@media (max-width: 1300px) {
  .pb_15,
  .pb15 {
    padding-bottom: 12px !important;
  }
}
@media (max-width: 991px) {
  .pb_15,
  .pb15 {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .pb_15,
  .pb15 {
    padding-bottom: 8px !important;
  }
}
@media (max-width: 639px) {
  .pb_15,
  .pb15 {
    padding-bottom: 6px !important;
  }
}
@media (max-width: 479px) {
  .pb_15,
  .pb15 {
    padding-bottom: 4px !important;
  }
}

.pb_20,
.pb20 {
  padding-bottom: 20px !important;
}
@media (max-width: 1300px) {
  .pb_20,
  .pb20 {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 991px) {
  .pb_20,
  .pb20 {
    padding-bottom: 12px !important;
  }
}
@media (max-width: 767px) {
  .pb_20,
  .pb20 {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 639px) {
  .pb_20,
  .pb20 {
    padding-bottom: 8px !important;
  }
}
@media (max-width: 479px) {
  .pb_20,
  .pb20 {
    padding-bottom: 6px !important;
  }
}

.pb_25,
.pb25 {
  padding-bottom: 25px !important;
}
@media (max-width: 1300px) {
  .pb_25,
  .pb25 {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 991px) {
  .pb_25,
  .pb25 {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .pb_25,
  .pb25 {
    padding-bottom: 12px !important;
  }
}
@media (max-width: 639px) {
  .pb_25,
  .pb25 {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 479px) {
  .pb_25,
  .pb25 {
    padding-bottom: 8px !important;
  }
}

.pb_30,
.pb30 {
  padding-bottom: 30px !important;
}
@media (max-width: 1300px) {
  .pb_30,
  .pb30 {
    padding-bottom: 25px !important;
  }
}
@media (max-width: 991px) {
  .pb_30,
  .pb30 {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .pb_30,
  .pb30 {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 639px) {
  .pb_30,
  .pb30 {
    padding-bottom: 12px !important;
  }
}
@media (max-width: 479px) {
  .pb_30,
  .pb30 {
    padding-bottom: 10px !important;
  }
}

.pb_40,
.pb40 {
  padding-bottom: 40px !important;
}
@media (max-width: 1300px) {
  .pb_40,
  .pb40 {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 991px) {
  .pb_40,
  .pb40 {
    padding-bottom: 25px !important;
  }
}
@media (max-width: 767px) {
  .pb_40,
  .pb40 {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 639px) {
  .pb_40,
  .pb40 {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 479px) {
  .pb_40,
  .pb40 {
    padding-bottom: 12px !important;
  }
}

.pb_50,
.pb50 {
  padding-bottom: 50px !important;
}
@media (max-width: 1300px) {
  .pb_50,
  .pb50 {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 991px) {
  .pb_50,
  .pb50 {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .pb_50,
  .pb50 {
    padding-bottom: 25px !important;
  }
}
@media (max-width: 639px) {
  .pb_50,
  .pb50 {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 479px) {
  .pb_50,
  .pb50 {
    padding-bottom: 16px !important;
  }
}

.pb_60,
.pb60 {
  padding-bottom: 60px !important;
}
@media (max-width: 1300px) {
  .pb_60,
  .pb60 {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 991px) {
  .pb_60,
  .pb60 {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .pb_60,
  .pb60 {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 639px) {
  .pb_60,
  .pb60 {
    padding-bottom: 25px !important;
  }
}
@media (max-width: 479px) {
  .pb_60,
  .pb60 {
    padding-bottom: 20px !important;
  }
}

.pb_80,
.pb80 {
  padding-bottom: 80px !important;
}
@media (max-width: 1300px) {
  .pb_80,
  .pb80 {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 991px) {
  .pb_80,
  .pb80 {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  .pb_80,
  .pb80 {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 639px) {
  .pb_80,
  .pb80 {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 479px) {
  .pb_80,
  .pb80 {
    padding-bottom: 25px !important;
  }
}

.pb_100,
.pb100 {
  padding-bottom: 100px !important;
}
@media (max-width: 1300px) {
  .pb_100,
  .pb100 {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 991px) {
  .pb_100,
  .pb100 {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  .pb_100,
  .pb100 {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 639px) {
  .pb_100,
  .pb100 {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 479px) {
  .pb_100,
  .pb100 {
    padding-bottom: 30px !important;
  }
}

.pb_120,
.pb120 {
  padding-bottom: 120px !important;
}
@media (max-width: 1300px) {
  .pb_120,
  .pb120 {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 991px) {
  .pb_120,
  .pb120 {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 767px) {
  .pb_120,
  .pb120 {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 639px) {
  .pb_120,
  .pb120 {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 479px) {
  .pb_120,
  .pb120 {
    padding-bottom: 40px !important;
  }
}

.pb_160,
.pb160 {
  padding-bottom: 160px !important;
}
@media (max-width: 1300px) {
  .pb_160,
  .pb160 {
    padding-bottom: 120px !important;
  }
}
@media (max-width: 991px) {
  .pb_160,
  .pb160 {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 767px) {
  .pb_160,
  .pb160 {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 639px) {
  .pb_160,
  .pb160 {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 479px) {
  .pb_160,
  .pb160 {
    padding-bottom: 50px !important;
  }
}

.pb_200,
.pb200 {
  padding-bottom: 200px !important;
}
@media (max-width: 1300px) {
  .pb_200,
  .pb200 {
    padding-bottom: 160px !important;
  }
}
@media (max-width: 991px) {
  .pb_200,
  .pb200 {
    padding-bottom: 120px !important;
  }
}
@media (max-width: 767px) {
  .pb_200,
  .pb200 {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 639px) {
  .pb_200,
  .pb200 {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 479px) {
  .pb_200,
  .pb200 {
    padding-bottom: 60px !important;
  }
}

.pb_250,
.pb250 {
  padding-bottom: 250px !important;
}
@media (max-width: 1300px) {
  .pb_250,
  .pb250 {
    padding-bottom: 200px !important;
  }
}
@media (max-width: 991px) {
  .pb_250,
  .pb250 {
    padding-bottom: 160px !important;
  }
}
@media (max-width: 767px) {
  .pb_250,
  .pb250 {
    padding-bottom: 120px !important;
  }
}
@media (max-width: 639px) {
  .pb_250,
  .pb250 {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 479px) {
  .pb_250,
  .pb250 {
    padding-bottom: 80px !important;
  }
}

.pb_300,
.pb300 {
  padding-bottom: 300px !important;
}
@media (max-width: 1300px) {
  .pb_300,
  .pb300 {
    padding-bottom: 250px !important;
  }
}
@media (max-width: 991px) {
  .pb_300,
  .pb300 {
    padding-bottom: 200px !important;
  }
}
@media (max-width: 767px) {
  .pb_300,
  .pb300 {
    padding-bottom: 160px !important;
  }
}
@media (max-width: 639px) {
  .pb_300,
  .pb300 {
    padding-bottom: 120px !important;
  }
}
@media (max-width: 479px) {
  .pb_300,
  .pb300 {
    padding-bottom: 100px !important;
  }
}

.hamburger .line {
  width: 25px;
  height: 2px;
  background-color: rgba(29, 29, 81, 0.7725490196);
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.hidden_desktop {
  display: none;
}

.main_header {
  position: relative;
}
.main_header .container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding-left: 15px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .main_header .container {
    padding-right: 15px;
  }
}
@media (max-width: 880px) {
  .main_header .desktop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #100f3d;
    box-shadow: 0 10px 10px 1px rgba(0, 0, 0, 0.15);
    z-index: 9;
    color: #fff;
  }
}
.main_header .desktop .mob_sub {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 55px;
  height: 41px;
  border: none;
  border-left: 1px dotted rgba(255, 255, 255, 0.2);
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  color: #fff;
  background: none;
  outline: none;
  font-size: 22px;
  font-weight: 300;
}
.main_header .desktop .mob_sub .icon-minus {
  display: none;
}
.main_header .desktop .mob_sub .icon-plus {
  display: inline-block;
}
.main_header .desktop .mob_sub.active .icon-minus {
  display: inline-block;
}
.main_header .desktop .mob_sub.active .icon-plus {
  display: none;
}
.main_header .desktop.active {
  display: block !important;
}
.main_header .desktop.active .get_started_btn,
.main_header .desktop.active .search_btn {
  display: none;
}
.main_header .desktop.active .menu-main-menu-container {
  width: 100%;
}
.main_header .desktop.active .menu-main-menu-container ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 25px;
  margin-bottom: 10px;
}
.main_header .desktop.active .menu-main-menu-container ul li:first-child {
  margin-top: 10px;
}
.main_header .desktop.active .menu-main-menu-container ul li {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.main_header .desktop.active .menu-main-menu-container ul li a {
  width: 100%;
  padding: 14px 0;
  text-align: left;
  color: #fff !important;
  position: relative;
}
.main_header .desktop.active .menu-main-menu-container ul li a .mob_sub {
  display: block;
}
.main_header .desktop.active .menu-main-menu-container ul li:nth-child(5) {
  border-bottom: none;
}
.main_header .desktop.active .menu-main-menu-container ul .sub_wrap {
  position: relative;
  top: initial;
  left: initial;
  display: block;
}
.main_header .desktop.active .menu-main-menu-container ul .sub_wrap ul {
  padding: 0 25px;
  margin-bottom: 0;
}
.main_header .desktop.active .menu-main-menu-container ul .sub_wrap ul li {
  padding: 0;
  border-bottom: 1px solid #1d1d51;
}
@media (max-width: 880px) {
  .main_header .desktop.active .menu-main-menu-container ul .sub_wrap ul li {
    display: none;
  }
}
.main_header .desktop.active .menu-main-menu-container ul .sub_wrap ul li:last-child {
  border-bottom: none;
  padding-bottom: 8px;
}
.main_header .desktop.active .menu-main-menu-container ul .sub_wrap ul li:before {
  display: none;
}
.main_header .desktop.active .menu-main-menu-container ul .sub_wrap ul a {
  font-size: 13px;
}
.main_header .desktop.active .menu-main-menu-container ul .sub_wrap ul a h6 {
  font-size: 13px;
  font-weight: 400;
}
.main_header .desktop.active .menu-main-menu-container ul .sub_wrap ul a p {
  display: none;
}
.main_header .mobile {
  display: none;
  padding: 17px 0;
}
@media (max-width: 880px) {
  .main_header .mobile {
    display: flex;
    align-content: center;
    align-items: center;
  }
}
.main_header .mobile .purple {
  text-transform: uppercase;
  margin-right: 15px;
}
.main_header .navbar-brand {
  position: relative;
  top: 1px;
}
.main_header .navbar-brand img {
  max-width: 200px;
  height: auto;
  max-height: 27px;
}
@media (max-width: 479px) {
  .main_header .navbar-brand img {
    max-width: 150px;
  }
}
.main_header .menu-main-menu-container ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  padding-right: 20px;
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .main_header .menu-main-menu-container ul {
    padding-right: 0;
  }
}
.main_header .menu-main-menu-container ul li {
  display: inline-block;
  font-size: 0;
  transition: all 0s;
}
.main_header .menu-main-menu-container ul li a {
  padding: 40px 24px 38px;
  color: #1d1d51;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  transition: all 0s;
  position: relative;
}
@media (max-width: 991px) {
  .main_header .menu-main-menu-container ul li a {
    padding: 34px 13px 32px;
    font-size: 13px;
  }
}
.main_header .menu-main-menu-container ul li a:hover {
  font-weight: 500;
  text-decoration: none;
}
.main_header .menu-main-menu-container ul li a:after {
  display: block;
  content: attr(title);
  font-weight: 600;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  box-sizing: border-box;
}
.main_header .menu-main-menu-container ul li.get_started_btn {
  margin-right: 3px;
  margin-left: 9px;
}
.main_header .menu-main-menu-container ul li.get_started_btn a {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  background: linear-gradient(90deg, rgb(93, 29, 225) 0%, rgb(143, 65, 255) 100%);
  color: #fff;
  padding: 6px 17px;
  letter-spacing: 1px;
  border-radius: 60px;
  text-transform: uppercase;
}
.main_header .menu-main-menu-container ul li.get_started_btn a:hover {
  background: linear-gradient(90deg, rgb(93, 29, 225) 0%, rgb(93, 29, 225) 100%);
}
.main_header .menu-main-menu-container ul li.search_btn {
  margin-right: -14px;
  display: none;
  border: none;
}
.main_header .menu-main-menu-container ul li.search_btn a {
  cursor: pointer;
}
@media (min-width: 993px) {
  .main_header .menu-main-menu-container ul li.search_btn a {
    transform: rotate(90deg);
    font-size: 0 !important;
  }
}
@media (max-width: 991px) {
  .main_header .menu-main-menu-container ul li.search_btn a {
    display: none !important;
  }
}
.main_header .menu-main-menu-container ul li.search_btn a:before {
  color: #4c2492;
  position: relative;
  content: "🔍";
  font-size: 20px;
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}
@media (max-width: 991px) {
  .main_header .menu-main-menu-container ul li.search_btn a:before {
    color: #fff;
  }
}
.main_header .menu-main-menu-container ul li.search_btn a {
  position: relative;
  font-family: "fontello", serif;
  font-size: 32px;
  color: #676767;
  transition: all 0.2s;
}
.main_header .menu-main-menu-container ul li.search_btn a:hover {
  text-shadow: none;
}
@media (max-width: 880px) {
  .main_header .menu-main-menu-container ul .menu-item-has-children {
    position: relative;
  }
}
.main_header .menu-main-menu-container ul .menu-item-has-children:hover .sub_wrap {
  transform: translate(0);
  opacity: 1;
  z-index: 12;
  visibility: visible;
}
.main_header .menu-main-menu-container ul .sub_wrap {
  background: #f8f8f8;
  display: flex;
  z-index: -1;
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 99%;
  transform: translate(0, 20px);
  opacity: 0;
  left: 0;
  transition: all ease 0.3s;
}
.main_header .menu-main-menu-container ul .sub_wrap .sub-menu {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
}
.main_header .menu-main-menu-container ul .sub-menu {
  display: none;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.main_header .menu-main-menu-container ul .sub-menu li {
  width: 25%;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  padding: 10px;
}
.main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 433px;
}
@media (max-width: 1100px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu {
    padding-left: 344px;
  }
}
@media (max-width: 991px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu {
    padding-left: 15px;
  }
}
@media (max-width: 880px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu {
    padding-left: 0;
    flex-direction: initial;
    align-items: flex-start;
    align-content: flex-start;
  }
}
@media (max-width: 880px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li {
    height: initial;
  }
}
.main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(1) {
  position: absolute;
  width: 377px;
  top: 0;
  left: 0;
  justify-content: flex-start;
  padding: 47px 0 0 15px !important;
}
@media (max-width: 991px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(1) {
    position: relative;
    width: 100%;
    padding: 15px !important;
  }
}
@media (max-width: 880px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(1) {
    display: none !important;
  }
}
.main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(1):before {
  display: block;
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 377px;
  height: 178px;
  background-size: contain;
  z-index: 1;
  background: url(../img/pages/home/platform.jpg) no-repeat 50%;
  margin-bottom: 15px;
  background-size: cover;
}
@media (max-width: 1100px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(1):before {
    width: 300px;
    height: 140px;
  }
}
@media (max-width: 991px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(1):before {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(1) > a {
  position: absolute;
  bottom: -45px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  font-family: "Poppins", serif;
  padding: 0;
  color: #6335c3;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(1) > a {
    bottom: initial;
    top: 85px;
    left: 332px;
  }
}
.main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(1) > a:hover {
  opacity: 0.8;
}
.main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(1) > a:hover:after {
  right: -26px;
}
.main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(1) > a:after {
  display: block !important;
  content: "" !important;
  visibility: initial !important;
  position: absolute;
  width: 16px;
  height: 11px;
  top: calc(50% - 5px);
  right: -20px;
  transition: all 0.3s;
  font-weight: 400;
  background: url(../img/icons/arrow_menu_2.svg) no-repeat 50%;
}
@media (max-width: 991px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(1) > a:after {
    display: none !important;
  }
}
.main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(1):after {
  display: block;
  position: relative;
  width: 100%;
  max-width: 340px;
  height: 100%;
  font-size: 13px;
  line-height: 19px;
  font-family: "Inter", serif;
  color: #4f4f4f;
  content: "The all-in-one platform for enabling coaching at scale. Connect with clients and run your coaching practice efficiently in one platform.";
}
@media (max-width: 1100px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(1):after {
    max-width: 310px;
  }
}
.main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(2) {
  padding-top: 32px;
  width: 100%;
  background: #fff;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1699px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(2) {
    padding-right: 0;
  }
}
@media (max-width: 880px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(2) {
    background: none;
  }
}
.main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(3) {
  width: 100%;
  background: #fff;
  padding: 7px 100px 30px 0;
}
@media (max-width: 1699px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(3) {
    padding-right: 0;
  }
}
@media (max-width: 880px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(3) {
    background: none;
  }
}
.main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li:nth-child(3) > a {
  margin-top: 10px;
}
.main_header .menu-main-menu-container .solution_nav .first,
.main_header .menu-main-menu-container .solution_nav .second {
  position: relative;
}
.main_header .menu-main-menu-container .solution_nav .first > a,
.main_header .menu-main-menu-container .solution_nav .second > a {
  padding: 15px 15px;
  color: #6a28e4;
  font-weight: 600;
  position: relative;
  font-size: 12px;
  line-height: 18px;
}
.main_header .menu-main-menu-container .solution_nav .first > a:hover:after,
.main_header .menu-main-menu-container .solution_nav .second > a:hover:after {
  right: -12px;
}
.main_header .menu-main-menu-container .solution_nav .first > a:after,
.main_header .menu-main-menu-container .solution_nav .second > a:after {
  display: block !important;
  content: "" !important;
  visibility: initial !important;
  position: absolute;
  width: 16px;
  height: 11px;
  top: calc(50% - 5px);
  right: -8px;
  transition: all 0.3s;
  font-weight: 400;
  background: url(../img/icons/arrow_menu_2.svg) no-repeat 50%;
}
@media (max-width: 991px) {
  .main_header .menu-main-menu-container .solution_nav .first > a:after,
  .main_header .menu-main-menu-container .solution_nav .second > a:after {
    display: none !important;
  }
}
.main_header .menu-main-menu-container .solution_nav .first:before,
.main_header .menu-main-menu-container .solution_nav .second:before {
  display: none;
}
.main_header .menu-main-menu-container .solution_nav li.first {
  height: 100%;
  position: relative;
  border-bottom: 1px solid rgba(234, 219, 251, 0.5098039216);
}
.main_header .menu-main-menu-container .solution_nav li.first li:before {
  top: 0 !important;
}
.main_header .menu-main-menu-container .solution_nav li.second {
  height: 100%;
}
.main_header .menu-main-menu-container .solution_nav li.second li:before {
  background-size: contain !important;
  max-height: 38px;
  pointer-events: none;
  top: 20px !important;
}
.main_header .menu-main-menu-container .solution_nav li.second li:nth-child(1):before {
  background: url(../img/logos/summit24.svg) no-repeat 50%;
  width: 100%;
  left: 14px;
}
.main_header .menu-main-menu-container .solution_nav li.second li:nth-child(1) a {
  font-size: 0;
  height: 48px;
  width: 100%;
}
.main_header .menu-main-menu-container .solution_nav li.second li:nth-child(2):before {
  background: url(../img/icons/p2.png?v3) no-repeat 50%;
}
.main_header .menu-main-menu-container .solution_nav li.second li:nth-child(3):before {
  background: url(../img/icons/p_mg_full.svg?v3) no-repeat 0 50%;
  max-height: 45px;
  width: 210px;
}
@media (max-width: 991px) {
  .main_header .menu-main-menu-container .solution_nav li.second li:nth-child(3):before {
    background: url(../img/icons/p_mg.svg) no-repeat 50%;
    width: inherit;
  }
}
.main_header .menu-main-menu-container .solution_nav li.second li:nth-child(3) a h6 {
  opacity: 0;
}
@media (max-width: 991px) {
  .main_header .menu-main-menu-container .solution_nav li.second li:nth-child(3) a h6 {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .main_header .menu-main-menu-container .solution_nav li.second li:nth-child(3) a:after {
    content: "";
    width: 40px;
    height: 15px;
    z-index: 111;
    display: block;
    position: absolute;
    left: -4px;
    bottom: 0;
    background: url(../img/icons/ico_free.svg) center/contain no-repeat;
    visibility: visible;
  }
}
.main_header .menu-main-menu-container .solution_nav li.second li:nth-child(4):before {
  background: url(../img/icons/p5_v3.svg?v3) no-repeat 50%;
}
.main_header .menu-main-menu-container .solution_nav li.second li:nth-child(5):before {
  background: url(../img/icons/p8.svg?v3) no-repeat 50%;
  top: 18px !important;
}
.main_header .menu-main-menu-container .solution_nav li.second li:nth-child(6):before {
  background: url(../img/icons/p_tde.svg?v3) no-repeat 50%;
  top: 18px !important;
}
.main_header .menu-main-menu-container .solution_nav li.second li:nth-child(7):before {
  background: url(../img/icons/p_csa.svg) no-repeat 50%;
  top: 18px !important;
}
.main_header .menu-main-menu-container .solution_nav li.second li:nth-child(7) a {
  font-size: 0;
  height: 48px;
  width: 100%;
}
.main_header .menu-main-menu-container .solution_nav li.second li:nth-child(8):before {
  background: url(../img/icons/p_is_label.svg) no-repeat 50%;
  width: 100%;
  max-width: 165px;
  top: 19px !important;
  left: -42px;
}
.main_header .menu-main-menu-container .solution_nav li.second li:nth-child(8) a {
  font-size: 0;
  height: 48px;
  width: 100%;
}
.main_header .menu-main-menu-container .solution_nav li.second li:nth-child(9):before {
  background: url(../img/icons/p_ccc.svg) no-repeat 50%;
  width: 100%;
  max-width: 165px;
  top: 15px !important;
  left: -42px;
}
.main_header .menu-main-menu-container .solution_nav li.second li:nth-child(9) a {
  font-size: 0;
  height: 48px;
  width: 100%;
}
.main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu {
  max-width: 1400px;
}
.main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 880px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li {
    width: 100%;
    margin-bottom: 0;
  }
}
.main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li > a {
  padding: 11px 15px 11px 30px;
}
@media (max-width: 880px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li > a {
    color: #752eef !important;
    padding-left: 0;
  }
}
.main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li .sub-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 880px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li .sub-menu {
    padding-left: 0;
  }
}
.main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li .sub-menu > li {
  width: 25%;
}
@media (max-width: 880px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li .sub-menu > li {
    width: 100%;
  }
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li .sub-menu > li:nth-child(1) {
    margin-top: 0;
  }
}
.main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li .sub-menu > li a {
  padding: 8px 15px 8px 65px;
  display: flex;
  align-items: center;
  align-content: center;
}
@media (max-width: 1699px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li .sub-menu > li a {
    padding-left: 60px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1100px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li .sub-menu > li a {
    padding-left: 55px;
  }
}
@media (max-width: 880px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li .sub-menu > li a {
    color: #090a0b !important;
    padding-left: 15px;
  }
}
.main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li a p {
  font-size: 0;
  display: none;
  color: #b1b1b1;
  min-height: 63px;
}
@media (max-width: 1200px) {
  .main_header .menu-main-menu-container .solution_nav > .sub_wrap > .sub-menu > li a p {
    font-size: 12px;
    line-height: 15px;
    min-height: 45px;
  }
}
.main_header .menu-main-menu-container .solution_nav ul li {
  position: relative;
  z-index: 2;
  transition: all 0.2s;
}
.main_header .menu-main-menu-container .solution_nav ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: 42px;
  left: 10px;
  width: 70px;
  height: 65px;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 1699px) {
  .main_header .menu-main-menu-container .solution_nav ul li:before {
    top: 30px;
    left: 0;
  }
}
.main_header .menu-main-menu-container .solution_nav ul li:nth-child(1):before {
  background: url(../img/icons/s_coaches.svg) no-repeat 50%;
}
.main_header .menu-main-menu-container .solution_nav ul li:nth-child(2):before {
  background: url(../img/icons/s_business.svg) no-repeat 50%;
}
.main_header .menu-main-menu-container .solution_nav ul li:nth-child(3):before {
  background: url(../img/icons/s_enterprise.svg) no-repeat 50%;
}
.main_header .menu-main-menu-container .solution_nav ul li:nth-child(4):before {
  background: url(../img/icons/s_enterprise.svg) no-repeat 50%;
}
.main_header .menu-main-menu-container .solution_nav ul li .sub-menu li {
  transition: all 0.2s;
}
.main_header .menu-main-menu-container .solution_nav ul li .sub-menu li:hover {
  transform: scale(1.1);
}
.main_header .menu-main-menu-container .solution_nav ul li a {
  padding: 27px 15px 50px 80px;
}
@media (max-width: 1699px) {
  .main_header .menu-main-menu-container .solution_nav ul li a {
    padding-left: 60px;
  }
}
.main_header .menu-main-menu-container .solution_nav ul li a:hover {
  text-shadow: none;
}
.main_header .menu-main-menu-container .solution_nav ul li a h6 {
  position: relative;
  z-index: 2;
  font-style: normal;
  text-decoration: none;
  color: #090a0b;
  font-size: 13px;
  line-height: 16px;
  min-height: 32px;
  max-width: 135px;
  font-weight: 500;
  margin: 0 0 0;
  padding: 0;
  text-align: left;
}
@media (max-width: 880px) {
  .main_header .menu-main-menu-container .solution_nav ul li a h6 {
    max-width: 100% !important;
    display: flex;
    align-items: center;
    align-content: center;
  }
}
@media (max-width: 880px) {
  .main_header .menu-main-menu-container .solution_nav ul li a h6 br {
    display: none;
  }
}
.main_header .menu-main-menu-container .solution_nav ul li a p {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #0f0f3d;
  margin: 0;
  text-align: left;
}
.main_header .menu-main-menu-container .pricing_nav ul li {
  position: relative;
  transition: all 0.2s;
  z-index: 2;
}
.main_header .menu-main-menu-container .pricing_nav ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: 42px;
  left: 10px;
  width: 70px;
  height: 65px;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 1699px) {
  .main_header .menu-main-menu-container .pricing_nav ul li:before {
    top: 30px;
    left: 0;
    transform: scale(0.7);
  }
}
.main_header .menu-main-menu-container .pricing_nav ul li:nth-child(1):before {
  background: url(../img/icons/s-1.webp) no-repeat 50% 50%;
}
.main_header .menu-main-menu-container .pricing_nav ul li:nth-child(2):before {
  background: url(../img/icons/s-2.webp) no-repeat 50% 50%;
}
.main_header .menu-main-menu-container .pricing_nav ul li:nth-child(3):before {
  background: url(../img/icons/s-3.webp) no-repeat 50% 50%;
}
.main_header .menu-main-menu-container .pricing_nav ul li:nth-child(4):before {
  background: url(../img/icons/s-4.webp) no-repeat 50% 50%;
}
.main_header .menu-main-menu-container .pricing_nav ul li:hover {
  transform: scale(1.1);
}
.main_header .menu-main-menu-container .pricing_nav ul li a {
  padding: 27px 15px 50px 80px;
}
@media (max-width: 1699px) {
  .main_header .menu-main-menu-container .pricing_nav ul li a {
    padding-left: 60px;
  }
}
.main_header .menu-main-menu-container .pricing_nav ul li a:hover {
  text-shadow: none;
}
.main_header .menu-main-menu-container .pricing_nav ul li a h6 {
  position: relative;
  z-index: 2;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #090a0b;
  font-size: 16px;
  margin: 0 0 5px;
  padding: 0;
  text-align: left;
}
@media (max-width: 1699px) {
  .main_header .menu-main-menu-container .pricing_nav ul li a h6 {
    font-size: 15px;
  }
}
.main_header .menu-main-menu-container .pricing_nav ul li a p {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #0f0f3d;
  margin: 0;
  text-align: left;
}

.footer {
  padding-top: 71px;
  padding-bottom: 70px;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
.footer .top {
  display: flex;
  justify-content: space-between;
  max-height: 1230px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .footer .top {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer .top > div:nth-child(1) {
  width: 28.5%;
}
.footer .top > div:nth-child(2) {
  width: 17.5%;
}
@media (max-width: 767px) {
  .footer .top > div:nth-child(2) {
    padding-top: 30px;
  }
}
.footer .top > div:nth-child(3) {
  width: 26.67%;
}
.footer .top > div:nth-child(4) {
  width: 16.7%;
}
.footer .top > div:nth-child(5) {
  width: 13%;
}
.footer .top > div {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .footer .top > div {
    width: 50% !important;
    margin-bottom: 40px;
  }
}
.footer .top > div ul {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.footer .top > div .logo {
  margin-top: -5px;
  margin-bottom: 10px;
}
.footer .top > div li {
  list-style: none;
  margin-bottom: 4px;
}
.footer .top > div li a {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #0f0f3d;
  font-size: 13px;
  text-transform: none;
  display: block;
  padding: 2px 0;
  width: 100%;
}
.footer .top > div li a:hover {
  text-decoration: underline;
}
.footer .logo {
  max-width: 150px;
}
.footer h5,
.footer p.t_ttl {
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #0f0f3d;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 15px;
}
.footer .market_wrap {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .footer .market_wrap.desktop {
    display: none;
  }
}
.footer .market_wrap.mob {
  display: none;
}
@media (max-width: 767px) {
  .footer .market_wrap.mob {
    display: flex;
    justify-content: center;
  }
}
.footer .market_wrap a {
  display: inline-block;
}
.footer .market_wrap a:first-child {
  margin-right: 15px;
  margin-bottom: 15px;
}
.footer .market_wrap a:hover {
  text-decoration: none;
}
.footer .market_wrap a > img {
  max-width: 120px;
}
.footer .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .footer .bottom {
    align-items: center;
    align-content: center;
  }
}
.footer .bottom p {
  text-decoration: none;
  color: #0f0f3d;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer .bottom p {
    margin-bottom: 0;
  }
}
.footer .bottom ul {
  margin-left: 0;
  display: flex;
}
.footer .bottom ul li {
  list-style: none;
  margin-top: -4px;
}
.footer .bottom ul li a {
  font-size: 32px;
  margin: 0 3px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  height: 26px;
}
.footer .bottom ul li a:hover {
  text-decoration: none;
}
.footer .bottom ul li a:hover i {
  color: #752eef;
}
.footer .bottom ul li a:hover i.circled {
  border-color: #752eef;
}
.footer .bottom ul li a i {
  color: #0f0f3d;
  transition: all 0.4s;
}

.modal-dialog.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 1rem);
}

#modal_sms_ty .phone_nr_warp {
  width: 100%;
}
#modal_sms_ty .phone_nr_warp > div {
  width: 100%;
}
#modal_sms_ty .phone_nr_warp #phone_nr {
  width: 100%;
}
#modal_sms_ty.rtc .ifs_reg {
  background: transparent;
}
#modal_sms_ty.rtc .ifs_reg label .bootstrap-select button.dropdown-toggle .filter-option {
  color: #fff;
}
#modal_sms_ty.rtc .ifs_reg label .bootstrap-select button.dropdown-toggle:after {
  color: #fff;
}
#modal_sms_ty.rtc .ifs_reg button {
  border: 2px solid transparent;
  font-size: 16px;
  line-height: 1.3em;
  background: #D50204;
  padding: 13px 18px;
  color: #fff;
  font-family: "Inter";
  font-weight: 600;
  margin: 15px auto 5px;
  display: block;
  width: 100%;
  border-radius: 60px;
  text-transform: uppercase;
}
#modal_sms_ty.rtc .ifs_reg button:not([href]):not([tabindex]) {
  color: #fff;
}
#modal_sms_ty.rtc .ifs_reg button:hover {
  border-color: #ee1a1d;
  background: #ee1a1d;
}
#modal_sms_ty.rtc .modal-content {
  box-shadow: 0px 0px 25px 0px rgba(255, 0, 0, 0.4);
  max-width: 650px;
}
#modal_sms_ty.rtc .modal-body > img {
  margin-bottom: 20px;
}
#modal_sms_ty.rtc .modal-body h2 {
  font-size: 32px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #fff;
}
#modal_sms_ty.rtc .modal-body p a {
  color: #D50204;
  font-style: italic;
}
#modal_sms_ty.rtc .modal-body .container {
  max-width: initial;
  padding: 0;
  width: initial;
}
@media (max-width: 479px) {
  #modal_sms_ty.rtc .modal-body .txt_wrap .x-small {
    font-size: 12px;
    line-height: 18px;
  }
}
#modal_sms_ty.rtc .reg_form .ifs_reg {
  background: transparent;
}
#modal_sms_ty.rtc .reg_form .ifs_reg label .bootstrap-select button.dropdown-toggle .filter-option {
  color: #fff;
}
#modal_sms_ty.rtc .reg_form .ifs_reg label .bootstrap-select button.dropdown-toggle:after {
  color: #fff;
}
#modal_sms_ty.rtc .reg_form .ifs_reg .btn {
  margin: 0 auto;
  display: block;
}
#modal_sms_ty.th50 .modal-content {
  box-shadow: 0px 0px 15px 0px rgba(231, 228, 65, 0.6);
  max-width: 650px;
}
#modal_sms_ty.th50 .modal-body > img {
  margin-bottom: 20px;
}
#modal_sms_ty.th50 .modal-body h4 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 25px;
  color: #fff;
}
#modal_sms_ty.th50 .modal-body h2 {
  font-size: 32px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #fff;
}
#modal_sms_ty.th50 .modal-body p a {
  color: #f0eb44;
}
#modal_sms_ty.th50 .modal-body .container {
  max-width: initial;
  padding: 0;
  width: initial;
}
#modal_sms_ty.th50 .reg_form .ifs_reg {
  background: transparent;
}
#modal_sms_ty.th50 .reg_form .ifs_reg label .bootstrap-select button.dropdown-toggle .filter-option {
  color: #fff;
}
#modal_sms_ty.th50 .reg_form .ifs_reg label .bootstrap-select button.dropdown-toggle:after {
  color: #fff;
}
#modal_sms_ty.th50 .reg_form .ifs_reg .btn {
  margin: 0 auto;
  display: block;
}
#modal_sms_ty .modal-content {
  max-width: 600px;
  display: block;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(231, 174, 65, 0.6);
  box-shadow: 0px 0px 15px 0px rgba(231, 174, 65, 0.6);
}
@media (max-width: 479px) {
  #modal_sms_ty .modal-content {
    max-width: 92% !important;
  }
}
#modal_sms_ty .modal-header {
  width: 100%;
  height: 0;
  border: initial;
  display: none;
}
@media (max-width: 639px) {
  #modal_sms_ty .modal-header {
    display: initial !important;
  }
}
#modal_sms_ty .modal-header h4 {
  display: none;
}
#modal_sms_ty .modal-header .close {
  color: #fff;
  font-size: 48px;
  position: relative;
  top: 10px;
  right: 10px;
  font-weight: 400;
  opacity: 1;
  z-index: 99999;
}
#modal_sms_ty .modal-body {
  padding: 30px 80px;
}
@media (max-width: 767px) {
  #modal_sms_ty .modal-body {
    padding: 30px 30px;
  }
}
#modal_sms_ty .modal-body h4 {
  font-size: 26px;
  line-height: 39px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 479px) {
  #modal_sms_ty .modal-body h4 {
    font-size: 22px !important;
    line-height: 32px !important;
  }
}
#modal_sms_ty .modal-body p {
  margin-bottom: 0;
  color: #fff;
}
#modal_sms_ty .modal-body p a {
  color: #f19108;
}
@media (max-width: 479px) {
  #modal_sms_ty .modal-body .sms_img {
    display: none;
  }
}
#modal_sms_ty .modal-body label .field_ttl {
  display: none;
}
#modal_sms_ty .modal-body label input:focus {
  box-shadow: 0 0 8px rgba(130, 94, 18, 0.4);
  border-color: #f19108;
}

.modal.gdpr_v2 .modal-header {
  background-size: cover;
  position: relative;
  background-color: #9200a3;
}
.modal.gdpr_v2 .modal-header h4 {
  width: 100%;
  text-align: center;
  color: #fff;
}
.modal.gdpr_v2 .modal-header .close {
  position: absolute;
  top: 3px;
  right: 10px;
  color: #fff;
  font-size: 36px;
}
.modal.gdpr_v2 .modal-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 479px) {
  .modal.gdpr_v2 .modal-title {
    font-size: 18px;
  }
}
.modal.gdpr_v2 .modal-body {
  padding: 0;
}
.modal.gdpr_v2 .txt_wrap {
  padding: 60px 60px;
  text-align: center;
}
@media (max-width: 991px) {
  .modal.gdpr_v2 .txt_wrap {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .modal.gdpr_v2 .txt_wrap {
    padding: 30px 15px;
  }
}
.modal.gdpr_v2 .txt_wrap h4 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
}
.modal.gdpr_v2 .txt_wrap label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}
.modal.gdpr_v2 .txt_wrap label input[type=checkbox] {
  margin: 0px 5px 0 0 !important;
}
.modal.gdpr_v2 .txt_wrap label p,
.modal.gdpr_v2 .txt_wrap label span {
  position: relative;
  top: 0px;
  padding-left: 15px;
  text-align: left;
  font-size: 18px;
  line-height: 25px;
}
.modal.gdpr_v2 .txt_wrap .gdpr_confirm {
  font-size: 18px;
  padding: 15px 45px;
}

.modal .modal-header .close {
  border: none;
  outline: none;
  font-size: 26px;
  cursor: pointer;
}
.modal .modal-body {
  padding: 0;
}
.modal.with_video .modal-header {
  background-size: cover;
  position: relative;
  background-color: #9200a3;
}
.modal.with_video .modal-header h4 {
  width: 100%;
  text-align: center;
  color: #fff;
}
.modal.with_video .modal-header .close {
  position: absolute;
  top: 3px;
  right: 10px;
  color: #fff;
  font-size: 36px;
}
.modal.with_video .modal-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 479px) {
  .modal.with_video .modal-title {
    font-size: 18px;
  }
}
.modal.with_video .modal-body {
  padding: 0;
}
.modal.with_video .modal-dialog {
  max-width: 1000px;
  width: 100%;
}
.modal.with_video .modal-content {
  width: 100%;
}
.modal.with_video .close {
  position: absolute;
  line-height: 40px;
  cursor: pointer;
  font-size: 40px;
  display: table;
  height: 40px;
  right: 16px;
  width: 40px;
  z-index: 1;
  opacity: 1;
  padding: 0;
  top: 16px;
}
.modal.with_video .close:hover {
  transition: all 0.3s linear;
}
.modal.with_video .modal-content {
  background: transparent;
  border: none;
}
.modal.with_video .modal-header {
  background: transparent;
  border: none;
}
@media (max-width: 767px) {
  .modal.with_video .modal-header h4 {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .modal.with_video .modal-header h4 {
    line-height: 1.15em;
    text-align: left;
    font-size: 16px;
  }
}
.modal.with_video .modal-body {
  padding: 0;
}
.modal.no_close .modal-header .close {
  display: none;
}
.modal#modal_sf_case_ty .modal-content, .modal#modal_sf_case .modal-content, .modal#modal_case_ty .modal-content {
  border-radius: 6px;
  overflow: hidden;
  margin: 0 auto;
}
.modal#modal_sf_case_ty .modal-header, .modal#modal_sf_case .modal-header, .modal#modal_case_ty .modal-header {
  background-size: cover;
  position: relative;
  background-color: #9200a3;
  padding: 0;
}
.modal#modal_sf_case_ty .modal-header h4, .modal#modal_sf_case .modal-header h4, .modal#modal_case_ty .modal-header h4 {
  width: 100%;
  text-align: center;
  color: #fff;
}
.modal#modal_sf_case_ty .modal-header .close, .modal#modal_sf_case .modal-header .close, .modal#modal_case_ty .modal-header .close {
  position: absolute;
  top: 3px;
  right: 10px;
  color: #752eef;
  font-size: 36px;
  z-index: 222;
  transition: all 0.2s;
}
.modal#modal_sf_case_ty .modal-title, .modal#modal_sf_case .modal-title, .modal#modal_case_ty .modal-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 479px) {
  .modal#modal_sf_case_ty .modal-title, .modal#modal_sf_case .modal-title, .modal#modal_case_ty .modal-title {
    font-size: 18px;
  }
}
.modal#modal_sf_case_ty .modal-body .txt_wrap, .modal#modal_sf_case .modal-body .txt_wrap, .modal#modal_case_ty .modal-body .txt_wrap {
  padding: 60px 60px;
}
@media (max-width: 991px) {
  .modal#modal_sf_case_ty .modal-body .txt_wrap, .modal#modal_sf_case .modal-body .txt_wrap, .modal#modal_case_ty .modal-body .txt_wrap {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .modal#modal_sf_case_ty .modal-body .txt_wrap, .modal#modal_sf_case .modal-body .txt_wrap, .modal#modal_case_ty .modal-body .txt_wrap {
    padding: 30px 15px;
  }
}
.modal#modal_sf_case_ty .modal-body .txt_wrap h3, .modal#modal_sf_case .modal-body .txt_wrap h3, .modal#modal_case_ty .modal-body .txt_wrap h3 {
  text-align: center;
}
.modal#modal_sf_case_ty .modal-body .txt_wrap p, .modal#modal_sf_case .modal-body .txt_wrap p, .modal#modal_case_ty .modal-body .txt_wrap p {
  margin-bottom: 0;
  font-size: 22px;
  text-align: center;
}
.modal.basic_modal.callback_ty .modal-content {
  margin: 0 auto;
}
.modal.basic_modal.callback_ty .modal-header {
  background: none;
  padding: 0;
}
.modal.basic_modal.callback_ty .modal-header .close {
  color: #752eef;
  z-index: 2;
}
.modal.basic_modal.callback_ty .txt_wrap h3 {
  text-align: center;
}
.modal.basic_modal#modal_warning {
  pointer-events: none;
}
.modal.basic_modal#modal_warning .modal-content {
  margin: 0 auto;
}
.modal.basic_modal#modal_warning .modal-header {
  background: none;
  padding: 0;
}
.modal.basic_modal#modal_warning .close {
  color: #752eef;
  display: none;
}
.modal.basic_modal#modal_warning .txt_wrap h3 {
  text-align: center;
}
.modal.basic_modal .modal-content {
  border-radius: 6px;
}
.modal.basic_modal .modal-header {
  background-size: cover;
  position: relative;
  background-color: #9200a3;
}
.modal.basic_modal .modal-header h4 {
  width: 100%;
  text-align: center;
  color: #fff;
}
.modal.basic_modal .modal-header .close {
  position: absolute;
  top: 3px;
  right: 10px;
  color: #fff;
  font-size: 36px;
}
.modal.basic_modal .modal-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 479px) {
  .modal.basic_modal .modal-title {
    font-size: 18px;
  }
}
.modal.basic_modal .modal-body .txt_wrap {
  padding: 60px 60px;
}
@media (max-width: 991px) {
  .modal.basic_modal .modal-body .txt_wrap {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .modal.basic_modal .modal-body .txt_wrap {
    padding: 30px 15px;
  }
}
.modal.basic_modal .modal-body .txt_wrap h3 {
  text-align: center;
}
.modal.basic_modal .modal-body .txt_wrap p {
  margin-bottom: 0;
  font-size: 22px;
  text-align: center;
}
.modal.sales_confirm .modal-content {
  border-radius: 9px;
}
@media (max-width: 767px) {
  .modal.sales_confirm .modal-content {
    margin-left: auto;
    margin-right: auto;
  }
}
.modal.sales_confirm .modal-header {
  background: url(../img/bg/ace_2.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  background-color: #9200a3;
}
.modal.sales_confirm .modal-header h4 {
  width: 100%;
  text-align: center;
  color: #fff;
}
.modal.sales_confirm .modal-header .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
}
.modal.sales_confirm .modal-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 479px) {
  .modal.sales_confirm .modal-title {
    font-size: 18px;
  }
}
.modal.sales_confirm .modal-body {
  background: #f5f5f5;
  padding: 0;
}
.modal.sales_confirm .modal-body form label input {
  padding-left: 15px;
}
.modal.sales_confirm .modal-body form .btn-yellow {
  margin: 0 auto;
  display: block;
}
.modal.sales_confirm h3 {
  font-size: 28px;
  line-height: 1.45em;
  font-weight: 700;
  color: #f19108;
  margin: 0;
}
@media (max-width: 479px) {
  .modal.sales_confirm h3 {
    font-size: 24px;
  }
}
.modal.sales_confirm#modal_sales_confirm p.descr {
  font-size: 24px;
  line-height: 1.45em;
  margin: 0 auto 30px;
  max-width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .modal.sales_confirm#modal_sales_confirm p.descr {
    font-size: 22px;
  }
}
@media (max-width: 639px) {
  .modal.sales_confirm#modal_sales_confirm p.descr {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .modal.sales_confirm#modal_sales_confirm p.descr {
    font-size: 16px;
  }
}
.modal.sales_confirm form#check_email {
  background: transparent;
  padding: 55px 110px 75px;
  text-align: left;
}
@media (max-width: 767px) {
  .modal.sales_confirm form#check_email {
    padding: 45px 60px 75px;
  }
}
@media (max-width: 639px) {
  .modal.sales_confirm form#check_email {
    padding: 25px 45px 75px;
  }
}
@media (max-width: 479px) {
  .modal.sales_confirm form#check_email {
    padding: 25px 15px 55px;
  }
}
.modal.sales_confirm form#check_email .form-control {
  border: 1px solid #ddd;
  margin: 3px 0 0;
}
@media (max-width: 639px) {
  .modal.sales_confirm form#check_email span.field_ttl {
    display: none;
  }
}
@media (max-width: 639px) {
  .modal.sales_confirm form#check_email label {
    margin: 0 0 5px;
  }
}
.modal.video_vimeo .modal-content {
  width: 100%;
  border-radius: 8px;
  background: transparent;
}
.modal.video_vimeo .modal-header {
  height: 0;
  padding: 0;
  margin: 0;
  position: relative;
  border: none;
}
.modal.video_vimeo .modal-header .close {
  position: absolute;
  top: -30px;
  right: 0px;
  font-size: 30px;
  z-index: 1;
  transition: all 0.3s;
  color: #752eef;
  opacity: 1;
  font-size: 32px;
  border: none;
  text-shadow: none;
}
.modal.video_vimeo .modal-header .close:hover {
  transform: scale(1.2);
}
.modal.video_vimeo .modal-body {
  background: transparent;
}
.modal.video_vimeo .modal-body .video .video-container > img {
  display: none;
}
.modal.video_vimeo .trigger_video {
  display: none;
}
.modal.video_youtube .modal-content {
  width: 100%;
  border: none;
}
.modal.video_youtube .modal-header {
  height: 0;
  padding: 0;
  margin: 0;
  position: relative;
  border: none;
}
.modal.video_youtube .modal-header .close {
  position: absolute;
  top: -30px;
  right: 0px;
  font-size: 30px;
  z-index: 1;
  transition: all 0.3s;
  color: #752eef;
  opacity: 1;
  font-size: 32px;
  border: none;
  text-shadow: none;
}
.modal.video_youtube .modal-header .close:hover {
  transform: scale(1.2);
}
.modal.video_youtube .modal-body {
  width: 100%;
  background: #000;
}
.modal.video_youtube .modal-body iframe {
  width: 100%;
  height: 400px;
}
.modal.coming_soon {
  margin-top: 30px;
}
.modal.coming_soon .modal-header {
  background: linear-gradient(90deg, rgb(93, 29, 225) 0%, rgb(143, 65, 255) 100%);
  color: #fff;
  text-align: center;
  position: relative;
  border: none;
  outline: none;
}
.modal.coming_soon .modal-header h4 {
  margin-left: auto;
  margin-right: auto;
}
.modal.coming_soon .modal-header .close {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #fff;
  font-size: 35px;
  border: none;
  outline: none;
  cursor: pointer;
}
.modal.coming_soon .modal-body {
  background: #e5e5e5;
  text-align: center;
}
.modal.coming_soon .modal-body h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 40px 0 10px;
}
@media (max-width: 767px) {
  .modal.coming_soon .modal-body h3 {
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .modal.coming_soon .modal-body h3 {
    font-size: 22px;
    margin: 20px 0 5px;
  }
}
.modal.coming_soon .modal-body p {
  font-size: 20px;
  line-height: 1.65em;
  color: #555;
  margin: 0 auto 26px;
  max-width: 535px;
}
@media (max-width: 767px) {
  .modal.coming_soon .modal-body p {
    font-size: 18px;
    line-height: 1.45em;
    margin: 0 auto 20px;
    max-width: 480px;
  }
}
@media (max-width: 479px) {
  .modal.coming_soon .modal-body p {
    font-size: 16px;
  }
}
.modal.coming_soon .modal-body h4 {
  font-size: 20px;
  line-height: 1.65em;
  font-weight: 700;
  color: #752eef;
  margin: 0 0 40px;
}
@media (max-width: 479px) {
  .modal.coming_soon .modal-body h4 {
    font-size: 16px;
    margin: 0 0 30px;
  }
}
.modal.get_started {
  margin-right: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
  z-index: 999999;
}
.modal.get_started .modal-dialog {
  margin-top: 0;
  padding-top: 0;
  top: 0;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.modal.get_started .modal-content {
  height: 100vh;
  overflow: auto;
}
.modal.get_started .modal-content .modal-header {
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
}
.modal.get_started .modal-content .modal-header .close {
  position: absolute;
  z-index: 100;
  top: 30px;
  right: 30px;
  font-size: 60px;
  font-weight: 600;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s;
  font-weight: 300;
  font-size: 0;
}
.modal.get_started .modal-content .modal-header .close:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-weight: 400;
  content: "✕";
  font-size: 30px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s;
  color: rgb(85, 85, 85);
}
.modal.get_started .modal-content .modal-header .close:hover:before {
  color: rgb(48, 48, 48);
  transform: scale(1.2);
}
.modal.get_started .modal-content .modal-body {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
}
.modal.get_started .modal-content .modal-body .navbar-brand {
  margin-left: 20px;
  margin-top: 30px;
}
.modal.get_started .modal-content .modal-body .navbar-brand img {
  max-width: 200px;
}
.modal.get_started .modal-content .modal-body .links_wrap {
  padding-top: 40px;
}
@media (min-width: 640px) and (min-height: 640px) {
  .modal.get_started .modal-content .modal-body {
    display: flex;
    flex-direction: column;
  }
  .modal.get_started .modal-content .modal-body .navbar-brand {
    margin-top: 15px;
  }
  .modal.get_started .modal-content .modal-body .links_wrap {
    padding-top: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .modal.get_started .modal-content .modal-body .links_wrap > a h3 {
    font-size: 20px;
  }
  .modal.get_started .modal-content .modal-body .links_wrap > a p {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-height: 768px) {
  .modal.get_started .modal-content .modal-body .links_wrap > a h3 {
    font-size: 26px;
  }
  .modal.get_started .modal-content .modal-body .links_wrap > a p {
    margin-bottom: 80px;
    font-size: 16px;
  }
}
.modal.get_started header {
  height: 70px;
  display: flex;
  justify-content: center;
  align-content: center;
}
.modal.get_started header img {
  margin-top: 20px;
  max-width: 200px;
}
.modal#confirmModal .modal-dialog {
  max-width: 720px;
}
.modal#confirmModal .modal-header {
  padding: 30px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .modal#confirmModal .modal-header {
    padding: 30px 15px;
  }
}
.modal#confirmModal .modal-header .txt_wrap {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .modal#confirmModal .modal-header .txt_wrap {
    padding-top: 15px !important;
  }
}
.modal#confirmModal .modal-header .txt_wrap h3,
.modal#confirmModal .modal-header .txt_wrap h2 {
  color: #000;
  font-size: 32px;
  letter-spacing: 0;
}
.modal#confirmModal .modal-header .txt_wrap h5 {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  max-width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.modal#confirmModal .modal-header .txt_wrap h5 > span {
  background: #f0eb44;
  color: #0f0f3d;
  padding: 4px 16px;
  margin-left: 7px;
  margin-right: 7px;
  border-radius: 60px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .modal#confirmModal .modal-header .txt_wrap h5 > span {
    margin: 0 5px 10px;
  }
}
.modal#confirmModal .modal-header p {
  margin-bottom: 0;
}
.modal#confirmModal .modal-header .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal#confirmModal .modal-body {
  padding: 30px 120px;
}
@media (max-width: 991px) {
  .modal#confirmModal .modal-body {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .modal#confirmModal .modal-body {
    padding: 30px 15px;
  }
}
.modal#confirmModal .modal-body form {
  background: transparent;
}
.modal#confirmModal .modal-body form .btn-th50 {
  width: 100%;
  border-radius: 0;
  font-size: 26px;
  line-height: 35px;
  font-weight: 600;
  font-family: "Poppins";
  border-radius: 5px;
  margin-top: 20px;
  letter-spacing: 0;
}
.modal#confirmModal .modal-body form .btn-th50 .small {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-style: initial;
  text-transform: initial;
}
.modal#confirmModal .modal-body form label.gdpr {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.modal#confirmModal .modal-body form label.gdpr span {
  display: block;
  padding-left: 25px;
}
.modal#confirmModal .modal-body form label.gdpr input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  background: transparent;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0 5px 5px 0;
  position: relative;
  box-shadow: none;
  line-height: 1em;
  border-radius: 0;
  cursor: pointer;
  display: inline;
  outline: none;
  border: none;
  height: 24px;
  width: 24px;
  float: left;
  padding: 0;
  top: 0;
}
.modal#confirmModal .modal-body form label.gdpr input[type=checkbox]:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  box-sizing: border-box;
  position: absolute;
  border-radius: 5px;
  height: 26px;
  content: "";
  width: 26px;
  z-index: 1;
  left: 0;
  top: 0;
}
.modal#confirmModal .modal-body form label.gdpr input[type=checkbox]:checked:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #752eef;
  border-right-style: none;
  border-top-style: none;
  border-radius: 0;
  height: 9px;
  width: 18px;
  left: 4px;
  top: 6px;
}
.modal#confirmModal .modal-body form label.gdpr input[type=checkbox]:after {
  box-sizing: border-box;
  border-radius: 5px;
  position: absolute;
  background: #fff;
  cursor: pointer;
  height: 26px;
  width: 26px;
  content: "";
  left: -1px;
  top: -1px;
  border: 1px solid rgba(112, 50, 200, 0.3411764706);
}
.modal.ace_modal_slides {
  margin-top: 40px;
  text-align: center;
}
.modal.ace_modal_slides .modal-dialog {
  max-width: 780px;
}
.modal.ace_modal_slides .modal-content {
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 12px;
}
.modal.ace_modal_slides .modal-header {
  height: 0;
  padding: 0;
  margin: 0;
  position: relative;
  border: none;
  display: none;
}
.modal.ace_modal_slides .modal-header .close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 30px;
  z-index: 1;
  transition: all 0.3s;
  color: #752eef;
}
.modal.ace_modal_slides .modal-header .close:hover {
  z-index: 0.9;
}
.modal.ace_modal_slides .modal-body {
  text-align: center;
  padding: 70px 30px 70px;
  width: 100%;
}
@media (max-width: 639px) {
  .modal.ace_modal_slides .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.modal.ace_modal_slides .modal-body img {
  margin-bottom: 30px;
}
.modal.ace_modal_slides .modal-body .descr {
  font-size: 26px;
  line-height: 39px;
  margin-bottom: 35px;
  color: #fff;
}
@media (max-width: 639px) {
  .modal.ace_modal_slides .modal-body .descr {
    font-size: 22px;
    line-height: 32px;
  }
  .modal.ace_modal_slides .modal-body .descr br {
    display: none;
  }
}
.modal.ace_modal_slides .modal-body .btn-yellow {
  font-size: 20px;
  font-family: "Inter";
  font-weight: 600;
}

.page-template-get-started :not(.modal) .links_wrap {
  padding-top: 11px;
}
.page-template-get-started .mobile,
.page-template-get-started .desktop {
  display: none;
}
.page-template-get-started .main_header .navbar-brand {
  padding: 35px 0;
}
@media (max-width: 1699px) {
  .page-template-get-started .main_header .navbar-brand {
    padding: 25px 0 10px;
  }
}

.links_wrap {
  display: flex;
  justify-content: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  padding-top: 103px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .links_wrap {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .links_wrap {
    padding-top: 50px;
  }
}
@media (max-width: 639px) {
  .links_wrap {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 15px;
    overflow: scroll;
    max-height: 90vh;
  }
}
.links_wrap > a {
  width: 45%;
  margin: 10px 10px 20px;
  border: 1px solid #5d1de1;
  border-radius: 4px;
  color: #0f0f3d;
  padding: 23px 28px 30px;
}
@media (max-width: 639px) {
  .links_wrap > a {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
  }
}
.links_wrap > a .white,
.links_wrap > a .icons_white_arrow {
  display: none;
}
.links_wrap > a .blue,
.links_wrap > a .icons_blue_arrow {
  display: inline-block;
}
.links_wrap > a:hover {
  background: linear-gradient(90deg, #5d1de1 0%, #8f41ff 100%);
  color: #fff;
  text-decoration: none;
}
.links_wrap > a:hover .white,
.links_wrap > a:hover .icons_white_arrow {
  display: inline-block;
  width: 29px;
}
.links_wrap > a:hover .blue,
.links_wrap > a:hover .icons_blue_arrow {
  display: none;
}
.links_wrap > a:hover h4,
.links_wrap > a:hover h3 {
  color: #fff;
  font-weight: 600;
}
.links_wrap > a h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #0f0f3d;
  transition: all 0.4s;
  letter-spacing: -0.2px;
}
@media (max-width: 639px) {
  .links_wrap > a h3 {
    margin-bottom: 5px;
  }
}
.links_wrap > a p {
  font-size: 16px;
  line-height: 22px;
  min-height: 100px;
  max-width: 210px;
  font-weight: 500;
  transition: all 0.2s;
  margin-bottom: 80px;
}
@media (max-width: 639px) {
  .links_wrap > a p {
    min-height: initial;
    margin-bottom: 30px;
  }
}
.links_wrap > a h4 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #752eef;
  transition: all 0.4s;
}
.links_wrap > a h4 img {
  margin-left: 3px;
  transition: all 0.2s;
  height: 20px;
}
.links_wrap > a h4:hover img {
  margin-left: 6px;
}
.links_wrap > a h4 i {
  position: relative;
  top: 2px;
  font-size: 20px;
  margin-left: 10px;
}

.page-template-program_gtci .breadcrumbs,
.page-template-program_ace .breadcrumbs,
.page-template-program_bc .breadcrumbs,
.page-template-program_summit .breadcrumbs,
.page-template-why-coaching .breadcrumbs {
  display: none;
}
.page-template-program_gtci .banner .container,
.page-template-program_ace .banner .container,
.page-template-program_bc .banner .container,
.page-template-program_summit .banner .container,
.page-template-why-coaching .banner .container {
  min-height: 415px;
}
@media (max-width: 991px) {
  .page-template-program_gtci .banner .container,
  .page-template-program_ace .banner .container,
  .page-template-program_bc .banner .container,
  .page-template-program_summit .banner .container,
  .page-template-why-coaching .banner .container {
    min-height: initial;
  }
}

.banner {
  max-width: 1270px;
  margin: 0 auto;
  background-size: cover !important;
  padding: 165px 25px 141px 25px;
  position: relative;
}
@media (max-width: 991px) {
  .banner {
    padding: 100px 25px 100px;
  }
}
@media (max-width: 767px) {
  .banner {
    padding: 100px 25px 100px;
    text-align: left;
  }
}
@media (max-width: 639px) {
  .banner {
    padding: 100px 15px 100px;
  }
}
@media (max-width: 767px) {
  .banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
}
.banner .container {
  position: relative;
  z-index: 1;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}
.banner.bottom {
  padding: 217px 15px 193px;
}
@media (max-width: 991px) {
  .banner.bottom {
    padding: 120px 15px;
  }
}
.banner.bottom .mobile_bg {
  display: none !important;
}
@media (max-width: 479px) {
  .banner.bottom .btns {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner.bottom .btns a:nth-last-child(n+2) {
    margin-bottom: 10px;
    margin-right: unset;
  }
}
.banner.bottom .btns a.single {
  margin: 0;
}
.banner.bottom h1 {
  font-size: 62px;
  line-height: 1.5;
  letter-spacing: -0.025px;
  font-weight: 600;
}
.banner.bottom h2 {
  margin-bottom: 24px;
}
.banner.bottom.platform_bottom h2, .banner.bottom.about_us_bottom h2 {
  margin: 0 0 24px;
}
.banner.announcement_home {
  background: url(../img/pages/announcement/home/bg_banner.jpg) no-repeat 50% 50%;
  max-width: 1920px;
}
@media (max-width: 767px) {
  .banner.announcement_home .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.banner.announcement_home .video .trigger_video:before {
  left: 65%;
}
.banner.announcement_home .video .embed-responsive {
  border-radius: 10px;
}
.banner.long {
  max-width: 1920px;
}
.banner.al-center .container {
  text-align: center;
}
.banner h1 {
  color: #faf6fa;
  line-height: 1.06;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .banner h1 {
    margin-bottom: 15px;
  }
}
.banner h2 {
  line-height: 1.5;
  letter-spacing: -0.025px;
  color: #faf6fa;
}
.banner p {
  color: #faf6fa;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .banner p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 479px) {
  .banner p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner .btns {
    margin-bottom: 0;
  }
}
.banner .btns a.single {
  margin: 0;
}
.banner .btns .btn {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .banner .btns .btn {
    width: initial !important;
  }
}
.banner .btns .btn:nth-last-child(n+2) {
  margin-bottom: 20px;
}
@media (min-width: 325px) {
  .banner .btns .btn:nth-last-child(n+2) {
    margin-right: 19px;
    margin-bottom: 0;
  }
}
.banner.bp_50 {
  background-position: 50% 0 !important;
}
.banner.list_your_practice .btns .btn {
  margin: 0;
}
.banner.about_us {
  padding-left: 20px;
}
.banner.about_us p {
  margin-bottom: 48px;
}
.banner.platform .container, .banner.why_coaching .container, .banner.features_integration .container, .banner.solutions_for_individuals .container {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .banner.platform .container, .banner.why_coaching .container, .banner.features_integration .container, .banner.solutions_for_individuals .container {
    padding: 0;
  }
}
.banner.careers {
  padding-bottom: 164px;
}
.banner.partners_home:before {
  display: none !important;
}
.banner.partners_bc {
  background: url(../img/pages/programs/bnr_bc.jpg) no-repeat 50% 50%;
  padding: 137px 25px 116px 25px;
}
@media (max-width: 767px) {
  .banner.partners_bc {
    background: url(../img/bg/bc.jpg) no-repeat 50% 50%;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }
}
.banner.partners_bc .logo {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .banner.partners_bc h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -3.6px;
    margin-bottom: 12px;
  }
}
.banner.partners_bc .purple {
  padding: 6px 20px;
}
.banner.partners_gtci {
  background: url(../img/pages/programs/bnr_gtci.jpg) no-repeat 50% 50%;
}
@media (min-width: 768px) {
  .banner.partners_gtci {
    padding: 137px 25px 116px 25px;
  }
}
@media (max-width: 767px) {
  .banner.partners_gtci {
    background: url(../img/bg/gtci.jpg) no-repeat 50% 50%;
    padding-left: 0;
    padding-right: 0;
  }
}
.banner.partners_gtci .logo {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .banner.partners_gtci h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -3.6px;
    margin-bottom: 12px;
  }
}
.banner.partners_gtci .purple {
  padding: 6px 20px;
}
.banner.partners_summit {
  background: url(../img/pages/programs/bnr_summit.jpg) no-repeat 50% 50%;
  padding: 137px 25px 116px 25px;
}
@media (max-width: 767px) {
  .banner.partners_summit {
    background: url(../img/bg/summit.jpg) no-repeat 50% 50%;
    padding: 80px 0;
  }
}
.banner.partners_summit img {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .banner.partners_summit img {
    margin-top: 0;
  }
}
.banner.partners_summit .logo {
  margin-bottom: 27px;
}
@media (min-width: 1200px) {
  .banner.partners_summit h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -3.6px;
    margin-bottom: 12px;
  }
}
.banner.partners_summit .purple {
  padding: 6px 20px;
}
.banner .speakers {
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .banner .speakers {
    margin-bottom: 30px;
  }
}
.banner .speakers p {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  margin-right: 41px;
}
.banner .speakers p span {
  display: block;
}
.banner .speakers p img {
  margin-right: 8px;
}

.page-template-solutions-for-coaches .breadcrumbs,
.page-template-solutions-for-business .breadcrumbs,
.page-template-solutions-for-enterprise .breadcrumbs {
  display: none !important;
}

@media (min-width: 1300px) {
  .page-template-features .banner .container,
  .page-template-cookie-policy .banner .container,
  .page-template-privacy-policy .banner .container,
  .page-template-privacy-shield .banner .container,
  .page-template-terms-of-service .banner .container,
  .page-template-features_dashboard .banner .container,
  .page-template-solutions-for-coaches .banner .container,
  .page-template-solutions-for-business .banner .container,
  .page-template-solutions-for-enterprise .banner .container,
  .page-template-coachlogix-webinar .banner .container {
    max-width: 1220px;
  }
}

.th50_bnr_seb {
  background: url(../img/pages/home/bnr_home_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .th50_bnr_seb {
    background-position: 90% 50%;
  }
}
@media (max-width: 767px) {
  .th50_bnr_seb {
    background-position: 90% 50%;
  }
}
@media (max-width: 639px) {
  .th50_bnr_seb {
    background-position: 80% 50%;
  }
}
@media (max-width: 479px) {
  .th50_bnr_seb {
    background-position: 70% 50%;
  }
  .th50_bnr_seb:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.2);
  }
}
.th50_bnr_seb .th50_speakers_wrap {
  position: relative;
  padding: 30px 20px 0;
}
.th50_bnr_seb .th50_speakers_wrap:before {
  position: absolute !important;
  z-index: 0;
  top: -20px;
  left: -50%;
  bottom: 0;
  right: 0;
  content: "";
  width: 200%;
  height: 135%;
  background: url(../img/pages/programs/thinkers50/sales/blur.png) 50% 50% no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .th50_bnr_seb .th50_speakers_wrap:before {
    top: -30px;
  }
}
.th50_bnr_seb .th50_speakers_wrap img {
  position: relative;
  z-index: 1;
}
.th50_bnr_seb .th50_speakers_wrap > div {
  z-index: 2;
}
.th50_bnr_seb .wrap {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  padding: 27px 15px 11px 15px;
}
@media (max-width: 991px) {
  .th50_bnr_seb .wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .th50_bnr_seb .wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}
.th50_bnr_seb .wrap .left {
  width: 40%;
  margin-left: 8%;
  position: relative;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
}
@media (max-width: 991px) {
  .th50_bnr_seb .wrap .left {
    width: 100%;
    max-width: 700px;
    margin-left: 0;
    justify-content: center;
  }
}
.th50_bnr_seb .wrap .left .logo50 {
  max-width: 150px;
  position: absolute;
  top: 5px;
  left: -25px;
}
@media (max-width: 991px) {
  .th50_bnr_seb .wrap .left .logo50 {
    display: none;
  }
}
.th50_bnr_seb .wrap .right {
  width: 40%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .th50_bnr_seb .wrap .right {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .th50_bnr_seb .wrap .right {
    text-align: left;
  }
}
.th50_bnr_seb .wrap .right .txt {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}
.th50_bnr_seb .wrap .right .txt b {
  color: #f0eb44;
}
@media (max-width: 991px) {
  .th50_bnr_seb .wrap .right .txt {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.th50_bnr_seb .wrap .right .title {
  font-family: "Inter";
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .th50_bnr_seb .wrap .right .title {
    font-size: 22px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.th50_bnr_seb .wrap .right .title b {
  color: #f0eb44;
}
.th50_bnr_seb .wrap .right .block {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .th50_bnr_seb .wrap .right .block {
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 639px) {
  .th50_bnr_seb .wrap .right .block {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.th50_bnr_seb .wrap .right .block .btn {
  margin-right: 20px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0;
}
@media (max-width: 639px) {
  .th50_bnr_seb .wrap .right .block .btn {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.th50_bnr_seb .wrap .right .block .countdown_th50_bnr {
  font-family: "Inter";
  position: relative;
  top: 7px;
}
.th50_bnr_seb .wrap .right .block .countdown_th50_bnr .countdown-row {
  position: relative;
  display: flex;
  width: 230px;
  justify-content: space-between;
}
.th50_bnr_seb .wrap .right .block .countdown_th50_bnr .countdown-row > span:before {
  position: absolute;
  content: ":";
  font-size: 34px;
  font-weight: 300;
  top: 0%;
  right: -5px;
}
.th50_bnr_seb .wrap .right .block .countdown_th50_bnr .countdown-row > span:last-child:before {
  display: none !important;
}
.th50_bnr_seb .wrap .right .block .countdown_th50_bnr .countdown-section {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 25%;
}
.th50_bnr_seb .wrap .right .block .countdown_th50_bnr .countdown-section .countdown-amount {
  width: 100%;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
}
.th50_bnr_seb .wrap .right .block .countdown_th50_bnr .countdown-section .countdown-period {
  width: 100%;
  font-weight: 400;
  font-size: 10px;
  text-align: center;
}

.summit_speakers_wrap {
  position: relative;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .summit_speakers_wrap.with_video {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.summit_speakers_wrap.with_video > div .play_btn {
  position: absolute;
  z-index: 2;
  bottom: 90px;
  left: calc(50% - 16px);
  transition: all 0.2s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .summit_speakers_wrap.with_video > div .play_btn {
    bottom: 70px;
  }
}
@media (max-width: 767px) {
  .summit_speakers_wrap.with_video > div .play_btn {
    bottom: 45px;
  }
}
@media (max-width: 639px) {
  .summit_speakers_wrap.with_video > div .play_btn {
    transform: scale(0.7);
    bottom: 22%;
  }
}
.summit_speakers_wrap.with_video > div .play_btn:hover {
  transform: scale(1.2);
}
.summit_speakers_wrap.with_video > div .play_btn img {
  width: 32px;
  height: 32px;
}
.summit_speakers_wrap.v1 > div.s1 {
  left: 5%;
  width: 20%;
}
.summit_speakers_wrap.v1 > div.s2 {
  left: 25%;
  width: 15%;
}
.summit_speakers_wrap.v1 > div.s3 {
  left: 40%;
  width: 12%;
}
.summit_speakers_wrap.v1 > div.s4 {
  left: 52%;
  width: 14%;
}
.summit_speakers_wrap.v1 > div.s5 {
  left: 66%;
  width: 15%;
}
.summit_speakers_wrap.v1 > div.s6 {
  left: 81%;
  width: 16%;
}
.summit_speakers_wrap .speakers img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.summit_speakers_wrap > div {
  position: absolute;
  height: 95%;
  top: 0;
  overflow: hidden;
}
.summit_speakers_wrap > div:hover {
  overflow: visible;
}
.summit_speakers_wrap > div:hover p {
  opacity: 1;
}
.summit_speakers_wrap > div p {
  position: absolute;
  z-index: 1;
  bottom: -85px;
  left: calc(50% - 130px);
  width: 240px;
  height: 100px;
  color: #000;
  background: #fff;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1450980392);
  margin-bottom: 0;
  border-radius: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .summit_speakers_wrap > div p {
    bottom: -95px;
  }
}
@media (max-width: 767px) {
  .summit_speakers_wrap > div p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 479px) {
  .summit_speakers_wrap > div p {
    display: none;
  }
}
.summit_speakers_wrap > div p:before {
  content: "";
  position: absolute;
  top: -12px;
  left: calc(50% - 6px);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}
@media (max-width: 767px) {
  .summit_speakers_wrap > div p:before {
    top: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
  }
}

.summit_speakers_save_wrap {
  position: relative;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media (max-width: 767px) {
  .summit_speakers_save_wrap.with_video {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.summit_speakers_save_wrap.with_video > div .play_btn {
  position: absolute;
  z-index: 2;
  bottom: 90px;
  left: calc(50% - 16px);
  transition: all 0.2s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .summit_speakers_save_wrap.with_video > div .play_btn {
    bottom: 70px;
  }
}
@media (max-width: 767px) {
  .summit_speakers_save_wrap.with_video > div .play_btn {
    bottom: 45px;
  }
}
@media (max-width: 639px) {
  .summit_speakers_save_wrap.with_video > div .play_btn {
    transform: scale(0.7);
    bottom: 22%;
  }
}
.summit_speakers_save_wrap.with_video > div .play_btn:hover {
  transform: scale(1.2);
}
.summit_speakers_save_wrap.with_video > div .play_btn img {
  width: 32px;
  height: 32px;
}
.summit_speakers_save_wrap.v1 > div.s1 {
  left: 5%;
  width: 20%;
}
.summit_speakers_save_wrap.v1 > div.s2 {
  left: 25%;
  width: 15%;
}
.summit_speakers_save_wrap.v1 > div.s3 {
  left: 40%;
  width: 20%;
}
.summit_speakers_save_wrap.v1 > div.s4 {
  left: 60%;
  width: 14%;
}
.summit_speakers_save_wrap.v1 > div.s5 {
  left: 74%;
  width: 22%;
}
.summit_speakers_save_wrap .speakers img {
  display: block;
  max-width: 100%;
  width: 100%;
  max-height: 300px;
}
.summit_speakers_save_wrap > div {
  position: absolute;
  height: 95%;
  top: 0;
  overflow: hidden;
}
.summit_speakers_save_wrap > div:hover {
  overflow: visible;
}
.summit_speakers_save_wrap > div:hover p {
  opacity: 1;
}
.summit_speakers_save_wrap > div p {
  position: absolute;
  z-index: 1;
  bottom: -85px;
  left: calc(50% - 130px);
  width: 240px;
  height: 100px;
  color: #000;
  background: #fff;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1450980392);
  margin-bottom: 0;
  border-radius: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .summit_speakers_save_wrap > div p {
    bottom: -95px;
  }
}
@media (max-width: 767px) {
  .summit_speakers_save_wrap > div p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 479px) {
  .summit_speakers_save_wrap > div p {
    display: none;
  }
}
.summit_speakers_save_wrap > div p:before {
  content: "";
  position: absolute;
  top: -11px;
  left: calc(50% - 6px);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}
@media (max-width: 767px) {
  .summit_speakers_save_wrap > div p:before {
    top: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
  }
}

.home_bnr_summit {
  background: url(../img/pages/home/bnr_summit/bnr_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .home_bnr_summit {
    background-position: 90% 50%;
  }
}
@media (max-width: 767px) {
  .home_bnr_summit {
    background-position: 90% 50%;
  }
}
@media (max-width: 639px) {
  .home_bnr_summit {
    background-position: 80% 50%;
  }
}
@media (max-width: 479px) {
  .home_bnr_summit {
    background-position: 70% 50%;
  }
  .home_bnr_summit:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.2);
  }
}
.home_bnr_summit .home_bnr_summit {
  position: relative;
  padding: 30px 20px 0;
}
.home_bnr_summit .home_bnr_summit:before {
  position: absolute !important;
  z-index: 0;
  top: -20px;
  left: -50%;
  bottom: 0;
  right: 0;
  content: "";
  width: 200%;
  height: 135%;
  background: url(../img/pages/programs/thinkers50/sales/blur.png) 50% 50% no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .home_bnr_summit .home_bnr_summit:before {
    top: -30px;
  }
}
.home_bnr_summit .home_bnr_summit img {
  position: relative;
  z-index: 1;
}
.home_bnr_summit .home_bnr_summit > div {
  z-index: 2;
}
.home_bnr_summit .wrap {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  padding: 0px 15px 0px 15px;
}
@media (max-width: 991px) {
  .home_bnr_summit .wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .home_bnr_summit .wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}
.home_bnr_summit .wrap .left {
  width: 50%;
  margin-left: 5%;
  position: relative;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
}
@media (max-width: 991px) {
  .home_bnr_summit .wrap .left {
    width: 100%;
    max-width: 700px;
    margin-left: 0;
    justify-content: center;
  }
}
.home_bnr_summit .wrap .left .logo_a img {
  width: 100%;
  max-width: 150px;
  position: absolute;
  top: 15px;
  left: -90px;
}
@media (max-width: 1300px) {
  .home_bnr_summit .wrap .left .logo_a img {
    max-width: 100px;
    left: -50px;
  }
}
@media (max-width: 991px) {
  .home_bnr_summit .wrap .left .logo_a img {
    display: none;
  }
}
.home_bnr_summit .wrap .right {
  width: 40%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .home_bnr_summit .wrap .right {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .home_bnr_summit .wrap .right {
    text-align: left;
    padding-bottom: 20px;
  }
}
.home_bnr_summit .wrap .right .txt {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}
.home_bnr_summit .wrap .right .txt b {
  color: #FF00AD;
}
@media (max-width: 991px) {
  .home_bnr_summit .wrap .right .txt {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.home_bnr_summit .wrap .right .title {
  font-family: "Inter";
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .home_bnr_summit .wrap .right .title {
    font-size: 22px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20;
    text-align: center;
  }
}
.home_bnr_summit .wrap .right .title b {
  color: #FF00AD;
  font-weight: 600;
}
.home_bnr_summit .wrap .right .block {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .home_bnr_summit .wrap .right .block {
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 639px) {
  .home_bnr_summit .wrap .right .block {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.home_bnr_summit .wrap .right .block .btn {
  margin-right: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  border-radius: 60px;
}
@media (max-width: 639px) {
  .home_bnr_summit .wrap .right .block .btn {
    margin-right: 0;
  }
}
.home_bnr_summit .wrap .right .block .countdown_th50_bnr {
  font-family: "Inter";
  position: relative;
  top: 7px;
}
.home_bnr_summit .wrap .right .block .countdown_th50_bnr .countdown-row {
  position: relative;
  display: flex;
  width: 230px;
  justify-content: space-between;
}
.home_bnr_summit .wrap .right .block .countdown_th50_bnr .countdown-row > span:before {
  position: absolute;
  content: ":";
  font-size: 34px;
  font-weight: 300;
  top: 0%;
  right: -5px;
}
.home_bnr_summit .wrap .right .block .countdown_th50_bnr .countdown-row > span:last-child:before {
  display: none !important;
}
.home_bnr_summit .wrap .right .block .countdown_th50_bnr .countdown-section {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 25%;
}
.home_bnr_summit .wrap .right .block .countdown_th50_bnr .countdown-section .countdown-amount {
  width: 100%;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
}
.home_bnr_summit .wrap .right .block .countdown_th50_bnr .countdown-section .countdown-period {
  width: 100%;
  font-weight: 400;
  font-size: 10px;
  text-align: center;
}

.home_bnr_summit_save {
  background: url(../img/pages/home/bnr_summit/bnr_bg_save.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .home_bnr_summit_save {
    background-position: 90% 50%;
  }
}
@media (max-width: 767px) {
  .home_bnr_summit_save {
    background-position: 90% 50%;
  }
}
@media (max-width: 639px) {
  .home_bnr_summit_save {
    background-position: 80% 50%;
  }
}
@media (max-width: 479px) {
  .home_bnr_summit_save {
    background-position: 70% 50%;
  }
  .home_bnr_summit_save:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.2);
  }
}
.home_bnr_summit_save .wrap {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  padding: 0px 15px 0px 15px;
}
@media (max-width: 991px) {
  .home_bnr_summit_save .wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .home_bnr_summit_save .wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}
.home_bnr_summit_save .wrap .left {
  width: 50%;
  margin-left: 5%;
  position: relative;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
}
@media (max-width: 991px) {
  .home_bnr_summit_save .wrap .left {
    width: 100%;
    max-width: 700px;
    margin-left: 0;
    justify-content: center;
  }
}
.home_bnr_summit_save .wrap .left .logo_a img {
  width: 100%;
  max-width: 150px;
  position: absolute;
  top: 15px;
  left: -90px;
}
@media (max-width: 1300px) {
  .home_bnr_summit_save .wrap .left .logo_a img {
    max-width: 100px;
    left: -50px;
  }
}
@media (max-width: 991px) {
  .home_bnr_summit_save .wrap .left .logo_a img {
    display: none;
  }
}
.home_bnr_summit_save .wrap .right {
  width: 40%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .home_bnr_summit_save .wrap .right {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .home_bnr_summit_save .wrap .right {
    text-align: left;
    padding-bottom: 20px;
  }
}
.home_bnr_summit_save .wrap .right .txt {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 32px;
}
.home_bnr_summit_save .wrap .right .txt b {
  color: #FF00AD;
}
@media (max-width: 991px) {
  .home_bnr_summit_save .wrap .right .txt {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.home_bnr_summit_save .wrap .right .title {
  font-family: "Inter";
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .home_bnr_summit_save .wrap .right .title {
    font-size: 22px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20;
    text-align: center;
  }
}
.home_bnr_summit_save .wrap .right .title b {
  color: #FF00AD;
  font-weight: 600;
}
.home_bnr_summit_save .wrap .right .block {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .home_bnr_summit_save .wrap .right .block {
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 639px) {
  .home_bnr_summit_save .wrap .right .block {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.home_bnr_summit_save .wrap .right .block .btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  border-radius: 60px;
  padding: 11px 30px;
}
@media (max-width: 639px) {
  .home_bnr_summit_save .wrap .right .block .btn {
    margin-right: 0;
  }
}

#pre_reg.sf_form_style_1 .bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  color: #752eef;
}
#pre_reg.sf_form_style_1 .bootstrap-select button.dropdown-toggle:after {
  color: #752eef;
  content: "\e807";
  font-size: 20px;
}
#pre_reg.sf_form_style_1 .bootstrap-select button.dropdown-toggle .filter-option {
  color: #828282;
  font-size: 14px;
}
#pre_reg.sf_form_style_1 .descr h2 {
  text-align: center;
  color: #0f0f3d;
  line-height: 130%;
  max-width: 660px;
  display: block;
  margin: 0 auto 10px;
  letter-spacing: 0;
}
#pre_reg.sf_form_style_1 .descr h5 {
  font-weight: 500;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 600px;
}
#pre_reg.sf_form_style_1 form {
  max-width: 500px;
  margin: 0 auto;
  background: transparent;
}
#pre_reg.sf_form_style_1 form .bootstrap-select.show .dropdown-menu.open {
  border-color: #752eef;
}
#pre_reg.sf_form_style_1 form .bootstrap-select .dropdown-menu > li.selected a {
  background: rgba(0, 185, 242, 0.1411764706);
}
#pre_reg.sf_form_style_1 form .field_ttl {
  font-weight: 500;
  font-family: "Inter";
}
#pre_reg.sf_form_style_1 form .field_ttl .required {
  color: #752eef;
}
#pre_reg.sf_form_style_1 form .btn-main {
  background: #752eef;
  display: block;
  margin: 40px auto 20px;
  position: relative;
  padding: 20px 20px 20px 20px;
  width: 100%;
  font-weight: 600;
  font-size: 17px;
}
#pre_reg.sf_form_style_1 form .btn-main:before {
  background: url(../img/programs/noc/sq/btn_main.svg) center no-repeat;
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#pre_reg.sf_form_style_1 form .btn-main:hover {
  background: #8741ff;
}

#pre_reg.sf_form_style_2_yellow .bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  color: #E1A63F;
}
#pre_reg.sf_form_style_2_yellow .bootstrap-select button.dropdown-toggle:after {
  color: #E1A63F;
  content: "\e807";
  font-size: 20px;
}
#pre_reg.sf_form_style_2_yellow .bootstrap-select button.dropdown-toggle .filter-option {
  color: #828282;
  font-size: 14px;
}
#pre_reg.sf_form_style_2_yellow .descr h2 {
  text-align: center;
  color: #0f0f3d;
  line-height: 130%;
  max-width: 660px;
  display: block;
  margin: 0 auto 10px;
  letter-spacing: 0;
}
#pre_reg.sf_form_style_2_yellow .descr h5 {
  font-weight: 500;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 600px;
}
#pre_reg.sf_form_style_2_yellow form {
  max-width: 500px;
  margin: 0 auto;
  background: transparent;
}
#pre_reg.sf_form_style_2_yellow form .bootstrap-select.show .dropdown-menu.open {
  border-color: #E1A63F;
}
#pre_reg.sf_form_style_2_yellow form .bootstrap-select .dropdown-menu > li.selected a {
  background: rgba(0, 185, 242, 0.1411764706);
}
#pre_reg.sf_form_style_2_yellow form .field_ttl {
  font-weight: 500;
  font-family: "Inter";
}
#pre_reg.sf_form_style_2_yellow form .field_ttl .required {
  color: #E1A63F;
}
#pre_reg.sf_form_style_2_yellow form .btn-main {
  background: #E1A63F;
  display: block;
  margin: 40px auto 20px;
  position: relative;
  padding: 20px 20px 20px 20px;
  width: 100%;
  font-weight: 600;
  font-size: 17px;
}
#pre_reg.sf_form_style_2_yellow form .btn-main:before {
  background: url(../img/programs/noc/sq/btn_main.svg) center no-repeat;
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#pre_reg.sf_form_style_2_yellow form .btn-main:hover {
  background: #eeb148;
}

#pre_reg.sf_form_style_3_red .bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  color: #d50204;
}
#pre_reg.sf_form_style_3_red .bootstrap-select button.dropdown-toggle:after {
  color: #d50204;
  content: "\e807";
  font-size: 20px;
}
#pre_reg.sf_form_style_3_red .bootstrap-select button.dropdown-toggle .filter-option {
  color: #828282;
  font-size: 14px;
}
#pre_reg.sf_form_style_3_red .descr h2 {
  text-align: center;
  color: #0f0f3d;
  line-height: 130%;
  max-width: 660px;
  display: block;
  margin: 0 auto 10px;
  letter-spacing: 0;
}
#pre_reg.sf_form_style_3_red .descr h5 {
  font-weight: 500;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 600px;
}
#pre_reg.sf_form_style_3_red form {
  max-width: 500px;
  margin: 0 auto;
  background: transparent;
}
#pre_reg.sf_form_style_3_red form .bootstrap-select.show .dropdown-menu.open {
  border-color: #d50204;
}
#pre_reg.sf_form_style_3_red form .bootstrap-select .dropdown-menu > li.selected a {
  background: rgba(0, 185, 242, 0.1411764706);
}
#pre_reg.sf_form_style_3_red form .field_ttl {
  font-weight: 500;
  font-family: "Inter";
}
#pre_reg.sf_form_style_3_red form .field_ttl .required {
  color: #d50204;
}
#pre_reg.sf_form_style_3_red form .btn-main {
  background: #d50204;
  display: block;
  margin: 40px auto 20px;
  position: relative;
  padding: 20px 20px 20px 20px;
  width: 100%;
  font-weight: 600;
  font-size: 17px;
}
#pre_reg.sf_form_style_3_red form .btn-main:before {
  background: url(../img/programs/noc/sq/btn_main.svg) center no-repeat;
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#pre_reg.sf_form_style_3_red form .btn-main:hover {
  background: #f0070b;
}

.ui-widget.ui-widget-content {
  border-radius: 6px;
}

.ui-datepicker {
  border-radius: 6px;
}
.ui-datepicker .ui-widget.ui-widget-content {
  border-radius: 6px;
}
.ui-datepicker .ui-datepicker-header {
  color: #fff;
  background: #752eef;
  border-radius: 6px 6px 0 0;
}
.ui-datepicker .ui-datepicker-header .ui-widget-header .ui-icon {
  background: initial;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  cursor: pointer;
  left: 2px !important;
  top: 2px !important;
  background: transparent;
  border: initial;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  width: 14px;
  background: initial;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid #fff;
  transform: rotate(270deg);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  cursor: pointer;
  right: 2px !important;
  top: 2px !important;
  background: transparent;
  border: initial;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  width: 14px;
  background: initial;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid #fff;
  transform: rotate(90deg);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
  margin: 0 0 0 5px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) button {
  padding: 3px 15px 0 3px;
  position: relative;
  border-radius: 6px;
  width: 73px;
  height: 27px;
  line-height: 1;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) button .bs-caret {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid #752eef;
  color: #2b2b2b;
  right: 5px;
  position: absolute;
  top: 10px;
  transform: rotate(180deg);
}
.ui-datepicker .ui-datepicker th {
  padding: 5px 3px;
}
.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default, .ui-datepicker .ui-button, .ui-datepicker html .ui-button.ui-state-disabled:hover, .ui-datepicker html .ui-button.ui-state-disabled:active {
  background: transparent !important;
  color: #000 !important;
  text-align: center !important;
  border: 1px solid #dcdcdc !important;
}
.ui-datepicker .ui-state-highlight, .ui-datepicker .ui-widget-content .ui-state-highlight, .ui-datepicker .ui-widget-header .ui-state-highlight {
  background: #b68cff !important;
  color: #fff !important;
  border: 1px solid #b68cff !important;
}
.ui-datepicker .ui-state-default.ui-state-active {
  background: #752eef !important;
  color: #fff !important;
}

.s_form_wrap {
  margin: 0;
  padding: 124px 0 107px;
  background: rgb(15, 15, 61);
}
@media (max-width: 991px) {
  .s_form_wrap {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .s_form_wrap {
    padding-bottom: 40px;
  }
}
.s_form_wrap form {
  background: none;
}
@media (max-width: 991px) {
  .s_form_wrap form {
    width: 100% !important;
  }
}
.s_form_wrap .container {
  display: flex;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}
.s_form_wrap .container .half {
  width: 100%;
  max-width: 50%;
  min-width: 50%;
}
@media (max-width: 767px) {
  .s_form_wrap .container .half {
    max-width: 100%;
  }
}
.s_form_wrap .form_copy {
  padding: 0 120px 0 0;
}
@media (max-width: 991px) {
  .s_form_wrap .form_copy {
    padding-right: 30px;
  }
}
.s_form_wrap .form_copy .cdc {
  width: 100%;
  height: auto;
  max-width: 220px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .s_form_wrap .form_copy .cdc {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.s_form_wrap .form_copy h2 {
  color: #0f0f3d;
  letter-spacing: -3px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 32px !important;
}
.s_form_wrap .form_copy h3 {
  color: #0f0f3d;
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 36px;
}
.s_form_wrap .form_copy p {
  color: #0f0f3d;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}
.s_form_wrap .form_copy h5 {
  color: #0f0f3d;
  font-size: 26px;
  letter-spacing: -0.2px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .s_form_wrap .descr h2 {
    font-size: 30px !important;
    line-height: 40px !important;
    letter-spacing: -1px !important;
    margin-bottom: 15px !important;
  }
}
.s_form_wrap .descr h5 {
  letter-spacing: 0.3px;
  font-size: 26px;
  margin-bottom: 17px;
  letter-spacing: 0;
}
.s_form_wrap.grey_v2 {
  background: #f5f5f5;
}
@media (max-width: 991px) {
  .s_form_wrap.grey_v2 .container {
    flex-wrap: wrap;
  }
}
.s_form_wrap.grey_v2 form {
  width: 100%;
}
.s_form_wrap.grey_v2 form #submit {
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0;
  text-align: center;
  width: auto;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  background-color: #5d1de1;
  border: 2px none #5d1de1;
  border-radius: 50px;
  color: #faf8fa;
  fill: #faf8fa;
  text-transform: uppercase;
  font-size: 15px;
  padding: 8px 27px;
  white-space: pre-wrap;
  line-height: 20px;
  margin: 20px 128px 8px 0;
  height: initial;
  order: 1;
}
@media (max-width: 767px) {
  .s_form_wrap.grey_v2 form #submit {
    margin-right: 60px;
  }
}
@media (max-width: 639px) {
  .s_form_wrap.grey_v2 form #submit {
    margin-right: 15px;
  }
}
.s_form_wrap.grey {
  background: #f5f5f5;
}
@media (max-width: 991px) {
  .s_form_wrap.grey .container {
    flex-wrap: wrap;
  }
}
.s_form_wrap.grey .descr {
  width: 47.4%;
}
@media (max-width: 991px) {
  .s_form_wrap.grey .descr {
    width: 100% !important;
    margin-bottom: 20px;
    padding-right: 0 !important;
  }
}
.s_form_wrap.grey .descr p {
  color: #0f0f3d;
  font-size: 16px;
  font-weight: 600;
  max-width: 300px;
}
.s_form_wrap.grey .descr h2 {
  color: #0f0f3d;
  letter-spacing: -3px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 32px !important;
}
@media (max-width: 767px) {
  .s_form_wrap.grey .descr h2 {
    margin-bottom: 15px !important;
  }
}
.s_form_wrap.grey .descr h2 b {
  font-weight: 600;
}
.s_form_wrap.grey form {
  width: 46%;
}
.s_form_wrap.grey form #submit {
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0;
  text-align: center;
  width: auto;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  background-color: #5d1de1;
  border: 2px none #5d1de1;
  border-radius: 50px;
  color: #faf8fa;
  fill: #faf8fa;
  text-transform: uppercase;
  font-size: 15px;
  padding: 8px 27px;
  white-space: pre-wrap;
  line-height: 20px;
  margin: 20px 128px 8px 0;
  height: initial;
  order: 1;
}
@media (max-width: 767px) {
  .s_form_wrap.grey form #submit {
    margin-right: 60px;
  }
}
@media (max-width: 639px) {
  .s_form_wrap.grey form #submit {
    margin-right: 15px;
  }
}
.s_form_wrap.lpurple {
  background: rgb(233, 225, 248);
}
@media (max-width: 991px) {
  .s_form_wrap.lpurple .container {
    flex-wrap: wrap;
  }
}
.s_form_wrap.lpurple .descr {
  padding-right: 0;
  width: 50%;
}
@media (max-width: 991px) {
  .s_form_wrap.lpurple .descr {
    width: 100% !important;
    margin-bottom: 20px;
    padding-right: 0 !important;
  }
}
.s_form_wrap.lpurple .descr h5 {
  color: #0f0f3d;
}
.s_form_wrap.lpurple .descr h2 {
  color: #0f0f3d;
  letter-spacing: -0.025px;
  line-height: 1.04;
}
@media (max-width: 991px) {
  .s_form_wrap.lpurple form.wpcf7 {
    width: 100% !important;
  }
}
.s_form_wrap.lpurple form.wpcf7 label {
  color: #0f0f3d;
  font-weight: 500;
}
.s_form_wrap.lpurple form.wpcf7 label select,
.s_form_wrap.lpurple form.wpcf7 label input {
  border-bottom: 1px solid #0f0f3d;
  color: #0f0f3d;
}
.s_form_wrap.lpurple form.wpcf7 > p {
  color: #0f0f3d;
  margin-bottom: 0;
}
.s_form_wrap.lpurple .g-recaptcha {
  margin: 20px 0 40px;
}
.s_form_wrap.lpurple input[name=submit] {
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 700;
  color: #fff;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 100px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 100px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 100px;
  white-space: normal;
  text-shadow: none;
  cursor: pointer;
  border: 0;
  letter-spacing: 1px;
  line-height: 20px;
  font-size: 13px;
  padding: 6px 17px;
  background: #752eef;
  font-weight: 500;
  padding: 6px 30px;
}
@media (max-width: 767px) {
  .s_form_wrap.lpurple input[name=submit] {
    font-size: 10px;
    letter-spacing: 0.77px;
    padding: 4px 15px;
  }
}
.s_form_wrap.lpurple input[name=submit]:hover, .s_form_wrap.lpurple input[name=submit].hover, .s_form_wrap.lpurple input[name=submit].active.focus, .s_form_wrap.lpurple input[name=submit].active:focus, .s_form_wrap.lpurple input[name=submit].focus, .s_form_wrap.lpurple input[name=submit]:active.focus, .s_form_wrap.lpurple input[name=submit]:active:focus, .s_form_wrap.lpurple input[name=submit]:focus {
  box-shadow: none;
  outline: none;
  color: #fff;
}
.s_form_wrap.lpurple input[name=submit]:hover {
  background: #8741ff;
}
@media (max-width: 991px) {
  .s_form_wrap.dark .container {
    flex-wrap: wrap;
  }
}
.s_form_wrap.dark .descr {
  width: 50%;
  padding-right: 0;
}
@media (max-width: 991px) {
  .s_form_wrap.dark .descr {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.s_form_wrap.dark .descr h5 {
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.s_form_wrap.dark .descr h2 {
  color: #fff;
  letter-spacing: -0.025px;
  line-height: 1.04;
}
@media (max-width: 991px) {
  .s_form_wrap.dark form {
    width: 100%;
  }
}
.s_form_wrap.dark form > label {
  color: #fff;
  margin-bottom: 0;
}
.s_form_wrap.dark form input,
.s_form_wrap.dark form select,
.s_form_wrap.dark form textarea {
  border-bottom: 1px solid #fff;
  color: #fff;
  background: #0f0f3d;
}

.ifs_reg {
  background: #f5f5f5;
}
.ifs_reg .foot_wrap {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
}
@media (max-width: 767px) {
  .ifs_reg .foot_wrap {
    flex-wrap: wrap;
  }
}
.ifs_reg .foot_wrap p {
  position: relative;
  top: 2px;
  margin: 0 0 0 26px;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .ifs_reg .foot_wrap p {
    width: 100%;
    max-width: 450px;
    text-align: center;
    margin: 10px auto 0;
  }
}
.ifs_reg .clearfix .half_wrap {
  width: 48%;
}
.ifs_reg .clearfix .half_wrap.left {
  float: left;
}
.ifs_reg .clearfix .half_wrap.right {
  float: right;
}
.ifs_reg textarea {
  min-height: 60px;
}
.ifs_reg .phone_nr_warp {
  margin-bottom: 0;
}
.ifs_reg .phone_nr_warp .iti {
  width: 100%;
}
.ifs_reg .phone_nr_warp .iti #phone_nr {
  padding-top: 2px;
}
.ifs_reg .hear_wrap > input {
  display: none;
  margin-top: 15px;
}
.ifs_reg .hear_wrap.show_other > input {
  display: initial;
}
.ifs_reg label {
  width: 100%;
  padding: 10px 7px 10px 0;
}
@media (max-width: 767px) {
  .ifs_reg label {
    width: 100%;
  }
}
.ifs_reg label .field_ttl {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #0f0f3d;
  font-weight: 600;
}
.ifs_reg label .field_ttl .required {
  color: #6335c3;
  font-weight: 700;
  font-size: 18px;
}
.ifs_reg label .btn-group {
  margin: 7px 0;
}
.ifs_reg label .bootstrap-select {
  margin: 7px 0 0 0;
}
.ifs_reg label .bootstrap-select button.dropdown-toggle {
  display: flex;
  border: none !important;
  background: none !important;
  border-bottom: 1px solid #79798f !important;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
  border-radius: 0;
}
.ifs_reg label .bootstrap-select button.dropdown-toggle .filter-option {
  max-width: 100%;
  color: #6335c3;
  font-size: 13px;
  font-weight: 400;
  text-transform: initial;
  letter-spacing: 0;
}
.ifs_reg label .bootstrap-select button.dropdown-toggle:after {
  color: #6335c3;
  right: 18px;
  font-weight: 800;
  font-size: 13px;
}
.ifs_reg label .bootstrap-select .dropdown-menu {
  padding: 0;
}
.ifs_reg label .bootstrap-select .dropdown-menu li a {
  padding: 10px 15px;
}
.ifs_reg label .bootstrap-select .dropdown-menu li a .check-mark {
  margin-top: 0;
}
.ifs_reg label textarea {
  height: initial;
  height: 70px;
  width: 100%;
  padding: 15px 0 5px;
  border: none;
  outline: none;
  background: none;
  border-bottom: 1px solid #79798f;
  font-weight: 400 !important;
}
.ifs_reg label textarea:focus, .ifs_reg label textarea:active {
  outline: none;
  box-shadow: none;
}
.ifs_reg label input:not([type=checkbox]),
.ifs_reg label select {
  border: none;
  outline: none;
  width: 100%;
  background: none;
  border-bottom: 1px solid #79798f;
  padding: 0;
  height: 52px;
  padding-bottom: 0;
  position: relative;
  color: #0f0f3d;
  font-weight: 400;
}
.ifs_reg label input:not([type=checkbox]):focus,
.ifs_reg label select:focus {
  box-shadow: none;
}
.ifs_reg label.select_wrap {
  position: relative;
}
.ifs_reg label.select_wrap:after {
  content: "▾";
  pointer-events: none;
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.ifs_reg label select {
  appearance: none;
}
.ifs_reg .btn.btn-main {
  text-align: center;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  padding: 10px 49px;
  background: linear-gradient(90deg, #4a1be7 0%, #7d42fa 100%);
  border: 2px none #5d1de1;
  border-radius: 50px;
  color: #faf8fa;
  margin-top: 34px;
  transition: all 0.2s;
}
.ifs_reg .btn.btn-main:hover {
  background: linear-gradient(90deg, #7d42fa 0%, #4a1be7 100%);
}
.ifs_reg .privacy {
  position: absolute;
  bottom: 15px;
  right: 72px;
  width: 320px;
  font-size: 13px;
  line-height: 23px;
}

.modal_gdpr_trigger {
  max-width: 460px;
  margin: 20px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .modal_gdpr_trigger {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.modal_gdpr_trigger p {
  font-size: 14px;
  color: #0f0f3d;
}

.wpcf7,
.form-st1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  position: relative;
}
.wpcf7.v2,
.form-st1.v2 {
  max-width: 600px;
  display: block;
  margin-top: -8px;
  margin-left: 147px;
}
.wpcf7.v2 .descr,
.form-st1.v2 .descr {
  max-width: 470px;
}
.wpcf7.v2 label,
.form-st1.v2 label {
  width: 100%;
  color: #fff;
}
.wpcf7.v2 label input,
.wpcf7.v2 label select,
.form-st1.v2 label input,
.form-st1.v2 label select {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.wpcf7.v2 label input option,
.wpcf7.v2 label select option,
.form-st1.v2 label input option,
.form-st1.v2 label select option {
  color: rgb(15, 15, 61);
}
.wpcf7.v2 .btn,
.form-st1.v2 .btn {
  margin: 22px 0;
}
.wpcf7 .wrap_2_col_lbls,
.form-st1 .wrap_2_col_lbls {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  position: relative;
}
.wpcf7 label,
.form-st1 label {
  width: 50%;
  padding: 10px 7px 10px 0;
}
@media (max-width: 767px) {
  .wpcf7 label,
  .form-st1 label {
    width: 100%;
  }
}
.wpcf7 label textarea,
.form-st1 label textarea {
  height: initial;
  height: 70px;
  width: 100%;
  padding: 15px 0 5px;
  border: none;
  outline: none;
  background: none;
  border-bottom: 1px solid #0f0f3d;
  font-weight: 400 !important;
}
.wpcf7 label textarea:focus, .wpcf7 label textarea:active,
.form-st1 label textarea:focus,
.form-st1 label textarea:active {
  outline: none;
  box-shadow: none;
}
.wpcf7 label input,
.wpcf7 label select,
.form-st1 label input,
.form-st1 label select {
  border: none;
  outline: none;
  width: 100%;
  background: none;
  border-bottom: 1px solid #0f0f3d;
  padding: 0;
  height: 52px;
  padding-bottom: 0;
  position: relative;
}
.wpcf7 label input:focus,
.wpcf7 label select:focus,
.form-st1 label input:focus,
.form-st1 label select:focus {
  box-shadow: none;
}
.wpcf7 label.select_wrap,
.form-st1 label.select_wrap {
  position: relative;
}
.wpcf7 label.select_wrap:after,
.form-st1 label.select_wrap:after {
  content: "▾";
  pointer-events: none;
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7 label select,
.form-st1 label select {
  appearance: none;
}
.wpcf7 .btn,
.form-st1 .btn {
  text-align: center;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.wpcf7 .privacy,
.form-st1 .privacy {
  position: absolute;
  bottom: 15px;
  right: 72px;
  width: 320px;
  font-size: 13px;
  line-height: 23px;
}

.page-template-contact .s_form_wrap,
.page-template-pricing-for-enterprise .s_form_wrap,
.page-template-solutions-for-enterprise .s_form_wrap,
.page-template-solutions-for-coaches .s_form_wrap,
.page-template-solutions-for-business .s_form_wrap,
.page-template-platform .s_form_wrap,
.page-template-cdc_atd_demo_day_form .s_form_wrap,
.page-template-solutions-for-business_2024 .s_form_wrap {
  padding: 120px 0;
}
.page-template-contact .s_form_wrap .form-st1,
.page-template-pricing-for-enterprise .s_form_wrap .form-st1,
.page-template-solutions-for-enterprise .s_form_wrap .form-st1,
.page-template-solutions-for-coaches .s_form_wrap .form-st1,
.page-template-solutions-for-business .s_form_wrap .form-st1,
.page-template-platform .s_form_wrap .form-st1,
.page-template-cdc_atd_demo_day_form .s_form_wrap .form-st1,
.page-template-solutions-for-business_2024 .s_form_wrap .form-st1 {
  margin: -12px -15px 0 0px;
  width: 50%;
  display: block;
}
.page-template-contact .s_form_wrap .wpcf7,
.page-template-pricing-for-enterprise .s_form_wrap .wpcf7,
.page-template-solutions-for-enterprise .s_form_wrap .wpcf7,
.page-template-solutions-for-coaches .s_form_wrap .wpcf7,
.page-template-solutions-for-business .s_form_wrap .wpcf7,
.page-template-platform .s_form_wrap .wpcf7,
.page-template-cdc_atd_demo_day_form .s_form_wrap .wpcf7,
.page-template-solutions-for-business_2024 .s_form_wrap .wpcf7 {
  width: 50%;
}
@media (max-width: 991px) {
  .page-template-contact .s_form_wrap .wpcf7,
  .page-template-pricing-for-enterprise .s_form_wrap .wpcf7,
  .page-template-solutions-for-enterprise .s_form_wrap .wpcf7,
  .page-template-solutions-for-coaches .s_form_wrap .wpcf7,
  .page-template-solutions-for-business .s_form_wrap .wpcf7,
  .page-template-platform .s_form_wrap .wpcf7,
  .page-template-cdc_atd_demo_day_form .s_form_wrap .wpcf7,
  .page-template-solutions-for-business_2024 .s_form_wrap .wpcf7 {
    width: 100%;
  }
}
.page-template-contact .s_form_wrap form.wpcf7-form,
.page-template-pricing-for-enterprise .s_form_wrap form.wpcf7-form,
.page-template-solutions-for-enterprise .s_form_wrap form.wpcf7-form,
.page-template-solutions-for-coaches .s_form_wrap form.wpcf7-form,
.page-template-solutions-for-business .s_form_wrap form.wpcf7-form,
.page-template-platform .s_form_wrap form.wpcf7-form,
.page-template-cdc_atd_demo_day_form .s_form_wrap form.wpcf7-form,
.page-template-solutions-for-business_2024 .s_form_wrap form.wpcf7-form {
  margin: 0;
}
.page-template-contact .s_form_wrap form.wpcf7-form .wpcf7-submit,
.page-template-pricing-for-enterprise .s_form_wrap form.wpcf7-form .wpcf7-submit,
.page-template-solutions-for-enterprise .s_form_wrap form.wpcf7-form .wpcf7-submit,
.page-template-solutions-for-coaches .s_form_wrap form.wpcf7-form .wpcf7-submit,
.page-template-solutions-for-business .s_form_wrap form.wpcf7-form .wpcf7-submit,
.page-template-platform .s_form_wrap form.wpcf7-form .wpcf7-submit,
.page-template-cdc_atd_demo_day_form .s_form_wrap form.wpcf7-form .wpcf7-submit,
.page-template-solutions-for-business_2024 .s_form_wrap form.wpcf7-form .wpcf7-submit {
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0;
  text-align: center;
  width: auto;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  background-color: #5d1de1;
  border: 2px none #5d1de1;
  border-radius: 50px;
  color: #faf8fa;
  fill: #faf8fa;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 17px;
  white-space: pre-wrap;
  line-height: 20px;
  margin: 0 128px 8px 0;
  height: initial;
  order: 1;
}
@media (max-width: 767px) {
  .page-template-contact .s_form_wrap form.wpcf7-form .wpcf7-submit,
  .page-template-pricing-for-enterprise .s_form_wrap form.wpcf7-form .wpcf7-submit,
  .page-template-solutions-for-enterprise .s_form_wrap form.wpcf7-form .wpcf7-submit,
  .page-template-solutions-for-coaches .s_form_wrap form.wpcf7-form .wpcf7-submit,
  .page-template-solutions-for-business .s_form_wrap form.wpcf7-form .wpcf7-submit,
  .page-template-platform .s_form_wrap form.wpcf7-form .wpcf7-submit,
  .page-template-cdc_atd_demo_day_form .s_form_wrap form.wpcf7-form .wpcf7-submit,
  .page-template-solutions-for-business_2024 .s_form_wrap form.wpcf7-form .wpcf7-submit {
    margin-right: 60px;
  }
}
@media (max-width: 639px) {
  .page-template-contact .s_form_wrap form.wpcf7-form .wpcf7-submit,
  .page-template-pricing-for-enterprise .s_form_wrap form.wpcf7-form .wpcf7-submit,
  .page-template-solutions-for-enterprise .s_form_wrap form.wpcf7-form .wpcf7-submit,
  .page-template-solutions-for-coaches .s_form_wrap form.wpcf7-form .wpcf7-submit,
  .page-template-solutions-for-business .s_form_wrap form.wpcf7-form .wpcf7-submit,
  .page-template-platform .s_form_wrap form.wpcf7-form .wpcf7-submit,
  .page-template-cdc_atd_demo_day_form .s_form_wrap form.wpcf7-form .wpcf7-submit,
  .page-template-solutions-for-business_2024 .s_form_wrap form.wpcf7-form .wpcf7-submit {
    margin-right: 15px;
  }
}
.page-template-contact .s_form_wrap form.wpcf7-form .sbmt,
.page-template-pricing-for-enterprise .s_form_wrap form.wpcf7-form .sbmt,
.page-template-solutions-for-enterprise .s_form_wrap form.wpcf7-form .sbmt,
.page-template-solutions-for-coaches .s_form_wrap form.wpcf7-form .sbmt,
.page-template-solutions-for-business .s_form_wrap form.wpcf7-form .sbmt,
.page-template-platform .s_form_wrap form.wpcf7-form .sbmt,
.page-template-cdc_atd_demo_day_form .s_form_wrap form.wpcf7-form .sbmt,
.page-template-solutions-for-business_2024 .s_form_wrap form.wpcf7-form .sbmt {
  padding: 22px 0 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.page-template-contact .s_form_wrap form.wpcf7-form .sbmt span,
.page-template-pricing-for-enterprise .s_form_wrap form.wpcf7-form .sbmt span,
.page-template-solutions-for-enterprise .s_form_wrap form.wpcf7-form .sbmt span,
.page-template-solutions-for-coaches .s_form_wrap form.wpcf7-form .sbmt span,
.page-template-solutions-for-business .s_form_wrap form.wpcf7-form .sbmt span,
.page-template-platform .s_form_wrap form.wpcf7-form .sbmt span,
.page-template-cdc_atd_demo_day_form .s_form_wrap form.wpcf7-form .sbmt span,
.page-template-solutions-for-business_2024 .s_form_wrap form.wpcf7-form .sbmt span {
  display: inline;
  max-width: 344px;
  font-size: 13px;
  line-height: 1.8;
  margin: -8px 0 0;
  font-weight: 500;
  color: #000;
}
.page-template-contact .s_form_wrap form.wpcf7-form > p,
.page-template-pricing-for-enterprise .s_form_wrap form.wpcf7-form > p,
.page-template-solutions-for-enterprise .s_form_wrap form.wpcf7-form > p,
.page-template-solutions-for-coaches .s_form_wrap form.wpcf7-form > p,
.page-template-solutions-for-business .s_form_wrap form.wpcf7-form > p,
.page-template-platform .s_form_wrap form.wpcf7-form > p,
.page-template-cdc_atd_demo_day_form .s_form_wrap form.wpcf7-form > p,
.page-template-solutions-for-business_2024 .s_form_wrap form.wpcf7-form > p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.page-template-contact .s_form_wrap form.wpcf7-form label,
.page-template-pricing-for-enterprise .s_form_wrap form.wpcf7-form label,
.page-template-solutions-for-enterprise .s_form_wrap form.wpcf7-form label,
.page-template-solutions-for-coaches .s_form_wrap form.wpcf7-form label,
.page-template-solutions-for-business .s_form_wrap form.wpcf7-form label,
.page-template-platform .s_form_wrap form.wpcf7-form label,
.page-template-cdc_atd_demo_day_form .s_form_wrap form.wpcf7-form label,
.page-template-solutions-for-business_2024 .s_form_wrap form.wpcf7-form label {
  padding: 10px 0 19px 0;
  width: 100%;
  margin: 0;
}
.page-template-contact .s_form_wrap .container,
.page-template-pricing-for-enterprise .s_form_wrap .container,
.page-template-solutions-for-enterprise .s_form_wrap .container,
.page-template-solutions-for-coaches .s_form_wrap .container,
.page-template-solutions-for-business .s_form_wrap .container,
.page-template-platform .s_form_wrap .container,
.page-template-cdc_atd_demo_day_form .s_form_wrap .container,
.page-template-solutions-for-business_2024 .s_form_wrap .container {
  max-width: 1230px;
}
.page-template-contact .s_form_wrap .descr,
.page-template-pricing-for-enterprise .s_form_wrap .descr,
.page-template-solutions-for-enterprise .s_form_wrap .descr,
.page-template-solutions-for-coaches .s_form_wrap .descr,
.page-template-solutions-for-business .s_form_wrap .descr,
.page-template-platform .s_form_wrap .descr,
.page-template-cdc_atd_demo_day_form .s_form_wrap .descr,
.page-template-solutions-for-business_2024 .s_form_wrap .descr {
  padding-right: 120px;
  width: 50%;
  min-width: 50%;
}
@media (max-width: 767px) {
  .page-template-contact .s_form_wrap .descr,
  .page-template-pricing-for-enterprise .s_form_wrap .descr,
  .page-template-solutions-for-enterprise .s_form_wrap .descr,
  .page-template-solutions-for-coaches .s_form_wrap .descr,
  .page-template-solutions-for-business .s_form_wrap .descr,
  .page-template-platform .s_form_wrap .descr,
  .page-template-cdc_atd_demo_day_form .s_form_wrap .descr,
  .page-template-solutions-for-business_2024 .s_form_wrap .descr {
    width: 100%;
    min-width: 100%;
  }
}
.page-template-contact .s_form_wrap h5,
.page-template-pricing-for-enterprise .s_form_wrap h5,
.page-template-solutions-for-enterprise .s_form_wrap h5,
.page-template-solutions-for-coaches .s_form_wrap h5,
.page-template-solutions-for-business .s_form_wrap h5,
.page-template-platform .s_form_wrap h5,
.page-template-cdc_atd_demo_day_form .s_form_wrap h5,
.page-template-solutions-for-business_2024 .s_form_wrap h5 {
  letter-spacing: normal;
  margin-bottom: 8px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 26px;
}

#pre_reg .modal.show.gdpr input[type=checkbox],
.modal.show.gdpr input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  background: transparent;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0 10px 13px 0;
  position: relative;
  box-shadow: none;
  line-height: 1em;
  border-radius: 0;
  cursor: pointer;
  display: inline;
  outline: none;
  border: none;
  height: 24px;
  width: 24px;
  float: left;
  padding: 0;
  top: 0;
}
#pre_reg .modal.show.gdpr input[type=checkbox]:before,
.modal.show.gdpr input[type=checkbox]:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  box-sizing: border-box;
  position: absolute;
  border-radius: 5px;
  height: 24px;
  content: "";
  width: 24px;
  z-index: 1;
  left: 0;
  top: 0;
}
#pre_reg .modal.show.gdpr input[type=checkbox]:checked:before,
.modal.show.gdpr input[type=checkbox]:checked:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right-style: none;
  border-color: #752eef;
  border-top-style: none;
  border-radius: 0;
  height: 7px;
  width: 12px;
  left: 6px;
  top: 7px;
}
#pre_reg .modal.show.gdpr input[type=checkbox]:after,
.modal.show.gdpr input[type=checkbox]:after {
  box-sizing: border-box;
  border-radius: 5px;
  position: absolute;
  background: #fff;
  cursor: pointer;
  height: 24px;
  width: 24px;
  content: "";
  left: 0;
  top: 0;
}
#pre_reg .modal.show.gdpr .modal-header,
.modal.show.gdpr .modal-header {
  background: linear-gradient(90deg, rgb(93, 29, 225) 0%, rgb(143, 65, 255) 100%);
  color: #fff;
  text-align: center;
  position: relative;
  border: none;
  outline: none;
  height: 0;
  position: relative;
  padding: 0;
}
#pre_reg .modal.show.gdpr .modal-header h4,
.modal.show.gdpr .modal-header h4 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}
#pre_reg .modal.show.gdpr .modal-header .close,
.modal.show.gdpr .modal-header .close {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 10px;
  color: #752eef;
  font-size: 35px;
  border: none;
  outline: none;
  cursor: pointer;
}
#pre_reg .modal.show.gdpr .modal-title,
.modal.show.gdpr .modal-title {
  letter-spacing: 2.5px;
  font-size: 18px;
}
@media (max-width: 639px) {
  #pre_reg .modal.show.gdpr .modal-title,
  .modal.show.gdpr .modal-title {
    font-size: 15px;
  }
}
#pre_reg .modal.show.gdpr .modal-body,
.modal.show.gdpr .modal-body {
  padding: 0;
}
#pre_reg .modal.show.gdpr .txt_wrap,
.modal.show.gdpr .txt_wrap {
  text-align: center;
  padding: 0 0 40px;
  max-width: 480px;
  margin: 0 auto;
}
#pre_reg .modal.show.gdpr .txt_wrap h3,
.modal.show.gdpr .txt_wrap h3 {
  color: #752eef;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  #pre_reg .modal.show.gdpr .txt_wrap h3,
  .modal.show.gdpr .txt_wrap h3 {
    font-size: 44px;
    line-height: 48px;
  }
}
#pre_reg .modal.show.gdpr .txt_wrap p,
.modal.show.gdpr .txt_wrap p {
  font-size: 17px;
  line-height: 1.45em;
  font-weight: 400;
  color: #444;
  margin: 0;
}
#pre_reg .modal.show.gdpr .txt_wrap p a,
.modal.show.gdpr .txt_wrap p a {
  color: #752eef;
  font-weight: 700;
}
#pre_reg .modal.show.gdpr .form_wrap .field_ttl,
.modal.show.gdpr .form_wrap .field_ttl {
  margin-bottom: 7px;
}
#pre_reg .modal.show.gdpr .form_wrap input.form-control,
.modal.show.gdpr .form_wrap input.form-control {
  margin-bottom: 40px;
}
@media (max-width: 639px) {
  #pre_reg .modal.show.gdpr .form_wrap input.form-control,
  .modal.show.gdpr .form_wrap input.form-control {
    margin-bottom: 20px;
  }
}
#pre_reg .modal.show.gdpr .form_wrap input[type=checkbox],
.modal.show.gdpr .form_wrap input[type=checkbox] {
  margin: 7px 5px 0 0;
}
@media (max-width: 479px) {
  #pre_reg .modal.show.gdpr .form_wrap input[type=checkbox],
  .modal.show.gdpr .form_wrap input[type=checkbox] {
    margin: 3px 5px 20px 0;
  }
}
#pre_reg .modal.show.gdpr .form_wrap input[type=checkbox] + p.red_txt,
.modal.show.gdpr .form_wrap input[type=checkbox] + p.red_txt {
  font-size: 15px;
  line-height: 1.45em;
  font-weight: 400;
  color: red;
  transition: max-height 0.4s ease;
  overflow: hidden;
  max-height: 0;
  margin: 0;
}
#pre_reg .modal.show.gdpr .form_wrap input[type=checkbox]:checked + p.red_txt,
.modal.show.gdpr .form_wrap input[type=checkbox]:checked + p.red_txt {
  max-height: 80px;
}
#pre_reg .modal.show.gdpr .form_wrap label,
.modal.show.gdpr .form_wrap label {
  line-height: 1.45em;
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 15px;
  display: block;
  color: #444;
}
#pre_reg .modal.show.gdpr .form_wrap .btn_purple,
.modal.show.gdpr .form_wrap .btn_purple {
  text-align: center;
}
#pre_reg .modal.show.gdpr .form_wrap .btn,
.modal.show.gdpr .form_wrap .btn {
  font: 700 18px "Open Sans";
  letter-spacing: 3px;
  margin: 0 0 20px;
  padding: 15px;
  width: 100%;
  max-width: 210px;
  display: block;
  margin: 10px auto;
}
#pre_reg .modal.show.gdpr .form_wrap .btn span,
.modal.show.gdpr .form_wrap .btn span {
  width: 100%;
}
@media (max-width: 479px) {
  #pre_reg .modal.show.gdpr .form_wrap .btn,
  .modal.show.gdpr .form_wrap .btn {
    font-size: 16px;
    padding: 10px;
  }
}
#pre_reg .modal.show.gdpr .alert,
.modal.show.gdpr .alert {
  text-align: center;
  font-size: 16px;
  display: none;
}
#pre_reg .modal.show.gdpr .ifs_reg,
.modal.show.gdpr .ifs_reg {
  background: url(../img/bg/bg_form_gray.jpg) no-repeat top center;
  background-size: cover;
  padding: 60px 95px;
}
@media (max-width: 767px) {
  #pre_reg .modal.show.gdpr .ifs_reg,
  .modal.show.gdpr .ifs_reg {
    padding: 60px 80px;
  }
}
@media (max-width: 639px) {
  #pre_reg .modal.show.gdpr .ifs_reg,
  .modal.show.gdpr .ifs_reg {
    padding: 40px 15px;
  }
}

#modal_gdpr .foot_wrap {
  align-items: center;
}
#modal_gdpr .foot_wrap p {
  color: #444;
}

.nav_wrap {
  max-width: 350px;
  padding-right: 50px;
  width: 100%;
  padding: 30px 0;
  position: relative;
}
.nav_wrap ul {
  list-style: none;
}
.nav_wrap ul.sticky {
  position: fixed;
  top: 50px;
  width: 330px;
  z-index: 99;
  overflow: auto;
}
.nav_wrap ul li {
  width: 100%;
}
.nav_wrap ul a {
  display: block;
  padding: 15px;
  color: #5e1de1;
  border-left: 4px solid transparent;
}
.nav_wrap ul a.active, .nav_wrap ul a:hover {
  background-color: #fbf9fb;
  border-left: 4px solid #5d1de1;
}
.nav_wrap ul a:hover {
  text-decoration: none;
}

.breadcrumbs {
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  padding-left: 0;
  margin: 24px auto;
}
.breadcrumbs li {
  list-style: none;
}
.breadcrumbs li:first-child {
  margin-left: -5px;
}
.breadcrumbs li:last-child a {
  position: relative;
  color: #090a0b;
}
.breadcrumbs li:last-child a:after {
  display: none;
}
.breadcrumbs li a {
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  color: #5e1de1;
}
.breadcrumbs li a:after {
  content: ">";
  position: absolute;
  right: -5px;
  font-size: 22px;
  top: 12px;
}

.cnt_builder {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .cnt_builder {
    padding-bottom: 70px !important;
    border-bottom: 1px solid #e6e6e6;
  }
}
.cnt_builder .container {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}
@media (max-width: 767px) {
  .cnt_builder .container {
    flex-wrap: wrap;
  }
}
.cnt_builder h2 {
  margin-bottom: 14px;
  color: #0F0F3D;
}
.cnt_builder h3 {
  color: #0f0f3d;
}
.cnt_builder p {
  font-size: 16px;
}
.cnt_builder ul {
  margin: 0;
  padding: 0;
}
.cnt_builder ul li {
  position: relative;
  padding-left: 25px;
  margin: 13px 0 13px;
  list-style: none;
  font-size: 16px;
  line-height: 30px;
}
.cnt_builder ul li:before {
  content: "";
  background: linear-gradient(90deg, #5d1de1 0%, #8f41ff 100%);
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cnt_builder ul li:before {
    width: 10px;
    height: 10px;
  }
}
.cnt_builder p {
  font-size: 16px;
  color: #0f0f3d;
  font-weight: 500;
  width: 100%;
}
.cnt_builder p a,
.cnt_builder ul a,
.cnt_builder ol a {
  color: #5d1de1;
  text-decoration: none;
}
.cnt_builder p a:hover,
.cnt_builder ul a:hover,
.cnt_builder ol a:hover {
  text-decoration: underline;
}
.cnt_builder p:empty {
  display: none;
  height: 0;
  width: 0;
}
.cnt_builder .txt > a {
  text-decoration: none;
  color: #5d1de1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 15px;
}
.cnt_builder .txt > a img {
  margin-left: 10px;
  transition: all 0.2s;
}
.cnt_builder .txt > a i {
  font-size: 16px;
  margin-left: 5px;
  transition: all 1s;
}
.cnt_builder .txt > a p {
  font-weight: 500;
}
.cnt_builder .txt > a:hover img {
  margin-left: 13px;
}
.cnt_builder.line_bg_3 {
  background: url(../img/bg/line_bg_3.png) no-repeat 50% 23% !important;
  background-size: cover !important;
}
.cnt_builder.img-max-275 .img img {
  max-width: 275px;
}
@media (max-width: 991px) {
  .cnt_builder.img-max-275 .img img {
    max-width: 185px;
  }
}
@media (max-width: 767px) {
  .cnt_builder.img-max-275 .img img {
    max-height: 200px;
  }
}
.cnt_builder.img-max-318 .img img {
  max-width: 318px;
}
.cnt_builder.oblique-bg {
  background: url(../img/bg/line_bg_2.png) no-repeat 0% 0% !important;
  background-size: cover;
}
.cnt_builder.w40-60 .txt {
  width: 40%;
}
.cnt_builder.w40-60 .img {
  width: 60%;
  max-width: 540px;
}
.cnt_builder .txt {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
@media (max-width: 991px) {
  .cnt_builder .txt {
    width: 60% !important;
  }
}
@media (max-width: 767px) {
  .cnt_builder .txt {
    order: 2 !important;
    width: 100% !important;
    padding: 0 15px !important;
  }
}
@media (max-width: 767px) {
  .cnt_builder .txt p:last-child {
    margin-bottom: 0 !important;
  }
}
.cnt_builder .img {
  width: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cnt_builder .img {
    width: 40% !important;
  }
}
@media (max-width: 767px) {
  .cnt_builder .img {
    order: 1 !important;
    width: 100% !important;
    padding: 0 0px 25px !important;
  }
}
.cnt_builder .img img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cnt_builder .img img {
    max-height: 350px;
    width: auto;
  }
}
@media (max-width: 639px) {
  .cnt_builder .img img {
    max-height: 300px;
  }
}
@media (max-width: 479px) {
  .cnt_builder .img img {
    max-height: 250px;
  }
}
.cnt_builder.left .txt {
  order: 1;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .cnt_builder.left .txt {
    padding-right: 30px;
  }
}
.cnt_builder.left .img {
  order: 2;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cnt_builder.left .img {
    padding-left: 30px;
  }
}
.cnt_builder.right .txt {
  order: 2;
  padding-left: 60px;
}
@media (max-width: 1699px) {
  .cnt_builder.right .txt {
    padding-left: 30px;
  }
}
@media (max-width: 1699px) {
  .cnt_builder.right .txt {
    padding-left: 15px;
  }
}
.cnt_builder.right .img {
  order: 1;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .cnt_builder.right .img {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .cnt_builder.right .img {
    padding-right: 15px;
  }
}

.cont_txt {
  max-width: 1300px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .cont_txt {
    padding: 80px 15px 60px;
  }
}
.cont_txt h2 {
  color: #090a0b;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
}
.cont_txt p {
  color: #090a0b;
  font-size: 16px;
  font-weight: 500;
}

.page-template-solutions-for-individuals .four-col-section {
  margin: 121px auto;
}
@media (max-width: 767px) {
  .page-template-solutions-for-individuals .four-col-section {
    margin: 30px auto;
  }
}

.four-col-section {
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1245px;
  padding-bottom: 21px;
}
@media (max-width: 767px) {
  .four-col-section {
    padding-bottom: 50px;
  }
}
.four-col-section .ur-col-inner-section {
  width: 100%;
}
.four-col-section.v2022 {
  padding-top: 131px;
  padding-bottom: 110px;
}
@media (max-width: 991px) {
  .four-col-section.v2022 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .four-col-section.v2022 {
    padding-top: 70px;
  }
}
.four-col-section.v2022 p {
  color: #0f0f3d;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.four-col-section.v2022 h6 {
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 30px !important;
  font-weight: 700 !important;
  margin-bottom: 30px !important;
}
.four-col-section.v2022 h6 img {
  position: relative;
  top: 2px;
  left: 6px;
}
.four-col-section.v2022 h5 {
  font-size: 22px;
  line-height: 32px !important;
  font-weight: 700;
  min-height: 192px;
  padding-right: 15px;
}
.four-col-section.v2022 h2 {
  margin-top: 0;
  text-align: left;
}
@media (min-width: 1200px) {
  .four-col-section.v2022 h2 {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -3.6px;
  }
}
@media (max-width: 479px) {
  .four-col-section.v2022 h2 br {
    display: none;
  }
}
.four-col-section.v2022 .four-col-inner-section {
  max-width: 1130px;
}
@media (min-width: 1300px) {
  .four-col-section.v2022 .four-col-inner-section {
    position: relative;
    left: -15px;
  }
}
.four-col-section.v2022 .four-col-inner-section .four-col-block-outer {
  padding: 21px 15px;
}
.four-col-section.v2022 .four-col-inner-section .four-col-block-outer a {
  display: flex;
}
.four-col-section.v2022 .four-col-inner-section .four-col-block {
  padding: 15px 15px 10px;
}
.four-col-section.v2022 .four-col-inner-section .four-col-block .col-block-img {
  margin-bottom: 10px;
}
.four-col-section.v2022 .four-col-inner-section .four-col-block .col-block-img img {
  max-width: 55px;
}
.four-col-section.v2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1260px;
  padding: 0 5px 0 25px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .four-col-section.v2 {
    justify-content: center;
  }
}
.four-col-section.v2 .four-col-block {
  width: 25%;
  padding-left: 22px;
  padding-right: 13px;
}
@media (max-width: 991px) {
  .four-col-section.v2 .four-col-block {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .four-col-section.v2 .four-col-block {
    max-width: 400px;
    width: 100%;
    margin-bottom: 15px;
  }
}
.four-col-section.v2 img {
  max-width: 45px;
  margin-bottom: 14px;
}
.four-col-section.v2 div:first-child h6 {
  border: none;
}
.four-col-section.v2 h5 {
  padding-left: 4px;
  width: 100%;
  font-size: 15px;
  color: #5d1de1;
}
.four-col-section.v2 h6 {
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #0f0f3d;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}
.four-col-section.v2 h6:before {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  background: rgb(93, 29, 225);
  left: -15px;
}
.four-col-section.v2 h6.without:before {
  display: none;
}
.four-col-section.v2 p {
  font-size: 16px;
  color: #0f0f3d;
  font-weight: 500;
}
.four-col-section h2 {
  margin-top: -15px;
  font-weight: 600;
  text-decoration: none;
  color: #0f0f3d;
  font-size: 48px;
  letter-spacing: -1.35px;
  text-transform: none;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 991px) {
  .four-col-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .four-col-section h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
.four-col-section .four-col-block-outer {
  padding: 10px 9px;
  display: block;
}
.four-col-section .four-col-block-outer:hover {
  text-decoration: none;
}
.four-col-section .four-col-block-outer .four-col-block {
  position: relative;
  padding: 35px 35px 37px;
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s;
  height: 100%;
  display: block;
}
@media (max-width: 1699px) {
  .four-col-section .four-col-block-outer .four-col-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .four-col-section .four-col-block-outer .four-col-block {
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .four-col-section .four-col-block-outer .four-col-block {
    padding: 20px;
  }
}
.four-col-section .four-col-block-outer .four-col-block:hover {
  margin-top: -10px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.four-col-section .four-col-block-outer .four-col-block .col-block-img {
  margin: 0 0 15px;
}
.four-col-section .four-col-block-outer .four-col-block .col-block-img img {
  max-width: 100%;
  height: auto;
}
.four-col-section .four-col-block-outer .four-col-block .col-block-content h6,
.four-col-section .four-col-block-outer .four-col-block .col-block-content .ttl {
  color: #0f0f3d;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
}
.four-col-section .four-col-block-outer .four-col-block .col-block-content h5,
.four-col-section .four-col-block-outer .four-col-block .col-block-content .txt {
  color: #0f0f3d;
  margin: 0 0 47px;
  font-size: 26px;
  letter-spacing: -0.2px;
  text-transform: none;
  line-height: 1.25;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 1699px) {
  .four-col-section .four-col-block-outer .four-col-block .col-block-content h5,
  .four-col-section .four-col-block-outer .four-col-block .col-block-content .txt {
    min-height: 224px;
  }
}
@media (max-width: 991px) {
  .four-col-section .four-col-block-outer .four-col-block .col-block-content h5,
  .four-col-section .four-col-block-outer .four-col-block .col-block-content .txt {
    min-height: 100px;
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .four-col-section .four-col-block-outer .four-col-block .col-block-cta {
    position: absolute;
    bottom: 25px;
  }
}
.four-col-section .four-col-block-outer .four-col-block .col-block-cta p {
  color: #0f0f3d;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  letter-spacing: 1px;
  align-content: center;
  align-items: center;
  margin-bottom: 0;
}
.four-col-section .four-col-block-outer .four-col-block .col-block-cta p:hover {
  text-decoration: none;
}
.four-col-section .four-col-block-outer .four-col-block .col-block-cta p:hover img {
  margin-left: 15px;
}
.four-col-section .four-col-block-outer .four-col-block .col-block-cta p img {
  display: block;
  position: relative;
  left: -2px;
  top: 1px;
  margin-left: 10px;
  transition: all 0.5s;
  max-width: 20px;
  height: auto;
}

.scroll_section {
  margin-bottom: 150px;
}
.scroll_section.pr_ {
  margin-bottom: 300px;
}
.scroll_section.pr_ .nav_wrap {
  margin-right: 50px;
}
@media (max-width: 991px) {
  .scroll_section.pr_ .nav_wrap {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .scroll_section.pr_ .nav_wrap {
    display: none;
  }
}
.scroll_section .nav_wrap {
  width: 100%;
  margin-right: 120px;
}
.scroll_section .nav_wrap ul a {
  padding: 19px 18px 19px 25px;
}
.scroll_section .container {
  max-width: 1300px;
  display: flex;
  padding: 72px 15px;
}
.scroll_section .section-block {
  width: 100%;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .scroll_section .section-block {
    padding-top: 0;
  }
}
.scroll_section #mainNav {
  padding: 0;
  max-width: 310px;
  width: 330px;
}
.scroll_section .swap-section {
  margin-bottom: 20px;
}
.scroll_section .swap-section h2 {
  font-size: 62px;
  letter-spacing: -3px;
  text-transform: none;
  line-height: 1;
  font-weight: 600;
  color: #0F0F3D;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .scroll_section .swap-section h2 {
    font-size: 36px;
    letter-spacing: -1px;
  }
}
.scroll_section .swap-section p,
.scroll_section .swap-section div {
  font-size: 16px;
  font-weight: 500;
  color: #0f0f3d;
  margin-bottom: 0;
}
.scroll_section .swap-section p a,
.scroll_section .swap-section div a {
  color: #752eef;
  text-decoration: underline;
}
.scroll_section .swap-section p a:hover,
.scroll_section .swap-section div a:hover {
  text-decoration: none;
}
.scroll_section .icon-combo {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -20px;
  margin-bottom: 100px;
}
.scroll_section .icon-combo .icon_wrap {
  width: 33.33%;
  padding: 62px 10px 0;
}
@media (max-width: 991px) {
  .scroll_section .icon-combo .icon_wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .scroll_section .icon-combo .icon_wrap {
    width: 33.33%;
  }
}
.scroll_section .icon-combo .icon_wrap.scale15 .icon-block-inner img {
  transform: scale(1.5);
}
.scroll_section .icon-combo .icon_wrap img {
  display: block;
  max-width: 100%;
  height: auto;
}
.scroll_section .icon-combo .icon-block-inner {
  width: 100%;
  background-color: #fff;
  border-radius: 100%;
  max-width: 116px;
  height: 116px;
  box-shadow: 8px 8px 20px -2px rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .scroll_section .icon-combo .icon-block-inner {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 479px) {
  .scroll_section .icon-combo .icon-block-inner {
    height: 80px;
    width: 80px;
    padding: 20px;
  }
}
@media (max-width: 375px) {
  .scroll_section .icon-combo .icon-block-inner {
    height: 60px;
    width: 60px;
    padding: 15px;
  }
}

.cnt_big {
  margin: 0 auto;
  padding: 73px 0 68px;
}
.cnt_big.bg_grey {
  background: #fcfafc;
}
.cnt_big.s-coaches {
  padding: 96px 0 64px;
  position: relative;
}
@media (max-width: 767px) {
  .cnt_big.s-coaches {
    padding-top: 70px;
    padding-bottom: 85px;
  }
}
.cnt_big.s-coaches .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/pages/solutions/cnt_big_coaches.png) 0% 100% no-repeat;
}
@media (max-width: 1700px) {
  .cnt_big.s-coaches .bg {
    background-position: -10% 100%;
  }
}
@media (max-width: 1550px) {
  .cnt_big.s-coaches .bg {
    background-position: -20% 100%;
  }
}
@media (max-width: 1450px) {
  .cnt_big.s-coaches .bg {
    background-position: -30% 100%;
  }
}
@media (max-width: 1350px) {
  .cnt_big.s-coaches .bg {
    background-position: -50% 100%;
  }
}
@media (max-width: 1250px) {
  .cnt_big.s-coaches .bg {
    background-position: -80% 100%;
  }
}
@media (max-width: 1150px) {
  .cnt_big.s-coaches .bg {
    background-position: -150% 100%;
  }
}
@media (max-width: 1150px) {
  .cnt_big.s-coaches .bg {
    background-position: -200% 100%;
  }
}
@media (max-width: 991px) {
  .cnt_big.s-coaches .bg {
    display: none;
  }
}
@media (max-width: 991px) {
  .cnt_big.s-coaches .img_wrap {
    display: none;
  }
}
@media (max-width: 991px) {
  .cnt_big.s-coaches .content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cnt_big.s-coaches .content {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cnt_big.s-coaches .content .block_wrap {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .cnt_big.s-coaches .content .block_wrap .block {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cnt_big.s-coaches .content .block_wrap .block {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cnt_big.s-coaches .page-center {
  position: relative;
  z-index: 1;
}
.cnt_big.s-coaches .coaching-text-block {
  padding-left: 50px;
}
.cnt_big.s-coaches a:hover {
  left: 0 !important;
}
.cnt_big .page-center {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cnt_big .page-center {
    flex-wrap: wrap;
  }
}
.cnt_big .img_wrap {
  padding-right: 88px;
  width: 50%;
}
@media (max-width: 991px) {
  .cnt_big .img_wrap {
    padding-right: 15px;
    width: 35%;
  }
}
@media (max-width: 767px) {
  .cnt_big .img_wrap {
    width: 100%;
    padding-right: 0;
  }
  .cnt_big .img_wrap img {
    max-width: 250px;
    max-height: 200px;
    margin: 0 auto 30px;
  }
}
.cnt_big .img_wrap img {
  display: block;
  max-width: 100%;
  height: auto;
}
.cnt_big .content {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .cnt_big .content {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .cnt_big .content {
    width: 100%;
  }
}
.cnt_big .content h2 {
  width: 100%;
  margin-bottom: 45px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: rgb(15, 15, 61);
  line-height: 1;
}
.cnt_big .content .block_wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 549px;
}
.cnt_big .content .block_wrap .block {
  width: calc(50% - 33px);
  margin-right: 66px;
  margin-bottom: 51px;
  padding-top: 1px;
}
.cnt_big .content .block_wrap .block:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 639px) {
  .cnt_big .content .block_wrap .block {
    width: 100%;
  }
}
.cnt_big .content h6 {
  margin-bottom: 15px;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cnt_big .content h6 {
    margin-bottom: 5px;
  }
}
.cnt_big .content p {
  color: #0f0f3d;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 24px;
}
.cnt_big .content a {
  position: relative;
  left: 0px;
  transition: all 0.2s;
  margin-bottom: -15px;
}
.cnt_big .content a:hover {
  left: 10px;
}

#cookie_banner {
  display: none;
  background: #fff;
  height: auto;
  left: 0;
  width: 100%;
  z-index: 100000000;
  border-bottom: 1px solid #cbd6e2;
  border-top: 1px solid #cbd6e2;
  color: #33475b;
  font-family: inherit;
  font-weight: 400;
  text-align: left;
  text-shadow: none;
  font-size: 12px;
  line-height: 18px;
  position: fixed;
  border-bottom: 0;
  bottom: 0;
  top: auto;
  box-shadow: 0 -1px 3px #eaf0f6;
}
#cookie_banner .inner {
  background: #fff;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px;
}
#cookie_banner .inner .wording {
  margin-bottom: 12px;
}
#cookie_banner .inner .wording p {
  margin: 0 0 12px;
  color: #33475b;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  text-align: left;
  text-shadow: none;
}
#cookie_banner .inner .btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0 3px;
  justify-content: center;
}
#cookie_banner .inner .btns .btns_group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#cookie_banner button.accept,
#cookie_banner button.decline {
  border: 1px solid #5e1de1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  text-align: center;
  text-shadow: none;
  padding: 10px 0;
  margin: 6px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 125px;
}
#cookie_banner button.accept {
  background-color: #5e1de1;
  color: #fff;
}
#cookie_banner button.accept:hover {
  background-color: #fff;
  color: #5e1de1;
}
#cookie_banner button.decline {
  background-color: #fff;
  color: #5e1de1;
}
#cookie_banner button.decline:hover {
  background-color: #5e1de1;
  color: #fff;
}

.close_bt_wr button.close_cookie_banner {
  width: 15px;
  height: 15px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
}
.close_bt_wr button.close_cookie_banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top left, rgba(94, 29, 225, 0) 0%, rgba(94, 29, 225, 0) calc(50% - 0.8px), rgb(94, 29, 255) 50%, rgba(94, 29, 225, 0) calc(50% + 0.8px), rgba(94, 29, 225, 0) 100%), linear-gradient(to top right, rgba(94, 29, 225, 0) 0%, rgba(94, 29, 225, 0) calc(50% - 0.8px), rgb(94, 29, 255) 50%, rgba(94, 29, 225, 0) calc(50% + 0.8px), rgba(94, 29, 225, 0) 100%);
}
.close_bt_wr button.close_cookie_banner:before:before:hover {
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
}

#cookie_banner .inner .close_bt_wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.program_features {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .program_features.v2022 {
    padding-top: 0px;
  }
}
.program_features.v2022 .top_wrap {
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .program_features.v2022 .top_wrap {
    margin-bottom: 30px;
  }
}
.program_features.v2022 .wrap {
  margin-bottom: 135px;
}
@media (max-width: 767px) {
  .program_features.v2022 .wrap {
    margin-bottom: 100px;
  }
}
.program_features .title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.program_features .slick-slide > div {
  padding-left: 7px;
  padding-right: 7px;
}
.program_features .wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 104px;
  width: 100%;
}
@media (max-width: 767px) {
  .program_features .wrap {
    margin-bottom: 70px;
  }
}
.program_features .wrap .block {
  display: flex !important;
  flex-wrap: wrap;
  align-items: space-between;
  align-content: space-between;
  max-width: 253px;
  min-width: 253px;
  min-height: 380px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 14px 15px 9px;
  transition: all 0.2s;
  position: relative;
  width: 24%;
  margin-top: 20px;
  top: 0;
}
@media (max-width: 1300px) {
  .program_features .wrap .block {
    min-width: initial;
    max-width: initial;
    width: 24%;
    min-height: 330px;
  }
}
@media (max-width: 991px) {
  .program_features .wrap .block {
    min-height: 285px;
  }
}
@media (max-width: 767px) {
  .program_features .wrap .block {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.program_features .wrap .block:hover {
  top: -3px;
  text-decoration: none;
}
.program_features .wrap .block:focus {
  text-decoration: none;
}
.program_features .wrap .block.purple {
  border: 1px solid #70028e;
}
.program_features .wrap .block.purple:hover {
  box-shadow: 0px 5px 10px 0px rgba(156, 26, 156, 0.35);
}
.program_features .wrap .block.transitional {
  border: 1px solid #D2D2D2;
}
.program_features .wrap .block.transitional:hover {
  box-shadow: 0px 5px 10px 0px rgba(95, 95, 95, 0.35);
}
.program_features .wrap .block.transitional .top img {
  max-width: 200px;
}
.program_features .wrap .block.transitional .bottom p {
  width: 100%;
}
.program_features .wrap .block.platinum {
  border: 1px solid #D2D2D2;
}
.program_features .wrap .block.platinum:hover {
  box-shadow: 0px 5px 10px 0px rgba(95, 95, 95, 0.35);
}
.program_features .wrap .block.platinum .top img {
  max-width: 200px;
}
.program_features .wrap .block.platinum .bottom p {
  width: 100%;
}
.program_features .wrap .block.red {
  border: 1px solid #ae3766;
}
.program_features .wrap .block.red:hover {
  box-shadow: 0px 5px 10px 0px rgba(185, 17, 17, 0.35);
}
.program_features .wrap .block.is {
  border: 1px solid #FF4686;
}
.program_features .wrap .block.is:hover {
  box-shadow: 0px 5px 10px 0px rgba(185, 17, 17, 0.35);
}
.program_features .wrap .block.neuro {
  border: 1px solid #00b9f3;
}
.program_features .wrap .block.neuro:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 185, 243, 0.35);
}
.program_features .wrap .block.blue {
  border: 1px solid #4f71e7;
}
.program_features .wrap .block.blue:hover {
  box-shadow: 0px 5px 10px 0px rgba(17, 28, 185, 0.35);
}
.program_features .wrap .block.gold {
  border: 1px solid #dd9234;
}
.program_features .wrap .block.gold:hover {
  box-shadow: 0px 5px 10px 0px rgba(180, 116, 14, 0.35);
}
.program_features .wrap .block.th50 {
  border: 1px solid rgb(215, 212, 19);
}
.program_features .wrap .block.th50:hover {
  box-shadow: 0px 5px 10px 0px rgba(255, 235, 15, 0.35);
}
.program_features .wrap .block.green, .program_features .wrap .block.wbecs_new {
  border: 1px solid #6335c3;
}
.program_features .wrap .block.green:hover, .program_features .wrap .block.wbecs_new:hover {
  box-shadow: 0px 5px 10px 0px rgba(146, 19, 140, 0.45);
}
.program_features .wrap .block.green .wbecs, .program_features .wrap .block.wbecs_new .wbecs {
  width: initial;
  margin-bottom: 5px;
  max-width: 170px;
  width: 100%;
  max-height: initial;
}
.program_features .wrap .block.green img, .program_features .wrap .block.wbecs_new img {
  width: 38px;
}
@media (max-width: 991px) {
  .program_features .wrap .block.green img, .program_features .wrap .block.wbecs_new img {
    margin-right: 5px !important;
  }
}
@media (max-width: 991px) {
  .program_features .wrap .block.green img.desktop, .program_features .wrap .block.wbecs_new img.desktop {
    display: none;
  }
}
.program_features .wrap .block.green img.mobile, .program_features .wrap .block.wbecs_new img.mobile {
  display: none;
}
@media (max-width: 991px) {
  .program_features .wrap .block.green img.mobile, .program_features .wrap .block.wbecs_new img.mobile {
    display: block;
  }
}
.program_features .wrap .block.green img:not(:nth-child(4n)), .program_features .wrap .block.wbecs_new img:not(:nth-child(4n)) {
  margin-right: 18px;
}
@media (max-width: 1699px) {
  .program_features .wrap .block.green img:not(:nth-child(4n)), .program_features .wrap .block.wbecs_new img:not(:nth-child(4n)) {
    margin-right: 22px;
  }
}
@media (max-width: 1200px) {
  .program_features .wrap .block.green img:not(:nth-child(4n)), .program_features .wrap .block.wbecs_new img:not(:nth-child(4n)) {
    margin-right: 7px;
  }
}
@media (max-width: 991px) {
  .program_features .wrap .block.green img:not(:nth-child(4n)), .program_features .wrap .block.wbecs_new img:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .program_features .wrap .block.green .bottom, .program_features .wrap .block.wbecs_new .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
}
.program_features .wrap .block.green .bottom .empty_img, .program_features .wrap .block.wbecs_new .bottom .empty_img {
  opacity: 0;
}
.program_features .wrap .block.green .bottom > div, .program_features .wrap .block.wbecs_new .bottom > div {
  width: 100%;
}
@media (max-width: 991px) {
  .program_features .wrap .block.green .bottom > div, .program_features .wrap .block.wbecs_new .bottom > div {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .program_features .wrap .block.green .bottom > div p, .program_features .wrap .block.wbecs_new .bottom > div p {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }
}
.program_features .wrap .block .top {
  width: 100%;
}
.program_features .wrap .block .top img.wbecs {
  margin-bottom: 12px;
}
.program_features .wrap .block .top img {
  max-height: 40px;
}
@media (max-width: 767px) {
  .program_features .wrap .block .top img {
    max-height: 30px;
  }
}
.program_features .wrap .block .top h2 {
  font-size: 20px;
  line-height: 120%;
  color: #16173e;
  margin-top: 10px;
  letter-spacing: 0;
  font-weight: 700;
  width: 100%;
}
@media (max-width: 991px) {
  .program_features .wrap .block .top h2 {
    font-size: 15px;
  }
}
.program_features .wrap .block .top p {
  width: 100%;
  color: #16173e;
  font-size: 16px;
  font-weight: 700;
}
.program_features .wrap .block .top p.purple {
  color: #7c009e;
}
.program_features .wrap .block .top p.red {
  color: #ae3766;
}
.program_features .wrap .block .top p.blue {
  color: #4f71e7;
}
.program_features .wrap .block .top p.green {
  color: #60c060;
}
.program_features .wrap .block .bottom {
  display: flex;
  flex-wrap: wrap;
}
.program_features .wrap .block .bottom > img {
  margin-bottom: 11px;
  margin-right: 3px;
  max-width: 100%;
}
.program_features .wrap .block .bottom p {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 12px;
  color: #16173e;
}
.program_features .wrap .block .bottom p img {
  margin-right: 7px;
  max-width: 38px;
}
.program_features .wrap .block .bottom p span {
  display: block;
}
.program_features .wrap .block .bottom div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}
.program_features .wrap .block .bottom div img {
  margin: 0 !important;
}
.program_features .wrap .block .bottom div P {
  margin-bottom: 0;
}
.program_features > h3 {
  max-width: 664px;
  margin: 0 auto 150px;
  display: block;
  font-size: 24px;
  line-height: 160%;
  line-height: 38px;
  font-weight: 400;
  color: #000;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .program_features > h3 {
    font-size: 20px;
    line-height: initial;
    margin-bottom: 70px;
  }
}

.about_dd {
  background: #0f0f3d;
  color: #fff;
}
.about_dd .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 145px;
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .about_dd .container {
    padding: 100px 15px;
  }
}
@media (max-width: 767px) {
  .about_dd .container {
    padding-bottom: 0;
  }
}
.about_dd h2 {
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 119px;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .about_dd h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .about_dd h2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .about_dd h2 {
    margin-bottom: 50px;
  }
}
.about_dd .block {
  width: 50%;
  padding-right: 65px;
}
@media (max-width: 991px) {
  .about_dd .block {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .about_dd .block {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
}
.about_dd .block img {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .about_dd .block img {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .about_dd .block img {
    margin-bottom: 30px;
  }
}
.about_dd .block p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.about_dd .block p b {
  font-weight: 800;
}

.video_yt .wrapper {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.video_yt .wrapper:hover .th50_icon {
  transform: scale(1.05);
}
.video_yt .wrapper .play_icon {
  pointer-events: none;
  position: absolute;
  top: calc(50% - 34px);
  left: calc(50% - 34px);
  bottom: 0;
  right: 0;
  z-index: 3;
  transition: all 0.2s;
}
.video_yt .wrapper .cover {
  position: relative;
}
.video_yt .wrapper .cover:before {
  position: absolute;
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
}
.video_yt .wrapper .cover img {
  width: 100%;
  height: auto;
  display: block !important;
  position: relative;
  z-index: -1;
}
.video_yt .wrapper > img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  height: initial;
}
.video_yt .wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.video_wrap {
  position: relative;
}
.video_wrap.video_buffer .trigger_video, .video_wrap:not(.vimeo-initialized) .trigger_video {
  pointer-events: none;
  display: none;
  cursor: not-allowed;
}
.video_wrap.video_buffer:before, .video_wrap:not(.vimeo-initialized):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 130;
  background: rgba(255, 255, 255, 0.15);
}
.video_wrap.video_buffer:after, .video_wrap:not(.vimeo-initialized):after {
  position: absolute;
  z-index: 135;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  opacity: 0.7;
  animation: video-loading 1.5s linear infinite;
}
.video_wrap.no_play .trigger_video, .video_wrap.no_play_btn .trigger_video {
  pointer-events: none;
  cursor: initial;
}
.video_wrap.no_play .trigger_video svg, .video_wrap.no_play_btn .trigger_video svg {
  display: none;
}

@keyframes video-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.video {
  position: relative;
}
.video:hover .icons {
  background: #faa329;
  transform: scale(1.15);
}
.video.hover .icons {
  opacity: 1;
}
.video.video-pause .icons .icon-pause {
  display: none;
}
.video.video_buffer:not(.vimeo-initialized) .trigger_video {
  pointer-events: none;
  display: none;
  cursor: not-allowed;
}
.video.video_buffer:not(.vimeo-initialized):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 130;
  background: rgba(255, 255, 255, 0.15);
}
.video.video_buffer:not(.vimeo-initialized):after {
  position: absolute;
  z-index: 135;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  opacity: 0.7;
  animation: video-loading 1.5s linear infinite;
}
.video.video-play .trigger_video {
  display: none;
}
.video.video-play .trigger_video svg {
  opacity: 0;
}
.video.video-play img {
  opacity: 0;
  z-index: 0;
}
.video.video-play .icons,
.video.video-play svg {
  opacity: 0;
  bottom: 0;
  top: 0;
}
.video.video-play .icons .icon-play,
.video.video-play svg .icon-play {
  display: none;
}
.video .trigger_video {
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s linear;
  pointer-events: all;
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 30;
  left: 0;
  top: 0;
}
.video .trigger_video svg {
  width: 90px;
  height: 80px;
  transition: 0.2s;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 1300px) {
  .video .trigger_video svg {
    width: 80px;
    height: 70px;
  }
}
@media (max-width: 1300px) {
  .video .trigger_video svg {
    width: 70px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .video .trigger_video svg {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 639px) {
  .video .trigger_video svg {
    width: 50px;
    height: 50px;
  }
}
.video .trigger_video:hover svg {
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.video img {
  display: block;
  max-width: 100%;
  height: auto;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.video .icons {
  box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, 0.35);
  background-color: #f19108;
  transition: all 0.3s linear;
  border-radius: 20px;
  transform: scale(1);
  position: absolute;
  text-align: center;
  margin: auto;
  height: 74px;
  width: 107px;
  color: #fff;
  z-index: 5;
  padding: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
@media (max-width: 639px) {
  .video .icons {
    border-radius: 10px;
    height: 52px;
    width: 75px;
  }
}
.video .icons .icon {
  font-size: 52px;
  padding: 0 17px;
  margin: 0;
}
@media (max-width: 639px) {
  .video .icons .icon {
    font-size: 36px;
    padding: 0 13px;
  }
}
@media (max-width: 639px) and (max-width: 639px) {
  .video .icons .icon {
    padding: 0 13px;
  }
}
.video .video-container > img {
  border-radius: 8px;
}
.video .video-container iframe {
  border-radius: 8px 8px 0 0;
}
.video .video-container:only-child iframe {
  border-radius: 8px;
}
.video.link_only > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video.link_only:only-child .video-container > img {
  border-radius: 8px;
}
.video.link_only .video-container > img {
  border-radius: 8px 8px 0 0;
}
.video.link_only + .card-bottom {
  background: #fff;
}

#prices.ace .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 15px;
  max-width: 1130px;
}
@media (max-width: 639px) {
  #prices.ace .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#prices.ace .column {
  position: relative;
  width: 33.33%;
  border-radius: 0;
  background: #fff;
}
@media (max-width: 991px) {
  #prices.ace .column {
    width: 50%;
    max-width: 370px;
  }
}
#prices.ace .column .head {
  min-height: 321px;
  text-align: center;
}
@media (max-width: 767px) {
  #prices.ace .column .head {
    min-height: 290px;
  }
}
#prices.ace .column .head > img {
  position: relative;
  margin: 25px auto 11px;
}
@media (max-width: 639px) {
  #prices.ace .column .head > img {
    width: 194px;
  }
}
#prices.ace .column .head .star_rating {
  text-align: center;
  margin-bottom: 10px;
}
#prices.ace .column .head .star_rating li {
  margin-right: 1px;
}
#prices.ace .column .head h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
  letter-spacing: 0;
}
#prices.ace .column .head p {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  max-width: 255px;
  display: block;
  margin: 0 auto 0px;
  padding-bottom: 20px;
}
@media (max-width: 639px) {
  #prices.ace .column .head p {
    padding: 0 5px 20px;
  }
}
#prices.ace .column .body .toggle {
  font-size: 14px;
  line-height: 51px;
  font-weight: 600;
  background: #eeeeee;
  letter-spacing: 0.5px;
  position: relative;
  border-radius: 0px;
  box-shadow: none;
  margin: 0;
  display: block;
  width: auto;
  color: #7C009E;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
#prices.ace .column .body .toggle:hover {
  opacity: 0.8;
  color: #7C009E;
}
#prices.ace .column .body .toggle i {
  margin-left: 4px;
  font-size: 14px;
}
#prices.ace .column .body .toggle .in {
  display: none;
}
#prices.ace .column .body .toggle .out {
  display: initial;
}
#prices.ace .column .body .toggle.in .in {
  display: initial;
}
#prices.ace .column .body .toggle.in .out {
  display: none;
}
#prices.ace .column .body .base_details {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#prices.ace .column .body .base_details li {
  padding: 17px 40px;
  font-size: 16px;
  line-height: 33px;
  font-weight: 700;
  color: #9200A3;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 74px;
}
@media (max-width: 1699px) {
  #prices.ace .column .body .base_details li {
    padding: 17px 15px;
  }
}
@media (max-width: 991px) {
  #prices.ace .column .body .base_details li {
    min-height: 87px !important;
  }
}
@media (max-width: 767px) {
  #prices.ace .column .body .base_details li {
    min-height: 75px !important;
  }
}
@media (max-width: 639px) {
  #prices.ace .column .body .base_details li {
    min-height: 70px !important;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 479px) {
  #prices.ace .column .body .base_details li {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#prices.ace .column .body .base_details li.height-2 {
  min-height: 110px;
}
#prices.ace .column .body .base_details li.height-3 {
  min-height: 140px;
}
#prices.ace .column .body .base_details li.height-4 {
  min-height: 173px;
}
#prices.ace .column .body .base_details li.height-5 {
  min-height: 206px;
}
#prices.ace .column .body .base_details li.height-6 {
  min-height: 239px;
}
#prices.ace .column .body .base_details li.height-7 {
  min-height: 272px;
}
#prices.ace .column .body .base_details li.height-10 {
  min-height: 371px;
}
#prices.ace .column .body .base_details li b {
  color: #9200A3;
}
#prices.ace .column .body .base_details li .icon-check {
  background: #9200A3;
  color: #fff;
  border-radius: 60px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 20px;
}
#prices.ace .column .body .base_details li .icon-cancel {
  color: #828282;
  font-size: 20px;
}
#prices.ace .column .foot {
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}
#prices.ace .column .foot .annual {
  display: initial;
}
#prices.ace .column .foot .monthly {
  display: none;
}
#prices.ace .column .foot.monthly .annual {
  display: none;
}
#prices.ace .column .foot.monthly .monthly {
  display: initial;
}
#prices.ace .column .foot.monthly .switch button i:before {
  right: 16px;
}
#prices.ace .column .foot ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: block;
  max-width: 220px;
  margin: 60px auto 5px;
  border-radius: 60px;
}
#prices.ace .column .foot ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#prices.ace .column .foot ul li.pay_full {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  max-width: 182px;
  display: block;
  margin: 0 auto;
  padding: 11px 15px;
  text-align: center;
  border-radius: 60px;
  position: relative;
}
@media (max-width: 639px) {
  #prices.ace .column .foot ul li.pay_full {
    font-size: 12px;
    max-width: 160px;
    padding: 10px;
  }
}
#prices.ace .column .foot ul li.pay_full b {
  position: relative;
  padding-right: 6px;
}
#prices.ace .column .foot ul li.pay_full b:before {
  position: absolute;
  top: 20%;
  left: -5px;
  background: url(../img/elements/line.svg) no-repeat 50% 50%;
  background-size: cover;
  width: 100%;
  height: 80%;
  content: "";
}
#prices.ace .column .foot ul li.pay_seb {
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter";
  text-align: center;
  flex-wrap: wrap;
  margin: 40px auto 15px;
}
#prices.ace .column .foot ul li.pay_seb b {
  display: block;
  font-size: 50px;
  line-height: 90px;
  font-weight: 400;
  color: #7C009E;
  display: block;
}
@media (max-width: 767px) {
  #prices.ace .column .foot ul li.pay_seb b {
    font-size: 40px;
    line-height: 50px;
    width: 100%;
  }
}
#prices.ace .column .foot .btn-yellow {
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  height: initial;
  padding: 18px 85px;
}
@media (max-width: 767px) {
  #prices.ace .column .foot .btn-yellow {
    padding: 15px 45px;
  }
}
@media (max-width: 639px) {
  #prices.ace .column .foot .btn-yellow {
    padding: 10px 15px;
    max-width: 90%;
    font-size: 16px;
  }
}
#prices.ace .column .foot .switch {
  font-size: 15px;
  position: absolute;
  bottom: -99px;
  font-weight: 600;
  color: #000;
  background: #E0E0E0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -12px 0 20px;
  width: 100%;
}
@media (max-width: 639px) {
  #prices.ace .column .foot .switch {
    padding: 0 15px;
  }
}
#prices.ace .column .foot .switch button {
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 600;
  color: #000;
  background: none;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  outline: none;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 639px) {
  #prices.ace .column .foot .switch button {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  #prices.ace .column .foot .switch button {
    font-size: 13px;
  }
}
@media (max-width: 374px) {
  #prices.ace .column .foot .switch button {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #prices.ace .column .foot .switch button span:first-child {
    margin-right: auto;
    margin-bottom: 5px;
  }
  #prices.ace .column .foot .switch button span:last-child {
    margin-top: 5px;
    margin-left: auto;
  }
}
#prices.ace .column .foot .switch button:hover {
  opacity: 0.8;
}
#prices.ace .column .foot .switch button i {
  display: block;
  position: relative;
  width: 34px;
  height: 14px;
  border-radius: 30px;
  background: #828282;
  margin: 3px 25px 0;
}
#prices.ace .column .foot .switch button i:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #9200A3;
  border-radius: 60px;
  position: absolute;
  right: 0;
  top: -3px;
  transition: 0.15s ease-in;
}
@media (max-width: 991px) {
  #prices.ace .column.info {
    display: none;
  }
}
#prices.ace .column.info .body .toggle {
  opacity: 0;
}
#prices.ace .column.info .body .base_details li:nth-child(1) {
  border-top: 1px solid #E0E0E0;
}
#prices.ace .column.info .body .base_details li {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-align: left;
  justify-content: flex-start;
}
#prices.ace .column.info .foot {
  display: none;
}
#prices.ace .column.enhanced {
  position: relative;
  top: -4px;
  border-top: 4px solid #9200A3;
  border-left: 4px solid #9200A3;
  border-right: 4px solid #9200A3;
}
#prices.ace .column.enhanced .head {
  background: #9200A3;
  color: #fff;
  position: relative;
}
#prices.ace .column.enhanced .head:before {
  position: absolute;
  content: "RECOMMENDED PACKAGE";
  top: -50px;
  left: -4px;
  width: calc(100% + 8px);
  height: 50px;
  border-radius: 8px 8px 0 0;
  background: #9200A3;
  border: 4px solid #9200A3;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #E0E0E0;
}
#prices.ace .column.enhanced .body .toggle {
  background: #7C009E;
  color: #fff;
}
#prices.ace .column.enhanced .foot {
  position: relative;
}
#prices.ace .column.enhanced .foot .switch {
  width: calc(100% + 8px);
  left: -4px;
  border-left: 4px solid #9200A3;
  border-right: 4px solid #9200A3;
}
#prices.ace .column.enhanced .foot .switch:after {
  pointer-events: none;
  position: absolute;
  content: "RECOMMENDED PACKAGE";
  bottom: -50px;
  left: -4px;
  width: calc(100% + 8px);
  height: 50px;
  border-radius: 0 0 8px 8px;
  background: #9200A3;
  border: 4px solid #9200A3;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E0E0E0;
}
@media (max-width: 639px) {
  #prices.ace .column.enhanced .foot .switch:after {
    font-size: 12px;
    line-height: 600px;
    letter-spacing: 0.1em;
  }
}
#prices.ace .column.core .head h3 {
  color: #000;
}
#prices.ace .column.core .head p {
  color: #000;
}

body #olark-wrapper .olark-button-focus-wrapper:focus-within {
  background: transparent !important;
}

body .olark-launch-button.olark-text-button,
body .olark-launch-button {
  border-radius: 60px !important;
  min-width: 60px !important;
  width: initial !important;
}

body .olark-launch-button.olark-text-button:focus,
body .olark-launch-button:focus {
  background: none !important;
  border: none !important;
}

body .olark-button-text > span {
  display: none;
}

body .olark-launch-button.olark-text-button .olark-button-text svg {
  margin-right: 0 !important;
}

body #olark-wrapper #olark-container:focus:not(.olark-inline) {
  border: none !important;
}

body #olark-container .olark-survey-form .olark-survey-form-text, #olark-container .olark-survey-form .olark-survey-form-textarea {
  border: 1px solid #d4d4d4 !important;
}

body #olark-wrapper #olark-container .olark-button {
  background-color: #752eef !important;
}

body #olark-wrapper #olark-container .olark-button:hover {
  background-color: #752eef !important;
}

body #olark-container .olark-survey-form .olark-survey-form-is-required .olark-survey-form-text,
body #olark-container .olark-survey-form .olark-survey-form-is-required .olark-survey-form-textarea,
body #olark-container .olark-survey-form .olark-survey-form-text:focus,
body #olark-container .olark-survey-form .olark-survey-form-textarea:focus {
  border: 1px solid #d4d4d4 !important;
}

.lyp_form form.submitting {
  position: relative;
  content: "";
  top: 0px;
  left: 1%;
  width: 98%;
  height: 100%;
  z-index: 11;
  background: #f5f5f5;
  opacity: 1;
}
.lyp_form form.submitting:before {
  position: absolute;
  background: rgba(117, 46, 239, 0.1215686275);
  top: -10px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  z-index: 10;
  content: "";
}
.lyp_form form.submitting:after {
  position: absolute;
  z-index: 12;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #752eef;
  border-color: #752eef transparent #752eef transparent;
  opacity: 0.7;
  animation: lds-dual-ring 1.5s linear infinite;
}

.ifs_reg.loading {
  position: relative;
  content: "";
  top: 0px;
  left: 1%;
  width: 98%;
  height: 100%;
  z-index: 11;
  background: #f5f5f5;
  opacity: 1;
}
.ifs_reg.loading:before {
  position: absolute;
  background: rgba(117, 46, 239, 0.1215686275);
  top: -10px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  z-index: 10;
  content: "";
}
.ifs_reg.loading:after {
  position: absolute;
  z-index: 12;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #752eef;
  border-color: #752eef transparent #752eef transparent;
  opacity: 0.7;
  animation: lds-dual-ring 1.5s linear infinite;
}

#modal_sms_ty form.loading {
  position: relative;
  content: "";
  top: 0px;
  left: 1%;
  width: 98%;
  height: 100%;
  z-index: 11;
  background: rgba(0, 0, 0, 0.61);
  opacity: 1;
}
#modal_sms_ty form.loading:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.42);
  top: -10px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  z-index: 10;
  content: "";
}
#modal_sms_ty form.loading:after {
  position: absolute;
  z-index: 12;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  opacity: 0.7;
  animation: lds-dual-ring 1.5s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#page-loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-color: #f5f5f5;
}

.three-balls {
  margin: 0 auto;
  width: 70px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
}

.three-balls .ball {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: bouncedelay 2s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
  animation: bouncedelay 4s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
}

.three-balls .ball1 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.three-balls .ball2 {
  -webkit-animation-delay: -0.08s;
  animation-delay: -0.08s;
}

@keyframes bouncedelay {
  0% {
    bottom: 0;
    background-color: #f19108;
  }
  16.66% {
    bottom: 40px;
    background-color: #752eef;
  }
  33.33% {
    bottom: 0px;
    background-color: #752eef;
  }
  50% {
    bottom: 40px;
    background-color: #f19108;
  }
  66.66% {
    bottom: 0px;
    background-color: #f19108;
  }
  83.33% {
    bottom: 40px;
    background-color: #752eef;
  }
  100% {
    bottom: 0;
    background-color: #752eef;
  }
}
@-webkit-keyframes bouncedelay {
  0% {
    bottom: 0;
    background-color: #f19108;
  }
  16.66% {
    bottom: 40px;
    background-color: #752eef;
  }
  33.33% {
    bottom: 0px;
    background-color: #752eef;
  }
  50% {
    bottom: 40px;
    background-color: #f19108;
  }
  66.66% {
    bottom: 0px;
    background-color: #f19108;
  }
  83.33% {
    bottom: 40px;
    background-color: #752eef;
  }
  100% {
    bottom: 0;
    background-color: #752eef;
  }
}
.admin-bar .mm-ocd {
  z-index: 99999;
}

#mobile_menu_wrap .m_btns {
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding-top: 20px;
}
#mobile_menu_wrap .m_btns:before {
  display: none;
}
#mobile_menu_wrap .m_btns .m_login {
  color: #1d1d51;
  border: 1px solid #000;
  border-radius: 60px;
  margin-right: 18px;
}
#mobile_menu_wrap .m_btns .get_started {
  background: #752eef;
  font-weight: 600;
  color: #fff;
  border: 1px solid #752eef;
}
#mobile_menu_wrap .m_btns .get_started:hover {
  background: #8741ff;
}
#mobile_menu_wrap .m_btns a {
  padding: 5px 18px;
  font-size: 12px;
  font-weight: 600;
  width: initial;
}
#mobile_menu_wrap .m_coaching_platform {
  position: relative;
  padding-top: 20px;
  padding-bottom: 55px;
  padding-right: 20px;
  background: #eaeaea;
}
#mobile_menu_wrap .m_coaching_platform > a {
  position: absolute;
  bottom: 5px;
  color: #6335c3;
}
#mobile_menu_wrap .m_coaching_platform > a:after {
  content: "" !important;
  display: block !important;
  visibility: initial !important;
  position: absolute;
  width: 16px;
  height: 11px;
  top: calc(50% - 5px);
  right: -20px;
  transition: all 0.3s;
  font-weight: 400;
  background: url(../img/icons/arrow_menu_2.svg) no-repeat 50% 50%;
}
@media (max-width: 991px) {
  #mobile_menu_wrap .m_coaching_platform > a:after {
    display: none !important;
  }
}
#mobile_menu_wrap .m_coaching_platform:before {
  display: block;
  content: "";
  position: relative;
  margin-left: 20px;
  width: calc(100% - 20px);
  max-width: 300px;
  height: 138px;
  background-size: contain;
  z-index: 1;
  background: url(../img/pages/home/platform.jpg) no-repeat 50% 50%;
  margin-bottom: 15px;
  background-size: cover;
  transform: initial;
  border: none;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}
#mobile_menu_wrap .m_coaching_platform:after {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 20px;
  max-width: 340px;
  height: 100%;
  font-size: 10px;
  line-height: 15px;
  font-family: "Inter", serif;
  opacity: 1;
  color: #4f4f4f;
  border: none;
  content: "The all-in-one platform for enabling coaching at scale. Connect with clients and run your coaching practice efficiently in one platform.";
}
@media (max-width: 991px) {
  #mobile_menu_wrap .m_coaching_platform:after {
    max-width: 320px;
  }
}
#mobile_menu_wrap .solution_nav .sub-menu .first li a {
  position: relative;
  padding-left: 60px;
}
#mobile_menu_wrap .solution_nav .sub-menu .first li a:after {
  position: absolute;
  content: "";
  top: 7px;
  left: 15px;
  width: 32px;
  height: 32px;
  opacity: 1;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  border-radius: initial !important;
  background-position: 50% 50% !important;
  z-index: 2;
  border: none;
  outline: none;
}
#mobile_menu_wrap .solution_nav .sub-menu .first li:nth-child(1) > a:after {
  background: url(../img/icons/mm_s_1.svg);
}
#mobile_menu_wrap .solution_nav .sub-menu .first li:nth-child(2) > a:after {
  background: url(../img/icons/mm_s_2.svg);
}
#mobile_menu_wrap .solution_nav .sub-menu .first li:nth-child(3) > a:after {
  background: url(../img/icons/mm_s_3.svg);
}
#mobile_menu_wrap .solution_nav .sub-menu .second li a {
  position: relative;
  padding-left: 60px;
}
#mobile_menu_wrap .solution_nav .sub-menu .second li a:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  left: 18px;
  width: 28px;
  height: 28px;
  opacity: 1;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  border-radius: initial !important;
  background-position: 50% 50% !important;
  z-index: 2;
  border: none;
  outline: none;
}
#mobile_menu_wrap .solution_nav .sub-menu .second li:nth-child(1) > a:after {
  background: url(../img/icons/p2.png?v3);
}
#mobile_menu_wrap .solution_nav .sub-menu .second li:nth-child(2) > a:after {
  background: url(../img/icons/p4.png?v3);
}
#mobile_menu_wrap .solution_nav .sub-menu .second li:nth-child(3) > a:after {
  background: url(../img/icons/p5_v3.svg?v3);
}
#mobile_menu_wrap .solution_nav .sub-menu .second li:nth-child(4) > a:after {
  background: url(../img/icons/p_rd.svg?v3);
}
#mobile_menu_wrap .solution_nav .sub-menu .second li:nth-child(5) > a:after {
  background: url(../img/icons/p_mg.svg?v3);
}
#mobile_menu_wrap .solution_nav .sub-menu .second li:nth-child(6) > a:after {
  background: url(../img/icons/p8.svg?v3);
}
#mobile_menu_wrap .solution_nav .sub-menu .second li:nth-child(7) > a:after {
  background: url(../img/icons/p_csa.svg);
}
#mobile_menu_wrap .solution_nav .sub-menu .second li:nth-child(8) > a:after {
  background: url(../img/icons/p_is_label.svg);
}
#mobile_menu_wrap .solution_nav .sub-menu .second li:nth-child(8) > a h6 {
  display: block !important;
}
#mobile_menu_wrap .solution_nav .sub-menu .second li:nth-child(9) > a:after {
  background: url(../img/icons/p_ccc.svg);
}
#mobile_menu_wrap .solution_nav .sub-menu .second li:nth-child(9) > a h6 {
  display: block !important;
}

body .mm-spn.mm-spn--navbar ul:before {
  display: none;
}
body .mm-spn li:after,
body .mm-spn a:not(:last-child):after {
  border-color: #9f9f9f;
}
body .mm-spn.mm-spn--navbar:after {
  opacity: 1;
}
body .mm-spn.mm-spn--navbar.mm-spn--main:after {
  background: url(../img/logos/logo.webp) no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  content: "";
  height: 48px;
  width: 50%;
  left: 20px;
  opacity: 1;
}
body .mm-spn.mm-spn--navbar:after {
  font-weight: 600;
  color: #0f0f3d;
}
body .mm-spn li:before {
  top: 23px;
  border-color: #7844e6;
  opacity: 1;
}
body .mm-spn.mm-spn--navbar:before {
  border-color: #7844e6;
  opacity: 1;
}
body .mm-spn li a {
  padding-top: 16px;
  padding-bottom: 16px;
}
body .mm-spn li a,
body .mm-spn li a h6 {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #0f0f3d;
}
body .mm-spn li a br,
body .mm-spn li a h6 br {
  display: none;
}
body .mm-spn li a p {
  display: none;
}

body .hs_form_wrap {
  max-width: 1920px;
  margin: 0 auto 0px;
  display: flex;
  align-items: stretch;
  align-content: stretch;
  justify-content: center;
}
@media (max-width: 991px) {
  body .hs_form_wrap {
    flex-wrap: wrap;
    max-width: 720px;
  }
}
body .hs_form_wrap.loading {
  position: relative;
  content: "";
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: #f5f5f5;
  opacity: 1;
}
body .hs_form_wrap.loading:before {
  position: absolute;
  background: rgba(117, 46, 239, 0.1215686275);
  top: -10px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  z-index: 10;
  content: "";
}
body .hs_form_wrap.loading:after {
  position: absolute;
  z-index: 12;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #752eef;
  border-color: #752eef transparent #752eef transparent;
  opacity: 0.7;
  animation: lds-dual-ring 1.5s linear infinite;
}
body .hs_form_wrap.color_yellow .hs_submit .hs-button {
  background: #ffa12e !important;
}
body .hs_form_wrap.color_yellow .hs_submit .hs-button:hover {
  background: #ffa639 !important;
}
body .hs_form_wrap.color_yellow .hs_form_iframe label .hs-form-required,
body .hs_form_wrap.color_yellow .required {
  color: #ffa12e !important;
}
body .hs_form_wrap.btn_with_icon .hs_submit .actions {
  position: relative;
}
body .hs_form_wrap.btn_with_icon .hs_submit .actions:before {
  display: none;
  position: absolute;
  z-index: 100;
  top: 18px;
  left: calc(50% - 135px);
  background: url("https://www.coaching.com/wp-content/themes/coaching-com/assets/img/programs/noc/sq/btn_main.svg") center no-repeat;
  content: "";
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 10px;
  display: block;
  pointer-events: none;
}
body .hs_form_wrap.descr_top {
  flex-wrap: wrap;
  justify-content: center;
}
body .hs_form_wrap.descr_top .descr {
  width: 100%;
  text-align: center;
  padding: 20px 15px;
  background: #fff;
}
body .hs_form_wrap.descr_top .descr h2,
body .hs_form_wrap.descr_top .descr h5,
body .hs_form_wrap.descr_top .descr p {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 740px;
}
body .hs_form_wrap.descr_top .form_wrap {
  width: 100%;
  background: #fff;
  padding-top: 40px;
}
body .hs_form_wrap.descr_top .form_wrap .hs_form_iframe {
  padding: 0px 15px 40px;
  max-width: 700px;
  width: 100%;
}
body .hs_form_wrap.transparent_white_form .descr {
  background: transparent !important;
  padding: 0;
}
body .hs_form_wrap.transparent_white_form .form_wrap {
  background: transparent !important;
  padding-top: 10px;
}
body .hs_form_wrap.transparent_white_form .hs_form_iframe label {
  color: #fff;
  padding-bottom: 5px;
  line-height: 1.4;
}
body .hs_form_wrap.transparent_white_form .hs_form_iframe label > span {
  line-height: 1.4;
}
body .hs_form_wrap.transparent_white_form .hs_form_iframe label .hs-form-required {
  color: #fff;
}
body .hs_form_wrap.transparent_white_form .hs_form_iframe input,
body .hs_form_wrap.transparent_white_form .hs_form_iframe select {
  background: #fff;
  color: #000;
  padding-left: 15px !important;
  margin-bottom: 20px;
}
body .hs_form_wrap.transparent_white_form .hs_form_iframe div.input:has(> select) {
  position: relative;
}
body .hs_form_wrap.transparent_white_form .hs_form_iframe div.input:has(> select) select {
  appearance: none;
}
body .hs_form_wrap.transparent_white_form .hs_form_iframe div.input:has(> select):after {
  color: #5e1de1;
  content: "\e807";
  font-size: 20px;
  right: 18px;
  font-weight: 800;
  display: block;
  position: absolute;
  font-family: "fontello";
  border: none;
  right: 14px;
  top: 23%;
}
body .hs_form_wrap.transparent_white_form .hs_form_iframe .hs-button {
  font-size: 20px !important;
  letter-spacing: 1px;
  border: initial !important;
  outline: initial !important;
  margin-top: 20px !important;
}
body .hs_form_wrap div.nb_message,
body .hs_form_wrap div.nb-feedback {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
body .hs_form_wrap .descr {
  border-radius: 8px 0 0 8px;
  background: #e8e8e8;
  width: 50%;
  padding: 260px 170px 260px 130px;
}
@media (max-width: 1300px) {
  body .hs_form_wrap .descr {
    padding: 200px 60px;
    width: 40%;
  }
}
@media (max-width: 991px) {
  body .hs_form_wrap .descr {
    width: 100%;
    padding: 50px 30px;
    border-radius: 8px 8px 0 0;
  }
}
body .hs_form_wrap .descr img,
body .hs_form_wrap .descr svg,
body .hs_form_wrap .descr picture {
  max-width: 50px;
}
body .hs_form_wrap .form_wrap {
  border-radius: 0 8px 8px 0;
  background: #f8f8f8;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 1300px) {
  body .hs_form_wrap .form_wrap {
    width: 60%;
  }
}
@media (max-width: 991px) {
  body .hs_form_wrap .form_wrap {
    width: 100%;
    border-radius: 0 0 8px 8px;
    min-height: 200px;
  }
}

.hbspt-form {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
}

.hs_form_iframe {
  padding: 130px 90px;
}
@media (max-width: 1300px) {
  .hs_form_iframe {
    padding: 80px 40px;
  }
}
.hs_form_iframe .submitted-message {
  text-align: center;
}
.hs_form_iframe fieldset {
  margin-bottom: 25px !important;
}
.hs_form_iframe label {
  display: block;
  margin-bottom: 0px;
  font-size: 15px;
  font-family: "Poppins";
  color: #0f0f3d;
  font-weight: 500;
}
.hs_form_iframe label .hs-form-required {
  color: #5e1de1;
  font-weight: 700;
  font-size: 18px;
}
.hs_form_iframe input:not([type=checkbox]),
.hs_form_iframe select,
.hs_form_iframe input[type=text] {
  color: red;
  border: none;
  outline: none;
  width: 100%;
  background: none;
  border-bottom: 1px solid #828282;
  padding: 0;
  height: 48px;
  padding-bottom: 0;
  position: relative;
  color: #b0b0b0 !important;
  font-weight: 400 !important;
  padding-left: 0 !important;
  font-size: 15px !important;
  font-family: "Poppins" !important;
}
.hs_form_iframe input:not([type=checkbox]):focus,
.hs_form_iframe select:focus,
.hs_form_iframe input[type=text]:focus {
  box-shadow: none;
}
.hs_form_iframe input:not([type=checkbox]) option,
.hs_form_iframe select option,
.hs_form_iframe input[type=text] option {
  padding-left: 0 !important;
}
.hs_form_iframe .bootstrap-select.show .dropdown-menu.open {
  border: 1px solid #ddd;
}
.hs_form_iframe .bootstrap-select {
  border-radius: 4px;
  margin-top: 4px;
  border: none;
  background: #f8f8f8;
  color: #b0b0b0;
  border-bottom: 1px solid #828282;
}
.hs_form_iframe .bootstrap-select > button.dropdown-toggle {
  border: none !important;
  margin: 0 !important;
  padding: 0;
  height: 52px;
  line-height: 52px;
  padding-left: 0;
}
.hs_form_iframe .bootstrap-select > button.dropdown-toggle .filter-option {
  color: #b0b0b0;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Poppins";
  font-size: 15px;
}
.hs_form_iframe .bootstrap-select > button.dropdown-toggle .bs-caret {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid #b0b0b0;
  transform: rotate(180deg);
  color: #b0b0b0;
  right: 15px;
  position: absolute;
  top: 25px;
}
.hs_form_iframe .bootstrap-select .dropdown-menu > li {
  border-color: #b0b0b0;
  color: #0f0f3d;
}
.hs_form_iframe .bootstrap-select .dropdown-menu > li.disabled {
  color: #b0b0b0;
}
.hs_form_iframe .bootstrap-select .dropdown-menu > li.disabled a {
  color: #b0b0b0;
}
.hs_form_iframe .bootstrap-select .dropdown-menu > li a {
  color: #0f0f3d;
  padding: 12px 15px;
  font-size: 13px;
}
.hs_form_iframe .bootstrap-select .dropdown-menu > li.selected a {
  color: #0f0f3d;
}
.hs_form_iframe .bootstrap-select .dropdown-menu > li.selected a span {
  color: #fff;
  margin-bottom: 0;
}
.hs_form_iframe select {
  position: relative;
}
.hs_form_iframe select:after {
  color: #5e1de1;
  content: "\e807";
  font-size: 20px;
  right: 18px;
  font-weight: 800;
  content: "\e764";
  display: block;
  position: absolute;
  font-family: "fontello";
  border: none;
  right: 36px;
  top: 38%;
}
.hs_form_iframe .inputs-list {
  padding-top: 20px;
  margin-left: 0;
  padding-left: 0;
}
.hs_form_iframe .inputs-list li {
  list-style: none;
  margin-bottom: 15px;
}
.hs_form_iframe .inputs-list li label {
  display: flex;
  align-items: center;
  align-content: center;
}
.hs_form_iframe .inputs-list li span {
  padding-left: 10px;
}
.hs_form_iframe textarea {
  height: initial;
  height: 48px;
  max-height: 300px;
  width: 100%;
  padding: 15px 15px 0 0 !important;
  border: none;
  outline: none;
  background: none;
  border-bottom: 1px solid #828282;
  font-weight: 400 !important;
}
.hs_form_iframe textarea:focus, .hs_form_iframe textarea:active {
  outline: none;
  box-shadow: none;
}
.hs_form_iframe .hs_stcp_qualification > label {
  text-align: center;
}
.hs_form_iframe .hs_stcp_qualification input[type=radio] {
  appearance: none;
  min-width: 24px !important;
  width: 24px !important;
  height: 24px !important;
  border: 2px solid #E3AB6B !important;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.hs_form_iframe .hs_stcp_qualification input[type=radio]:checked {
  border-color: #E3AB6B;
}
.hs_form_iframe .hs_stcp_qualification input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: #E3AB6B;
  border-radius: 50%;
}
.hs_form_iframe .hs-form-radio-display .hs-input {
  width: 26px !important;
}
.hs_form_iframe .hs-form-radio-display > span {
  line-height: 140%;
  font-style: normal;
  font-weight: 400;
  color: #0f0f3d;
  cursor: pointer;
  font-size: 18px !important;
}
.hs_form_iframe .hs-richtext {
  color: #0f0f3d;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 164%;
  max-width: 450px;
  margin: 0 auto 0;
}
.hs_form_iframe .hs-richtext a {
  color: #5e1de1;
}
.hs_form_iframe .hs_recaptcha {
  display: flex;
  justify-content: center;
}
.hs_form_iframe .hs-error-msgs {
  padding-top: 5px;
}
.hs_form_iframe .hs-error-msgs .hs-main-font-element {
  text-align: center !important;
  justify-content: center !important;
  font-size: 12px;
  color: red;
}
.hs_form_iframe .hs_submit .actions {
  position: relative;
}
.hs_form_iframe .hs_submit .actions:before {
  display: none;
}
.hs_form_iframe .hs_submit .hs-button {
  background: linear-gradient(90deg, #4a1be7 0%, #8e3fff 100%) !important;
  display: block;
  margin: 40px auto 20px;
  position: relative;
  padding: 0 15px 0 15px !important;
  width: 100%;
  height: 80px;
  font-weight: 600 !important;
  font-size: 17px !important;
  border-radius: 60px;
  color: #fff !important;
  position: relative;
  cursor: pointer;
}

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  /** Width for the drawer. */
  --mm-ocd-width: 80%;
  /** Min-width for the drawer. */
  --mm-ocd-min-width: 200px;
  /** Max-width for the drawer. */
  --mm-ocd-max-width: 440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}
.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-ocd-width);
  min-width: var(--mm-ocd-min-width);
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.mm-ocd--left .mm-ocd__content {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.mm-ocd--right .mm-ocd__content {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.mm-ocd--open .mm-ocd__content {
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: clamp(100% - var(--mm-ocd-max-width), 100% - var(--mm-ocd-width), 100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}
.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}
.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

/** Animation duration. */
/** Arrow size. */
/** Arrow weight. */
/** Border opacity. */
/** Navbar opacity. */
/** Arrow opacity. */
.mm-spn a,
.mm-spn span, .mm-spn li, .mm-spn ul, .mm-spn {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  /** Height for menu items. */
  --mm-spn-item-height: 50px;
  /** Indent for menu items. */
  --mm-spn-item-indent: 20px;
  /** Line height for menu items. */
  --mm-spn-line-height: 24px;
  /** Panel offset. */
  --mm-spn-panel-offset: 30%;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  transform: translateX(0px);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: calc(100% + var(--mm-spn-panel-offset));
  padding-right: var(--mm-spn-panel-offset);
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}
.mm-spn ul:after {
  content: "";
  display: block;
  height: var(--mm-spn-item-height);
}
.mm-spn > ul {
  left: 0;
}
.mm-spn ul.mm-spn--open {
  left: 0;
}
.mm-spn ul.mm-spn--parent {
  left: calc(-1 * var(--mm-spn-panel-offset));
  overflow: visible;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}
.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}
.mm-spn li:after {
  content: "";
  display: block;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}
.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}
.mm-spn a:not(:last-child) {
  width: calc(100% - var(--mm-spn-item-height));
}
.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}
.mm-spn span {
  background: transparent;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}
.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}
.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}
.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}
.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--mm-spn-item-height);
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--navbar ul {
  top: calc(var(--mm-spn-item-height) + 1px);
}
.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}
.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}
.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}
.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--vertical ul ul:after {
  height: calc(var(--mm-spn-item-height) / 2);
}
.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}
.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  transform: rotate(135deg) translate(-50%, 0);
}
.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

.btn_noc {
  background: #00B9F3;
  color: #fff;
  font-weight: 600;
}
.btn_noc:hover {
  background: #18c9ff;
  color: #fff;
  font-weight: 600;
}

.btn.btn_noc_gradient {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(264deg, #FDD394 -25.34%, #936635 82.41%) !important;
  padding: 15px 45px;
}
.btn.btn_noc_gradient.reverse {
  background: linear-gradient(-264deg, #FDD394 -25.34%, #936635 82.41%) !important;
}
.btn.btn_noc_gradient:hover {
  opacity: 0.8;
}

.noc_gold {
  color: #c69b63 !important;
}

.noc_gold_bg {
  background: #c69b63;
  color: #fff;
  font-family: "Inter" !important;
  font-size: 14px;
  font-weight: 600 !important;
}
.noc_gold_bg:hover {
  opacity: 0.9;
}

.noc_divider {
  height: 5px;
  width: 37px;
  margin: 0 auto;
  border-radius: 50px;
  background: #c69b63;
}

body .btn_noc_gold {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 60px;
  padding: 3px 18px;
  color: #deb478 !important;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 185.714% */
  border: initial;
  display: flex !important;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 150px !important;
  transition: all 0.2s;
}
body .btn_noc_gold:hover {
  opacity: 0.9;
}
body .btn_noc_gold picture img {
  max-width: 18px;
  margin-right: 10px;
}

body .btn_noc_join_badge {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 60px;
  padding: 13px 18px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 185.714% */
  border: initial;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  width: 370px;
  border-radius: 20.02px;
  background: linear-gradient(264deg, #fdd394 -25.34%, #936635 82.41%), rgba(0, 0, 0, 0.44);
  transition: all 0.2s;
}
@media (max-width: 479px) {
  body .btn_noc_join_badge {
    width: 100%;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 18px;
  }
}
body .btn_noc_join_badge picture img {
  max-width: 47px;
}
@media (max-width: 639px) {
  body .btn_noc_join_badge picture img {
    max-width: 30px;
  }
}
body .btn_noc_join_badge:focus, body .btn_noc_join_badge:active, body .btn_noc_join_badge:hover {
  background: linear-gradient(264deg, #fdd394 -25.34%, #936635 82.41%), rgba(0, 0, 0, 0.44);
  opacity: 0.9;
}
body .btn_noc_join_badge p {
  position: relative;
  top: -3px;
  text-align: left;
  margin-bottom: 0;
  padding-left: 18px;
}
@media (max-width: 479px) {
  body .btn_noc_join_badge p {
    padding-left: 10px;
  }
}
body .btn_noc_join_badge p span {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px; /* 192.308% */
  display: block;
  margin-bottom: -12px;
}
@media (max-width: 639px) {
  body .btn_noc_join_badge p span {
    margin-bottom: -15px;
  }
}
@media (max-width: 479px) {
  body .btn_noc_join_badge p span {
    font-size: 22px;
  }
}
body .btn_noc_join_badge p small {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 6px; /* 46.154% */
}
@media (max-width: 479px) {
  body .btn_noc_join_badge p small {
    font-size: 10px;
  }
}

.no_play .trigger_video {
  display: none !important;
}

.page-template-program_noc_sq #program_faq.announc h2,
.page-template-program_noc_recording #program_faq.announc h2 {
  display: none;
}
.page-template-program_noc_sq .btn_noc,
.page-template-program_noc_recording .btn_noc {
  padding: 22px 40px;
  font-size: 22px;
  font-family: "Inter", serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-template-program_noc_sq .btn_noc,
  .page-template-program_noc_recording .btn_noc {
    font-size: 16px;
    padding: 15px 30px;
    width: 194px;
  }
  .page-template-program_noc_sq .btn_noc.reg_now,
  .page-template-program_noc_recording .btn_noc.reg_now {
    width: 100%;
  }
}
.page-template-program_noc_sq #pre_reg .bootstrap-select > .dropdown-menu > .dropdown-menu li a,
.page-template-program_noc_recording #pre_reg .bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  color: #00B9F3;
}
.page-template-program_noc_sq #pre_reg .bootstrap-select button.dropdown-toggle:after,
.page-template-program_noc_recording #pre_reg .bootstrap-select button.dropdown-toggle:after {
  color: #00B9F3;
  content: "\e807";
  font-size: 20px;
}
.page-template-program_noc_sq #pre_reg .bootstrap-select button.dropdown-toggle .filter-option,
.page-template-program_noc_recording #pre_reg .bootstrap-select button.dropdown-toggle .filter-option {
  color: #828282;
  font-size: 14px;
}
.page-template-program_noc_sq #pre_reg .descr h2,
.page-template-program_noc_recording #pre_reg .descr h2 {
  text-align: center;
  color: #0f0f3d;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 20px;
  max-width: 515px;
  display: block;
  margin: 0 auto 30px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .page-template-program_noc_sq #pre_reg .descr h2,
  .page-template-program_noc_recording #pre_reg .descr h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
.page-template-program_noc_sq #pre_reg form,
.page-template-program_noc_recording #pre_reg form {
  max-width: 500px;
  margin: 0 auto;
  background: transparent;
}
.page-template-program_noc_sq #pre_reg form .bootstrap-select.show .dropdown-menu.open,
.page-template-program_noc_recording #pre_reg form .bootstrap-select.show .dropdown-menu.open {
  border-color: #00B9F3;
}
.page-template-program_noc_sq #pre_reg form .bootstrap-select .dropdown-menu > li.selected a,
.page-template-program_noc_recording #pre_reg form .bootstrap-select .dropdown-menu > li.selected a {
  background: rgba(0, 185, 242, 0.1411764706);
}
.page-template-program_noc_sq #pre_reg form .field_ttl,
.page-template-program_noc_recording #pre_reg form .field_ttl {
  font-weight: 500;
  font-family: "Inter";
}
.page-template-program_noc_sq #pre_reg form .field_ttl .required,
.page-template-program_noc_recording #pre_reg form .field_ttl .required {
  color: #00B9F3;
}
.page-template-program_noc_sq #pre_reg form .btn-main,
.page-template-program_noc_recording #pre_reg form .btn-main {
  background: #00B9F3;
  display: block;
  margin: 40px auto 20px;
  position: relative;
  padding: 20px 20px 20px 50px;
  width: 100%;
}
.page-template-program_noc_sq #pre_reg form .btn-main:before,
.page-template-program_noc_recording #pre_reg form .btn-main:before {
  background: url(../img/programs/noc/sq/btn_main.svg) center no-repeat;
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.page-template-program_noc_sq #pre_reg form .btn-main:hover,
.page-template-program_noc_recording #pre_reg form .btn-main:hover {
  background: #18c9ff;
}
.page-template-program_noc_sq .modal_gdpr_trigger,
.page-template-program_noc_recording .modal_gdpr_trigger {
  margin-bottom: 100px;
}
.page-template-program_noc_sq .modal_gdpr_trigger a,
.page-template-program_noc_recording .modal_gdpr_trigger a {
  color: #00B9F3;
}
.page-template-program_noc_sq .modal_gdpr_trigger a:hover,
.page-template-program_noc_recording .modal_gdpr_trigger a:hover {
  color: #18c9ff;
}

.noc_sq_bnr_top {
  z-index: 110;
  padding-top: 0;
  position: relative;
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
}
.noc_sq_bnr_top > .cover_image img {
  object-position: center top;
}
.noc_sq_bnr_top .price_timer_wrap {
  display: none;
}
.noc_sq_bnr_top header {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
}
.noc_sq_bnr_top header .wrap {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 20px 45px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1699px) {
  .noc_sq_bnr_top header .wrap {
    padding: 7px 15px;
  }
}
@media (max-width: 767px) {
  .noc_sq_bnr_top header .wrap {
    padding: 20px 15px;
    text-align: center;
  }
}
.noc_sq_bnr_top header .wrap .copy {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.noc_sq_bnr_top header .wrap .logo img {
  width: 201px;
}
@media (max-width: 767px) {
  .noc_sq_bnr_top header .wrap .logo img {
    max-width: 180px;
  }
}
@media (max-width: 639px) {
  .noc_sq_bnr_top header .wrap .logo img {
    max-width: 160px;
  }
}
.noc_sq_bnr_top header .slider_date_top {
  width: 280px;
  opacity: 0;
  margin-bottom: 0;
}
@media (max-width: 1699px) {
  .noc_sq_bnr_top header .slider_date_top {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .noc_sq_bnr_top header .slider_date_top {
    max-width: 150px;
  }
}
@media (max-width: 639px) {
  .noc_sq_bnr_top header .slider_date_top {
    display: none !important;
  }
}
.noc_sq_bnr_top header .slider_date_top .date {
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px;
  overflow: hidden;
  width: 65px;
  padding: 6px 0;
  margin-right: 10px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
}
@media (max-width: 1699px) {
  .noc_sq_bnr_top header .slider_date_top .date {
    width: 55px;
  }
}
.noc_sq_bnr_top header .slider_date_top .date:hover {
  text-decoration: none;
  transform: scale(0.9);
}
@media (max-width: 991px) {
  .noc_sq_bnr_top header .slider_date_top .date {
    margin-right: 10px;
  }
}
.noc_sq_bnr_top header .slider_date_top .date span {
  width: 100%;
}
.noc_sq_bnr_top header .slider_date_top .date span:nth-child(1) {
  color: #fff;
  padding: 3px;
  font-size: 32px;
  font-weight: 600;
  color: #00B9F3;
}
@media (max-width: 1699px) {
  .noc_sq_bnr_top header .slider_date_top .date span:nth-child(1) {
    font-size: 19px;
  }
}
.noc_sq_bnr_top header .slider_date_top .date span:nth-child(2) {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 0px 0 4px 0;
  font-family: "Inter";
}
@media (max-width: 1699px) {
  .noc_sq_bnr_top header .slider_date_top .date span:nth-child(2) {
    font-size: 11px;
  }
}
.noc_sq_bnr_top header .top_menu {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
}
.noc_sq_bnr_top header .top_menu .dates_copy {
  margin-bottom: 0;
  font-size: 11px;
  font-style: italic;
  color: #fff;
  margin-right: 15px;
}
@media (max-width: 639px) {
  .noc_sq_bnr_top header .top_menu .dates_copy {
    display: none;
  }
}
.noc_sq_bnr_top header .top_menu li {
  margin: 0 5px;
}
.noc_sq_bnr_top header .top_menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", serif;
  padding: 5px 15px;
  text-align: center;
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .noc_sq_bnr_top header .top_menu li a {
    display: none;
  }
}
.noc_sq_bnr_top header .top_menu li a.btn_noc {
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", serif;
  margin-left: 7px;
  padding: 10px 20px;
  border-radius: 60px;
  border: 2px solid #fff;
  box-shadow: 0 0 1px 1px white;
}
.noc_sq_bnr_top header .top_menu li a.btn_noc:hover {
  background: #00B9F3;
}
@media (max-width: 1500px) {
  .noc_sq_bnr_top header .top_menu li a.btn_noc {
    padding: 10px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .noc_sq_bnr_top header .top_menu li a.btn_noc {
    display: block;
  }
}
.noc_sq_bnr_top .ttl {
  font-size: 60px;
  line-height: 55px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 22px;
  text-align: center;
  margin-top: 440px;
}
@media (max-width: 1699px) {
  .noc_sq_bnr_top .ttl {
    font-size: 50px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .noc_sq_bnr_top .ttl {
    text-align: center;
    font-size: 38px;
    line-height: 44px;
    margin-top: 275px;
  }
}
.noc_sq_bnr_top .txt {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-family: "Inter", serif;
  display: block;
  margin: 0 auto 60px;
  text-align: center;
}
@media (max-width: 1699px) {
  .noc_sq_bnr_top .txt {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .noc_sq_bnr_top .txt {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) and (max-width: 639px) {
  .noc_sq_bnr_top .txt {
    margin-bottom: 20px;
  }
}
.noc_sq_bnr_top .txt b {
  font-weight: 600;
}
.noc_sq_bnr_top .sub_ttl {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #fff;
}
.noc_sq_bnr_top .btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .noc_sq_bnr_top .btn_wrap {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .noc_sq_bnr_top .btn_wrap a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.noc_sq_bnr_top .btn_wrap .btn_noc {
  margin-right: 17px;
  margin-left: 17px;
}
@media (max-width: 767px) {
  .noc_sq_bnr_top .btn_wrap .btn_noc {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.noc_sq_bnr_top .btn_wrap .btn.btn_noc {
  height: 67px;
  width: 222px;
  border-radius: 60px;
}
.noc_sq_bnr_top .btn_wrap .btn.btn_noc.btn_recording {
  width: initial;
}
@media (max-width: 767px) {
  .noc_sq_bnr_top .btn_wrap .btn.btn_noc {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 639px) {
  .noc_sq_bnr_top .btn_wrap .btn.btn_noc {
    width: 194px;
    height: 50px;
  }
}
@media (max-width: 474px) {
  .noc_sq_bnr_top .btn_wrap .btn.btn_noc {
    width: 100%;
  }
}
.noc_sq_bnr_top .btn_wrap .btn.btn-play {
  min-width: 222px;
  max-width: 222px;
  height: 67px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter", serif;
  padding: 12px 20px 12px 30px;
  letter-spacing: 0;
  transition: all 0.2s;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 0 1px 1px white;
  display: flex;
  border-radius: 80px;
  align-items: center;
  align-content: center;
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .noc_sq_bnr_top .btn_wrap .btn.btn-play {
    display: flex;
    justify-content: center;
    padding: 0;
    width: 194px;
    height: 50px;
    min-width: 194px;
  }
}
@media (max-width: 474px) {
  .noc_sq_bnr_top .btn_wrap .btn.btn-play {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
.noc_sq_bnr_top .btn_wrap .btn.btn-play:hover {
  background: #00B9F3;
  border-color: #00B9F3;
}
.noc_sq_bnr_top .btn_wrap .btn.btn-play .icon-play {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 38px;
  top: 0;
  left: 0;
  margin-right: 5px;
  background: transparent;
  transition: all 0.2s;
  border-radius: 60px;
}
.noc_sq_bnr_top .list_wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2196078431);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  padding: 50px 15px;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 991px) {
  .noc_sq_bnr_top .list_wrap {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .noc_sq_bnr_top .list_wrap {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 639px) {
  .noc_sq_bnr_top .list_wrap {
    padding: 10px 0;
    margin: 0 -15px;
  }
}
.noc_sq_bnr_top .list_wrap p {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Inter", serif;
}
@media (max-width: 991px) {
  .noc_sq_bnr_top .list_wrap p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .noc_sq_bnr_top .list_wrap p {
    margin-bottom: 20px;
    width: 42%;
  }
}
@media (max-width: 639px) {
  .noc_sq_bnr_top .list_wrap p {
    margin: 10px 5px;
    font-size: 12px;
  }
}
.noc_sq_bnr_top .list_wrap p b {
  font-size: 30px;
  line-height: 36px;
  display: block;
  color: #00B9F3;
}
@media (max-width: 991px) {
  .noc_sq_bnr_top .list_wrap p b {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1000px) and (min-height: 660px) {
  .noc_sq_bnr_top {
    height: 100vh;
  }
  .noc_sq_bnr_top > .cover_image img {
    object-position: center 5%;
  }
  .noc_sq_bnr_top > .container {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .noc_sq_bnr_top .ttl {
    margin-top: 0;
  }
  .noc_sq_bnr_top .btn_wrap {
    margin-bottom: 30px;
  }
  .noc_sq_bnr_top .list_wrap {
    padding: 25px 15px 0;
  }
}
@media (min-width: 1440px) and (min-height: 1024px) {
  .noc_sq_bnr_top > .cover_image img {
    object-position: center top;
  }
  .noc_sq_bnr_top > .container {
    bottom: 60px;
  }
  .noc_sq_bnr_top .list_wrap {
    padding: 50px 15px 0;
  }
}
@media (min-width: 1440px) and (min-height: 1500px) {
  .noc_sq_bnr_top > .container {
    bottom: 100px;
  }
  .noc_sq_bnr_top .list_wrap {
    padding: 100px 15px;
  }
}

.noc_sq_discover {
  padding-top: 90px;
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .noc_sq_discover {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.noc_sq_discover .ttl {
  text-align: center;
  font-size: 40px;
  line-height: 140%;
  font-weight: 700;
  color: #0f0f3d;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .noc_sq_discover .ttl {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 639px) {
  .noc_sq_discover .ttl {
    font-size: 26px;
    line-height: 130%;
  }
}
.noc_sq_discover .ttl span {
  color: #00B9F3;
}
@media (max-width: 479px) {
  .noc_sq_discover .ttl br {
    display: none;
  }
}
.noc_sq_discover .txt {
  text-align: center;
  max-width: 520px;
  margin: 0 auto 50px;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  font-family: "Inter";
}
@media (max-width: 767px) {
  .noc_sq_discover .txt {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 639px) {
  .noc_sq_discover .txt {
    font-size: 16px;
    line-height: 160%;
  }
}
.noc_sq_discover .sub_wrap {
  display: flex;
  justify-content: center;
  max-width: 970px;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .noc_sq_discover .sub_wrap {
    margin-bottom: 40px;
  }
}
.noc_sq_discover .sub_wrap p {
  width: 45%;
  max-width: 580px;
  margin-bottom: 0;
  color: #0f0f3d;
  font-size: 30px;
  line-height: 48px;
  font-family: "Inter";
  position: relative;
  padding-left: 25px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .noc_sq_discover .sub_wrap p {
    font-size: 18px;
    width: 48%;
    line-height: 25px;
    padding-left: 20px;
  }
}
.noc_sq_discover .sub_wrap p:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #00B9F3;
  border-radius: 60px;
  content: "";
}
@media (max-width: 767px) {
  .noc_sq_discover .sub_wrap p br {
    display: none;
  }
}
@media (min-width: 768px) {
  .noc_sq_discover .video_noc {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
  }
}
.noc_sq_discover .video_noc .bottom {
  padding: 60px 15px;
  background: #00B9F3;
  border-radius: 0 0 8px 8px;
  margin-bottom: 130px;
  text-align: center;
}
@media (max-width: 767px) {
  .noc_sq_discover .video_noc .bottom {
    margin-bottom: 70px;
    position: relative;
    top: -5px;
  }
}
@media (max-width: 639px) {
  .noc_sq_discover .video_noc .bottom {
    padding: 30px 15px;
    margin-bottom: 40px;
  }
}
.noc_sq_discover .video_noc .bottom p {
  font-family: "Inter";
  font-size: 26px;
  line-height: 42px;
  font-weight: 500;
  color: #fff;
  max-width: 775px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .noc_sq_discover .video_noc .bottom p {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (max-width: 639px) {
  .noc_sq_discover .video_noc .bottom p {
    font-size: 14px;
    line-height: 20px;
  }
}
.noc_sq_discover .btn_wrap {
  text-align: center;
}

.noc_sq_bnr_intro {
  position: relative;
  padding: 70px 15px 0;
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .noc_sq_bnr_intro {
    padding-top: 100px;
  }
}
.noc_sq_bnr_intro .label_logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
@media (max-width: 767px) {
  .noc_sq_bnr_intro .label_logo {
    top: 15px;
    left: 15px;
  }
}
.noc_sq_bnr_intro .label_logo img {
  width: 236px;
}
@media (max-width: 767px) {
  .noc_sq_bnr_intro .label_logo img {
    width: 110px;
  }
}
.noc_sq_bnr_intro .intro {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 6.4px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 450px;
  font-family: "Inter";
}
@media (max-width: 767px) {
  .noc_sq_bnr_intro .intro {
    font-size: 10px;
    letter-spacing: 4px;
  }
}
@media (max-width: 639px) {
  .noc_sq_bnr_intro .intro {
    margin-bottom: 400px;
  }
}
.noc_sq_bnr_intro .ttl {
  font-size: 60px;
  line-height: 55px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 22px;
  text-align: center;
}
@media (max-width: 767px) {
  .noc_sq_bnr_intro .ttl {
    text-align: center;
    font-size: 38px;
    line-height: 44px;
  }
}
@media (max-width: 639px) {
  .noc_sq_bnr_intro .ttl {
    font-size: 32px;
    line-height: 38px;
  }
}
.noc_sq_bnr_intro .txt {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-family: "Inter", serif;
  display: block;
  margin: 0 auto 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .noc_sq_bnr_intro .txt {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) and (max-width: 639px) {
  .noc_sq_bnr_intro .txt {
    margin-bottom: 20px;
  }
}
.noc_sq_bnr_intro .txt b {
  font-weight: 600;
}
.noc_sq_bnr_intro .sign {
  display: block;
  text-align: center;
}
.noc_sq_bnr_intro .sign img {
  margin: 0 auto 50px;
  width: 330px;
}
@media (max-width: 639px) {
  .noc_sq_bnr_intro .sign img {
    max-width: 205px;
    width: 100%;
  }
}
.noc_sq_bnr_intro .list_wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2196078431);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  padding: 50px 15px;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 991px) {
  .noc_sq_bnr_intro .list_wrap {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .noc_sq_bnr_intro .list_wrap {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 639px) {
  .noc_sq_bnr_intro .list_wrap {
    padding: 10px 0;
    margin: 0 -15px;
  }
}
.noc_sq_bnr_intro .list_wrap p {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Inter", serif;
}
@media (max-width: 991px) {
  .noc_sq_bnr_intro .list_wrap p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .noc_sq_bnr_intro .list_wrap p {
    margin-bottom: 20px;
    width: 42%;
  }
}
@media (max-width: 639px) {
  .noc_sq_bnr_intro .list_wrap p {
    margin: 10px 5px;
  }
}
@media (max-width: 639px) {
  .noc_sq_bnr_intro .list_wrap p br {
    display: none;
  }
}
.noc_sq_bnr_intro .list_wrap p b {
  font-size: 30px;
  line-height: 36px;
  display: block;
  color: #00B9F3;
}
@media (max-width: 991px) {
  .noc_sq_bnr_intro .list_wrap p b {
    font-size: 26px;
    line-height: 32px;
  }
}

.noc_sq_join {
  padding-top: 85px;
}
.noc_sq_join .txt {
  font-size: 27px;
  line-height: 44px;
  font-weight: 500;
  color: #0f0f3d;
  margin: 0 auto 140px;
  max-width: 740px;
  font-family: "Inter";
}
@media (max-width: 767px) {
  .noc_sq_join .txt {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 80px;
  }
}
@media (max-width: 639px) {
  .noc_sq_join .txt {
    font-size: 18px;
    line-height: 30px;
  }
}
.noc_sq_join .txt span {
  color: #00B9F3;
  font-weight: 700;
}
.noc_sq_join .ttl {
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  font-weight: 500;
  color: #0f0f3d;
  font-family: "Inter";
}
@media (max-width: 767px) {
  .noc_sq_join .ttl {
    font-size: 32px;
    line-height: 42px;
  }
}
.noc_sq_join .btn_wrap {
  text-align: center;
}
.noc_sq_join .p_list_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.noc_sq_join .p_list_wrap p {
  width: calc(33% - 30px);
  padding: 30px 39px 40px;
  margin: 15px;
  position: relative;
  font-family: "Inter";
  text-align: center;
  background: radial-gradient(120.6% 140.05% at -16.25% -23.45%, rgba(172, 230, 255, 0) 0%, rgba(151, 224, 255, 0) 100%), #fff;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  border-radius: 26.865px;
  box-shadow: 0 5px 53px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .noc_sq_join .p_list_wrap p {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .noc_sq_join .p_list_wrap p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 380px;
    font-size: 24px;
  }
}
.noc_sq_join .p_list_wrap p b {
  font-weight: 700;
  color: #00B9F3;
}
.noc_sq_join .btn_wrap {
  margin-top: 50px;
}

.noc_sq_what_people_say {
  padding-top: 130px;
  margin-bottom: 110px;
}
@media (max-width: 639px) {
  .noc_sq_what_people_say.v2 {
    margin-bottom: 130px !important;
  }
}
.noc_sq_what_people_say.v2 .line {
  display: none;
}
@media (max-width: 639px) {
  .noc_sq_what_people_say {
    padding-top: 80px;
    margin-bottom: 60px;
  }
}
.noc_sq_what_people_say .line {
  width: 100%;
  border-top: 1px solid #eee;
  margin-bottom: 120px;
}
.noc_sq_what_people_say .success {
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  font-family: "Inter";
  color: #000;
  text-align: center;
}
@media (max-width: 767px) {
  .noc_sq_what_people_say .success {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.noc_sq_what_people_say .ttl {
  font-size: 60px;
  line-height: 78px;
  font-weight: 700;
  color: #0f0f3d;
  text-align: center;
  max-width: 570px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .noc_sq_what_people_say .ttl {
    font-size: 32px;
    line-height: 44px;
    max-width: 370px;
  }
}
@media (max-width: 639px) {
  .noc_sq_what_people_say .ttl {
    max-width: 320px;
    font-size: 28px;
    line-height: 36px;
  }
}
.noc_sq_what_people_say .ttl span {
  color: #00B9F3;
}
.noc_sq_what_people_say .ttl .face {
  position: absolute;
}
.noc_sq_what_people_say .ttl .face.p1 {
  left: -25px;
  bottom: -60px;
}
@media (min-width: 475px) {
  .noc_sq_what_people_say .ttl .face.p1 {
    left: -20px;
  }
}
@media (min-width: 768px) {
  .noc_sq_what_people_say .ttl .face.p1 {
    left: -80px;
  }
}
@media (min-width: 1440px) {
  .noc_sq_what_people_say .ttl .face.p1 {
    left: -220px;
    bottom: 100px;
  }
}
@media (min-width: 1920px) {
  .noc_sq_what_people_say .ttl .face.p1 {
    left: -285px;
  }
}
.noc_sq_what_people_say .ttl .face.p1 img {
  width: 65px;
}
@media (min-width: 768px) {
  .noc_sq_what_people_say .ttl .face.p1 img {
    width: 145px;
  }
}
.noc_sq_what_people_say .ttl .face.p2 {
  top: -79px;
  right: -5px;
}
@media (min-width: 475px) {
  .noc_sq_what_people_say .ttl .face.p2 {
    right: -30px;
  }
}
@media (min-width: 768px) {
  .noc_sq_what_people_say .ttl .face.p2 {
    right: -60px;
  }
}
@media (min-width: 1440px) {
  .noc_sq_what_people_say .ttl .face.p2 {
    right: -240px;
  }
}
@media (min-width: 1920px) {
  .noc_sq_what_people_say .ttl .face.p2 {
    right: -260px;
  }
}
.noc_sq_what_people_say .ttl .face.p2 img {
  width: 71px;
}
@media (min-width: 768px) {
  .noc_sq_what_people_say .ttl .face.p2 img {
    width: 145px;
  }
}
.noc_sq_what_people_say .ttl .face.p3 {
  bottom: -90px;
  right: -5px;
}
@media (min-width: 475px) {
  .noc_sq_what_people_say .ttl .face.p3 {
    right: -25px;
  }
}
@media (min-width: 768px) {
  .noc_sq_what_people_say .ttl .face.p3 {
    right: -55px;
  }
}
@media (min-width: 1440px) {
  .noc_sq_what_people_say .ttl .face.p3 {
    right: -130px;
    bottom: -50px;
  }
}
@media (min-width: 1920px) {
  .noc_sq_what_people_say .ttl .face.p3 {
    right: -160px;
    bottom: -70px;
  }
}
.noc_sq_what_people_say .ttl .face.p3 img {
  width: 80px;
}
@media (min-width: 768px) {
  .noc_sq_what_people_say .ttl .face.p3 img {
    width: 120px;
  }
}
.noc_sq_what_people_say .video_noc {
  max-width: 910px;
  margin: 180px auto 40px;
}
@media (max-width: 639px) {
  .noc_sq_what_people_say .video_noc {
    margin-top: 150px;
  }
}
.noc_sq_what_people_say .video_noc .video-container img {
  border-radius: 0px;
}

.noc_sq_bnr_guided {
  position: relative;
  padding: 160px 0 0px;
}
.noc_sq_bnr_guided .label_logo {
  position: absolute;
  top: 45px;
  left: 30px;
}
@media (max-width: 639px) {
  .noc_sq_bnr_guided .label_logo {
    left: calc(50% - 80px);
  }
}
.noc_sq_bnr_guided .label_logo img {
  width: 235px;
}
@media (max-width: 639px) {
  .noc_sq_bnr_guided .label_logo img {
    width: 160px;
  }
}
.noc_sq_bnr_guided .ttl {
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .noc_sq_bnr_guided .ttl {
    text-align: center;
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 639px) {
  .noc_sq_bnr_guided .ttl {
    font-size: 26px;
    line-height: 36px;
  }
}
.noc_sq_bnr_guided ul {
  max-width: 672px;
  margin: 30px auto 0;
  padding-bottom: 20px;
}
.noc_sq_bnr_guided ul li {
  font-size: 26px;
  line-height: 160%;
  font-weight: 500;
  color: #fff;
  font-family: "Inter", serif;
  margin-bottom: 20px;
}
@media (max-width: 639px) {
  .noc_sq_bnr_guided ul li {
    font-size: 20px;
  }
}
.noc_sq_bnr_guided ul li b {
  font-weight: 700;
  color: #00B9F3;
}
.noc_sq_bnr_guided .btn_wrap {
  text-align: center;
}

.noc_sq_mc_dates {
  background-color: #011a31;
  background-image: url(../img/programs/noc/sq/dates_bg.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-top: 160px;
  padding-bottom: 200px;
  position: relative;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .noc_sq_mc_dates {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.noc_sq_mc_dates .ttl {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .noc_sq_mc_dates .ttl {
    font-size: 30px;
    line-height: 42px;
  }
}
.noc_sq_mc_dates .sub {
  font-size: 14px;
  color: #fff;
  font-style: initial;
  text-align: center;
  margin-bottom: 90px;
  font-family: "Inter";
}
@media (max-width: 767px) {
  .noc_sq_mc_dates .sub {
    margin-bottom: 30px;
    font-size: 10px;
  }
}
.noc_sq_mc_dates label {
  margin: 0 auto 30px;
  display: block;
  max-width: 410px;
}
.noc_sq_mc_dates label .btn.dropdown-toggle {
  border-radius: 60px;
  padding: 15px 30px 10px;
  color: #0f0f3d;
  border: none;
}
.noc_sq_mc_dates label .field_ttl {
  display: none;
}
.noc_sq_mc_dates label .btn.dropdown-toggle:after {
  color: #00B9F3;
  content: "\e807";
  font-size: 20px;
}
.noc_sq_mc_dates label .bootstrap-select.show .btn.dropdown-toggle {
  color: #00B9F3;
}
.noc_sq_mc_dates label .bootstrap-select .dropdown-menu > li.selected a {
  background: #00B9F3;
  color: #fff !important;
}
.noc_sq_mc_dates label .bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  color: #00B9F3;
}
.noc_sq_mc_dates .slider_date_2 {
  width: 100%;
  max-width: 445px;
  margin: 0 auto 80px;
}
.noc_sq_mc_dates .slider_date_2 .date_time {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  padding-top: 8px;
  display: block;
  width: 100%;
  max-width: 65px;
}
@media (max-width: 479px) {
  .noc_sq_mc_dates .slider_date_2 .date_time {
    margin: 0 auto;
  }
}
.noc_sq_mc_dates .slider_date_2 .dateholder {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}
.noc_sq_mc_dates .slider_date_2 .date {
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px;
  width: 65px;
  padding: 6px 0;
  margin-right: 10px;
  background: #ededed;
  position: relative;
  transition: all 0.2s;
  text-decoration: none;
}
@media (max-width: 479px) {
  .noc_sq_mc_dates .slider_date_2 .date {
    margin: 0 auto;
  }
}
.noc_sq_mc_dates .slider_date_2 .date:hover {
  transform: scale(0.9);
  text-decoration: none;
  background: #00B9F3;
}
.noc_sq_mc_dates .slider_date_2 .date:hover span {
  color: #fff !important;
}
.noc_sq_mc_dates .slider_date_2 .date span {
  width: 100%;
}
.noc_sq_mc_dates .slider_date_2 .date span:nth-child(1) {
  color: #fff;
  padding: 3px;
  font-size: 32px;
  font-weight: 600;
  color: #00B9F3;
}
.noc_sq_mc_dates .slider_date_2 .date span:nth-child(2) {
  color: #0f0f3d;
  font-size: 13px;
  font-weight: 600;
  padding: 0px 0 4px 0;
  font-family: "Inter";
}
.noc_sq_mc_dates .slider_date_2 .date p {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  font-size: 13px;
  font-family: "Inter";
  color: #0f0f3d;
  margin-bottom: 0;
  width: 100%;
  font-weight: 500;
}
.noc_sq_mc_dates .btn_wrap {
  text-align: center;
}
.noc_sq_video_wrap_1 {
  max-width: 910px;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .noc_sq_video_wrap_1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.noc_sq_video_wrap_1 .video_noc {
  border-radius: 6px;
  overflow: hidden;
}

.noc_sq_who_is {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .noc_sq_who_is {
    padding-top: 100px;
  }
}
.noc_sq_who_is .ttl {
  text-align: center;
  font-size: 60px;
  line-height: 74px;
  color: #000;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .noc_sq_who_is .ttl {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
.noc_sq_who_is .sub {
  text-align: center;
  color: #0f0f3d;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .noc_sq_who_is .sub {
    margin-bottom: 130px;
  }
}
.noc_sq_who_is .list_block {
  background: #00B9F3;
  max-width: 722px;
  margin: 0 auto 240px;
  padding: 90px 65px;
  position: relative;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .noc_sq_who_is .list_block {
    padding: 90px 30px;
    margin-bottom: 120px;
  }
}
.noc_sq_who_is .list_block ul {
  color: #fff;
}
.noc_sq_who_is .list_block ul li {
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  font-family: "Inter";
}
@media (max-width: 767px) {
  .noc_sq_who_is .list_block ul li {
    font-size: 20px;
    line-height: 32px;
  }
}
.noc_sq_who_is .list_block .who_1 {
  position: absolute;
  top: 74px;
  right: -210px;
}
@media (max-width: 767px) {
  .noc_sq_who_is .list_block .who_1 {
    top: -60px;
    right: 25px;
  }
}
@media (max-width: 639px) {
  .noc_sq_who_is .list_block .who_1 {
    top: -21px;
  }
}
.noc_sq_who_is .list_block .who_1 img {
  width: 286px;
}
@media (max-width: 767px) {
  .noc_sq_who_is .list_block .who_1 img {
    width: 160px;
  }
}
@media (max-width: 639px) {
  .noc_sq_who_is .list_block .who_1 img {
    width: 110px;
  }
}
.noc_sq_who_is .list_block .who_2 {
  position: absolute;
  bottom: -125px;
  left: 120px;
}
@media (max-width: 767px) {
  .noc_sq_who_is .list_block .who_2 {
    left: 50px;
    bottom: -45px;
  }
}
.noc_sq_who_is .list_block .who_2 img {
  width: 252px;
}
@media (max-width: 767px) {
  .noc_sq_who_is .list_block .who_2 img {
    width: 160px;
  }
}
.noc_sq_who_is .btn_wrap {
  text-align: center;
}

.noc_sq_bonus_tool {
  margin-top: 130px;
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .noc_sq_bonus_tool {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 80px 0;
  }
}
.noc_sq_bonus_tool .head {
  position: relative;
  text-align: center;
  color: #fff;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  padding: 25px 15px 20px;
}
@media (min-width: 992px) {
  .noc_sq_bonus_tool .head {
    padding: 45px 15px 60px;
  }
}
.noc_sq_bonus_tool .head .bonus_icon {
  display: none;
}
@media (min-width: 475px) {
  .noc_sq_bonus_tool .head .bonus_icon {
    position: absolute;
    top: 18px;
    left: 10px;
    display: block;
  }
}
@media (min-width: 768px) {
  .noc_sq_bonus_tool .head .bonus_icon {
    top: 15px;
    left: 15px;
  }
}
@media (min-width: 992px) {
  .noc_sq_bonus_tool .head .bonus_icon {
    top: 40px;
    left: 30px;
  }
}
.noc_sq_bonus_tool .head .bonus_icon img {
  width: 50px;
}
@media (max-width: 479px) {
  .noc_sq_bonus_tool .head .bonus_icon img {
    width: 30px;
  }
}
.noc_sq_bonus_tool .head .txt_top {
  font-size: 10px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Inter";
  margin: 0 0 13px;
}
@media (min-width: 475px) {
  .noc_sq_bonus_tool .head .txt_top {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .noc_sq_bonus_tool .head .txt_top {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .noc_sq_bonus_tool .head .txt_top {
    font-size: 22px;
  }
}
.noc_sq_bonus_tool .head .txt_top span {
  margin: 0 4px;
  font-weight: 700;
  background: #00b9f3;
  padding: 2px 5px;
  border-radius: 4px;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
}
.noc_sq_bonus_tool .head .txt_bonus {
  background: rgba(0, 185, 243, 0.69);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 6px;
  font-family: "Inter", serif;
  display: block;
  margin: 165px auto 20px;
  max-width: 210px;
  padding: 5px 10px;
  border-radius: 60px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .noc_sq_bonus_tool .head .txt_bonus {
    margin: 220px auto 20px;
    padding: 9px 10px;
  }
}
@media (max-width: 479px) {
  .noc_sq_bonus_tool .head .txt_bonus {
    font-size: 12px;
  }
}
.noc_sq_bonus_tool .head .txt_bonus:hover {
  text-decoration: none;
  transform: scale(1.05);
}
.noc_sq_bonus_tool .head .txt_ttl {
  font-size: 40px;
  line-height: 140%;
  font-weight: 700;
  text-shadow: 0px 4px 30px rgba(0, 0, 0, 0.18);
}
@media (max-width: 639px) {
  .noc_sq_bonus_tool .head .txt_ttl {
    font-size: 26px;
    line-height: 38px;
  }
}
@media (max-width: 479px) {
  .noc_sq_bonus_tool .head .txt_ttl {
    font-size: 22px;
    line-height: 34px;
  }
}
.noc_sq_bonus_tool .body {
  position: relative;
  background: #f8f8f8;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 639px) {
  .noc_sq_bonus_tool .body {
    padding-top: 40px;
  }
}
.noc_sq_bonus_tool .body .tool {
  position: absolute;
  top: 50px;
  left: 50px;
}
@media (max-width: 991px) {
  .noc_sq_bonus_tool .body .tool {
    top: 30px;
    left: 30px;
  }
}
.noc_sq_bonus_tool .body .tool img {
  width: 186px;
}
@media (max-width: 1699px) {
  .noc_sq_bonus_tool .body .tool img {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .noc_sq_bonus_tool .body .tool img {
    width: 115px;
  }
}
.noc_sq_bonus_tool .body .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #0f0f3d;
  font-family: Inter;
  max-width: 470px;
  margin: 0 auto 40px;
}
@media (max-width: 991px) {
  .noc_sq_bonus_tool .body .txt {
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .noc_sq_bonus_tool .body .txt {
    padding-left: 130px;
  }
}
@media (max-width: 639px) {
  .noc_sq_bonus_tool .body .txt {
    padding-left: 150px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 60px;
  }
}
.noc_sq_bonus_tool .body .txt_ttl {
  color: #0f0f3d;
  font-family: Inter;
  font-size: 22px;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 30px;
  max-width: 470px;
  margin: 0 auto 40px;
}
@media (max-width: 639px) {
  .noc_sq_bonus_tool .body .txt_ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.noc_sq_bonus_tool .body ul {
  margin-bottom: 60px;
}
.noc_sq_bonus_tool .body ul li {
  color: #0f0f3d;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  max-width: 470px;
  margin: 0 auto 0px;
}
@media (max-width: 639px) {
  .noc_sq_bonus_tool .body ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
.noc_sq_bonus_tool .body .btn_wrap {
  text-align: center;
}

.noc_sq_bnr_about {
  position: relative;
  padding: 100px 0 100px;
}
@media (max-width: 639px) {
  .noc_sq_bnr_about {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.noc_sq_bnr_about.sales .txt_top {
  margin-bottom: 520px;
  font-family: "Inter";
}
@media (max-width: 1699px) {
  .noc_sq_bnr_about.sales .txt_top {
    margin-bottom: 500px;
  }
}
@media (max-width: 639px) {
  .noc_sq_bnr_about.sales .txt_top {
    font-size: 10px;
    letter-spacing: 4px;
    margin-bottom: 400px;
  }
}
.noc_sq_bnr_about.practitioner {
  background: #001A31;
}
.noc_sq_bnr_about.practitioner .btn_wrap .btn.btn-play .icon-play {
  color: #c69b63;
}
.noc_sq_bnr_about.practitioner .txt_top {
  margin-bottom: 80px;
}
.noc_sq_bnr_about.practitioner .about img {
  width: 250px;
  height: 250px;
  border-radius: 300px;
  display: block;
  margin: 0 auto 40px;
}
@media (max-width: 639px) {
  .noc_sq_bnr_about.practitioner .about img {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }
}
.noc_sq_bnr_about .cover_image img {
  object-position: 50% 0%;
}
.noc_sq_bnr_about .label_logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
@media (max-width: 639px) {
  .noc_sq_bnr_about .label_logo {
    top: 10px;
    left: 10px;
  }
}
.noc_sq_bnr_about .label_logo img {
  width: 235px;
}
@media (max-width: 639px) {
  .noc_sq_bnr_about .label_logo img {
    width: 120px;
  }
}
.noc_sq_bnr_about .txt_top {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: 6.4px;
  margin-bottom: 690px;
  font-family: "Inter";
}
@media (max-width: 1699px) {
  .noc_sq_bnr_about .txt_top {
    margin-bottom: 570px;
  }
}
@media (max-width: 639px) {
  .noc_sq_bnr_about .txt_top {
    font-size: 10px;
    letter-spacing: 4px;
    margin-bottom: 400px;
  }
}
.noc_sq_bnr_about .txt_reg {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 39.6px */
  max-width: 818px;
  margin: 0 auto 60px;
}
@media (max-width: 639px) {
  .noc_sq_bnr_about .txt_reg {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .noc_sq_bnr_about .txt_reg {
    margin-bottom: 20px;
  }
}
.noc_sq_bnr_about .sign {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.noc_sq_bnr_about .sign img {
  max-width: 370px;
  width: 100%;
  margin: 0 auto 40px;
}
@media (max-width: 639px) {
  .noc_sq_bnr_about .sign img {
    max-width: 205px;
  }
}
.noc_sq_bnr_about .btn_wrap {
  text-align: center;
}
.noc_sq_bnr_about .btn_wrap .btn.btn-play {
  width: 260px;
  height: 67px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter", serif;
  padding: 12px 20px 12px 30px;
  letter-spacing: 0;
  transition: all 0.2s;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 0 1px 1px white;
  display: flex;
  border-radius: 80px;
  align-items: center;
  align-content: center;
  margin: 0 auto 40px;
}
@media (max-width: 639px) {
  .noc_sq_bnr_about .btn_wrap .btn.btn-play {
    display: flex;
    justify-content: center;
    padding: 0;
    width: 250px;
    height: 50px;
    min-width: 194px;
  }
}
.noc_sq_bnr_about .btn_wrap .btn.btn-play:hover {
  background: #00B9F3;
  border-color: #00B9F3;
}
.noc_sq_bnr_about .btn_wrap .btn.btn-play .icon-play {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 38px;
  top: 0;
  left: 0;
  margin-right: 5px;
  background: transparent;
  transition: all 0.2s;
  border-radius: 60px;
}
@media (max-width: 639px) {
  .noc_sq_bnr_about .btn_wrap .btn {
    width: initial;
  }
}

.noc_sq_what_people_ask {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .noc_sq_what_people_ask {
    padding-top: 80px;
  }
}
.noc_sq_what_people_ask.sales .ttl {
  font-size: 42px;
  line-height: 56px;
}
@media (max-width: 1699px) {
  .noc_sq_what_people_ask.sales .ttl {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .noc_sq_what_people_ask.sales .ttl {
    font-size: 32px;
    line-height: 44px;
    max-width: 370px;
  }
}
@media (max-width: 639px) {
  .noc_sq_what_people_ask.sales .ttl {
    max-width: 290px;
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .noc_sq_what_people_ask.sales .ttl br {
    display: none;
  }
}
.noc_sq_what_people_ask .success {
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  font-family: "Inter";
  color: #000;
  margin-bottom: 55px;
  text-align: center;
}
@media (max-width: 767px) {
  .noc_sq_what_people_ask .success {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .noc_sq_what_people_ask .success {
    font-size: 16px;
  }
}
.noc_sq_what_people_ask .ttl {
  font-size: 60px;
  line-height: 78px;
  font-weight: 700;
  color: #0f0f3d;
  text-align: center;
  max-width: 570px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .noc_sq_what_people_ask .ttl {
    font-size: 32px;
    line-height: 44px;
    max-width: 370px;
  }
}
@media (max-width: 639px) {
  .noc_sq_what_people_ask .ttl {
    max-width: 290px;
    font-size: 24px;
    line-height: 34px;
  }
}
.noc_sq_what_people_ask .ttl span {
  color: #00B9F3;
}
.noc_sq_what_people_ask .ttl .face {
  position: absolute;
}
.noc_sq_what_people_ask .ttl .face.p1 {
  left: -5px;
  top: -46px;
}
@media (min-width: 475px) {
  .noc_sq_what_people_ask .ttl .face.p1 {
    left: -65px;
    top: -62px;
  }
}
@media (min-width: 768px) {
  .noc_sq_what_people_ask .ttl .face.p1 {
    left: -80px;
    top: -62px;
  }
}
@media (min-width: 1440px) {
  .noc_sq_what_people_ask .ttl .face.p1 {
    left: -220px;
    top: 65px;
  }
}
@media (min-width: 1920px) {
  .noc_sq_what_people_ask .ttl .face.p1 {
    left: -285px;
  }
}
.noc_sq_what_people_ask .ttl .face.p1 img {
  width: 55px;
}
@media (min-width: 475px) {
  .noc_sq_what_people_ask .ttl .face.p1 img {
    width: 66px;
  }
}
@media (min-width: 768px) {
  .noc_sq_what_people_ask .ttl .face.p1 img {
    width: 145px;
  }
}
.noc_sq_what_people_ask .ttl .face.p2 {
  right: -15px;
  top: -51px;
}
@media (min-width: 475px) {
  .noc_sq_what_people_ask .ttl .face.p2 {
    right: -65px;
    top: -85px;
  }
}
@media (min-width: 768px) {
  .noc_sq_what_people_ask .ttl .face.p2 {
    top: -105px;
    right: -80px;
  }
}
@media (min-width: 1440px) {
  .noc_sq_what_people_ask .ttl .face.p2 {
    right: -240px;
    top: -85px;
  }
}
@media (min-width: 1920px) {
  .noc_sq_what_people_ask .ttl .face.p2 {
    right: -260px;
  }
}
.noc_sq_what_people_ask .ttl .face.p2 img {
  width: 60px;
}
@media (min-width: 768px) {
  .noc_sq_what_people_ask .ttl .face.p2 img {
    width: 145px;
  }
}
.noc_sq_what_people_ask .ttl .face.p3 {
  bottom: -100px;
  right: 100px;
}
@media (min-width: 768px) {
  .noc_sq_what_people_ask .ttl .face.p3 {
    bottom: -105px;
    right: -80px;
  }
}
@media (min-width: 1440px) {
  .noc_sq_what_people_ask .ttl .face.p3 {
    right: -240px;
    bottom: -85px;
  }
}
@media (min-width: 1920px) {
  .noc_sq_what_people_ask .ttl .face.p3 {
    right: -260px;
  }
}
.noc_sq_what_people_ask .ttl .face.p3 img {
  width: 60px;
}
@media (min-width: 768px) {
  .noc_sq_what_people_ask .ttl .face.p3 img {
    width: 120px;
  }
}

.countdown_sticky_noc_sq {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
@media (max-width: 767px) {
  .countdown_sticky_noc_sq.sales .sticky_timer {
    margin: 10px auto -10px;
  }
}
.countdown_sticky_noc_sq.sales .footer_edits_number_42312349999923232 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .countdown_sticky_noc_sq.sales .footer_edits_number_42312349999923232 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .countdown_sticky_noc_sq.sales .footer_edits_number_42312349999923232 .deliver {
    width: 100%;
  }
}
.countdown_sticky_noc_sq.sales .btn.btn_noc {
  position: relative;
}
@media (max-width: 767px) {
  .countdown_sticky_noc_sq.sales .btn.btn_noc {
    margin-bottom: 7px;
  }
}
.countdown_sticky_noc_sq.show {
  opacity: 1;
}
.countdown_sticky_noc_sq .sticky_timer {
  font-family: "Inter";
  width: 220px;
  display: block;
  margin: -14px 0 -31px -50px;
}
@media (max-width: 1200px) {
  .countdown_sticky_noc_sq .sticky_timer {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .countdown_sticky_noc_sq .sticky_timer {
    margin: initial;
    width: 200px;
  }
}
.countdown_sticky_noc_sq .sticky_timer .countdown-row {
  display: flex;
  justify-content: center;
}
.countdown_sticky_noc_sq .sticky_timer .countdown-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  justify-content: center;
}
.countdown_sticky_noc_sq .sticky_timer .countdown-section:before {
  position: absolute;
  top: 0;
  right: -5px;
  font-size: 24px;
  font-weight: 300;
  color: #00B9F3;
  content: ":";
}
@media (max-width: 991px) {
  .countdown_sticky_noc_sq .sticky_timer .countdown-section:before {
    font-size: 30px;
  }
}
.countdown_sticky_noc_sq .sticky_timer .countdown-section.nodot:before {
  display: none !important;
}
.countdown_sticky_noc_sq .sticky_timer .countdown-section .countdown-amount {
  width: 100%;
  color: #00B9F3;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .countdown_sticky_noc_sq .sticky_timer .countdown-section .countdown-amount {
    font-size: 26px;
  }
}
.countdown_sticky_noc_sq .sticky_timer .countdown-section .countdown-period {
  position: relative;
  top: -8px;
  width: 100%;
  color: #00B9F3;
  text-align: center;
  font-size: 10px;
}
@media (max-width: 991px) {
  .countdown_sticky_noc_sq .sticky_timer .countdown-section .countdown-period {
    font-size: 10px;
    top: -5px;
  }
}
.countdown_sticky_noc_sq .container {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 20px 15px;
  justify-content: space-between;
  max-width: 1130px;
}
@media (max-width: 767px) {
  .countdown_sticky_noc_sq .container {
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .countdown_sticky_noc_sq .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.countdown_sticky_noc_sq .container > p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
  color: #0f0f3d;
  font-family: "Inter";
}
@media (max-width: 991px) {
  .countdown_sticky_noc_sq .container > p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .countdown_sticky_noc_sq .container > p {
    text-align: center;
    width: 100%;
  }
}
.countdown_sticky_noc_sq .container > p span.red {
  color: red;
  font-weight: 500;
}
.countdown_sticky_noc_sq .container > p a {
  color: #00B9F3;
  font-weight: 600;
  text-decoration: underline;
}
.countdown_sticky_noc_sq .container > p a:hover {
  text-decoration: initial;
}
.countdown_sticky_noc_sq .container > p a.black {
  color: #000;
}
.countdown_sticky_noc_sq .container > p b {
  color: #00B9F3;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 991px) {
  .countdown_sticky_noc_sq .container > p b {
    display: block;
  }
}
.countdown_sticky_noc_sq .container > p b.black {
  color: #000;
}
.countdown_sticky_noc_sq .container .btn {
  border-radius: 60px;
  margin-right: 15px;
  padding: 8px 25px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin-left: 7px;
}
@media (max-width: 767px) {
  .countdown_sticky_noc_sq .container .btn {
    margin-top: 10px;
  }
}
@media (max-width: 639px) {
  .countdown_sticky_noc_sq .container .btn {
    margin-bottom: 10px;
  }
}
.countdown_sticky_noc_sq .container .countdown {
  max-width: 285px;
}
@media (max-width: 767px) {
  .countdown_sticky_noc_sq .container .countdown {
    position: relative;
    left: -16px;
    margin-left: initial;
    margin-right: initial;
    margin-right: -20px;
  }
}
.contact-collapsed .countdown_sticky_noc_sq {
  transform: translate3d(0, 100%, 0);
}
.contact-collapsed .countdown_sticky_noc_sq #countdown_sticky_toggle i {
  transform: scaleY(-1);
}
.countdown_sticky_noc_sq #countdown_sticky_toggle {
  border-radius: 8px 8px 0 0;
  outline: none !important;
  background: #00B9F3;
  margin-left: -27px;
  position: absolute;
  line-height: 12px;
  margin-top: -14px;
  transition: 0.2s;
  cursor: pointer;
  height: 14px;
  border: none;
  width: 54px;
  color: #fff;
  left: 50%;
  top: 0;
}
.countdown_sticky_noc_sq #countdown_sticky_toggle:hover {
  background: #00B9F3;
}

.noc_reviews_slider {
  max-width: 910px;
  margin: 0 auto;
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .noc_reviews_slider {
    padding-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .noc_reviews_slider {
    padding-bottom: 20px;
  }
}
.noc_reviews_slider.practitioner .wrap {
  padding-bottom: 100px;
}
.noc_reviews_slider.sales {
  padding-bottom: 20px;
}
.noc_reviews_slider.sales .rev.long .quote {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .noc_reviews_slider.sales .rev.long .quote {
    padding-bottom: 20px;
  }
}
.noc_reviews_slider .slick-arrow {
  bottom: -50px;
}
.noc_reviews_slider .wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-right: 5px;
  min-height: 370px;
}
@media (max-width: 639px) {
  .noc_reviews_slider .wrap {
    flex-wrap: wrap;
    min-height: initial;
  }
}
.noc_reviews_slider .wrap .quote {
  max-width: 440px;
  padding-right: 10px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 160%;
  font-weight: 500;
  color: #0f0f3d;
  padding-left: 30px;
  font-family: "Inter", serif;
}
@media (max-width: 767px) {
  .noc_reviews_slider .wrap .quote {
    width: 100%;
    font-size: 22px;
    line-height: 34px;
    padding-left: 0;
  }
}
@media (max-width: 639px) {
  .noc_reviews_slider .wrap .quote {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 479px) {
  .noc_reviews_slider .wrap .quote {
    font-size: 18px;
    line-height: 26px;
  }
}
.noc_reviews_slider .wrap .name {
  padding-right: 10px;
  position: absolute;
  left: 0;
  bottom: -5px;
  left: 0px;
  color: #0f0f3d;
  font-size: 23px;
  font-weight: 600;
  line-height: 160%;
  font-family: "Inter";
  margin-bottom: 0;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .noc_reviews_slider .wrap .name {
    padding-left: 0;
  }
}
@media (max-width: 639px) {
  .noc_reviews_slider .wrap .name {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 30px;
    width: 100%;
    padding-left: 0;
  }
}
.noc_reviews_slider .wrap .name i {
  font-size: 16px;
  position: relative;
  top: -11px;
  font-weight: 400;
}
@media (max-width: 639px) {
  .noc_reviews_slider .wrap .name i {
    top: 0;
    font-size: 12px;
    display: block;
    line-height: 18px;
  }
}
.noc_reviews_slider .wrap .name > picture {
  display: none;
  float: left;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (max-width: 639px) {
  .noc_reviews_slider .wrap .name > picture {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .noc_reviews_slider .wrap > picture {
    display: none;
  }
}
.noc_reviews_slider .wrap > picture img {
  max-width: 346px;
  width: 100%;
  height: auto;
  display: block;
}

.noc_slider_button_wrap {
  text-align: center;
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 62px;
}
@media (max-width: 767px) {
  .noc_slider_button_wrap {
    margin-bottom: 80px;
  }
}
.noc_slider_button_wrap.sales {
  justify-content: space-between;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .noc_slider_button_wrap.sales {
    margin-bottom: 20px;
    margin-top: -20px;
    padding-left: 10px;
    justify-content: center;
  }
}
.noc_slider_button_wrap.sales .btn_noc {
  position: relative;
  bottom: -80px;
}
@media (max-width: 767px) {
  .noc_slider_button_wrap.sales .btn_noc {
    bottom: -50px;
  }
}
.noc_slider_button_wrap.practitioner button {
  background: #857869;
  border: 1px solid rgba(133, 120, 105, 0.3921568627);
  color: #fff;
}
.noc_slider_button_wrap button {
  border: none;
  border-radius: 120px;
  font-size: 40px;
  font-weight: 600;
  margin: 0 15px;
  padding: 0;
  width: 62px !important;
  height: 62px !important;
  border: none !important;
  outline: none !important;
  transition: all 0.2s;
  cursor: pointer;
  background: #f8f8f8;
  color: #0f0f3d;
  position: relative;
}
.noc_slider_button_wrap button.prev, .noc_slider_button_wrap button.prev_styles {
  transform: rotate(90deg);
  left: 0;
}
.noc_slider_button_wrap button.prev:hover, .noc_slider_button_wrap button.prev_styles:hover {
  left: -10px;
}
.noc_slider_button_wrap button.next, .noc_slider_button_wrap button.next_styles {
  transform: rotate(-90deg);
  right: 0;
}
.noc_slider_button_wrap button.next:hover, .noc_slider_button_wrap button.next_styles:hover {
  right: -10px;
}

.accordion .card {
  margin-bottom: 0px;
  border: none;
}
@media (max-width: 991px) {
  .accordion .card {
    box-shadow: 0px 0px 10px 0px rgba(74, 74, 74, 0.051);
  }
}
.accordion .card-header {
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #00326d;
}
.accordion .card-header h5 {
  padding: 10px 130px 10px 0px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #7c009e;
  margin: 0;
  position: relative;
}
.accordion .card-header h5 b {
  font-weight: 500;
}
@media (max-width: 991px) {
  .accordion .card-header h5 {
    padding: 10px 70px 10px 0px;
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .accordion .card-header h5 {
    padding: 10px 70px 10px 0px;
  }
}
@media (max-width: 639px) {
  .accordion .card-header h5 {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media (max-width: 479px) {
  .accordion .card-header h5 {
    padding: 5px 70px 5px 0px;
  }
}
.accordion .card-header h5 > span {
  font-weight: 600;
  color: #000;
}
.accordion .card-header h5 > span i {
  font-style: normal;
  font-weight: 700;
  color: #7c009e;
}
.accordion .card-header a {
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  justify-content: center;
  background: #fff;
  text-decoration: none;
  align-items: center;
  text-align: center;
  position: absolute;
  display: flex;
  width: 20px;
  height: 100%;
  border: none;
  color: #fff;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .accordion .card-header a {
    font-size: 14px;
    font-weight: 700;
    width: 60px;
  }
}
.accordion .card-header a .icon {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #00B9F3;
  border-radius: 50%;
  line-height: 39px;
  height: 38px;
  width: 38px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .accordion .card-header a .icon {
    line-height: 35px;
    height: 34px;
    width: 34px;
  }
}
.accordion .card-header a:hover .icon {
  background: #7c009e;
}
.accordion .card-header a.collapsed .open_wrap {
  display: block;
}
.accordion .card-header a.collapsed .close_wrap {
  display: none;
}
.accordion .card-header a .open_wrap {
  display: none;
}
.accordion .card-header a .close_wrap {
  display: block;
}
.accordion .card-body {
  background: #ffffff;
  padding: 10px 0;
  margin-top: -7px;
}
.accordion .card-body h3 {
  font-size: 32px;
  line-height: 1.33em;
  color: #00B9F3;
  margin: 27px 0 20px;
}
@media (max-width: 1919px) {
  .accordion .card-body h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .accordion .card-body h3 {
    font-size: 22px;
    margin: 20px 0;
  }
}
.accordion .card-body ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}
@media (max-width: 639px) {
  .accordion .card-body ul {
    padding-left: 15px;
  }
}
.accordion .card-body ul li {
  font-size: 18px;
  line-height: 1.78;
  text-align: left;
  margin: 0 0 32px;
  color: #000;
  position: relative;
}
@media (max-width: 1919px) {
  .accordion .card-body ul li {
    font-size: 17px;
    line-height: 1.7;
  }
}
@media (max-width: 767px) {
  .accordion .card-body ul li {
    font-size: 16px;
    margin: 0 0 25px;
  }
}
@media (max-width: 639px) {
  .accordion .card-body ul li {
    font-size: 14px;
  }
}
.accordion .card-body ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #7c009e;
  position: absolute;
  border-radius: 50%;
  left: -15px;
  top: 14px;
}
@media (max-width: 1919px) {
  .accordion .card-body ul li:before {
    top: 10px;
  }
}
@media (max-width: 639px) {
  .accordion .card-body ul li:before {
    top: 9px;
  }
}
.accordion .card-body ul li p {
  margin: 0;
}
.accordion .card-body p {
  font-size: 16px;
  line-height: 1.78em;
  font-weight: 500;
  color: #0f0f3d;
  padding: 0;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .accordion .card-body p {
    font-size: 16px;
    line-height: 1.45em;
    margin: 0 0 22px;
    padding: 0 5px;
  }
}
@media (max-width: 479px) {
  .accordion .card-body p {
    font-size: 15px;
    margin: 0 0 15px;
  }
}
.accordion .card-body p a {
  font-weight: 700;
  color: #00B9F3;
}
.accordion .card-body p:empty {
  display: none;
}

#program_faq {
  margin: 200px auto 104px;
  max-width: 970px;
}
@media (max-width: 767px) {
  #program_faq {
    margin-top: 150px;
  }
}
#program_faq.announc > p {
  font-size: 19px;
  text-align: center;
}
@media (max-width: 767px) {
  #program_faq.announc > p {
    font-size: 16px;
  }
}
#program_faq.announc h2 {
  line-height: 140%;
  font-weight: 700;
}
#program_faq h2 {
  text-align: center;
  color: #0f0f3d;
}
#program_faq .accordion {
  margin-top: 61px;
}
@media (max-width: 767px) {
  #program_faq .accordion {
    margin-top: 30px;
  }
}
#program_faq .accordion .card {
  box-shadow: none;
  margin: 0 0 4px;
}
#program_faq .border_line {
  display: none;
}
#program_faq .btn_wrap {
  display: none;
}
#program_faq .card {
  margin: 0;
}
#program_faq .card-header {
  background: #fff;
  margin-bottom: 0px;
  padding: 10px 0;
}
#program_faq .card-header h5 {
  color: #8115bb;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 600;
}
#program_faq .card-header h5 a {
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
  width: 100%;
  background: none;
  display: flex;
  justify-content: flex-end;
  color: #0f0f3d;
}
#program_faq .card-body {
  padding-left: 30px;
  padding-right: 30px;
}
#program_faq .card-body em {
  color: #00B9F3;
}
#program_faq .card-body p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 0 0 11px;
  line-height: 1.5;
}

#program_faq {
  max-width: 960px;
  margin-bottom: 150px;
}
#program_faq h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  #program_faq h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
#program_faq > p {
  display: none;
}
#program_faq .card-header {
  border-bottom: 1px solid #e0e0e0;
}
#program_faq .card-header h5 {
  font-size: 20px;
  color: #009fd1;
  font-family: "Inter";
}
@media (max-width: 767px) {
  #program_faq .card-header h5 {
    font-size: 17px;
  }
}
#program_faq .card-header h5 i {
  background: #f2f2f2;
  color: #828282;
  border-radius: 60px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#program_faq .card-body ul,
#program_faq .card-body ol {
  margin-bottom: 15px;
}
#program_faq .card-body p {
  font-weight: 400;
}
#program_faq .card-body p,
#program_faq .card-body ul,
#program_faq .card-body ol {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  list-style: none;
  font-family: "Inter";
}
@media (max-width: 767px) {
  #program_faq .card-body p,
  #program_faq .card-body ul,
  #program_faq .card-body ol {
    font-size: 16px;
    line-height: 26px;
  }
}
#program_faq .card-body p li,
#program_faq .card-body ul li,
#program_faq .card-body ol li {
  position: relative;
  margin-bottom: 5px;
}
#program_faq .card-body p li:before,
#program_faq .card-body ul li:before,
#program_faq .card-body ol li:before {
  display: none;
}
#program_faq .card-body p li:after,
#program_faq .card-body ul li:after,
#program_faq .card-body ol li:after {
  position: absolute;
  top: -5px;
  left: -15px;
  content: "•";
  font-size: 22px;
  color: #00B9F3;
}
#program_faq .card-body em {
  color: #fff;
}

.save50 {
  text-align: center;
  max-width: 550px;
  margin: 30px auto;
  font-size: 24px;
  font-weight: 600;
  color: #00B9F3;
}

.page-template-program_noc_sales .noc_sls_bnr_top header .wrap {
  padding-top: 20px;
}
.page-template-program_noc_sales #prices .switch_plan {
  display: none !important;
}

.page-template-program_noc_sales .btn_noc,
.page-template-program_noc_recording_ty .btn_noc,
.page-template-program_noc_recording_ty_bonus .btn_noc {
  padding: 22px 40px;
  font-size: 22px;
  font-family: "Inter", serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-template-program_noc_sales .btn_noc,
  .page-template-program_noc_recording_ty .btn_noc,
  .page-template-program_noc_recording_ty_bonus .btn_noc {
    font-size: 16px;
    padding: 15px 30px;
    width: 194px;
  }
}
.page-template-program_noc_sales .btn_noc.wht,
.page-template-program_noc_recording_ty .btn_noc.wht,
.page-template-program_noc_recording_ty_bonus .btn_noc.wht {
  background: #fff;
  color: #00B9F3;
}
.page-template-program_noc_sales .modal_gdpr_trigger,
.page-template-program_noc_recording_ty .modal_gdpr_trigger,
.page-template-program_noc_recording_ty_bonus .modal_gdpr_trigger {
  display: none;
}
.page-template-program_noc_sales .course_schedule,
.page-template-program_noc_recording_ty .course_schedule,
.page-template-program_noc_recording_ty_bonus .course_schedule {
  text-align: center;
  display: block;
  margin: 55px auto 0;
  font-size: 18px;
  font-family: "Inter";
  font-style: italic;
  color: #000;
  text-decoration: none !important;
}
.page-template-program_noc_sales .course_schedule i,
.page-template-program_noc_recording_ty .course_schedule i,
.page-template-program_noc_recording_ty_bonus .course_schedule i {
  display: inline-block;
  position: relative;
  top: 4px;
  color: #00b9f3;
  font-size: 26px;
}
.page-template-program_noc_sales .course_schedule:hover,
.page-template-program_noc_recording_ty .course_schedule:hover,
.page-template-program_noc_recording_ty_bonus .course_schedule:hover {
  text-decoration: underline !important;
}

.noc_sales_timer {
  font-family: "Inter", serif;
  width: 100%;
  max-width: 210px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  min-height: 84px;
}
@media (min-width: 768px) {
  .noc_sales_timer {
    max-width: 320px;
  }
}
.noc_sales_timer .countdown-row {
  display: flex;
  justify-content: center;
}
.noc_sales_timer .countdown-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 33.3333%;
  justify-content: center;
}
.noc_sales_timer .countdown-section:before {
  position: absolute;
  top: 13px;
  right: -4px;
  font-size: 30px;
  color: #00b9f3;
  content: ":";
}
@media (min-width: 768px) {
  .noc_sales_timer .countdown-section:before {
    top: 15px;
  }
}
.noc_sales_timer .countdown-section.nodot:before {
  display: none !important;
}
.noc_sales_timer .countdown-section .countdown-amount {
  color: #00b9f3;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .noc_sales_timer .countdown-section .countdown-amount {
    font-size: 38px;
    width: 63px;
    height: 63px;
  }
}
.noc_sales_timer .countdown-section .countdown-period {
  width: 100%;
  color: #00b9f3;
  text-align: center;
  font-size: 14px;
  font-family: Inter;
  font-weight: 400;
  letter-spacing: -0.32px;
}
@media (min-width: 768px) {
  .noc_sales_timer .countdown-section .countdown-period {
    font-size: 16px;
  }
}

.noc_sls_bnr_top {
  padding-top: 0;
  position: relative;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .noc_sls_bnr_top {
    min-height: 100vh;
  }
}
.noc_sls_bnr_top > .cover_image img {
  object-position: center top;
}
.noc_sls_bnr_top .price_timer_wrap {
  display: none;
}
.noc_sls_bnr_top .header_timer {
  font-family: "Inter", serif;
  width: 260px;
  margin-left: 19px;
}
@media (max-width: 1200px) {
  .noc_sls_bnr_top .header_timer {
    margin-left: 10px;
    width: 250px;
  }
}
@media (max-width: 991px) {
  .noc_sls_bnr_top .header_timer {
    margin: 0 auto 0 30px;
    display: none;
  }
}
@media (max-width: 767px) {
  .noc_sls_bnr_top .header_timer {
    margin: initial;
    width: 200px;
  }
}
.noc_sls_bnr_top .header_timer .countdown-row {
  display: flex;
  justify-content: center;
}
.noc_sls_bnr_top .header_timer .countdown-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  justify-content: center;
}
.noc_sls_bnr_top .header_timer .countdown-section:before {
  position: absolute;
  top: 0;
  right: -6px;
  font-size: 38px;
  font-weight: 300;
  color: #fff;
  content: ":";
}
@media (max-width: 991px) {
  .noc_sls_bnr_top .header_timer .countdown-section:before {
    font-size: 30px;
  }
}
.noc_sls_bnr_top .header_timer .countdown-section.nodot:before {
  display: none !important;
}
.noc_sls_bnr_top .header_timer .countdown-section .countdown-amount {
  width: 100%;
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .noc_sls_bnr_top .header_timer .countdown-section .countdown-amount {
    font-size: 26px;
  }
}
.noc_sls_bnr_top .header_timer .countdown-section .countdown-period {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 991px) {
  .noc_sls_bnr_top .header_timer .countdown-section .countdown-period {
    font-size: 10px;
  }
}
.noc_sls_bnr_top header {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
}
.noc_sls_bnr_top header .wrap {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 20px 45px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1699px) {
  .noc_sls_bnr_top header .wrap {
    padding: 7px 15px;
  }
}
@media (max-width: 767px) {
  .noc_sls_bnr_top header .wrap {
    padding: 20px 15px;
    text-align: center;
  }
}
.noc_sls_bnr_top header .wrap .copy {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.noc_sls_bnr_top header .wrap .copy p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  margin-left: 35px;
  padding-left: 30px;
  border-left: 1px solid #fff;
}
@media (max-width: 1220px) {
  .noc_sls_bnr_top header .wrap .copy p {
    display: none;
  }
}
@media (max-width: 991px) {
  .noc_sls_bnr_top header .wrap .copy p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .noc_sls_bnr_top header .wrap .copy p {
    display: none;
  }
}
.noc_sls_bnr_top header .wrap .copy p b {
  font-size: 16px;
  font-weight: 600;
  color: #00B9F3;
}
@media (max-width: 991px) {
  .noc_sls_bnr_top header .wrap .copy p b {
    font-size: 14px;
  }
}
.noc_sls_bnr_top header .wrap .copy p img {
  position: relative;
  top: -2px;
  max-width: 112px;
}
.noc_sls_bnr_top header .wrap .logo img {
  width: 201px;
}
@media (max-width: 767px) {
  .noc_sls_bnr_top header .wrap .logo img {
    max-width: 180px;
  }
}
@media (max-width: 639px) {
  .noc_sls_bnr_top header .wrap .logo img {
    max-width: 160px;
  }
}
.noc_sls_bnr_top header .top_menu {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
}
.noc_sls_bnr_top header .top_menu .dates_copy {
  margin-bottom: 0;
  font-size: 11px;
  font-style: italic;
  color: #fff;
  margin-right: 15px;
}
@media (max-width: 639px) {
  .noc_sls_bnr_top header .top_menu .dates_copy {
    display: none;
  }
}
.noc_sls_bnr_top header .top_menu li {
  margin: 0 5px;
}
.noc_sls_bnr_top header .top_menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", serif;
  padding: 5px 15px;
  text-align: center;
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .noc_sls_bnr_top header .top_menu li a {
    display: none;
  }
}
.noc_sls_bnr_top header .top_menu li a.btn_noc {
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", serif;
  margin-left: 7px;
  padding: 10px 10px;
  border-radius: 60px;
  border: 2px solid #fff;
}
.noc_sls_bnr_top header .top_menu li a.btn_noc:hover {
  background: #00B9F3;
}
@media (max-width: 1500px) {
  .noc_sls_bnr_top header .top_menu li a.btn_noc {
    padding: 10px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .noc_sls_bnr_top header .top_menu li a.btn_noc {
    display: block;
  }
}
@media (max-width: 419px) {
  .noc_sls_bnr_top header .top_menu li a.btn_noc {
    font-size: 9px;
  }
}
@media (max-width: 374px) {
  .noc_sls_bnr_top header .top_menu li a.btn_noc {
    font-size: 5px;
  }
}
.noc_sls_bnr_top .label_logo {
  display: block;
  margin: 30vh 0 42px;
}
@media (max-width: 1699px) {
  .noc_sls_bnr_top .label_logo {
    margin: 40vh 0 15px;
  }
}
@media (max-width: 767px) {
  .noc_sls_bnr_top .label_logo {
    text-align: center;
    margin: 30vh auto 20px;
  }
}
@media (max-width: 639px) {
  .noc_sls_bnr_top .label_logo {
    margin-top: 320px;
  }
}
.noc_sls_bnr_top .label_logo img {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 767px) {
  .noc_sls_bnr_top .label_logo img {
    margin: 0 auto;
  }
}
.noc_sls_bnr_top .ttl {
  font-size: 60px;
  line-height: 55px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 22px;
}
@media (max-width: 1699px) {
  .noc_sls_bnr_top .ttl {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .noc_sls_bnr_top .ttl {
    text-align: center;
    margin-bottom: 20px;
  }
}
.noc_sls_bnr_top .txt {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-family: "Inter", serif;
  display: block;
  margin: 0 auto 60px;
}
@media (max-width: 1699px) {
  .noc_sls_bnr_top .txt {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .noc_sls_bnr_top .txt {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 639px) {
  .noc_sls_bnr_top .txt {
    padding-bottom: 20px;
  }
}
.noc_sls_bnr_top .txt b {
  font-weight: 600;
}
.noc_sls_bnr_top .sub_ttl {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #fff;
}
.noc_sls_bnr_top .btn_wrap {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 80px;
}
@media (max-width: 1699px) {
  .noc_sls_bnr_top .btn_wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .noc_sls_bnr_top .btn_wrap {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .noc_sls_bnr_top .btn_wrap a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.noc_sls_bnr_top .btn_wrap .btn_noc {
  margin-right: 17px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1699px) {
  .noc_sls_bnr_top .btn_wrap .btn_noc {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .noc_sls_bnr_top .btn_wrap .btn_noc {
    margin-left: 10px;
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.noc_sls_bnr_top .btn_wrap .btn.btn_noc {
  border-radius: 60px;
}
@media (max-width: 767px) {
  .noc_sls_bnr_top .btn_wrap .btn.btn_noc {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 474px) {
  .noc_sls_bnr_top .btn_wrap .btn.btn_noc {
    width: 100%;
  }
}
.noc_sls_bnr_top .btn_wrap .btn.btn-play {
  height: 50px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", serif;
  padding: 12px 20px 12px 20px;
  letter-spacing: 0;
  transition: all 0.2s;
  color: #fff;
  border: 2px solid rgba(37, 109, 151, 0.67);
  box-shadow: 0 0 1px 1px white;
  display: flex;
  border-radius: 80px;
  align-items: center;
  align-content: center;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1699px) {
  .noc_sls_bnr_top .btn_wrap .btn.btn-play {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .noc_sls_bnr_top .btn_wrap .btn.btn-play {
    height: 40px;
    font-size: 14px;
    width: 170px;
    min-width: 170px;
  }
}
@media (max-width: 639px) {
  .noc_sls_bnr_top .btn_wrap .btn.btn-play {
    display: flex;
    justify-content: center;
    padding: 0;
  }
}
@media (max-width: 474px) {
  .noc_sls_bnr_top .btn_wrap .btn.btn-play {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
.noc_sls_bnr_top .btn_wrap .btn.btn-play:hover {
  background: #00B9F3;
  border-color: #00B9F3;
}
.noc_sls_bnr_top .btn_wrap .btn.btn-play .icon-play {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 32px;
  top: 0;
  left: 0;
  margin-right: 5px;
  background: transparent;
  transition: all 0.2s;
  border-radius: 60px;
}
@media (max-width: 767px) {
  .noc_sls_bnr_top .btn_wrap .btn.btn-play .icon-play {
    font-size: 20px;
  }
}
.noc_sls_bnr_top .modules_overview_slider_wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2431372549);
  margin-top: 50px;
  opacity: 0;
}
@media (max-width: 1699px) {
  .noc_sls_bnr_top .modules_overview_slider_wrap {
    margin-top: 15px;
  }
}
.noc_sls_bnr_top .modules_overview_slider_wrap .m_ttl {
  font-style: italic;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  margin-top: 28px;
  margin-bottom: 20px;
}
@media (max-width: 1699px) {
  .noc_sls_bnr_top .modules_overview_slider_wrap .m_ttl {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.noc_sls_bnr_top .modules_overview_slider {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
.noc_sls_bnr_top .modules_overview_slider .slick-list {
  max-height: 200px;
}
@media (max-width: 991px) {
  .noc_sls_bnr_top .modules_overview_slider .slick-list {
    max-height: 130px;
  }
}
@media (max-width: 639px) {
  .noc_sls_bnr_top .modules_overview_slider .slick-list {
    max-height: 100px;
  }
}
.noc_sls_bnr_top .modules_overview_slider .slick-arrow {
  top: initial;
  bottom: -74px;
  z-index: 200;
  border-radius: 60px;
  font-size: 0px;
  font-weight: 600;
  margin: 0px;
  width: 36px;
  height: 36px;
  outline: none !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  color: #00c2ff;
}
.noc_sls_bnr_top .modules_overview_slider .slick-arrow.slick-prev {
  left: 15px;
  right: initial;
  background: url(../img/programs/noc/sales/arrow_back.svg) no-repeat 50% 50%;
}
.noc_sls_bnr_top .modules_overview_slider .slick-arrow.slick-next {
  right: 15px;
  left: initial;
  background: url(../img/programs/noc/sales/arrow.svg) no-repeat 50% 50%;
}
.noc_sls_bnr_top .modules_overview_slider .slick-arrow:before {
  display: none;
}
.noc_sls_bnr_top .modules_overview_slider .module {
  padding: 0 15px;
  overflow: hidden;
  width: 100%;
}
.noc_sls_bnr_top .modules_overview_slider .module picture {
  position: relative;
  bottom: -1px;
  width: 100%;
  overflow: hidden;
}
.noc_sls_bnr_top .modules_overview_slider .module picture img {
  border-radius: 12px;
  width: 100%;
}
.noc_sls_bnr_top .modules_overview_slider_nav {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
}
.noc_sls_bnr_top .modules_overview_slider_nav a {
  color: #fff;
  text-decoration: none !important;
}
.noc_sls_bnr_top .modules_overview_slider_nav a:hover {
  text-decoration: none;
}
.noc_sls_bnr_top .modules_overview_slider_nav a:hover i {
  top: 4px;
}
.noc_sls_bnr_top .modules_overview_slider_nav a i {
  position: relative;
  top: 0;
  color: #00B9F3;
  transition: all 0.2s;
}
.noc_sls_bnr_top .modules_overview_slider_nav button {
  border: none;
  border-radius: 60px;
  font-size: 30px;
  font-weight: 600;
  margin: 0px;
  width: 36px;
  height: 36px;
  outline: none !important;
  transition: all 0.2s;
  cursor: pointer;
  color: #00c2ff;
  position: relative;
  background: rgba(248, 248, 248, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.noc_sls_bnr_top .modules_overview_slider_nav button.prev {
  transform: rotate(90deg);
  left: 0;
}
.noc_sls_bnr_top .modules_overview_slider_nav button.prev:hover {
  left: -5px;
}
.noc_sls_bnr_top .modules_overview_slider_nav button.next {
  transform: rotate(-90deg);
  right: 0;
}
.noc_sls_bnr_top .modules_overview_slider_nav button.next:hover {
  right: -5px;
}
.noc_sls_bnr_top .list_wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2196078431);
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  padding: 50px 15px;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 991px) {
  .noc_sls_bnr_top .list_wrap {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .noc_sls_bnr_top .list_wrap {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 639px) {
  .noc_sls_bnr_top .list_wrap {
    padding: 10px 0 30px;
    margin: 0 -15px;
  }
}
.noc_sls_bnr_top .list_wrap p {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Inter", serif;
}
@media (max-width: 991px) {
  .noc_sls_bnr_top .list_wrap p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .noc_sls_bnr_top .list_wrap p {
    margin-bottom: 20px;
    width: 42%;
  }
}
@media (max-width: 639px) {
  .noc_sls_bnr_top .list_wrap p {
    margin: 10px 5px;
    font-size: 12px;
  }
}
.noc_sls_bnr_top .list_wrap p b {
  font-size: 25px;
  line-height: 32px;
  display: block;
  color: #00B9F3;
}
@media (max-width: 991px) {
  .noc_sls_bnr_top .list_wrap p b {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 991px) and (min-height: 1000px) {
  .noc_sls_bnr_top {
    height: 100vh;
  }
  .noc_sls_bnr_top > .cover_image img {
    object-position: center 5%;
  }
  .noc_sls_bnr_top > .container {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .noc_sls_bnr_top .list_wrap {
    padding: 25px 15px 0;
  }
}

.noc_sales_what_if {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 639px) {
  .noc_sales_what_if {
    padding-bottom: 60px;
  }
}
.noc_sales_what_if .txt_top {
  font-size: 26px;
  line-height: 160%;
  font-weight: 500;
  text-align: center;
  color: #0f0f3d;
  font-family: "Inter";
  max-width: 760px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .noc_sales_what_if .txt_top {
    font-size: 20px;
    line-height: 30px;
  }
}
.noc_sales_what_if .txt_top b {
  font-weight: 700;
  color: #00B9F3;
}
.noc_sales_what_if .txt_ttl {
  font-size: 40px;
  line-height: 160%;
  font-weight: 700;
  color: #0f0f3d;
  text-align: center;
  margin: 0 auto;
  max-width: 985px;
}
@media (max-width: 767px) {
  .noc_sales_what_if .txt_ttl {
    font-size: 26px;
    line-height: 38px;
  }
}
.noc_sales_what_if .txt_ttl b {
  color: #00B9F3;
  font-weight: 700;
}
.noc_sales_what_if .deliver {
  width: 37px;
  height: 5px;
  background: #00B9F3;
  display: block;
  margin: 40px auto 20px;
  border-radius: 8px;
}

.noc_sales_bnr_intro {
  position: relative;
  padding: 50px 0 30px;
}
.noc_sales_bnr_intro picture img {
  object-position: center 25%;
}
@media (max-width: 639px) {
  .noc_sales_bnr_intro {
    padding-top: 50px;
  }
}
.noc_sales_bnr_intro .cdc_logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
@media (max-width: 767px) {
  .noc_sales_bnr_intro .cdc_logo {
    display: none;
  }
}
@media (max-width: 639px) {
  .noc_sales_bnr_intro .cdc_logo {
    top: 10px;
    left: 10px;
  }
}
.noc_sales_bnr_intro .cdc_logo img {
  width: 235px;
}
@media (max-width: 639px) {
  .noc_sales_bnr_intro .cdc_logo img {
    width: 120px;
  }
}
.noc_sales_bnr_intro .txt_top {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: 6.4px;
  margin-bottom: 400px;
  font-family: "Inter";
}
@media (max-width: 1699px) {
  .noc_sales_bnr_intro .txt_top {
    margin-bottom: 320px;
  }
}
@media (max-width: 767px) {
  .noc_sales_bnr_intro .txt_top {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .noc_sales_bnr_intro .txt_top {
    font-size: 14px;
    margin-bottom: 170px;
    letter-spacing: 6px;
  }
}
.noc_sales_bnr_intro .txt_ttl {
  font-size: 68px;
  line-height: 130%;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .noc_sales_bnr_intro .txt_ttl {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .noc_sales_bnr_intro .txt_ttl {
    margin-bottom: 20px;
  }
}
.noc_sales_bnr_intro .txt_sub {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  font-family: "Inter";
}
@media (max-width: 767px) {
  .noc_sales_bnr_intro .txt_sub {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
  }
}
.noc_sales_bnr_intro .label_logo {
  text-align: center;
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
}
@media (max-width: 767px) {
  .noc_sales_bnr_intro .label_logo {
    display: none;
  }
}
@media (max-width: 639px) {
  .noc_sales_bnr_intro .label_logo {
    top: 10px;
    left: 10px;
  }
}
.noc_sales_bnr_intro .label_logo img {
  max-width: 370px;
  width: 100%;
  margin: 0 auto 40px;
}
@media (max-width: 1699px) {
  .noc_sales_bnr_intro .label_logo img {
    max-width: 230px;
    margin-bottom: 20px;
  }
}
.noc_sales_bnr_intro .practitioner {
  background: -webkit-linear-gradient(#fdd394, #936635);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1.45px;
}
.noc_sales_bnr_intro .angular_logo {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.noc_sales_bnr_intro .angular_logo img {
  max-width: 140px;
  width: 100%;
  margin: 0 auto 0px;
}
@media (max-width: 1699px) {
  .noc_sales_bnr_intro .angular_logo img {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .noc_sales_bnr_intro .angular_logo img {
    max-width: 70px;
  }
}
.noc_sales_bnr_intro .btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .noc_sales_bnr_intro .btn_wrap {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .noc_sales_bnr_intro .btn_wrap a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.noc_sales_bnr_intro .btn_wrap .btn_noc {
  margin-right: 17px;
  height: 67px;
  line-height: 67px;
  padding: 0 45px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .noc_sales_bnr_intro .btn_wrap .btn_noc {
    margin-left: 10px;
    margin-right: 10px;
    height: 45px;
  }
}
.noc_sales_bnr_intro .btn_wrap .btn.btn_noc {
  border-radius: 60px;
}
@media (max-width: 767px) {
  .noc_sales_bnr_intro .btn_wrap .btn.btn_noc {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 639px) {
  .noc_sales_bnr_intro .btn_wrap .btn.btn_noc {
    width: 194px;
  }
}
@media (max-width: 474px) {
  .noc_sales_bnr_intro .btn_wrap .btn.btn_noc {
    width: 100%;
  }
}
.noc_sales_bnr_intro .btn_wrap .btn.btn-play {
  min-width: 222px;
  max-width: 222px;
  height: 67px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", serif;
  padding: 12px 20px 12px 30px;
  letter-spacing: 0;
  transition: all 0.2s;
  color: #fff;
  border: 2px solid rgba(37, 109, 151, 0.67);
  box-shadow: 0 0 1px 1px white;
  display: flex;
  border-radius: 80px;
  align-items: center;
  align-content: center;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .noc_sales_bnr_intro .btn_wrap .btn.btn-play {
    height: 45px;
  }
}
@media (max-width: 639px) {
  .noc_sales_bnr_intro .btn_wrap .btn.btn-play {
    display: flex;
    justify-content: center;
    padding: 0;
    width: 194px;
    min-width: 194px;
  }
}
@media (max-width: 474px) {
  .noc_sales_bnr_intro .btn_wrap .btn.btn-play {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
.noc_sales_bnr_intro .btn_wrap .btn.btn-play:hover {
  background: #00B9F3;
  border-color: #00B9F3;
}
.noc_sales_bnr_intro .btn_wrap .btn.btn-play .icon-play {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 38px;
  top: 0;
  left: 0;
  margin-right: 5px;
  background: transparent;
  transition: all 0.2s;
  border-radius: 60px;
}
@media (max-width: 639px) {
  .noc_sales_bnr_intro .btn_wrap .btn.btn-play .icon-play {
    font-size: 24px;
  }
}

.noc_sales_why_noc {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .noc_sales_why_noc {
    margin-bottom: 80px;
  }
}
.noc_sales_why_noc .txt_ttl {
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 20px;
  color: #0f0f3d;
  font-weight: 700;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .noc_sales_why_noc .txt_ttl {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 639px) {
  .noc_sales_why_noc .txt_ttl {
    font-size: 26px;
    line-height: 36px;
  }
}
.noc_sales_why_noc .txt_reg {
  font-size: 26px;
  line-height: 160%;
  font-weight: 500;
  color: #0f0f3d;
  text-align: center;
  max-width: 782px;
  margin: 0 auto 70px;
  font-family: "Inter";
}
@media (max-width: 767px) {
  .noc_sales_why_noc .txt_reg {
    font-size: 18px;
    line-height: 26px;
  }
}
.noc_sales_why_noc .txt_reg.v2 {
  max-width: 620px;
}
@media (max-width: 639px) {
  .noc_sales_why_noc .txt_reg.v2 {
    margin-bottom: 30px;
  }
}
.noc_sales_why_noc .txt_reg.v2 span {
  color: #00B9F3;
}
@media (min-width: 768px) {
  .noc_sales_why_noc .video_noc {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
  }
}
.noc_sales_why_noc .video_noc .video {
  position: relative;
}
.noc_sales_why_noc .video_noc .video .trigger_video svg {
  top: 67%;
  left: 48%;
  width: 170px;
}
@media (max-width: 639px) {
  .noc_sales_why_noc .video_noc .video .trigger_video svg {
    top: 70%;
    left: 53%;
    width: 120px;
  }
}
.noc_sales_why_noc .video_noc .bottom {
  padding: 60px 15px;
  background: #0094c2;
  border-radius: 0 0 8px 8px;
  margin-bottom: 130px;
  text-align: center;
}
@media (max-width: 767px) {
  .noc_sales_why_noc .video_noc .bottom {
    margin-bottom: 70px;
    position: relative;
    top: -5px;
  }
}
@media (max-width: 639px) {
  .noc_sales_why_noc .video_noc .bottom {
    padding: 30px 15px;
    margin-bottom: 40px;
  }
}
.noc_sales_why_noc .video_noc .bottom p {
  font-family: "Inter";
  font-size: 26px;
  line-height: 42px;
  font-weight: 500;
  color: #fff;
  max-width: 775px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .noc_sales_why_noc .video_noc .bottom p {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (max-width: 639px) {
  .noc_sales_why_noc .video_noc .bottom p {
    font-size: 14px;
    line-height: 20px;
  }
}
.noc_sales_why_noc .btn_wrap {
  text-align: center;
}
@media (max-width: 479px) {
  .noc_sales_why_noc .btn_wrap .btn {
    width: 100%;
  }
}

.noc_sales_big_review {
  max-width: 2200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background: #f8f8f8;
}
@media (max-width: 767px) {
  .noc_sales_big_review {
    flex-wrap: wrap;
  }
}
.noc_sales_big_review.compact {
  background: transparent;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .noc_sales_big_review.compact {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .noc_sales_big_review.compact {
    flex-wrap: unset;
  }
}
.noc_sales_big_review.compact .rev {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.noc_sales_big_review.compact .rev .ava {
  position: absolute;
  top: 40px;
  left: -140px;
}
@media (max-width: 991px) {
  .noc_sales_big_review.compact .rev .ava {
    position: relative;
    top: initial;
    left: initial;
  }
}
.noc_sales_big_review.compact .rev .ava img {
  max-width: 85px;
  border-radius: 100%;
}
@media (max-width: 991px) {
  .noc_sales_big_review.compact .rev .ava img {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .noc_sales_big_review.compact .rev picture.quote {
    display: none;
  }
}
.noc_sales_big_review.compact .rev picture.quote img {
  max-width: 65px;
  margin-bottom: 20px;
}
.noc_sales_big_review.compact .rev .quote {
  color: #0f0f3d;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 48px */
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .noc_sales_big_review.compact .rev .quote {
    font-size: 22px;
  }
}
.noc_sales_big_review.compact .rev .name {
  color: #00b9f3;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 27.2px */
  margin-bottom: 0;
}
.noc_sales_big_review.compact .rev .sub {
  color: #16173e;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.noc_sales_big_review .copy {
  width: 50%;
  max-width: 960px;
  padding: 140px 180px 140px 140px;
}
@media (max-width: 1699px) {
  .noc_sales_big_review .copy {
    padding: 100px 100px;
  }
}
@media (max-width: 991px) {
  .noc_sales_big_review .copy {
    padding: 40px 40px;
  }
}
@media (max-width: 767px) {
  .noc_sales_big_review .copy {
    width: 100%;
    order: 2;
    padding: 30px 15px;
  }
}
.noc_sales_big_review .copy p {
  font-size: 26px;
  line-height: 180%;
  font-weight: 600;
  font-family: "Inter";
}
@media (max-width: 991px) {
  .noc_sales_big_review .copy p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .noc_sales_big_review .copy p {
    font-size: 18px;
  }
}
.noc_sales_big_review .copy p span {
  color: #00B9F3;
}
.noc_sales_big_review .image {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .noc_sales_big_review .image {
    width: 100%;
    order: 1;
    min-height: 450px;
  }
}
.noc_sales_big_review .image .rate {
  position: absolute;
  z-index: 25;
  top: 30px;
  left: 35px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  font-family: "Inter";
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .noc_sales_big_review .image .rate {
    font-size: 11px;
    top: 15px;
    left: 15px;
  }
}
.noc_sales_big_review .image .rate img {
  width: 130px;
  margin-right: 7px;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  .noc_sales_big_review .image .rate img {
    width: 50px;
  }
}
.noc_sales_big_review .image .name {
  position: absolute;
  z-index: 25;
  bottom: 20px;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.noc_sales_big_review .image .name b {
  font-size: 30px;
  line-height: 160%;
  font-weight: 600;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.noc_sales_big_review .image .name span {
  color: #fff;
  font-family: "Inter";
  font-weight: 500;
  font-weight: 180%;
}

.noc_sales_icf_members {
  margin-top: 130px;
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .noc_sales_icf_members {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 80px 0;
  }
}
.noc_sales_icf_members > .head {
  position: relative;
  text-align: center;
  color: #fff;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  padding: 25px 15px 20px;
}
@media (min-width: 992px) {
  .noc_sales_icf_members > .head {
    padding: 45px 15px 60px;
  }
}
.noc_sales_icf_members > .head .cce img {
  margin-bottom: 90px;
  width: 125px;
}
.noc_sales_icf_members > .head .txt_ttl {
  font-size: 40px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0px 4px 30px rgba(0, 0, 0, 0.18);
}
@media (max-width: 639px) {
  .noc_sales_icf_members > .head .txt_ttl {
    font-size: 26px;
    line-height: 38px;
  }
}
@media (max-width: 479px) {
  .noc_sales_icf_members > .head .txt_ttl {
    font-size: 22px;
    line-height: 34px;
  }
}
.noc_sales_icf_members > .head .txt_ttl span {
  font-weight: 400;
}
.noc_sales_icf_members > .body {
  position: relative;
  background: #f8f8f8;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 639px) {
  .noc_sales_icf_members > .body {
    padding-top: 40px;
  }
}
.noc_sales_icf_members > .body .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #0f0f3d;
  font-family: Inter;
  max-width: 590px;
  margin: 0 auto 40px;
  text-align: center;
}
@media (max-width: 639px) {
  .noc_sales_icf_members > .body .txt {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 60px;
  }
}
.noc_sales_icf_members > .body .txt_ttl {
  color: #0f0f3d;
  font-family: Inter;
  font-size: 26px;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 30px;
  max-width: 700px;
  margin: 0 auto 40px;
  text-align: center;
}
@media (max-width: 639px) {
  .noc_sales_icf_members > .body .txt_ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.noc_sales_icf_members > .body .txt_ttl span {
  color: #00B9F3;
}
.noc_sales_icf_members > .body .btn_wrap {
  text-align: center;
  margin-top: 40px;
}
.noc_sales_icf_members > .body .toggle_icf_modules {
  text-align: center;
  display: block;
  margin: 55px auto 0;
  font-size: 18px;
  font-family: "Inter";
  font-style: italic;
  color: #000;
  text-decoration: none !important;
}
.noc_sales_icf_members > .body .toggle_icf_modules.collapsed i {
  transform: rotate(0deg);
}
.noc_sales_icf_members > .body .toggle_icf_modules i {
  display: inline-block;
  position: relative;
  top: 4px;
  color: #00B9F3;
  font-size: 26px;
  transform: rotate(180deg);
}
.noc_sales_icf_members > .body #collapseIcfModules {
  background: transparent;
  padding: 0;
  border: none;
}
.noc_sales_icf_members > .body #collapseIcfModules .card-body {
  background: transparent;
  padding: 0;
  border: none;
}

.noc_sales_big_text_review {
  text-align: center;
  padding-bottom: 130px;
  background: url(../img/programs/noc/sales/big_review_bg.svg) no-repeat;
  background-position: 100% 10%;
}
@media (max-width: 767px) {
  .noc_sales_big_text_review {
    padding-bottom: 80px;
  }
}
.noc_sales_big_text_review .quote img {
  max-width: 63px;
  margin-bottom: 30px;
}
.noc_sales_big_text_review .txt {
  max-width: 881px;
  margin: 0 auto 50px;
  font-size: 26px;
  line-height: 180%;
  font-weight: 500;
  font-family: "Inter";
}
@media (max-width: 767px) {
  .noc_sales_big_text_review .txt {
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 20px;
    text-align: left;
  }
}
@media (max-width: 639px) {
  .noc_sales_big_text_review .txt {
    font-size: 18px;
  }
}
.noc_sales_big_text_review .txt b {
  font-weight: 700;
  color: #00B9F3;
}
.noc_sales_big_text_review .ava img {
  max-width: 150px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .noc_sales_big_text_review .ava img {
    max-width: 100px;
  }
}
.noc_sales_big_text_review .name {
  font-size: 30px;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 0;
}
.noc_sales_big_text_review .name span {
  display: block;
  position: relative;
  top: -7px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter";
}

.noc_sq_bnr_help {
  position: relative;
  padding: 160px 0 145px;
}
@media (max-width: 1699px) {
  .noc_sq_bnr_help {
    padding: 130px 0 120px;
  }
}
.noc_sq_bnr_help .label_logo {
  position: absolute;
  top: 45px;
  left: 30px;
}
@media (max-width: 639px) {
  .noc_sq_bnr_help .label_logo {
    left: calc(50% - 80px);
  }
}
.noc_sq_bnr_help .label_logo img {
  width: 235px;
}
@media (max-width: 639px) {
  .noc_sq_bnr_help .label_logo img {
    width: 160px;
  }
}
.noc_sq_bnr_help .ttl {
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .noc_sq_bnr_help .ttl {
    text-align: center;
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 639px) {
  .noc_sq_bnr_help .ttl {
    font-size: 26px;
    line-height: 36px;
  }
}
.noc_sq_bnr_help ul {
  max-width: 672px;
  margin: 30px auto 0;
  padding-bottom: 40px;
}
.noc_sq_bnr_help ul li {
  font-size: 26px;
  line-height: 150%;
  font-weight: 500;
  color: #fff;
  font-family: "Inter", serif;
  margin-bottom: 20px;
}
@media (max-width: 639px) {
  .noc_sq_bnr_help ul li {
    font-size: 20px;
  }
}
.noc_sq_bnr_help ul li b {
  font-weight: 700;
  color: #00B9F3;
}
.noc_sq_bnr_help .btn_wrap {
  text-align: center;
}
@media (max-width: 479px) {
  .noc_sq_bnr_help .btn {
    width: 100%;
    max-width: 305px;
  }
}

.coaches_who {
  padding-top: 50px;
}
.coaches_who .line {
  max-width: 1050px;
  margin: 0 auto 110px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  .coaches_who .line {
    margin-bottom: 50px;
  }
}
.coaches_who .top_icon {
  width: 100%;
}
.coaches_who .top_icon img {
  display: block;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .coaches_who .top_icon img {
    max-width: 70px;
    margin-bottom: 30px;
  }
}
.coaches_who .ttl {
  text-align: center;
  font-size: 40px;
  line-height: 140%;
  color: #000;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .coaches_who .ttl {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 639px) {
  .coaches_who .ttl {
    font-size: 26px;
    line-height: 36px;
  }
}
.coaches_who .sub {
  text-align: center;
  color: #0f0f3d;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .coaches_who .sub {
    margin-bottom: 130px;
  }
}
.coaches_who .list_block {
  background: #0094c2;
  max-width: 722px;
  margin: 0 auto 240px;
  padding: 90px 105px 130px 65px;
  position: relative;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .coaches_who .list_block {
    padding: 90px 30px;
    margin-bottom: 120px;
    padding-left: 0;
  }
}
.coaches_who .list_block ul {
  color: #fff;
  margin-bottom: 50px;
}
.coaches_who .list_block ul li {
  font-size: 22px;
  font-weight: 500;
  line-height: 160%;
  font-family: "Inter";
  margin-bottom: 15px;
}
.coaches_who .list_block ul li:first-child {
  list-style: none;
}
.coaches_who .list_block ul li ::marker {
  font-weight: 400;
}
.coaches_who .list_block ul li b {
  font-size: 32px;
  font-weight: 600;
  font-family: "Poppins";
}
@media (max-width: 767px) {
  .coaches_who .list_block ul li {
    font-size: 20px;
    line-height: 32px;
  }
}
.coaches_who .list_block .who_1 {
  position: absolute;
  top: 74px;
  right: -210px;
}
@media (max-width: 767px) {
  .coaches_who .list_block .who_1 {
    top: -60px;
    right: 25px;
  }
}
@media (max-width: 639px) {
  .coaches_who .list_block .who_1 {
    top: -21px;
  }
}
.coaches_who .list_block .who_1 img {
  width: 286px;
}
@media (max-width: 767px) {
  .coaches_who .list_block .who_1 img {
    width: 160px;
  }
}
@media (max-width: 639px) {
  .coaches_who .list_block .who_1 img {
    width: 110px;
  }
}
.coaches_who .list_block .who_2 {
  position: absolute;
  bottom: -125px;
  left: 120px;
}
@media (max-width: 767px) {
  .coaches_who .list_block .who_2 {
    left: 50px;
    bottom: -45px;
  }
}
.coaches_who .list_block .who_2 img {
  width: 252px;
}
@media (max-width: 767px) {
  .coaches_who .list_block .who_2 img {
    width: 160px;
  }
}
.coaches_who .btn_wrap {
  text-align: center;
}

.noc_module_overview {
  padding: 20px 15px 90px;
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .noc_module_overview {
    padding-bottom: 70px;
  }
}
.noc_module_overview.v_icf .noc_module_row .body .card-body {
  background: #fff !important;
  padding: 30px 160px 10px !important;
}
@media (max-width: 767px) {
  .noc_module_overview.v_icf .noc_module_row .body .card-body {
    padding: 30px 30px 10px !important;
  }
}
.noc_module_overview.v_icf .noc_module_row .body .txt {
  text-align: left;
}
.noc_module_overview.v_icf .noc_module_row .body .txt b {
  color: #01c8d8;
}
.noc_module_overview .top_wrap {
  position: relative;
  max-width: 670px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../img/programs/noc/sales/top_wrap.svg) no-repeat 50%;
  background-size: contain;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .noc_module_overview .top_wrap {
    padding-top: 40px;
    margin-bottom: 70px;
  }
}
.noc_module_overview .top_wrap .ico_circle.v1 {
  position: absolute;
  top: 50px;
  left: -200px;
}
@media (max-width: 639px) {
  .noc_module_overview .top_wrap .ico_circle.v1 {
    top: initial;
    bottom: -10px;
    left: -10px;
    transform: scale(0.7);
  }
}
.noc_module_overview .top_wrap .ico_circle.v2 {
  position: absolute;
  top: -100px;
  right: 0;
}
@media (max-width: 639px) {
  .noc_module_overview .top_wrap .ico_circle.v2 {
    transform: scale(0.7);
    top: -80px;
  }
}
.noc_module_overview .top_wrap .ico_circle.v3 {
  position: absolute;
  right: -100px;
  bottom: 0;
}
@media (max-width: 639px) {
  .noc_module_overview .top_wrap .ico_circle.v3 {
    right: -10px;
    transform: scale(0.7);
  }
}
.noc_module_overview .top_wrap > .ttl {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
}
@media (max-width: 767px) {
  .noc_module_overview .top_wrap > .ttl {
    font-size: 40px;
    line-height: 160%;
  }
}
@media (max-width: 639px) {
  .noc_module_overview .top_wrap > .ttl {
    font-size: 32px;
    line-height: 42px;
  }
}
.noc_module_overview .top_wrap > .txt {
  max-width: 665px;
  margin: 0 auto 0;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  color: #0f0f3d;
}
.noc_module_overview > .ttl {
  font-size: 40px;
  line-height: 58px;
  font-weight: 600;
  color: #0f0f3d;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .noc_module_overview > .ttl {
    font-size: 32px;
    line-height: 42px;
  }
}
.noc_module_overview > .sub {
  font-size: 22px;
  line-height: 37px;
  font-family: "Inter", serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .noc_module_overview > .sub {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
.noc_module_overview .video_wrap {
  max-width: 722px;
  margin: 0 auto;
}
.noc_module_overview .video_descr {
  font-size: 22px;
  line-height: 26px;
  font-family: "Inter", serif;
  font-weight: 500;
  max-width: 580px;
  margin: 50px auto 0;
}
.noc_module_overview .video_descr span {
  color: #00B9F3;
}
.noc_module_overview .video_descr a {
  display: block;
  margin: 40px auto 0;
  max-width: 320px;
}
.noc_module_overview .noc_module_row {
  margin-top: 8px;
  max-width: 910px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.noc_module_overview .noc_module_row.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 130;
  background: rgba(0, 0, 0, 0.15);
}
.noc_module_overview .noc_module_row.loading:after {
  position: absolute;
  z-index: 135;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  opacity: 0.7;
  animation: video-loading 1.5s linear infinite;
}
.noc_module_overview .noc_module_row.v2 .head {
  background: #fff;
  border: 1px solid #e5e5e5;
}
.noc_module_overview .noc_module_row.v2 .head .btn_collapse {
  background: #f5f5f5;
}
.noc_module_overview .noc_module_row .head {
  position: relative;
  background: #f5f5f5;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s;
}
@media (max-width: 639px) {
  .noc_module_overview .noc_module_row .head {
    flex-wrap: wrap;
  }
}
.noc_module_overview .noc_module_row .head:hover {
  background: #efefef;
}
.noc_module_overview .noc_module_row .head .play_ico {
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 32px;
  transition: all 0.2s;
  cursor: pointer;
}
@media (max-width: 639px) {
  .noc_module_overview .noc_module_row .head .play_ico {
    display: none;
  }
}
.noc_module_overview .noc_module_row .head .play_ico:hover {
  transform: scale(1.1);
}
.noc_module_overview .noc_module_row .head .img_wrap {
  position: relative;
  margin-bottom: 0;
  padding: 32px 38px;
}
@media (max-width: 991px) {
  .noc_module_overview .noc_module_row .head .img_wrap {
    padding: 10px 15px 5px;
  }
}
@media (max-width: 639px) {
  .noc_module_overview .noc_module_row .head .img_wrap {
    order: 1;
    display: flex;
    justify-content: flex-start;
  }
}
.noc_module_overview .noc_module_row .head .img_wrap img.photo {
  max-width: 80px;
  width: 100%;
}
@media (max-width: 991px) {
  .noc_module_overview .noc_module_row .head .img_wrap img.photo {
    max-width: 60px;
  }
}
@media (max-width: 639px) {
  .noc_module_overview .noc_module_row .head .img_wrap img.photo {
    max-width: 40px;
  }
}
.noc_module_overview .noc_module_row .head .descr {
  padding-right: 125px;
  padding-left: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .noc_module_overview .noc_module_row .head .descr {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .noc_module_overview .noc_module_row .head .descr {
    padding-left: 0;
    padding: 5px 15px 5px;
  }
}
@media (max-width: 639px) {
  .noc_module_overview .noc_module_row .head .descr {
    order: 2;
    width: 100%;
  }
}
.noc_module_overview .noc_module_row .head .descr .line_wrap {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .noc_module_overview .noc_module_row .head .descr .line_wrap {
    margin-bottom: 4px;
  }
}
.noc_module_overview .noc_module_row .head .descr .line_wrap .module {
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  background: #01a7dc;
  color: #fff;
  margin-bottom: 0;
  padding: 0 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  min-height: 21px;
  line-height: 21px;
}
@media (max-width: 991px) {
  .noc_module_overview .noc_module_row .head .descr .line_wrap .module {
    font-size: 12px;
  }
}
.noc_module_overview .noc_module_row .head .descr .line_wrap .module.v2 {
  background: #01a7dc;
}
@media (max-width: 767px) {
  .noc_module_overview .noc_module_row .head .descr .line_wrap .module {
    min-height: initial;
    margin-bottom: 5px;
  }
}
@media (max-width: 639px) {
  .noc_module_overview .noc_module_row .head .descr .line_wrap .module {
    font-size: 11px;
  }
}
.noc_module_overview .noc_module_row .head .descr .line_wrap .module.empty {
  opacity: 0;
}
.noc_module_overview .noc_module_row .head .descr .line_wrap .module.demand {
  margin-left: 10px;
  background: rgba(1, 167, 220, 0.1);
  color: #01a7dc;
}
.noc_module_overview .noc_module_row .head .descr .line_wrap .time {
  margin-bottom: 0;
  margin-left: 7px;
  font-size: 14px;
  font-weight: 600;
  color: #0f0f3d;
}
.noc_module_overview .noc_module_row .head .descr .line_wrap .time picture img {
  width: 18px;
}
.noc_module_overview .noc_module_row .head .descr .line_wrap .head_time {
  position: absolute;
  top: 50px;
  right: 90px;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  font-family: "Inter";
  color: #0f0f3d;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .noc_module_overview .noc_module_row .head .descr .line_wrap .head_time {
    font-size: 12px;
    top: 20px;
  }
}
@media (max-width: 639px) {
  .noc_module_overview .noc_module_row .head .descr .line_wrap .head_time {
    top: 10px;
    right: 50px;
  }
}
.noc_module_overview .noc_module_row .head .descr .footer_time {
  color: #0f0f3d;
  font-size: 13px;
}
@media (max-width: 639px) {
  .noc_module_overview .noc_module_row .head .descr .footer_time {
    font-size: 11px;
    flex-wrap: wrap;
  }
}
.noc_module_overview .noc_module_row .head .descr .footer_time b {
  font-weight: 600;
  margin: 0 3px;
}
.noc_module_overview .noc_module_row .head .descr .footer_time img {
  margin-right: 10px;
  height: 25px;
  width: 25px;
}
@media (max-width: 639px) {
  .noc_module_overview .noc_module_row .head .descr .footer_time img {
    height: 19px;
    width: 19px;
    margin-right: 3px;
  }
}
.noc_module_overview .noc_module_row .head .descr .name {
  color: #9f19ce;
  font-size: 16px;
  line-height: 22px;
  font-family: "Inter", serif;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 639px) {
  .noc_module_overview .noc_module_row .head .descr .name {
    margin-top: 0;
  }
}
.noc_module_overview .noc_module_row .head .descr .name span {
  background: #9f19ce;
  color: #00B9F3;
  padding: 1px 9px;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 5px;
}
.noc_module_overview .noc_module_row .head .descr .ttl {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  color: #0f0f3d;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .noc_module_overview .noc_module_row .head .descr .ttl {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .noc_module_overview .noc_module_row .head .descr .ttl {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 639px) {
  .noc_module_overview .noc_module_row .head .descr .ttl {
    font-size: 16px;
    line-height: 22px;
  }
}
.noc_module_overview .noc_module_row .head .descr .ttl span {
  font-size: 16px;
  color: #9f19ce;
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 767px) {
  .noc_module_overview .noc_module_row .head .descr .ttl span {
    font-size: 14px;
  }
}
.noc_module_overview .noc_module_row .head .btn_collapse {
  position: absolute;
  top: calc(50% - 18px);
  right: 32px;
  width: 36px;
  height: 36px;
  border-radius: 60px;
  color: #00B9F3;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: all 0.2s;
  font-size: 26px;
  text-decoration: none !important;
}
@media (max-width: 639px) {
  .noc_module_overview .noc_module_row .head .btn_collapse {
    right: 10px;
    top: 30px;
    transform: scale(0.7);
  }
}
.noc_module_overview .noc_module_row .head .btn_collapse .icon-down-open {
  display: none;
}
.noc_module_overview .noc_module_row .head .btn_collapse .icon-up-open {
  display: initial;
}
.noc_module_overview .noc_module_row .head .btn_collapse.collapsed .icon-down-open {
  display: initial;
}
.noc_module_overview .noc_module_row .head .btn_collapse.collapsed .icon-up-open {
  display: none;
}
.noc_module_overview .noc_module_row .head .btn_collapse:hover {
  background: #00B9F3;
  color: #fff;
}
.noc_module_overview .noc_module_row .head .btn_collapse i {
  position: relative;
  top: 1px;
  left: 1px;
}
.noc_module_overview .noc_module_row .card-body {
  border: none;
  background: #fff;
  padding: 40px 180px 80px;
  display: block;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #e5e5e5;
  border-top: initial;
}
@media (max-width: 991px) {
  .noc_module_overview .noc_module_row .card-body {
    padding: 30px 30px;
  }
}
@media (max-width: 479px) {
  .noc_module_overview .noc_module_row .card-body {
    padding: 30px 15px;
  }
}
.noc_module_overview .noc_module_row .card-body .rtc_video_style {
  margin-bottom: 40px;
}
.noc_module_overview .noc_module_row .card-body .rtc_video_style .trigger_video svg.rtc_icon {
  width: 50px;
  height: 50px;
}
.noc_module_overview .noc_module_row .card-body p,
.noc_module_overview .noc_module_row .card-body ul,
.noc_module_overview .noc_module_row .card-body li {
  color: #0f0f3d;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .noc_module_overview .noc_module_row .card-body p,
  .noc_module_overview .noc_module_row .card-body ul,
  .noc_module_overview .noc_module_row .card-body li {
    line-height: 130%;
  }
}
.noc_module_overview .noc_module_row .card-body p b,
.noc_module_overview .noc_module_row .card-body ul b,
.noc_module_overview .noc_module_row .card-body li b {
  font-weight: 700;
  color: #00B9F3;
}
.noc_module_overview .noc_module_row .card-body p a,
.noc_module_overview .noc_module_row .card-body ul a,
.noc_module_overview .noc_module_row .card-body li a {
  color: #00B9F3;
  text-decoration: underline;
}
.noc_module_overview .noc_module_row .card-body p a:hover,
.noc_module_overview .noc_module_row .card-body ul a:hover,
.noc_module_overview .noc_module_row .card-body li a:hover {
  text-decoration: none;
}
.noc_module_overview .noc_module_row .card-body ul {
  padding-left: 25px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .noc_module_overview .noc_module_row .card-body ul {
    margin-left: 0;
    padding-left: 15px;
  }
}
.noc_module_overview .noc_module_row .card-body ul li {
  color: #0f0f3d;
  font-family: "Inter", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
}
@media (max-width: 767px) {
  .noc_module_overview .noc_module_row .card-body ul li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 7px;
  }
}
.noc_module_overview .noc_module_row .card-body ul li:before {
  position: absolute;
  top: -1px;
  left: -20px;
  content: "•";
  font-size: 22px;
  color: #0f0f3d;
}
.noc_module_overview .noc_module_row .card-body p.number {
  font-size: 12px;
  line-height: 22px;
  font-family: "Inter", serif;
  font-weight: 600;
  margin-bottom: 5px;
}
.noc_module_overview .noc_module_row .card-body p.ttl {
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  font-family: "Inter", serif;
  color: #00B9F3;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .noc_module_overview .noc_module_row .card-body p.ttl {
    font-size: 22px;
    line-height: 30px;
  }
}
.noc_module_overview .noc_module_row .card-body .dates_wrapper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .noc_module_overview .noc_module_row .card-body .dates_wrapper {
    flex-wrap: wrap;
  }
}
.noc_module_overview .noc_module_row .card-body .dates_wrapper .or {
  margin: 0 15px 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .noc_module_overview .noc_module_row .card-body .dates_wrapper .or {
    margin: 5px 0;
    display: none;
  }
}
@media (max-width: 767px) {
  .noc_module_overview .noc_module_row .card-body .dates_wrapper .date_wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.noc_module_overview .noc_module_row .card-body .date_wrap {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 18px;
}
@media (max-width: 479px) {
  .noc_module_overview .noc_module_row .card-body .date_wrap {
    flex-wrap: wrap;
  }
}
.noc_module_overview .noc_module_row .card-body .date_wrap p {
  margin-bottom: 0;
}
.noc_module_overview .noc_module_row .card-body .date_wrap .cal {
  background: #00B9F3;
  color: #fff;
  padding: 2px 15px;
  margin-right: 10px;
  border-radius: 4px;
  font-weight: 600;
}
.noc_module_overview .noc_module_row .card-body .date_wrap .time {
  font-size: 12px;
  font-weight: 600;
  font-family: "Inter", serif;
  color: #0f0f3d;
}
@media (max-width: 479px) {
  .noc_module_overview .noc_module_row .card-body .date_wrap .time {
    width: 100%;
  }
}
.noc_module_overview .noc_module_row .card-body .txt {
  color: #0f0f3d;
  font-family: "Inter", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .noc_module_overview .noc_module_row .card-body .txt {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 7px;
  }
}
.noc_module_overview .noc_module_row .card-body .sub_ttl {
  font-size: 22px;
  line-height: 32px;
  color: #0f0f3d;
  font-family: "Inter", serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.noc_module_overview .noc_module_row .card-body .sub_ttl i {
  font-size: 14px;
  font-weight: 400;
}
.noc_module_overview .noc_module_row .card-body .btn_rtc {
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  padding: 10px 25px;
  margin-bottom: 20px;
}

#prices.noc {
  margin-top: 180px;
  margin-bottom: 150px;
}
#prices.noc .noc_sq_ttl {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #0f0f3d;
}
@media (max-width: 639px) {
  #prices.noc .noc_sq_ttl {
    font-size: 30px;
  }
}
@media (max-width: 639px) {
  #prices.noc .noc_sq_ttl .mob {
    display: block;
  }
}
#prices.noc .scroll_overview {
  padding: 140px 0 0;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 991px) {
  #prices.noc .scroll_overview {
    width: 100%;
    overflow-x: scroll;
  }
}
@media (max-width: 991px) {
  #prices.noc .scroll_overview {
    padding-left: 5px;
    padding-top: 180px;
    padding-bottom: 70px;
    margin-bottom: 50px;
  }
}
#prices.noc .swipe_txt {
  position: relative;
  display: none;
}
@media (max-width: 991px) {
  #prices.noc .swipe_txt {
    display: block;
  }
}
#prices.noc .swipe_txt p {
  position: absolute;
  top: 15px;
  font-size: 12px;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  color: #00B9F3;
  font-family: "Inter";
  letter-spacing: 0.5px;
  font-weight: 500;
}
#prices.noc .wrapper1 {
  margin-bottom: -20px;
  pointer-events: none;
  position: relative;
}
@media (max-width: 991px) {
  #prices.noc .wrapper1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: scroll;
    transform: scale(0.5);
  }
}
#prices.noc .wrapper1 .container {
  border: none;
  background: none;
  text-align: center;
  min-width: 600px;
}
#prices.noc .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 15px;
  max-width: 1075px;
  min-width: 800px;
}
@media (max-width: 767px) {
  #prices.noc .container {
    justify-content: flex-start;
    min-width: 600px;
  }
}
#prices.noc .btn_main {
  border: 2px solid transparent;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 13px 18px;
  background: #00B9F3;
  color: #fff;
  font-family: "Inter";
  font-weight: 600;
  width: 100%;
  max-width: 85%;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 16px;
}
#prices.noc .btn_main:not([href]):not([tabindex]) {
  color: #0f0f3d;
}
#prices.noc .btn_main:hover {
  border-color: #fff;
  background: #00B9F3;
  color: #fff;
}
#prices.noc .column {
  position: relative;
  width: 33.33%;
  border-radius: 0;
  background: #fff;
}
@media (max-width: 767px) {
  #prices.noc .column {
    width: 50%;
  }
}
#prices.noc .column .hide_footer .foot {
  display: none;
}
#prices.noc .column .head {
  min-height: 155px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
}
#prices.noc .column .head h3 {
  width: 100%;
}
#prices.noc .column .head .prices_thumb img {
  position: absolute;
  left: calc(50% - 114px);
  top: -120px;
  width: 100%;
  max-width: 228px;
}
#prices.noc .column .head .star_rating {
  display: none;
  text-align: center;
  margin-bottom: 10px;
}
#prices.noc .column .head .star_rating li {
  margin-right: 1px;
}
#prices.noc .column .head h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing: 0;
}
#prices.noc .column .head p {
  display: none;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  max-width: 255px;
  margin: 0 auto 0px;
  padding-bottom: 20px;
}
@media (max-width: 639px) {
  #prices.noc .column .head p {
    padding: 0 5px 20px;
  }
}
#prices.noc .column .body .toggle {
  font-size: 14px;
  line-height: 51px;
  font-weight: 600;
  background: #eeeeee;
  letter-spacing: 0.5px;
  position: relative;
  border-radius: 0px;
  box-shadow: none;
  margin: 0;
  display: block;
  width: auto;
  color: #00B9F3;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: none;
}
#prices.noc .column .body .toggle:hover {
  opacity: 0.8;
  color: #00B9F3;
}
#prices.noc .column .body .toggle i {
  margin-left: 4px;
  font-size: 14px;
}
#prices.noc .column .body .toggle .in {
  display: none;
}
#prices.noc .column .body .toggle .out {
  display: initial;
}
#prices.noc .column .body .toggle.in .in {
  display: initial;
}
#prices.noc .column .body .toggle.in .out {
  display: none;
}
#prices.noc .column .body .base_details {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-family: "Inter";
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  padding-bottom: 25px;
}
#prices.noc .column .body .base_details li {
  padding: 16px 8px;
  font-family: "Inter";
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #00B9F3;
  border-bottom: 1px solid #d4e0e5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 68px;
}
@media (max-width: 991px) {
  #prices.noc .column .body .base_details li {
    line-height: initial;
    min-height: 60px;
    padding: 10px 8px;
  }
}
@media (max-width: 639px) {
  #prices.noc .column .body .base_details li {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 479px) {
  #prices.noc .column .body .base_details li {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#prices.noc .column .body .base_details li.grey-1 {
  background: #ede9f0;
}
#prices.noc .column .body .base_details li.grey-2 {
  background: #e0dfe5;
}
#prices.noc .column .body .base_details li.grey-2 span {
  color: #0f0f3d;
}
#prices.noc .column .body .base_details li.purple-light-1 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #00B9F3;
}
#prices.noc .column .body .base_details li.ttl {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #8913ba !important;
}
#prices.noc .column .body .base_details li.ttl span {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #8913ba !important;
}
#prices.noc .column .body .base_details li.nb {
  border: none;
}
#prices.noc .column .body .base_details li.purple-light-2 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), #00B9F3;
}
#prices.noc .column .body .base_details li.no-top-border {
  border-top: initial !important;
}
#prices.noc .column .body .base_details li.height-2 {
  min-height: 110px;
}
#prices.noc .column .body .base_details li.height-3 {
  min-height: 140px;
}
#prices.noc .column .body .base_details li.height-4 {
  min-height: 173px;
}
#prices.noc .column .body .base_details li.height-5 {
  min-height: 206px;
}
#prices.noc .column .body .base_details li.height-6 {
  min-height: 239px;
}
#prices.noc .column .body .base_details li.height-7 {
  min-height: 272px;
}
#prices.noc .column .body .base_details li.height-8 {
  min-height: 318px;
}
#prices.noc .column .body .base_details li.height-10 {
  min-height: 371px;
}
#prices.noc .column .body .base_details li b {
  color: #00B9F3;
  font-weight: 600;
}
#prices.noc .column .body .base_details li .icon-check {
  background: transparent;
  color: #00B9F3;
  border-radius: 60px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 20px;
}
#prices.noc .column .body .base_details li .icon-cancel {
  color: #828282;
  font-size: 20px;
}
#prices.noc .column .body .base_details li .inner small,
#prices.noc .column .body .base_details li .inner i,
#prices.noc .column .body .base_details li .inner span {
  font-size: 12px;
}
#prices.noc .column .foot {
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}
#prices.noc .column .foot .annual {
  display: initial;
}
#prices.noc .column .foot .monthly {
  display: none;
}
#prices.noc .column .foot.monthly .annual {
  display: none;
}
#prices.noc .column .foot.monthly .monthly {
  display: initial;
}
#prices.noc .column .foot.monthly .switch button i:before {
  right: 16px;
}
#prices.noc .column .foot ul {
  list-style: none;
  padding-left: 0;
  display: block;
  max-width: 220px;
  margin: 0 auto;
  border-radius: 60px;
  padding-top: 50px;
}
#prices.noc .column .foot ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#prices.noc .column .foot ul li.pay_full {
  max-width: 182px;
  display: block;
  margin: 0 auto 20px;
  padding: 11px 15px;
  text-align: center;
  border-radius: 60px;
  position: relative;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 500;
  color: #0f0f3d;
}
@media (max-width: 639px) {
  #prices.noc .column .foot ul li.pay_full {
    font-size: 12px;
    max-width: 160px;
    padding: 10px;
  }
}
#prices.noc .column .foot ul li.pay_full .deliver {
  display: block;
  width: 100%;
  height: 0;
  margin-bottom: 8px;
}
#prices.noc .column .foot ul li.pay_full b {
  font-size: 20px;
  font-family: "Inter";
  position: relative;
  padding-right: 6px;
  opacity: 0.6;
  margin: 0 auto 4px;
  font-weight: 700;
}
#prices.noc .column .foot ul li.pay_full b:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #000;
}
#prices.noc .column .foot ul li.pay_seb {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Inter";
  text-align: center;
  flex-wrap: wrap;
  margin: 0px auto 15px;
}
#prices.noc .column .foot ul li.pay_seb b {
  font-family: "Inter";
  display: block;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #prices.noc .column .foot ul li.pay_seb b {
    font-size: 40px;
    line-height: 50px;
    width: 100%;
  }
}
#prices.noc .column .foot .btn-yellow {
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  height: initial;
  padding: 13px 85px;
  background: #f0eb44;
  color: #0f0f3d;
  border-radius: 60px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #prices.noc .column .foot .btn-yellow {
    padding: 15px 45px;
  }
}
@media (max-width: 639px) {
  #prices.noc .column .foot .btn-yellow {
    padding: 10px 15px;
    max-width: 90%;
    font-size: 16px;
  }
}
#prices.noc .column .foot .switch {
  font-size: 15px;
  position: absolute;
  bottom: -85px;
  font-weight: 600;
  color: #000;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -12px 0 20px;
  width: 100%;
  border: 1px solid rgba(162, 162, 162, 0.31);
  border-radius: 0 0 6px 6px;
}
@media (max-width: 639px) {
  #prices.noc .column .foot .switch {
    padding: 0 15px;
  }
}
#prices.noc .column .foot .switch button {
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  color: #000;
  background: none;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  outline: none;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 639px) {
  #prices.noc .column .foot .switch button {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  #prices.noc .column .foot .switch button {
    font-size: 13px;
  }
}
#prices.noc .column .foot .switch button:hover {
  opacity: 0.8;
}
#prices.noc .column .foot .switch button i {
  display: block;
  position: relative;
  width: 34px;
  height: 14px;
  border-radius: 30px;
  background: #828282;
  margin: 3px 25px 0;
}
#prices.noc .column .foot .switch button i:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #00B9F3;
  border-radius: 60px;
  position: absolute;
  right: 0;
  top: -3px;
  transition: 0.15s ease-in;
}
#prices.noc .column .foot .switch .price_timer_wrap {
  display: initial !important;
  position: absolute;
  bottom: -50px;
}
#prices.noc .column .foot .switch .countdown_rtc .countdown-row {
  display: flex;
  justify-content: center;
}
#prices.noc .column .foot .switch .countdown_rtc .countdown-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  justify-content: center;
}
#prices.noc .column .foot .switch .countdown_rtc .countdown-section:before {
  position: absolute;
  top: 0;
  right: -6px;
  font-size: 20px;
  font-weight: 300;
  color: #0f0f3d;
  content: ":";
}
@media (max-width: 991px) {
  #prices.noc .column .foot .switch .countdown_rtc .countdown-section:before {
    font-size: 30px;
  }
}
#prices.noc .column .foot .switch .countdown_rtc .countdown-section.nodot:before {
  display: none !important;
}
#prices.noc .column .foot .switch .countdown_rtc .countdown-section .countdown-amount {
  width: 100%;
  color: #0f0f3d;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #prices.noc .column .foot .switch .countdown_rtc .countdown-section .countdown-amount {
    font-size: 26px;
  }
}
#prices.noc .column .foot .switch .countdown_rtc .countdown-section .countdown-period {
  width: 100%;
  color: #0f0f3d;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
}
@media (max-width: 991px) {
  #prices.noc .column .foot .switch .countdown_rtc .countdown-section .countdown-period {
    font-size: 10px;
  }
}
#prices.noc .column .foot .switch_old_version {
  font-size: 15px;
  position: absolute;
  bottom: -99px;
  font-weight: 600;
  color: #000;
  background: #e0e0e0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -12px 0 20px;
  width: 100%;
}
@media (max-width: 639px) {
  #prices.noc .column .foot .switch_old_version {
    padding: 0 15px;
  }
}
#prices.noc .column .foot .switch_old_version button {
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 600;
  color: #000;
  background: none;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  outline: none;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 639px) {
  #prices.noc .column .foot .switch_old_version button {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  #prices.noc .column .foot .switch_old_version button {
    font-size: 13px;
  }
}
#prices.noc .column .foot .switch_old_version button:hover {
  opacity: 0.8;
}
#prices.noc .column .foot .switch_old_version button i {
  display: block;
  position: relative;
  width: 34px;
  height: 14px;
  border-radius: 30px;
  background: #828282;
  margin: 3px 25px 0;
}
#prices.noc .column .foot .switch_old_version button i:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #00B9F3;
  border-radius: 60px;
  position: absolute;
  right: 0;
  top: -3px;
  transition: 0.15s ease-in;
}
#prices.noc .column .noc_practitioner_timer {
  position: absolute;
  left: 0;
  bottom: -110px;
  width: 100%;
  padding: 0 50px;
}
#prices.noc .column .noc_practitioner_timer .ttl {
  padding-top: 10px;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  margin-bottom: 0;
}
#prices.noc .column .noc_practitioner_timer .countdown-row {
  display: flex;
  justify-content: center;
}
#prices.noc .column .noc_practitioner_timer .countdown-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  justify-content: center;
}
#prices.noc .column .noc_practitioner_timer .countdown-section:before {
  position: absolute;
  top: 6px;
  right: -1px;
  font-size: 20px;
  font-weight: 300;
  color: #00b9f3;
  content: ":";
}
@media (max-width: 991px) {
  #prices.noc .column .noc_practitioner_timer .countdown-section:before {
    font-size: 30px;
  }
}
#prices.noc .column .noc_practitioner_timer .countdown-section.nodot:before {
  display: none !important;
}
#prices.noc .column .noc_practitioner_timer .countdown-section .countdown-amount {
  width: 100%;
  color: #00b9f3;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #prices.noc .column .noc_practitioner_timer .countdown-section .countdown-amount {
    font-size: 26px;
  }
}
#prices.noc .column .noc_practitioner_timer .countdown-section .countdown-period {
  width: 100%;
  color: #0f0f3d;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
}
@media (max-width: 991px) {
  #prices.noc .column .noc_practitioner_timer .countdown-section .countdown-period {
    font-size: 10px;
  }
}
#prices.noc .column.info {
  padding-right: 20px;
  margin-top: -4px;
}
@media (max-width: 991px) {
  #prices.noc .column.info {
    padding-right: 5px;
  }
}
#prices.noc .column.info .price_timer_wrap {
  display: none !important;
}
#prices.noc .column.info .head h3 {
  margin-bottom: 40px;
  color: #0f0f3d;
}
#prices.noc .column.info .body .toggle {
  opacity: 0;
}
#prices.noc .column.info .body .base_details li:first-child {
  border-top: 1px solid #d4e0e5;
}
#prices.noc .column.info .body .base_details li {
  font-family: "Inter";
  color: #0f0f3d;
  font-weight: 500;
  text-align: left;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  #prices.noc .column.info .body .base_details li {
    font-size: 13px;
    line-height: 26px;
  }
}
#prices.noc .column.info .body .base_details li b {
  color: #0f0f3d;
}
#prices.noc .column.info .foot {
  border-radius: 6px;
  padding-top: 120px;
}
#prices.noc .column.info .foot form,
#prices.noc .column.info .foot .annual,
#prices.noc .column.info .foot .monthly,
#prices.noc .column.info .foot .switch {
  display: none;
}
#prices.noc .column.info .foot .switch_plan {
  border-radius: 6px;
  padding-top: 120px;
  border: none;
}
#prices.noc .column.info .foot .switch_plan:nth-child(1) {
  padding: 0;
  height: 100%;
}
#prices.noc .column.info .foot .switch_plan:nth-child(2), #prices.noc .column.info .foot .switch_plan:nth-child(3) {
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 20px;
  border-radius: 8px;
}
#prices.noc .column.info .foot .switch_plan p.choose {
  color: #0f0f3d;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 639px) {
  #prices.noc .column.info .foot .switch_plan p.choose {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
#prices.noc .column.info .foot .switch_plan .divider {
  width: 100%;
}
#prices.noc .column.info .foot .switch_plan .radio {
  margin: 0 0 10px;
  border: none !important;
  width: 100%;
  text-align: left;
}
#prices.noc .column.info .foot .switch_plan .radio label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #0f0f3d;
  cursor: pointer;
}
#prices.noc .column.info .foot .switch_plan .radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#prices.noc .column.info .foot .switch_plan .radio input[type=radio] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 2px solid #00B9F3;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
#prices.noc .column.info .foot .switch_plan .radio input[type=radio]:checked + .radio-label:before {
  background-color: #00B9F3;
  box-shadow: inset 0 0 0 4px #fff;
}
#prices.noc .column.info .foot .switch_plan .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #00B9F3;
}
#prices.noc .column.info .foot .switch_plan .radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #fff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}
#prices.noc .column.info .foot .switch_plan .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
#prices.noc .column.enhanced {
  position: relative;
  top: -4px;
  overflow: visible;
}
#prices.noc .column.enhanced .head {
  background: #f5f5f5;
  color: #00B9F3;
  position: relative;
}
#prices.noc .column.enhanced .head h3 {
  color: #00B9F3;
  font-size: 20px;
  margin-bottom: 40px;
}
#prices.noc .column.enhanced .body {
  background: #f5f5f5;
  border-radius: 0 0 6px 6px;
}
#prices.noc .column.enhanced .body .toggle {
  background: #f5f5f5;
  color: #00B9F3;
}
#prices.noc .column.enhanced .body .base_details {
  padding-left: 15px;
  padding-right: 15px;
}
#prices.noc .column.enhanced .body .base_details li:first-child {
  border-top: 1px solid #d4e0e5;
}
#prices.noc .column.enhanced .body .base_details li {
  color: #00B9F3;
  border-color: #d4e0e5;
}
#prices.noc .column.enhanced .body .base_details li b {
  color: #00B9F3;
}
#prices.noc .column.enhanced .body .base_details li .icon-check {
  color: #00B9F3;
  background: transparent;
}
@media (max-width: 991px) {
  #prices.noc .column.enhanced .body .base_details li {
    font-size: 13px;
    line-height: 26px;
  }
}
#prices.noc .column.enhanced .foot {
  position: relative;
  background: #f5f5f5;
  color: #0f0f3d;
  border-radius: 6px 6px 0 0;
}
#prices.noc .column.enhanced .foot .switch,
#prices.noc .column.enhanced .foot .switch_plan {
  display: none;
}
#prices.noc .column.enhanced .foot ul li.pay_seb b {
  color: #00B9F3;
}
#prices.noc .column.core {
  padding-left: 20px;
}
@media (max-width: 991px) {
  #prices.noc .column.core {
    padding-left: 5px;
  }
}
#prices.noc .column.core .head,
#prices.noc .column.core .body,
#prices.noc .column.core .foot {
  background: #f5f5f5;
}
#prices.noc .column.core .head {
  border-radius: 6px 6px 0 0;
}
#prices.noc .column.core .head h3 {
  color: #000;
}
#prices.noc .column.core .head p {
  color: #000;
}
#prices.noc .column.core .body {
  border-radius: 0 0 6px 6px;
}
#prices.noc .column.core .body .icon-check {
  background: transparent;
  color: #00B9F3;
}
#prices.noc .column.core .foot {
  border-radius: 6px;
}
#prices.noc .column.core .foot .switch,
#prices.noc .column.core .foot .switch_plan {
  display: none;
}

.noc_payments_partners {
  max-width: 932px;
  margin: 30px auto 80px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.noc_payments_partners img {
  max-width: 400px;
  width: 100%;
  margin-bottom: 40px;
}
.noc_payments_partners p {
  position: relative;
  font-size: 12px;
  font-style: italic;
  color: #828282;
}
.noc_payments_partners p:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 350px;
  border-bottom: 1px solid #c4c4c4;
}
@media (max-width: 991px) {
  .noc_payments_partners p:before {
    width: 100px;
    left: calc(50% - 200px);
  }
}
.noc_payments_partners p:after {
  position: absolute;
  right: 0;
  top: 10px;
  content: "";
  width: 350px;
  border-bottom: 1px solid #c4c4c4;
}
@media (max-width: 991px) {
  .noc_payments_partners p:after {
    width: 100px;
    right: calc(50% - 200px);
  }
}

#rtc_guarantee_sales {
  padding: 0 0 20px;
  background: #fff;
  margin-bottom: 80px;
}
@media (max-width: 1300px) {
  #rtc_guarantee_sales {
    padding: 0 0 30px;
  }
}
@media (max-width: 639px) {
  #rtc_guarantee_sales {
    padding: 0 0 0;
  }
}
@media (max-width: 767px) {
  #rtc_guarantee_sales {
    margin-left: 15px;
    margin-right: 15px;
    max-width: calc(100% - 30px);
  }
}
#rtc_guarantee_sales .panel {
  max-width: 910px;
  margin: 0 auto;
  padding-bottom: 90px;
  border-color: #000;
  position: relative;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 4px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 4px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 4px;
}
@media (max-width: 767px) {
  #rtc_guarantee_sales .panel {
    padding-bottom: 120px;
  }
}
#rtc_guarantee_sales .panel-heading {
  text-align: center;
  padding: 46px 95px;
  color: #fff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  background: #033866;
  font-size: 32px;
  line-height: 1.25em;
  font-weight: 700;
  background-size: cover;
  font-style: initial;
}
@media (max-width: 1919px) {
  #rtc_guarantee_sales .panel-heading {
    font-size: 30px;
  }
}
@media (max-width: 1300px) {
  #rtc_guarantee_sales .panel-heading {
    padding: 35px 70px;
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  #rtc_guarantee_sales .panel-heading {
    padding: 25px 50px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  #rtc_guarantee_sales .panel-heading {
    padding: 25px 30px;
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  #rtc_guarantee_sales .panel-heading {
    padding: 20px 15px;
    font-size: 18px;
  }
}
#rtc_guarantee_sales .panel-body {
  padding: 60px 120px 120px 120px;
  position: relative;
  background: #fff;
  box-shadow: 1px 0 15px 5px rgba(0, 0, 0, 0.1);
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 0;
  /* Firefox 1-3.6 */
  -moz-border-radius: 0;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 0;
}
@media (max-width: 1300px) {
  #rtc_guarantee_sales .panel-body {
    padding: 45px 70px 75px 70px;
  }
}
@media (max-width: 991px) {
  #rtc_guarantee_sales .panel-body {
    padding: 40px 70px 78px;
  }
}
@media (max-width: 767px) {
  #rtc_guarantee_sales .panel-body {
    padding: 40px 70px 80px;
  }
}
@media (max-width: 479px) {
  #rtc_guarantee_sales .panel-body {
    padding: 30px 15px 70px 15px;
  }
}
#rtc_guarantee_sales .panel-body > p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Inter";
}
#rtc_guarantee_sales .panel-body .c-cletter {
  position: relative;
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}
#rtc_guarantee_sales .panel-body .c-cletter:before {
  position: relative;
  top: 15px;
  left: 20px;
  content: "";
  margin: -42px 0px -20px -70px;
  display: block;
  float: left;
  width: 120px;
  height: 89px;
  background-image: url("../img/programs/noc/sq/letter.svg");
  background-position: center;
  background-repeat: no-repeat;
}
#rtc_guarantee_sales .panel-body .c-cletter span {
  display: none;
}
@media (max-width: 767px) {
  #rtc_guarantee_sales .panel-body .c-cletter span {
    display: inline;
  }
}
#rtc_guarantee_sales .panel picture.stamp_img {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 160px;
  height: 160px;
  -webkit-transform: translate(-55%, 0);
  -ms-transform: translate(-55%, 0);
  -o-transform: translate(-55%, 0);
  transform: translate(-55%, 0);
}
@media (max-width: 479px) {
  #rtc_guarantee_sales .panel picture.stamp_img {
    bottom: -5px;
    width: 120px;
  }
}

.noc_form {
  background: #f5f5f5;
  max-width: 1620px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 80px;
}
.noc_form .contact_line {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 0;
}
.noc_form h2 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0;
  color: #06063c;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .noc_form h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.noc_form h5 {
  font-family: "Inter", serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  text-align: center;
  max-width: 650px;
  margin: 0 auto 30px;
}
.noc_form form {
  max-width: 490px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.noc_form form .phone_nr_warp > div {
  width: 100%;
}
.noc_form form .phone_nr_warp .iti__flag-container,
.noc_form form .phone_nr_warp .iti__selected-flag {
  background: transparent;
}
.noc_form form .btn.btn-main {
  width: 100%;
  border-radius: 6px;
  font-size: 22px;
  margin-top: 25px;
  background: #00B9F3;
  text-transform: uppercase;
  border-radius: 6px;
  letter-spacing: 3px;
  font-weight: 700;
  padding: 25px 10px;
}
.noc_form form .btn.btn-main:hover {
  background: #18c9ff;
}
.noc_form form label .field_ttl {
  font-size: 15px;
  font-weight: 400;
  color: #0f0f3d;
}
#contact_wrapper {
  padding: 46px 0 60px;
  background: #f5f5f5;
}
@media (min-width: 1200px) {
  #contact_wrapper {
    padding: 89px 0 102px;
  }
}
#contact_wrapper.gold {
  background: transparent;
}
#contact_wrapper.gold .container {
  max-width: 1100px;
}
#contact_wrapper.gold .contact_block_wr .contact_block .txt a {
  color: #00b9f3;
}
#contact_wrapper.gold .contact_block_wr .contact_block .btn {
  color: #fff;
  border-radius: 3px;
  background: linear-gradient(264deg, #fdd394 -25.34%, #936635 82.41%), #c69b63;
}
#contact_wrapper.gold .contact_block_wr .contact_block .btn:hover {
  opacity: 0.8;
}
#contact_wrapper .contact_block_wr:nth-last-child(n+2) {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  #contact_wrapper .contact_block_wr:nth-last-child(n+2) {
    margin-bottom: 0;
  }
}
#contact_wrapper .contact_block_wr .contact_block {
  text-align: center;
  padding-bottom: 80px;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  #contact_wrapper .contact_block_wr .contact_block {
    padding-bottom: 64px;
  }
}
#contact_wrapper .contact_block_wr .contact_block .ttl {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  color: #000;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  #contact_wrapper .contact_block_wr .contact_block .ttl {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  #contact_wrapper .contact_block_wr .contact_block .ttl {
    font-size: 30px;
    margin-bottom: 31px;
  }
}
#contact_wrapper .contact_block_wr .contact_block .txt {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
  font-family: "Inter", serif;
}
@media (min-width: 1200px) {
  #contact_wrapper .contact_block_wr .contact_block .txt {
    letter-spacing: -0.36px;
  }
}
#contact_wrapper .contact_block_wr .contact_block .txt a {
  color: #00b2ea;
  transition: all ease 0.3s;
  margin-top: 18px;
  display: block;
  font-weight: 600 !important;
}
#contact_wrapper .contact_block_wr .contact_block .txt a:hover {
  font-weight: 600 !important;
  color: #000;
  text-decoration: none;
}
#contact_wrapper .contact_block_wr .contact_block .btn {
  transition: all ease 0.3s;
  width: 100%;
  max-width: 204px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #00b2ea;
  height: 46px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: 600 !important;
}
#contact_wrapper .contact_block_wr .contact_block .btn:hover {
  font-weight: 600 !important;
  opacity: 0.85;
}
@media (min-width: 1200px) {
  #contact_wrapper .contact_block_wr .contact_block .btn {
    max-width: 180px;
    height: 40px;
  }
}

.modal.purchased_ty.basic_modal .modal-header {
  background: transparent;
  padding: 10px 15px;
  border: none;
}
.modal.purchased_ty.basic_modal .modal-header .close {
  color: #00326d;
  opacity: 1;
}
.modal.purchased_ty.basic_modal .txt_wrap .descr {
  font-size: 18px;
}
@media (min-width: 992px) {
  .modal.purchased_ty.basic_modal .txt_wrap .descr {
    font-size: 20px;
  }
}
.modal.purchased_ty.basic_modal .txt_wrap .subdescr {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .modal.purchased_ty.basic_modal .txt_wrap .subdescr {
    font-size: 18px;
  }
}
.modal.purchased_ty.basic_modal .txt_wrap .btn {
  font-size: 14px;
  letter-spacing: 1px;
  transition: all ease 0.3s;
  font-weight: 700;
  background: #00B9F3;
  height: 44px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.modal.purchased_ty.basic_modal .txt_wrap .btn:hover {
  opacity: 0.6;
}
@media (min-width: 992px) {
  .modal.purchased_ty.basic_modal .txt_wrap .btn {
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.ld-course-list-items {
  flex-direction: column;
}
.ld-course-list-items .ld-item-list-item-preview {
  align-items: center;
  align-content: center;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
  font-size: 13px;
  padding: 8px 65px 8px 0;
  line-height: 16px;
  position: relative;
}
.ld-course-list-items .ld-item-list-item-preview a {
  color: #00b9f3;
}
.ld-course-list-items .ld-item-list-item-preview .duration {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translate(0, -50%);
  width: 67px;
  font-family: Courier;
  font-size: 13px;
  letter-spacing: -2px;
  display: block !important;
  text-align: right;
  padding-right: 26px;
}
.ld-course-list-items .ld-item-list-item-preview .duration svg {
  position: absolute;
  top: 2px;
  right: 0;
  fill: #00b9f3;
}
.ld-course-list-items .ld-item-list-item-preview .ld-sep {
  margin: 1px;
  width: 0;
  font-size: 0;
}
.ld-course-list-items .ld-item-list-item-preview .ld-item-name {
  pointer-events: none;
}
.ld-course-list-items .ld-item-list-item-preview .ld-item-name svg {
  margin-left: 5px;
}
.ld-course-list-items .ld-item-list-item-preview .ld-status-icon {
  flex: 0 0 26px;
  height: 26px;
}
.ld-course-list-items .ld-item-list-item-preview .ld-status-icon:not(.custom_icon):not(.ld-status-incomplete):not(.ld-quiz-complete) {
  background-color: #00b9f3;
}
.ld-course-list-items .ld-item-list-item-preview .ld-status-icon.custom_icon {
  flex: 0 0 36px;
  height: 36px;
  margin: 0 5px;
}
.ld-course-list-items .ld-item-list-item-preview .ld-status-icon.custom_icon:before {
  display: none;
}
.ld-course-list-items .ld-item-list-item-preview .ld-status-icon.custom_icon.icon-video {
  background: url("../../assets/img/icons/icon_video_noc.svg") center/contain no-repeat;
}
.ld-course-list-items .ld-item-list-item-preview .ld-status-icon.custom_icon.icon-pencil {
  background: url("../../assets/img/icons/icon_pencil_noc.svg") center/contain no-repeat;
}
.ld-course-list-items .ld-item-list-item-preview .ld-status-icon.custom_icon.icon-doc-text {
  background: url("../../assets/img/icons/icon_doc_noc.svg") center/contain no-repeat;
}
.ld-course-list-items .ld-item-list-item-preview .ld-status-icon.custom_icon.icon-help {
  background: url("../../assets/img/icons/icon_question_noc.svg") center/contain no-repeat;
}
.ld-course-list-items .ld-item-list-item-preview .ld-status-icon.custom_icon.icon-library {
  background: url("../../assets/img/icons/icon_library_noc.svg") center/contain no-repeat;
}
.ld-course-list-items .ld-item-list-item-preview .ld-status-icon.custom_icon.icon-users {
  background: url("../../assets/img/icons/icon_users_noc.svg") center/24px no-repeat;
}
.ld-course-list-items .ld-item-list-item-preview .ld-status-icon.custom_icon.ld-status-incomplete, .ld-course-list-items .ld-item-list-item-preview .ld-status-icon.custom_icon.ld-status-complete {
  flex: 0 0 26px;
  height: 26px;
}
.ld-course-list-items .ld-item-list-item-preview .ld-status-icon.ld-status-incomplete, .ld-course-list-items .ld-item-list-item-preview .ld-status-icon.ld-quiz-complete, .ld-course-list-items .ld-item-list-item-preview .ld-status-icon.ld-status-complete {
  margin: 5px 10px;
}
.ld-course-list-items .ld-item-list-item-preview .ld-status-icon.ld-status-incomplete {
  background: url("../../assets/img/icons/icon_users.svg") center/24px no-repeat;
  border: unset;
}
.ld-course-list-items .ld-item-list-item-preview .ld-status-icon.ld-quiz-complete {
  border: unset;
  background-color: transparent;
}

.page-template-program_noc_calendar {
  background: #001930;
  height: 100%;
  min-height: 100vh;
}

body #my-inline-buttons,
body #my-inline-buttons-2 {
  max-width: 600px;
  margin-bottom: 100px;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-content: space-between;
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 639px) {
  body #my-inline-buttons,
  body #my-inline-buttons-2 {
    justify-content: center !important;
  }
}
@media (min-width: 992px) {
  body #my-inline-buttons,
  body #my-inline-buttons-2 {
    max-width: 550px;
    margin-left: unset;
    margin-right: unset;
    justify-content: flex-start;
  }
}
@media (min-width: 1440px) {
  body #my-inline-buttons,
  body #my-inline-buttons-2 {
    max-width: 550px;
  }
}
@media (min-width: 1920px) {
  body #my-inline-buttons,
  body #my-inline-buttons-2 {
    max-width: 550px;
  }
}
body #my-inline-buttons .st-btn,
body #my-inline-buttons-2 .st-btn {
  position: relative;
  display: flex !important;
  align-items: center;
  align-content: center;
  justify-content: center;
  min-width: 165px !important;
  max-width: 165px !important;
  width: 165px !important;
  margin-right: 12px !important;
  margin-bottom: 12px !important;
  border-radius: 4px !important;
  height: 42px !important;
  transition: all 0.2s !important;
}
body #my-inline-buttons .st-btn img,
body #my-inline-buttons-2 .st-btn img {
  position: absolute;
  left: 13px !important;
  top: 12px !important;
  right: initial !important;
  bottom: initial;
  left: -1px;
  transform: scale(1.5);
}
body #my-inline-buttons .st-btn .st-label,
body #my-inline-buttons-2 .st-btn .st-label {
  font-size: 16px;
}
body #my-inline-buttons .st-remove-label .st-label,
body #my-inline-buttons-2 .st-remove-label .st-label {
  display: block !important;
}
body #my-inline-buttons .btn_wr,
body #my-inline-buttons-2 .btn_wr {
  margin-right: 12px;
}
body #my-inline-buttons .btn_wr,
body #my-inline-buttons .st-btn,
body #my-inline-buttons-2 .btn_wr,
body #my-inline-buttons-2 .st-btn {
  min-width: calc(50% - 12px) !important;
  max-width: calc(50% - 12px) !important;
  width: calc(50% - 12px) !important;
  margin-right: 12px;
}
body #my-inline-buttons .btn_wr .st-remove-label,
body #my-inline-buttons .st-btn .st-remove-label,
body #my-inline-buttons-2 .btn_wr .st-remove-label,
body #my-inline-buttons-2 .st-btn .st-remove-label {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}
@media (min-width: 475px) {
  body #my-inline-buttons .btn_wr,
  body #my-inline-buttons .st-btn,
  body #my-inline-buttons-2 .btn_wr,
  body #my-inline-buttons-2 .st-btn {
    min-width: 164px !important;
    max-width: 164px !important;
    width: 164px !important;
  }
}
@media (min-width: 992px) {
  body #my-inline-buttons .btn_wr,
  body #my-inline-buttons .st-btn,
  body #my-inline-buttons-2 .btn_wr,
  body #my-inline-buttons-2 .st-btn {
    min-width: 132px !important;
    max-width: 132px !important;
    width: 132px !important;
  }
}
@media (min-width: 1440px) {
  body #my-inline-buttons .btn_wr,
  body #my-inline-buttons .st-btn,
  body #my-inline-buttons-2 .btn_wr,
  body #my-inline-buttons-2 .st-btn {
    min-width: 148px !important;
    max-width: 148px !important;
    width: 148px !important;
  }
}
@media (min-width: 1920px) {
  body #my-inline-buttons .btn_wr,
  body #my-inline-buttons .st-btn,
  body #my-inline-buttons-2 .btn_wr,
  body #my-inline-buttons-2 .st-btn {
    min-width: 164px !important;
    max-width: 164px !important;
    width: 164px !important;
  }
}

#modal_sms_ty .phone_nr_warp {
  width: 100%;
}
#modal_sms_ty .phone_nr_warp > div {
  width: 100%;
}
#modal_sms_ty .phone_nr_warp #phone_nr {
  width: 100%;
}
#modal_sms_ty.tde .modal-content {
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.6);
  max-width: 650px;
}
#modal_sms_ty.tde .modal-body > img {
  margin-bottom: 20px;
}
#modal_sms_ty.tde .modal-body h4 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 25px;
  color: #fff;
}
#modal_sms_ty.tde .modal-body h2 {
  font-size: 32px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #fff;
}
#modal_sms_ty.tde .modal-body p a {
  color: #00B9F3;
}
#modal_sms_ty.tde .modal-body .container {
  max-width: initial;
  padding: 0;
  width: initial;
}
#modal_sms_ty.tde .reg_form .ifs_reg {
  background: transparent;
}
#modal_sms_ty.tde .reg_form .ifs_reg label .bootstrap-select button.dropdown-toggle .filter-option {
  color: #fff;
}
#modal_sms_ty.tde .reg_form .ifs_reg label .bootstrap-select button.dropdown-toggle:after {
  color: #fff;
}
#modal_sms_ty.tde .reg_form .ifs_reg .btn {
  margin: 0 auto;
  display: block;
}
#modal_sms_ty.noc .modal-content {
  box-shadow: 0px 0px 15px 0px rgba(65, 195, 231, 0.6);
  max-width: 650px;
}
#modal_sms_ty.noc .modal-body > img {
  margin-bottom: 20px;
}
#modal_sms_ty.noc .modal-body h4 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 25px;
  color: #fff;
}
#modal_sms_ty.noc .modal-body h2 {
  font-size: 32px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #fff;
}
#modal_sms_ty.noc .modal-body p a {
  color: #00B9F3;
}
#modal_sms_ty.noc .modal-body .container {
  max-width: initial;
  padding: 0;
  width: initial;
}
#modal_sms_ty.noc .reg_form .ifs_reg {
  background: transparent;
}
#modal_sms_ty.noc .reg_form .ifs_reg label .bootstrap-select button.dropdown-toggle .filter-option {
  color: #fff;
}
#modal_sms_ty.noc .reg_form .ifs_reg label .bootstrap-select button.dropdown-toggle:after {
  color: #fff;
}
#modal_sms_ty.noc .reg_form .ifs_reg .btn {
  margin: 0 auto;
  display: block;
}

#noc_calendar {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1440px) and (min-height: 832px) {
  #noc_calendar {
    height: 100vh;
    align-content: center;
  }
}
#noc_calendar > .cover_image img {
  object-position: top center;
}
#noc_calendar header {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 33px 20px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #noc_calendar header {
    padding: 33px 24px;
  }
}
@media (min-width: 1440px) and (min-height: 832px) {
  #noc_calendar header {
    position: absolute;
    left: 0;
    top: 0;
  }
}
#noc_calendar header p {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  margin-left: 35px;
  padding-left: 30px;
  border-left: 1px solid #fff;
}
@media (max-width: 991px) {
  #noc_calendar header p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #noc_calendar header p {
    display: none;
  }
}
#noc_calendar header p b {
  font-size: 16px;
  font-weight: 600;
  color: #00B9F3;
}
@media (max-width: 991px) {
  #noc_calendar header p b {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  #noc_calendar header a img {
    width: 120px;
  }
}
@media (min-width: 992px) {
  #noc_calendar header a img {
    width: 171px;
  }
}
@media (min-width: 1440px) {
  #noc_calendar header a img {
    width: 190px;
  }
}
@media (min-width: 1920px) {
  #noc_calendar header a img {
    width: 200px;
  }
}
@media (min-width: 2560px) {
  #noc_calendar header a img {
    width: 214px;
  }
}
#noc_calendar .bootstrap-select.show .dropdown-menu.open {
  border-color: #00B9F3;
}
#noc_calendar .bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  color: #0f0f3d;
}
#noc_calendar .status {
  width: calc(100% - 30px);
  height: 1px;
  position: relative;
  margin: 60px auto 30px;
}
@media (min-width: 768px) {
  #noc_calendar .status {
    margin: 80px auto 50px;
  }
}
@media (min-width: 992px) {
  #noc_calendar .status {
    width: 473px;
    margin-left: 17px;
  }
}
@media (min-width: 1440px) {
  #noc_calendar .status {
    width: 524px;
  }
}
@media (min-width: 1920px) {
  #noc_calendar .status {
    width: 579px;
  }
}
@media (min-width: 2650px) {
  #noc_calendar .status {
    width: 637px;
  }
}
#noc_calendar .status span {
  display: block;
  position: absolute;
  top: -6px;
  width: 10px;
  height: 10px;
  border-radius: 60px;
  background: #fff;
  z-index: 2;
  border: 2px solid transparent;
}
#noc_calendar .status span:nth-child(1):before, #noc_calendar .status span:nth-child(3):before, #noc_calendar .status span:nth-child(5):before {
  position: absolute;
  width: 50px;
  color: #fff;
  left: 50%;
  transform: translate(-50%, 0);
  top: -29px;
  font-family: "Inter", serif;
  font-size: 14px;
}
#noc_calendar .status span:nth-child(1) {
  left: -4px;
}
#noc_calendar .status span:nth-child(1):before {
  content: "Step 1";
}
#noc_calendar .status span:nth-child(3) {
  left: 50%;
}
#noc_calendar .status span:nth-child(3):before {
  content: "Step 2";
}
#noc_calendar .status span:nth-child(5) {
  right: 0;
}
#noc_calendar .status span:nth-child(5):before {
  content: "Step 3";
}
#noc_calendar .status span.active {
  border: 3px solid #00B9F3;
  background: #15112c;
  top: -12px;
  width: 20px;
  height: 20px;
}
#noc_calendar .status span.active:before {
  color: #00b9f3;
  top: -24px;
}
#noc_calendar .status span.done {
  border: 3px solid #00B9F3;
  background: #00B9F3;
  top: -12px;
  width: 20px;
  height: 20px;
}
#noc_calendar .status span.done:before {
  color: #00B9F3;
}
#noc_calendar .status span.goto {
  cursor: pointer;
  transition: all 0.2s;
}
#noc_calendar .status span.goto:hover {
  transform: scale(1.2);
}
#noc_calendar .status .line {
  border-bottom: 2px solid #fff;
  position: absolute;
  z-index: 1;
  width: 50%;
  top: -2px;
  left: 0;
}
#noc_calendar .status .line.right {
  left: initial;
  right: 0;
}
#noc_calendar .status .line.yellow {
  border-color: #00B9F3;
}
#noc_calendar .wrap {
  margin: auto;
  width: 100%;
  padding: 235px 15px 50px;
  text-align: center;
}
@media (max-width: 639px) {
  #noc_calendar .wrap {
    padding-top: 235px;
  }
}
@media (min-width: 475px) {
  #noc_calendar .wrap {
    padding: 50vw 15px 50px;
    max-width: 640px;
  }
}
@media (min-width: 992px) {
  #noc_calendar .wrap {
    padding: 50px 15px 50px 65px;
    max-width: 900px;
    text-align: left;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  #noc_calendar .wrap {
    margin: 0 0 0 15vw;
    padding: 0;
  }
}
@media (min-width: 1440px) and (min-height: 832px) {
  #noc_calendar .wrap {
    position: absolute;
    left: calc(50vw - 450px);
    top: calc(50% + 40px);
    transform: translate(0, -50%);
    margin: 0;
  }
  #noc_calendar .wrap#step-2 .status {
    margin: 50px 0 30px;
  }
  #noc_calendar .wrap#step-3 {
    height: 100vh;
    overflow-y: auto;
    padding-top: 100px;
    top: calc(50% + 56px);
  }
  #noc_calendar .wrap#step-3::-webkit-scrollbar {
    display: none;
  }
}
#noc_calendar .wrap .noc_logo {
  margin-bottom: 60px;
}
#noc_calendar .wrap .noc_logo img {
  width: 245px;
}
@media (min-width: 1440px) and (min-height: 832px) {
  #noc_calendar .wrap .noc_logo {
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) and (min-height: 1000px) {
  #noc_calendar .wrap .noc_logo {
    margin-bottom: 50px;
  }
}
#noc_calendar .wrap .pdf {
  display: block;
  margin: 0px auto -35px;
}
@media (max-width: 991px) {
  #noc_calendar .wrap .pdf {
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  #noc_calendar .wrap .pdf {
    margin-bottom: 40px;
  }
}
#noc_calendar .wrap .pdf img {
  width: 160px;
}
@media (max-width: 639px) {
  #noc_calendar .wrap .pdf img {
    width: 140px;
    box-shadow: 0px 1px 32px 0px rgba(125, 125, 125, 0.49);
  }
}
#noc_calendar .wrap .fb_landscape img {
  margin-top: 30px;
  margin-bottom: 80px;
  width: 100%;
  max-width: 440px;
}
@media (max-width: 1699px) {
  #noc_calendar .wrap .fb_landscape img {
    max-width: 240px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
#noc_calendar .wrap .dateholder {
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  padding: 14px 50px 16px;
  color: #fff;
  border-radius: 30px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 19px;
  width: 100%;
  max-width: 290px;
}
@media (min-width: 992px) {
  #noc_calendar .wrap .dateholder {
    max-width: 280px;
  }
}
@media (min-width: 1440px) {
  #noc_calendar .wrap .dateholder {
    max-width: 311px;
  }
}
@media (min-width: 1920px) {
  #noc_calendar .wrap .dateholder {
    max-width: 346px;
  }
}
@media (min-width: 2650px) {
  #noc_calendar .wrap .dateholder {
    max-width: 381px;
  }
}
@media (max-width: 1699px) {
  #noc_calendar .wrap .dateholder {
    font-size: 16px;
    padding: 9px 25px;
  }
}
@media (max-width: 479px) {
  #noc_calendar .wrap .dateholder {
    font-size: 14px;
  }
}
#noc_calendar .wrap .dateholder b {
  font-weight: 500;
}
.page-template-bdac-calendar-ty #noc_calendar .wrap .dateholder {
  font-size: 16px;
  font-style: italic;
}
@media (max-width: 479px) {
  .page-template-bdac-calendar-ty #noc_calendar .wrap .dateholder {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #noc_calendar .wrap .calendar-icon {
    width: 60px;
  }
}
@media (max-width: 639px) {
  #noc_calendar .wrap .calendar-icon {
    width: 50px;
  }
}
#noc_calendar .wrap .bootstrap-select {
  margin: 0;
}
#noc_calendar .wrap .btn-border {
  background: transparent;
  border-color: #00B9F3;
  color: #00B9F3;
}
#noc_calendar .wrap .dropdown {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 60px;
}
@media (min-width: 992px) {
  #noc_calendar .wrap .dropdown {
    margin: 0 0 45px;
  }
}
@media (min-width: 1440px) {
  #noc_calendar .wrap .dropdown {
    margin: 0 0 51px;
  }
}
@media (min-width: 1920px) {
  #noc_calendar .wrap .dropdown {
    margin: 0 0 58px;
  }
}
@media (min-width: 2650px) {
  #noc_calendar .wrap .dropdown {
    margin: 0 0 64px;
  }
}
#noc_calendar .wrap .dropdown-toggle {
  padding: 15px 25px;
  font-size: 16px;
  color: #0f0f3d;
  font-weight: 600;
  border-radius: 30px;
  display: flex;
  align-items: center;
  background: #00B9F3;
  border: none;
  display: none !important;
}
@media (max-width: 639px) {
  #noc_calendar .wrap .dropdown-toggle {
    font-size: 14px;
  }
}
#noc_calendar .wrap .dropdown-toggle:hover {
  background: #18c9ff;
}
#noc_calendar .wrap .dropdown-toggle:after {
  transform: translateY(-50%);
  font-size: 15px;
  color: #0f0f3d;
  right: 20px;
  height: auto;
  width: auto;
  top: 50%;
}
#noc_calendar .wrap .dropdown-toggle + .dropdown-menu {
  left: 20px !important;
  min-width: calc(100% - 40px);
  width: auto !important;
}
@media (max-width: 991px) {
  #noc_calendar .wrap#step-2 .order_wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  #noc_calendar .wrap#step-2 .order_wrap picture {
    order: 2;
  }
}
@media (max-width: 991px) {
  #noc_calendar .wrap#step-2 .order_wrap h2 {
    order: 1;
    width: 100%;
  }
}
#noc_calendar .wrap#step-2 .status span.active:before {
  top: -29px;
}
#noc_calendar .wrap#step-2 .status span:last-child:before {
  top: -32px;
}
@media (min-width: 1440px) {
  #noc_calendar .wrap#step-2 .status span:last-child:before {
    top: -34px;
  }
}
@media (max-width: 639px) {
  #noc_calendar .wrap#step-3 h2 {
    margin-top: 65px;
  }
}
#noc_calendar .wrap#step-3 .status span:before {
  top: -32px;
}
#noc_calendar #download_bonus {
  border: 1px solid #00B9F3;
  background: #00B9F3;
  color: #fff;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 0;
  margin: 10px auto 25px;
  transition: all 0.2s;
  width: 100%;
  max-width: 290px;
}
#noc_calendar #download_bonus:hover {
  background: #18c9ff;
}
@media (min-width: 475px) {
  #noc_calendar #download_bonus {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #noc_calendar #download_bonus {
    max-width: 195px;
    margin: 20px 0 40px;
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  #noc_calendar #download_bonus {
    max-width: 217px;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  #noc_calendar #download_bonus {
    max-width: 240px;
    font-size: 16px;
  }
}
#noc_calendar .join-com {
  padding: 10px 60px;
}
#noc_calendar h3 {
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 20px;
  color: #fff;
}
#noc_calendar h3 b {
  color: #00B9F3;
  margin-right: 5px;
  font-weight: 600;
}
@media (min-width: 992px) {
  #noc_calendar h3 {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  #noc_calendar h3 {
    font-size: 23px;
  }
}
@media (min-width: 1920px) {
  #noc_calendar h3 {
    font-size: 26px;
  }
}
@media (min-width: 2650px) {
  #noc_calendar h3 {
    font-size: 28px;
  }
}
#noc_calendar h2 {
  font-family: "Inter", serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 0;
  color: #fff;
  max-width: 700px;
  margin-top: 70px;
}
@media (max-width: 639px) {
  #noc_calendar h2 {
    margin-top: 0;
  }
}
@media (min-width: 400px) {
  #noc_calendar h2 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  #noc_calendar h2 {
    font-size: 29px;
  }
}
@media (min-width: 1440px) {
  #noc_calendar h2 {
    font-size: 32px;
  }
}
@media (min-width: 1920px) {
  #noc_calendar h2 {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  #noc_calendar h2 br {
    display: none;
  }
}
#noc_calendar h5 {
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 30px;
}
#noc_calendar h5 b {
  font-weight: 600;
  color: #00B9F3;
}
@media (max-width: 479px) {
  #noc_calendar h5 br {
    display: block !important;
  }
}
#noc_calendar p,
#noc_calendar ol,
#noc_calendar ul {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  max-width: 540px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #noc_calendar p,
  #noc_calendar ol,
  #noc_calendar ul {
    margin-left: 0;
    padding-left: 0;
    max-width: 100%;
    font-size: 14px;
  }
}
#noc_calendar ol li,
#noc_calendar ul li {
  margin-bottom: 20px;
}
#noc_calendar p.note {
  font-size: 13px;
  margin-left: auto;
  margin-right: auto;
  max-width: unset;
}
@media (min-width: 920px) {
  #noc_calendar p.note {
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  #noc_calendar p.note {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  #noc_calendar p.note {
    font-size: 16px;
  }
}
@media (min-width: 2650px) {
  #noc_calendar p.note {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  #noc_calendar p.note br {
    display: none;
  }
}
#noc_calendar .addeventatc {
  position: relative;
  letter-spacing: 0;
  margin: 0 auto 5px;
  width: 100%;
  max-width: 290px;
  z-index: 1;
  border: none;
  opacity: 0;
  padding: 15px 40px;
  background: none;
  font-size: 16px;
  color: #fff !important;
  font-weight: 600;
  border-radius: 30px;
  display: flex;
  align-items: center;
  background: #00B9F3;
  font-family: "Inter";
}
@media (min-width: 992px) {
  #noc_calendar .addeventatc {
    margin: 0 0 5px;
    max-width: 280px;
  }
}
@media (min-width: 1440px) {
  #noc_calendar .addeventatc {
    max-width: 311px;
  }
}
@media (min-width: 1920px) {
  #noc_calendar .addeventatc {
    max-width: 346px;
  }
}
@media (min-width: 2650px) {
  #noc_calendar .addeventatc {
    max-width: 381px;
  }
}
#noc_calendar .addeventatc .addeventatc_icon {
  display: none;
}
#noc_calendar .addeventatc .icon-calendar {
  position: absolute;
  top: 9px;
  right: 12px;
}
#noc_calendar .addeventatc .addeventatc_dropdown {
  right: -2px !important;
  left: initial !important;
  padding-bottom: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 15px;
}
@media (max-width: 767px) {
  #noc_calendar .addeventatc .addeventatc_dropdown {
    top: -60px !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px;
  }
}
#noc_calendar .addeventatc .addeventatc_dropdown span {
  padding: 10px 10px 10px 40px !important;
  background-size: 14px 100% !important;
  font-size: 14px !important;
}
#noc_calendar .addeventatc .addeventatc_dropdown .copyx {
  display: none;
}
#noc_calendar .addeventatc .angle_down {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translate(0, -50%);
}
#noc_calendar .phone_nr_warp {
  text-align: center;
}
#noc_calendar #phone_nr {
  background: #fff;
}
#noc_calendar .dwn_nbs {
  padding-left: 70px;
  padding-right: 70px;
}

.ty_banner_top > picture img {
  object-position: center top;
}
.ty_banner_top > picture.ty_logo {
  top: 30px;
  left: 162px;
  z-index: 15;
}
@media (min-width: 375px) {
  .ty_banner_top > picture.ty_logo {
    left: 171px;
  }
}
@media (min-width: 992px) {
  .ty_banner_top > picture.ty_logo {
    left: 230px;
    top: 38px;
  }
  .ty_banner_top > picture.ty_logo img {
    width: 160px;
  }
}
@media (min-width: 1440px) {
  .ty_banner_top > picture.ty_logo {
    left: 267px;
    top: 39px;
  }
  .ty_banner_top > picture.ty_logo img {
    width: 188px;
  }
}
@media (min-width: 1920px) {
  .ty_banner_top > picture.ty_logo {
    left: 289px;
    top: 41px;
  }
  .ty_banner_top > picture.ty_logo img {
    width: 197px;
  }
}
.ty_banner_top > picture.noc_logo {
  top: 22px;
  left: 24px;
  z-index: 15;
}
.ty_banner_top > picture.noc_logo:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 50%;
  transform: translate(0, -50%);
  right: -16px;
  width: 1px;
  height: 33px;
  background: rgba(255, 255, 255, 0.25);
}
@media (min-width: 375px) {
  .ty_banner_top > picture.noc_logo:after {
    right: -20px;
  }
}
@media (min-width: 992px) {
  .ty_banner_top > picture.noc_logo:after {
    height: 43px;
    right: -26px;
  }
}
@media (min-width: 1440px) {
  .ty_banner_top > picture.noc_logo:after {
    height: 51px;
    right: -32px;
  }
}
@media (min-width: 1920px) {
  .ty_banner_top > picture.noc_logo:after {
    height: 54px;
    right: -33px;
  }
}
@media (min-width: 992px) {
  .ty_banner_top > picture.noc_logo {
    left: 32px;
    top: 28px;
  }
  .ty_banner_top > picture.noc_logo img {
    width: 144px;
  }
}
@media (min-width: 1440px) {
  .ty_banner_top > picture.noc_logo {
    left: 36px;
    top: 27px;
  }
  .ty_banner_top > picture.noc_logo img {
    width: 168px;
  }
}
@media (min-width: 1920px) {
  .ty_banner_top > picture.noc_logo {
    left: 46px;
    top: 28px;
  }
  .ty_banner_top > picture.noc_logo img {
    width: 177px;
  }
}
.ty_banner_top .container .row {
  height: 838px;
  padding: 25px 0 130px;
  align-content: flex-end;
  justify-content: center;
}
@media (min-width: 992px) {
  .ty_banner_top .container .row {
    height: 1021px;
    padding-bottom: 178px;
  }
}
@media (min-width: 1440px) {
  .ty_banner_top .container .row {
    height: 987px;
    padding-bottom: 194px;
  }
}
@media (min-width: 1920px) {
  .ty_banner_top .container .row {
    height: 1266px;
    padding-bottom: 251px;
  }
}
.ty_banner_top .container .row .descr {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  margin-bottom: 28px;
}
@media (min-width: 400px) {
  .ty_banner_top .container .row .descr {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .ty_banner_top .container .row .descr {
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .ty_banner_top .container .row .descr {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  .ty_banner_top .container .row .descr {
    font-size: 40px;
    margin-bottom: 42px;
  }
}
.ty_banner_top .container .row .devider {
  margin-bottom: 28px;
}
@media (min-width: 1440px) {
  .ty_banner_top .container .row .devider {
    margin-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  .ty_banner_top .container .row .devider {
    margin-bottom: 42px;
  }
}
.ty_banner_top .container .row .devider::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 15px;
  right: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media (min-width: 992px) {
  .ty_banner_top .container .row .devider::after {
    left: 45px;
    right: 45px;
  }
}
@media (min-width: 1920px) {
  .ty_banner_top .container .row .devider::after {
    left: 15px;
    right: 15px;
  }
}
.ty_banner_top .container .row .devider .devider_icon {
  width: 64px;
  background: #001a31;
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media (min-width: 1440px) {
  .ty_banner_top .container .row .devider .devider_icon {
    width: 72px;
  }
  .ty_banner_top .container .row .devider .devider_icon svg {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1920px) {
  .ty_banner_top .container .row .devider .devider_icon {
    width: 90px;
  }
  .ty_banner_top .container .row .devider .devider_icon svg {
    width: 40px;
    height: 40px;
  }
}
.ty_banner_top .container .row .txt {
  font-size: 11px;
  line-height: 1.8;
  font-weight: 500;
  color: #fff;
  font-family: "Inter", serif;
}
@media (min-width: 400px) {
  .ty_banner_top .container .row .txt {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .ty_banner_top .container .row .txt {
    font-size: 17px;
  }
}
@media (min-width: 1920px) {
  .ty_banner_top .container .row .txt {
    font-size: 22px;
  }
}

.ty_share_wr {
  margin-top: -80px;
}
@media (min-width: 992px) {
  .ty_share_wr {
    margin-top: -110px;
  }
}
@media (min-width: 1440px) {
  .ty_share_wr {
    margin-top: -125px;
  }
}
@media (min-width: 1920px) {
  .ty_share_wr {
    margin-top: -157px;
  }
}
@media (min-width: 992px) {
  .ty_share_wr .share_block_wr {
    flex: 0 0 801px;
  }
}
@media (min-width: 1440px) {
  .ty_share_wr .share_block_wr {
    flex: 0 0 899px;
  }
}
@media (min-width: 1920px) {
  .ty_share_wr .share_block_wr {
    flex: 0 0 1128px;
  }
}
.ty_share_wr .share_block_wr .ty_share_img {
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 7px 7px 0 0;
}
.ty_share_wr .share_block_wr .ty_share_img .cover_image img {
  object-position: right top;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .ty_share_wr .share_block_wr .ty_share_img .cover_image img {
    border-radius: 8px 8px 0 0;
  }
}
@media (min-width: 1920px) {
  .ty_share_wr .share_block_wr .ty_share_img .cover_image img {
    border-radius: 10px 10px 0 0;
  }
}
.ty_share_wr .share_block_wr .ty_share_img .neuro_logo {
  top: 14px;
  left: 14px;
  z-index: 15;
}
@media (min-width: 992px) {
  .ty_share_wr .share_block_wr .ty_share_img .neuro_logo {
    top: 17px;
    left: 22px;
  }
  .ty_share_wr .share_block_wr .ty_share_img .neuro_logo img {
    width: 35px;
  }
}
@media (min-width: 1440px) {
  .ty_share_wr .share_block_wr .ty_share_img .neuro_logo {
    top: 19px;
    left: 25px;
  }
  .ty_share_wr .share_block_wr .ty_share_img .neuro_logo img {
    width: 40px;
  }
}
@media (min-width: 1920px) {
  .ty_share_wr .share_block_wr .ty_share_img .neuro_logo {
    top: 24px;
    left: 32px;
  }
  .ty_share_wr .share_block_wr .ty_share_img .neuro_logo img {
    width: 51px;
  }
}
@media (min-width: 992px) {
  .ty_share_wr .share_block_wr .ty_share_img {
    height: 221px;
  }
}
@media (min-width: 1440px) {
  .ty_share_wr .share_block_wr .ty_share_img {
    height: 249px;
  }
}
@media (min-width: 1920px) {
  .ty_share_wr .share_block_wr .ty_share_img {
    height: 315px;
  }
}
.ty_share_wr .share_block_wr .ty_share_img .descr {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 480px) {
  .ty_share_wr .share_block_wr .ty_share_img .descr {
    font-size: 22px;
  }
}
@media (min-width: 480px) {
  .ty_share_wr .share_block_wr .ty_share_img .descr {
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .ty_share_wr .share_block_wr .ty_share_img .descr {
    font-size: 32px;
  }
}
@media (min-width: 1920px) {
  .ty_share_wr .share_block_wr .ty_share_img .descr {
    font-size: 40px;
  }
}
.ty_share_wr .share_block_wr .ty_share_img .share_link {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  color: #0f0f3d;
  font-family: "Inter", serif;
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translate(-50%, 0);
  width: 135px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 1.4px 7px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transition: all ease 0.3s;
}
.ty_share_wr .share_block_wr .ty_share_img .share_link:hover {
  background: #00B9F3;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  .ty_share_wr .share_block_wr .ty_share_img .share_link {
    width: 161px;
    height: 32px;
    bottom: -16px;
    font-size: 19px;
  }
}
@media (min-width: 1440px) {
  .ty_share_wr .share_block_wr .ty_share_img .share_link {
    width: 182px;
    height: 36px;
    bottom: -18px;
    font-size: 21px;
  }
}
@media (min-width: 1920px) {
  .ty_share_wr .share_block_wr .ty_share_img .share_link {
    width: 226px;
    height: 46px;
    bottom: -23px;
    font-size: 26px;
  }
}
.ty_share_wr .share_block_wr .txt {
  background: #f8f8f8;
  border-radius: 0 0 7px 7px;
  padding: 41px 15px 52px;
}
.ty_share_wr .share_block_wr .txt p {
  font-size: 19px;
  line-height: 1.6;
  font-weight: 500;
  color: #0f0f3d;
  font-family: "Inter", serif;
  margin-bottom: 25px;
}
@media (min-width: 1440px) {
  .ty_share_wr .share_block_wr .txt p {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .ty_share_wr .share_block_wr .txt p {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.ty_share_wr .share_block_wr .txt p a,
.ty_share_wr .share_block_wr .txt p span {
  color: #00B9F3;
}
@media (min-width: 992px) {
  .ty_share_wr .share_block_wr .txt {
    padding: 63px 80px 67px;
  }
}
@media (min-width: 1440px) {
  .ty_share_wr .share_block_wr .txt {
    border-radius: 0 0 8px 8px;
    padding: 76px 80px 69px;
  }
}
@media (min-width: 1920px) {
  .ty_share_wr .share_block_wr .txt {
    border-radius: 0 0 10px 10px;
    padding: 95px 80px 88px;
  }
}
.ty_share_wr .share_block_wr .txt .share_btn {
  background: #00B9F3;
  width: 187px;
  height: 46px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  font-family: "Inter", serif;
  font-weight: 600;
}
.ty_share_wr .share_block_wr .txt .share_btn:hover {
  background: #18c9ff;
  font-weight: 600;
}
@media (min-width: 1440px) {
  .ty_share_wr .share_block_wr .txt .share_btn {
    width: 211px;
    height: 52px;
    font-size: 16px;
    margin-top: 24px;
  }
}
@media (min-width: 1920px) {
  .ty_share_wr .share_block_wr .txt .share_btn {
    width: 267px;
    height: 65px;
    font-size: 20px;
  }
}

.ty_included_wr > .container {
  padding-top: 114px;
}
@media (min-width: 992px) {
  .ty_included_wr > .container {
    padding-top: 162px;
  }
}
@media (min-width: 1440px) {
  .ty_included_wr > .container {
    padding-top: 200px;
  }
}
@media (min-width: 1920px) {
  .ty_included_wr > .container {
    padding-top: 250px;
  }
}
.ty_included_wr.sales .container .row .ttl {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .ty_included_wr.sales .container .row .ttl {
    font-size: 24px;
    line-height: 130%;
  }
}
.ty_included_wr .decor_1 {
  top: 36px;
  right: 45px;
}
.ty_included_wr .decor_1 img {
  width: 46px;
}
@media (min-width: 992px) {
  .ty_included_wr .decor_1 {
    top: 70px;
    right: calc(50% - 302px);
  }
}
@media (min-width: 1440px) {
  .ty_included_wr .decor_1 {
    top: 84px;
    right: calc(50% - 510px);
  }
  .ty_included_wr .decor_1 img {
    width: 74px;
  }
}
@media (min-width: 1920px) {
  .ty_included_wr .decor_1 {
    top: 100px;
    right: 50px;
  }
  .ty_included_wr .decor_1 img {
    width: 76px;
  }
}
.ty_included_wr .decor_2 {
  top: 250px;
  right: 9px;
}
.ty_included_wr .decor_2 img {
  width: 59px;
}
@media (min-width: 992px) {
  .ty_included_wr .decor_2 {
    top: 301px;
    right: calc(50% - 390px);
  }
}
@media (min-width: 1440px) {
  .ty_included_wr .decor_2 {
    top: 456px;
    right: -30px;
  }
  .ty_included_wr .decor_2 img {
    width: 95px;
  }
}
@media (min-width: 1920px) {
  .ty_included_wr .decor_2 {
    top: 484px;
    right: -45px;
  }
  .ty_included_wr .decor_2 img {
    width: 98px;
  }
}
.ty_included_wr .decor_3 {
  top: 250px;
  left: 9px;
}
.ty_included_wr .decor_3 img {
  width: 61px;
}
@media (min-width: 992px) {
  .ty_included_wr .decor_3 {
    top: 212px;
    left: calc(50% - 390px);
  }
}
@media (min-width: 1440px) {
  .ty_included_wr .decor_3 {
    top: 313px;
    left: -20px;
  }
  .ty_included_wr .decor_3 img {
    width: 99px;
  }
}
@media (min-width: 1920px) {
  .ty_included_wr .decor_3 {
    top: 337px;
    left: -45px;
  }
  .ty_included_wr .decor_3 img {
    width: 102px;
  }
}
.ty_included_wr .container .row .ttl {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #0f0f3d;
}
@media (min-width: 400px) {
  .ty_included_wr .container .row .ttl {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .ty_included_wr .container .row .ttl {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .ty_included_wr .container .row .ttl {
    font-size: 54px;
  }
}
.ty_included_wr .container .row .ttl span {
  color: #00B9F3;
}
.ty_included_wr .container .row.included_items_wr {
  margin-top: 80px;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .ty_included_wr .container .row.included_items_wr {
    margin-top: 100px;
    padding-top: 43px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
  }
}
@media (min-width: 1440px) {
  .ty_included_wr .container .row.included_items_wr {
    margin-top: 110px;
    padding-top: 60px;
  }
}
@media (min-width: 1920px) {
  .ty_included_wr .container .row.included_items_wr {
    margin-top: 150px;
    padding-top: 50px;
  }
}
.ty_included_wr .container .row.included_items_wr picture.included_bg img {
  object-position: center top;
}
.ty_included_wr .container .row.included_items_wr .included_item_wr {
  margin-bottom: 32px;
}
@media (min-width: 375px) {
  .ty_included_wr .container .row.included_items_wr .included_item_wr {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 475px) {
  .ty_included_wr .container .row.included_items_wr .included_item_wr {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (min-width: 768px) {
  .ty_included_wr .container .row.included_items_wr .included_item_wr {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .ty_included_wr .container .row.included_items_wr .included_item_wr {
    margin-bottom: 50px;
    max-width: 264px;
  }
}
@media (min-width: 1200px) {
  .ty_included_wr .container .row.included_items_wr .included_item_wr {
    max-width: 315px;
  }
}
@media (min-width: 1440px) {
  .ty_included_wr .container .row.included_items_wr .included_item_wr {
    margin-bottom: 66px;
    max-width: 325px;
  }
}
@media (min-width: 1920px) {
  .ty_included_wr .container .row.included_items_wr .included_item_wr {
    margin-bottom: 70px;
    max-width: 340px;
  }
}
.ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl {
  font-size: 74px;
  line-height: 1;
  font-weight: 300;
  color: transparent;
  font-family: "Inter", serif;
  background-image: linear-gradient(0deg, #00A7DB, #4DD4FF);
  background-clip: text;
}
.ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl span {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.44;
}
@media (min-width: 992px) {
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl {
    font-size: 52px;
  }
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl span {
    font-size: 28px;
  }
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl .included_ttl_small {
    font-size: 44px;
    line-height: 1.26;
  }
}
@media (min-width: 1440px) {
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl {
    font-size: 70px;
  }
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl span {
    font-size: 38px;
  }
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl .included_ttl_small {
    font-size: 52px;
    line-height: 1.42;
  }
}
@media (min-width: 1920px) {
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl {
    font-size: 74px;
  }
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl span {
    font-size: 40px;
  }
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl .included_ttl_small {
    font-size: 55px;
    line-height: 1.42;
  }
}
.ty_included_wr .container .row.included_items_wr .included_item_wr .included_sub_ttl {
  font-size: 22px;
  line-height: 2;
  font-weight: 600;
  color: #0F0F3D;
  font-family: "Inter", serif;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_sub_ttl {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media (min-width: 1440px) {
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_sub_ttl {
    font-size: 21px;
  }
}
@media (min-width: 1920px) {
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_sub_ttl {
    font-size: 22px;
  }
}
.ty_included_wr .container .row.included_items_wr .included_item_wr .included_descr {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  font-family: "Inter", serif;
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid #ddd;
}
@media (min-width: 992px) {
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_descr {
    font-size: 13px;
    margin-top: 10px;
    padding-top: 18px;
  }
}
@media (min-width: 1440px) {
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_descr {
    font-size: 17px;
    margin-top: 15px;
    padding-top: 24px;
  }
}
@media (min-width: 1920px) {
  .ty_included_wr .container .row.included_items_wr .included_item_wr .included_descr {
    font-size: 18px;
    margin-top: 10px;
    padding-top: 25px;
  }
}

@media (min-width: 992px) {
  .ty_tools_wr .container {
    max-width: 787px;
  }
}
@media (min-width: 1200px) {
  .ty_tools_wr .container {
    max-width: 1010px;
  }
}
@media (min-width: 1440px) {
  .ty_tools_wr .container {
    max-width: 1049px;
  }
}
@media (min-width: 1440px) {
  .ty_tools_wr .container {
    max-width: 1098px;
  }
}
@media (min-width: 992px) {
  .ty_tools_wr .container .row {
    position: relative;
    padding-top: 40px;
    padding-bottom: 65px;
  }
  .ty_tools_wr .container .row:before, .ty_tools_wr .container .row:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background: #ddd;
    left: 13px;
    right: 13px;
  }
  .ty_tools_wr .container .row:before {
    top: 0;
  }
  .ty_tools_wr .container .row:after {
    bottom: 0;
  }
}
.ty_tools_wr .container .row .tools_ttl {
  font-size: 74px;
  line-height: 1;
  font-weight: 300;
  color: transparent;
  font-family: "Inter", serif;
  background-image: linear-gradient(0deg, #00A7DB, #4DD4FF);
  background-clip: text;
  padding-left: 15px;
  padding-right: 15px;
}
.ty_tools_wr .container .row .tools_ttl span {
  font-size: 40px;
  font-weight: 500;
}
.ty_tools_wr .container .row .tools_ttl .tools_ttl_small {
  font-size: 40px;
}
@media (min-width: 375px) {
  .ty_tools_wr .container .row .tools_ttl {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ty_tools_wr .container .row .tools_ttl .tools_ttl_small {
    font-size: 50px;
  }
}
@media (min-width: 475px) {
  .ty_tools_wr .container .row .tools_ttl {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (min-width: 768px) {
  .ty_tools_wr .container .row .tools_ttl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .ty_tools_wr .container .row .tools_ttl {
    font-size: 51px;
  }
  .ty_tools_wr .container .row .tools_ttl span {
    font-size: 27px;
  }
  .ty_tools_wr .container .row .tools_ttl .tools_ttl_small {
    font-size: 34px;
  }
}
@media (min-width: 1440px) {
  .ty_tools_wr .container .row .tools_ttl {
    max-width: 320px;
    flex: 0 0 320px;
    font-size: 71px;
  }
  .ty_tools_wr .container .row .tools_ttl span {
    font-size: 38px;
  }
  .ty_tools_wr .container .row .tools_ttl .tools_ttl_small {
    font-size: 45px;
  }
}
@media (min-width: 1920px) {
  .ty_tools_wr .container .row .tools_ttl {
    max-width: 350px;
    flex: 0 0 350px;
    font-size: 74px;
  }
  .ty_tools_wr .container .row .tools_ttl span {
    font-size: 40px;
  }
  .ty_tools_wr .container .row .tools_ttl .tools_ttl_small {
    font-size: 48px;
  }
}
.ty_tools_wr .container .row .tools_descr {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  font-family: "Inter", serif;
  padding-top: 41px;
  margin-bottom: 41px;
  margin-top: 41px;
}
@media (min-width: 375px) {
  .ty_tools_wr .container .row .tools_descr {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 475px) {
  .ty_tools_wr .container .row .tools_descr {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (min-width: 768px) {
  .ty_tools_wr .container .row .tools_descr {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .ty_tools_wr .container .row .tools_descr {
    font-size: 12px;
    padding-top: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 41px;
  }
}
@media (min-width: 1440px) {
  .ty_tools_wr .container .row .tools_descr {
    font-size: 17px;
    max-width: 250px;
    flex: 0 0 250px;
  }
}
@media (min-width: 1920px) {
  .ty_tools_wr .container .row .tools_descr {
    font-size: 18px;
    max-width: 260px;
    flex: 0 0 260px;
  }
}
.ty_tools_wr .container .row .tools_descr:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: #ddd;
}
@media (min-width: 375px) {
  .ty_tools_wr .container .row .tools_descr:before {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 475px) {
  .ty_tools_wr .container .row .tools_descr:before {
    left: 55px;
    right: 55px;
  }
}
@media (min-width: 768px) {
  .ty_tools_wr .container .row .tools_descr:before {
    left: 15px;
    right: 15px;
  }
}
@media (min-width: 992px) {
  .ty_tools_wr .container .row .tools_descr:before {
    left: 10px;
    right: unset;
    width: 1px;
    height: 100%;
  }
}
@media (min-width: 375px) {
  .ty_tools_wr .container .row .tools {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 475px) {
  .ty_tools_wr .container .row .tools {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (min-width: 768px) {
  .ty_tools_wr .container .row .tools {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1440px) {
  .ty_tools_wr .container .row .tools {
    max-width: 400px;
    flex: 0 0 400px;
    padding: 0;
  }
}
@media (min-width: 1920px) {
  .ty_tools_wr .container .row .tools {
    max-width: 406px;
    flex: 0 0 406px;
  }
}
.ty_tools_wr .container .row .tools .tool_item {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
  color: #000;
  font-family: "Inter", serif;
  padding-left: 65px;
  min-height: 24px;
  display: flex;
  align-items: center;
  position: relative;
}
.ty_tools_wr .container .row .tools .tool_item:nth-last-child(n+2) {
  margin-bottom: 28px;
}
@media (min-width: 375px) {
  .ty_tools_wr .container .row .tools .tool_item {
    font-size: 12px;
    padding-left: 77px;
  }
}
@media (min-width: 992px) {
  .ty_tools_wr .container .row .tools .tool_item {
    font-size: 12px;
  }
  .ty_tools_wr .container .row .tools .tool_item:nth-last-child(n+2) {
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .ty_tools_wr .container .row .tools .tool_item {
    padding-left: 82px;
    font-size: 17px;
  }
}
@media (min-width: 1920px) {
  .ty_tools_wr .container .row .tools .tool_item {
    padding-left: 80px;
    font-size: 18px;
  }
}
.ty_tools_wr .container .row .tools .tool_item .tool_number {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  color: #fff;
  font-family: "Inter", serif;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  text-align: center;
  border-radius: 5px;
  background: #00b9f3;
}
@media (min-width: 1440px) {
  .ty_tools_wr .container .row .tools .tool_item .tool_number {
    width: 68px;
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .ty_tools_wr .container .row .tools .tool_item .tool_number {
    width: 70px;
  }
}
.ty_tools_wr .container .txt_reg {
  font-size: 26px;
  line-height: 160%;
  font-weight: 500;
  color: #0f0f3d;
  text-align: center;
  margin: 70px auto 0;
  font-family: "Inter";
  max-width: 620px;
}
@media (max-width: 767px) {
  .ty_tools_wr .container .txt_reg {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 639px) {
  .ty_tools_wr .container .txt_reg {
    margin-bottom: 30px;
  }
}
.ty_tools_wr .container .txt_reg span {
  color: #00B9F3;
}

.ty_contact {
  padding-top: 110px;
}
@media (min-width: 992px) {
  .ty_contact {
    padding-top: 90px;
  }
}
@media (min-width: 1440px) {
  .ty_contact {
    padding-top: 140px;
  }
}
@media (min-width: 1440px) {
  .ty_contact .ty_contact_icon img {
    width: 72px;
  }
}
@media (min-width: 1920px) {
  .ty_contact .ty_contact_icon img {
    width: 74px;
  }
}
.ty_contact .ttl {
  font-size: 33px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .ty_contact .ttl {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.ty_contact .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
  color: #000;
  font-family: "Inter", serif;
}
@media (min-width: 1440px) {
  .ty_contact .txt {
    font-size: 18px;
  }
}
.ty_contact .txt a {
  color: #00b9f3;
  transition: all ease 0.3s;
}
.ty_contact .txt a:hover {
  color: #000;
}

.noc_ty_purchased {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  align-content: center;
}
.noc_ty_purchased header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 30px;
}
.noc_ty_purchased header .logo img {
  width: 200px;
}
.noc_ty_purchased .ttl {
  color: #fff;
}
@media (min-width: 440px) {
  .noc_ty_purchased .ttl {
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 1200px) {
  .noc_ty_purchased .ttl {
    max-width: 800px;
  }
}
.noc_ty_purchased .btn_noc {
  font-size: 18px;
  padding: 10px 30px;
}
.noc_ty_purchased .logo_noc img {
  width: 200px;
  margin-bottom: 50px;
}
.noc_ty_purchased hr {
  max-width: 722px;
  border-color: #00b9f3;
  margin: initial;
  margin-left: 0;
}
.noc_ty_purchased .steps {
  color: #fff;
  max-width: 650px;
}
.noc_ty_purchased .steps b {
  color: #00B9F3;
}
.noc_ty_purchased .steps a {
  color: #00B9F3;
  text-decoration: initial;
}

.giveaway_banner_top > picture img {
  object-position: center top;
}
.giveaway_banner_top > picture.giveaway_logo {
  top: 24px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 15;
}
@media (min-width: 992px) {
  .giveaway_banner_top > picture.giveaway_logo {
    left: 32px;
    transform: unset;
  }
  .giveaway_banner_top > picture.giveaway_logo img {
    width: 193px;
  }
}
@media (min-width: 1440px) {
  .giveaway_banner_top > picture.giveaway_logo {
    left: 36px;
  }
}
@media (min-width: 1920px) {
  .giveaway_banner_top > picture.giveaway_logo {
    left: 46px;
  }
  .giveaway_banner_top > picture.giveaway_logo img {
    width: 200px;
  }
}
.giveaway_banner_top .container .row {
  height: 763px;
  padding: 25px 0 80px;
  align-content: flex-end;
  justify-content: center;
}
@media (min-width: 992px) {
  .giveaway_banner_top .container .row {
    height: 921px;
    padding: 25px 0 100px;
  }
}
@media (min-width: 1440px) {
  .giveaway_banner_top .container .row {
    height: 1023px;
    padding: 25px 0 110px;
  }
}
@media (min-width: 1920px) {
  .giveaway_banner_top .container .row {
    height: 1137px;
    padding: 25px 0 135px;
  }
}
.giveaway_banner_top .container .row .brand_logo_wr {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .giveaway_banner_top .container .row .brand_logo_wr {
    margin-bottom: 43px;
  }
  .giveaway_banner_top .container .row .brand_logo_wr img {
    width: 268px;
  }
}
@media (min-width: 1440px) {
  .giveaway_banner_top .container .row .brand_logo_wr {
    margin-bottom: 48px;
  }
  .giveaway_banner_top .container .row .brand_logo_wr img {
    width: 302px;
  }
}
@media (min-width: 1920px) {
  .giveaway_banner_top .container .row .brand_logo_wr {
    margin-bottom: 60px;
  }
  .giveaway_banner_top .container .row .brand_logo_wr img {
    width: 382px;
  }
}
.giveaway_banner_top .container .row .descr {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  margin-bottom: 28px;
}
@media (min-width: 480px) {
  .giveaway_banner_top .container .row .descr {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .giveaway_banner_top .container .row .descr {
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .giveaway_banner_top .container .row .descr {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  .giveaway_banner_top .container .row .descr {
    font-size: 40px;
    margin-bottom: 42px;
  }
}
.giveaway_banner_top .container .row .txt {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  font-family: "Inter", serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 375px) {
  .giveaway_banner_top .container .row .txt br {
    display: none;
  }
}
@media (min-width: 480px) {
  .giveaway_banner_top .container .row .txt {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .giveaway_banner_top .container .row .txt {
    font-size: 17px;
  }
}
@media (min-width: 1920px) {
  .giveaway_banner_top .container .row .txt {
    font-size: 22px;
  }
}
.giveaway_banner_top .container .row .txt .play_btn {
  background: #00B2EA;
  width: 176px;
  height: 54px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  font-family: "Inter", serif;
  margin-top: 24px;
}
.giveaway_banner_top .container .row .txt .play_btn:hover {
  background: #0F0F3D;
}
@media (min-width: 1440px) {
  .giveaway_banner_top .container .row .txt .play_btn {
    width: 196px;
    height: 60px;
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .giveaway_banner_top .container .row .txt .play_btn {
    width: 218px;
    height: 67px;
    font-size: 20px;
  }
}

.giveaway_video_wr {
  padding: 42px 0 0;
}
@media (min-width: 992px) {
  .giveaway_video_wr {
    padding: 80px 0 0;
  }
}
@media (min-width: 1440px) {
  .giveaway_video_wr {
    padding: 100px 0 0;
  }
}
.giveaway_video_wr .ttl {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  color: #0F0F3D;
  font-family: "Inter", serif;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .giveaway_video_wr .ttl {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .giveaway_video_wr .ttl {
    font-size: 26px;
    margin-bottom: 82px;
  }
}
@media (min-width: 1440px) {
  .giveaway_video_wr .ttl {
    font-size: 29px;
    margin-bottom: 95px;
  }
}
@media (min-width: 1920px) {
  .giveaway_video_wr .ttl {
    font-size: 30px;
    margin-bottom: 100px;
  }
}
.giveaway_video_wr .video_wrap {
  border-radius: 15px;
  overflow: hidden;
}

.giveaway_learn {
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .giveaway_learn {
    padding-bottom: 70px;
  }
}
@media (min-width: 1440px) {
  .giveaway_learn {
    padding-bottom: 85px;
  }
}
@media (min-width: 1920px) {
  .giveaway_learn {
    padding-bottom: 125px;
  }
}
.giveaway_learn .container .row .ttl {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #0F0F3D;
  font-family: "Inter", serif;
  margin-bottom: 25px;
  margin-top: 40px;
}
@media (min-width: 480px) {
  .giveaway_learn .container .row .ttl {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .giveaway_learn .container .row .ttl {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .giveaway_learn .container .row .ttl {
    font-size: 34px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1920px) {
  .giveaway_learn .container .row .ttl {
    font-size: 36px;
    margin-bottom: 37px;
  }
}
.giveaway_learn .container .row .learn_item_wr {
  margin: 15px 0;
}
.giveaway_learn .container .row .learn_item_wr .learn_item {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #0F0F3D;
  font-family: "Inter", serif;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 3.82px 38.2px 0 rgba(0, 0, 0, 0.08);
  padding: 23px;
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 576px) {
  .giveaway_learn .container .row .learn_item_wr .learn_item {
    max-width: unset;
    min-height: 260px;
  }
}
@media (min-width: 992px) {
  .giveaway_learn .container .row .learn_item_wr .learn_item {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .giveaway_learn .container .row .learn_item_wr .learn_item {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .giveaway_learn .container .row .learn_item_wr .learn_item {
    font-size: 19px;
  }
}
.giveaway_learn .container .row .learn_item_wr .learn_item span {
  color: #37DBFF;
  font-weight: 700;
}
.giveaway_learn .container .row .learn_item_wr .learn_item:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  margin-bottom: 15px;
  border-radius: 100%;
  background: #37DBFF;
}
.giveaway_learn .container .row .learn_item_wr:nth-child(2) .learn_item span {
  color: #028EDC;
}
.giveaway_learn .container .row .learn_item_wr:nth-child(2) .learn_item:before {
  background: #028EDC;
}
.giveaway_learn .container .row .learn_item_wr:nth-child(3) .learn_item span {
  color: #0D7A92;
}
.giveaway_learn .container .row .learn_item_wr:nth-child(3) .learn_item:before {
  background: #0D7A92;
}
.giveaway_learn .container .row .learn_item_wr:nth-child(4) .learn_item:before {
  background: #00B3DB;
}
.giveaway_learn .container .row .learn_item_wr:nth-child(4) .learn_item span {
  color: #00B3DB;
}
.giveaway_learn .container .row .learn_item_wr:nth-child(5) .learn_item span {
  color: #009CF3;
}
.giveaway_learn .container .row .learn_item_wr:nth-child(5) .learn_item:before {
  background: #009CF3;
}
.giveaway_learn .container .row .learn_item_wr:nth-child(6) .learn_item span {
  color: #25AECC;
}
.giveaway_learn .container .row .learn_item_wr:nth-child(6) .learn_item:before {
  background: #25AECC;
}

@media (min-width: 1440px) {
  .giveaway_banner_bottom {
    max-width: 1176px;
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  .giveaway_banner_bottom {
    max-width: 1620px;
    margin: 0 auto;
  }
}
.giveaway_banner_bottom > picture img {
  object-position: center top;
}
.giveaway_banner_bottom > picture.giveaway_logo {
  top: 24px;
  left: 15px;
  z-index: 15;
}
@media (min-width: 992px) {
  .giveaway_banner_bottom > picture.giveaway_logo {
    left: 30px;
  }
  .giveaway_banner_bottom > picture.giveaway_logo img {
    width: 168px;
  }
}
@media (min-width: 1440px) {
  .giveaway_banner_bottom > picture.giveaway_logo {
    left: 32px;
  }
  .giveaway_banner_bottom > picture.giveaway_logo img {
    width: 212px;
  }
}
@media (min-width: 1920px) {
  .giveaway_banner_bottom > picture.giveaway_logo {
    left: 42px;
  }
  .giveaway_banner_bottom > picture.giveaway_logo img {
    width: 236px;
  }
}
.giveaway_banner_bottom .ttl {
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  top: 87px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 15;
  letter-spacing: 4.4px;
}
@media (min-width: 992px) {
  .giveaway_banner_bottom .ttl {
    top: 53px;
    letter-spacing: 4.4px;
  }
}
@media (min-width: 1440px) {
  .giveaway_banner_bottom .ttl {
    top: 68px;
    font-size: 14px;
    letter-spacing: 5.6px;
  }
}
@media (min-width: 1920px) {
  .giveaway_banner_bottom .ttl {
    top: 76px;
    font-size: 16px;
    letter-spacing: 6.4px;
  }
}
.giveaway_banner_bottom .container .row {
  height: 925px;
  padding: 25px 0 80px;
  align-content: flex-end;
  justify-content: center;
}
@media (min-width: 992px) {
  .giveaway_banner_bottom .container .row {
    height: 930px;
    padding: 25px 0 100px;
  }
}
@media (min-width: 1440px) {
  .giveaway_banner_bottom .container .row {
    height: 1192px;
    padding: 25px 0 155px;
  }
}
@media (min-width: 1920px) {
  .giveaway_banner_bottom .container .row {
    height: 1324px;
    padding: 25px 0 172px;
  }
}
.giveaway_banner_bottom .container .row .brand_logo_wr {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .giveaway_banner_bottom .container .row .brand_logo_wr {
    margin-bottom: 43px;
  }
  .giveaway_banner_bottom .container .row .brand_logo_wr img {
    width: 268px;
  }
}
@media (min-width: 1440px) {
  .giveaway_banner_bottom .container .row .brand_logo_wr {
    margin-bottom: 48px;
  }
  .giveaway_banner_bottom .container .row .brand_logo_wr img {
    width: 302px;
  }
}
@media (min-width: 1920px) {
  .giveaway_banner_bottom .container .row .brand_logo_wr {
    margin-bottom: 60px;
  }
  .giveaway_banner_bottom .container .row .brand_logo_wr img {
    width: 382px;
  }
}
.giveaway_banner_bottom .container .row .descr {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  color: #fff;
  font-family: "Inter", serif;
}
@media (min-width: 480px) {
  .giveaway_banner_bottom .container .row .descr {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .giveaway_banner_bottom .container .row .descr {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .giveaway_banner_bottom .container .row .descr {
    font-size: 22px;
  }
}
.giveaway_banner_bottom .container .row .descr .signature {
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 992px) {
  .giveaway_banner_bottom .container .row .descr .signature img {
    width: 236px;
  }
}
@media (min-width: 1440px) {
  .giveaway_banner_bottom .container .row .descr .signature img {
    width: 300px;
  }
}
@media (min-width: 1920px) {
  .giveaway_banner_bottom .container .row .descr .signature img {
    width: 332px;
  }
}

.giveaway_contact {
  padding-top: 59px;
}
@media (min-width: 992px) {
  .giveaway_contact {
    padding-top: 84px;
  }
}
@media (min-width: 1440px) {
  .giveaway_contact {
    padding-top: 92px;
  }
}
@media (min-width: 1920px) {
  .giveaway_contact {
    padding-top: 100px;
  }
}
@media (min-width: 1440px) {
  .giveaway_contact .giveaway_contact_icon img {
    width: 72px;
  }
}
@media (min-width: 1920px) {
  .giveaway_contact .giveaway_contact_icon img {
    width: 74px;
  }
}
.giveaway_contact .ttl {
  font-size: 33px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .giveaway_contact .ttl {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.giveaway_contact .txt {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
  color: #000;
  font-family: "Inter", serif;
}
@media (min-width: 1440px) {
  .giveaway_contact .txt {
    font-size: 18px;
  }
}
.giveaway_contact .txt a {
  color: #00B9F3;
  transition: all ease 0.3s;
}
.giveaway_contact .txt a:hover {
  color: #000;
}

.page-template-program_noc_recording .noc_sq_bnr_top header .top_menu {
  display: none;
}
.page-template-program_noc_recording #noc_sq_mc_dates {
  display: none;
}
.page-template-program_noc_recording .noc_sq_bnr_guided {
  padding-bottom: 120px;
}

.page-template-program_noc_recording_ty #prices.noc .column.info .foot,
.page-template-program_noc_recording_ty_bonus #prices.noc .column.info .foot {
  display: none;
}
.page-template-program_noc_recording_ty .noc_sls_bnr_top,
.page-template-program_noc_recording_ty_bonus .noc_sls_bnr_top {
  max-width: 1620px;
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 0 8px 8px;
  position: relative;
}
.page-template-program_noc_recording_ty .noc_sls_bnr_top:before,
.page-template-program_noc_recording_ty_bonus .noc_sls_bnr_top:before {
  position: absolute;
  z-index: 30;
  width: 210px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  top: -20px;
  left: calc(50% - 105px);
  border-radius: 5px;
  background: #00b9f3;
  color: #fff;
  font-size: 22px;
  font-family: "Inter";
  letter-spacing: 1px;
  font-weight: 600;
  content: "Introducing";
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-template-program_noc_recording_ty .noc_sls_bnr_top:before,
  .page-template-program_noc_recording_ty_bonus .noc_sls_bnr_top:before {
    transform: scale(0.7);
  }
}
.page-template-program_noc_recording_ty .noc_sls_bnr_top picture,
.page-template-program_noc_recording_ty_bonus .noc_sls_bnr_top picture {
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.page-template-program_noc_recording_ty .noc_sls_bnr_top header .wrap,
.page-template-program_noc_recording_ty_bonus .noc_sls_bnr_top header .wrap {
  padding: 15px 15px;
}
.page-template-program_noc_recording_ty .noc_sls_bnr_top header .top_menu,
.page-template-program_noc_recording_ty_bonus .noc_sls_bnr_top header .top_menu {
  display: none;
}

.noc_rec_ty_top_video {
  padding-top: 0;
  position: relative;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}
.noc_rec_ty_top_video.bonus .video_noc {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .noc_rec_ty_top_video.bonus .video_noc {
    margin-top: 100px;
  }
}
.noc_rec_ty_top_video > .cover_image img {
  object-position: center top;
}
.noc_rec_ty_top_video .price_timer_wrap {
  display: none;
}
.noc_rec_ty_top_video .header_timer {
  font-family: "Inter", serif;
  width: 260px;
  margin-left: 19px;
}
@media (max-width: 1200px) {
  .noc_rec_ty_top_video .header_timer {
    margin-left: 10px;
    width: 250px;
  }
}
@media (max-width: 991px) {
  .noc_rec_ty_top_video .header_timer {
    margin: 0 auto 0 30px;
    display: none;
  }
}
@media (max-width: 767px) {
  .noc_rec_ty_top_video .header_timer {
    margin: initial;
    width: 200px;
  }
}
.noc_rec_ty_top_video .header_timer .countdown-row {
  display: flex;
  justify-content: center;
}
.noc_rec_ty_top_video .header_timer .countdown-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  justify-content: center;
}
.noc_rec_ty_top_video .header_timer .countdown-section:before {
  position: absolute;
  top: 0;
  right: -6px;
  font-size: 38px;
  font-weight: 300;
  color: #fff;
  content: ":";
}
@media (max-width: 991px) {
  .noc_rec_ty_top_video .header_timer .countdown-section:before {
    font-size: 30px;
  }
}
.noc_rec_ty_top_video .header_timer .countdown-section.nodot:before {
  display: none !important;
}
.noc_rec_ty_top_video .header_timer .countdown-section .countdown-amount {
  width: 100%;
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .noc_rec_ty_top_video .header_timer .countdown-section .countdown-amount {
    font-size: 26px;
  }
}
.noc_rec_ty_top_video .header_timer .countdown-section .countdown-period {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 991px) {
  .noc_rec_ty_top_video .header_timer .countdown-section .countdown-period {
    font-size: 10px;
  }
}
.noc_rec_ty_top_video header {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
}
.noc_rec_ty_top_video header .wrap {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 20px 45px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1699px) {
  .noc_rec_ty_top_video header .wrap {
    padding: 7px 15px;
  }
}
@media (max-width: 767px) {
  .noc_rec_ty_top_video header .wrap {
    padding: 20px 15px;
    text-align: center;
  }
}
.noc_rec_ty_top_video header .wrap .copy {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.noc_rec_ty_top_video header .wrap .copy p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  margin-left: 35px;
  padding-left: 30px;
  border-left: 1px solid #fff;
}
@media (max-width: 1220px) {
  .noc_rec_ty_top_video header .wrap .copy p {
    display: none;
  }
}
@media (max-width: 991px) {
  .noc_rec_ty_top_video header .wrap .copy p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .noc_rec_ty_top_video header .wrap .copy p {
    display: none;
  }
}
.noc_rec_ty_top_video header .wrap .copy p b {
  font-size: 16px;
  font-weight: 600;
  color: #00B9F3;
}
@media (max-width: 991px) {
  .noc_rec_ty_top_video header .wrap .copy p b {
    font-size: 14px;
  }
}
.noc_rec_ty_top_video header .wrap .logo img {
  width: 201px;
}
@media (max-width: 767px) {
  .noc_rec_ty_top_video header .wrap .logo img {
    max-width: 180px;
  }
}
@media (max-width: 639px) {
  .noc_rec_ty_top_video header .wrap .logo img {
    max-width: 160px;
  }
}
.noc_rec_ty_top_video header .top_menu {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
}
.noc_rec_ty_top_video header .top_menu .dates_copy {
  margin-bottom: 0;
  font-size: 11px;
  font-style: italic;
  color: #fff;
  margin-right: 15px;
}
@media (max-width: 639px) {
  .noc_rec_ty_top_video header .top_menu .dates_copy {
    display: none;
  }
}
.noc_rec_ty_top_video header .top_menu li {
  margin: 0 5px;
}
.noc_rec_ty_top_video header .top_menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", serif;
  padding: 5px 15px;
  text-align: center;
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .noc_rec_ty_top_video header .top_menu li a {
    display: none;
  }
}
.noc_rec_ty_top_video header .top_menu li a.btn_noc {
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", serif;
  margin-left: 7px;
  padding: 10px 10px;
  border-radius: 60px;
  border: 2px solid #fff;
  width: 110px;
}
.noc_rec_ty_top_video header .top_menu li a.btn_noc:hover {
  background: #00B9F3;
}
@media (max-width: 1500px) {
  .noc_rec_ty_top_video header .top_menu li a.btn_noc {
    padding: 10px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .noc_rec_ty_top_video header .top_menu li a.btn_noc {
    display: block;
  }
}
.noc_rec_ty_top_video .container {
  text-align: center;
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .noc_rec_ty_top_video .container {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .noc_rec_ty_top_video .container {
    padding-bottom: 80px;
  }
}
.noc_rec_ty_top_video .label_logo {
  display: block;
  margin: 25px 0 42px;
  margin-top: 50px;
}
.noc_rec_ty_top_video .label_logo.transparent {
  opacity: 0;
}
@media (max-width: 1699px) {
  .noc_rec_ty_top_video .label_logo {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .noc_rec_ty_top_video .label_logo {
    margin-top: 170px;
  }
}
@media (max-width: 767px) {
  .noc_rec_ty_top_video .label_logo {
    text-align: center;
    margin-top: 100px;
  }
}
.noc_rec_ty_top_video .label_logo img {
  width: 100%;
  max-width: 230px;
}
@media (max-width: 1699px) {
  .noc_rec_ty_top_video .label_logo img {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .noc_rec_ty_top_video .label_logo img {
    max-width: 170px;
    margin: 0 auto;
  }
}
.noc_rec_ty_top_video .ttl {
  font-size: 60px;
  line-height: 130%;
  color: #fff;
  font-weight: 600;
  margin-bottom: 80px;
}
@media (max-width: 1699px) {
  .noc_rec_ty_top_video .ttl {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .noc_rec_ty_top_video .ttl {
    text-align: center;
    margin-bottom: 40px;
  }
}
.noc_rec_ty_top_video .video_noc {
  max-width: 725px;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .noc_rec_ty_top_video .btn.btn_noc {
    max-width: 375px;
    width: 100%;
  }
}
@media (min-width: 991px) and (min-height: 1300px) {
  .noc_rec_ty_top_video {
    height: 100vh;
  }
  .noc_rec_ty_top_video > .cover_image img {
    object-position: center 5%;
  }
  .noc_rec_ty_top_video > .container {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .noc_rec_ty_top_video .list_wrap {
    padding: 25px 15px 0;
  }
}

.down_icon_big.noc svg {
  display: none;
}
.down_icon_big.noc .noc_img {
  display: block !important;
  transform: scale(0.95);
  transition: all 0.2s;
}
.down_icon_big.noc .noc_img:hover {
  transform: scale(1);
}

.noc_cceu_banner_top {
  background: url(../img/programs/noc/cceu/bnr_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.noc_cceu_banner_top header .wrap {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 40px 45px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .noc_cceu_banner_top header .wrap {
    padding: 30px 15px;
  }
}
.noc_cceu_banner_top header p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  margin-left: 35px;
  padding-left: 30px;
  border-left: 1px solid #fff;
}
@media (max-width: 991px) {
  .noc_cceu_banner_top header p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .noc_cceu_banner_top header p {
    display: none;
  }
}
.noc_cceu_banner_top header p b {
  font-size: 16px;
  font-weight: 600;
  color: #f19108;
}
@media (max-width: 991px) {
  .noc_cceu_banner_top header p b {
    font-size: 14px;
  }
}
.noc_cceu_banner_top .container {
  color: #fff;
  padding-top: 31px;
  padding-bottom: 143px;
  text-align: center;
}
@media (max-width: 767px) {
  .noc_cceu_banner_top .container {
    text-align: center;
  }
}
.noc_cceu_banner_top .container h1 {
  font-family: Inter;
  color: #fff;
  margin-top: 18px;
  margin-bottom: 19px;
  font-weight: 600;
  letter-spacing: 0px;
}
@media (min-width: 1200px) {
  .noc_cceu_banner_top .container h1 {
    font-size: 46px;
    line-height: 55px;
  }
}
.noc_cceu_banner_top .container p {
  font-size: 22px;
  font-weight: 400;
  max-width: 540px;
  width: 100%;
  margin: 0 auto 44px;
}
@media (max-width: 767px) {
  .noc_cceu_banner_top .container p {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .noc_cceu_banner_top .container p {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .noc_cceu_banner_top .container p {
    font-size: 15px;
  }
}

.noc_cceu_cta {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: -76px auto -70px;
  padding: 47px 15px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
@media (max-width: 991px) {
  .noc_cceu_cta {
    max-width: 98%;
  }
}
.noc_cceu_cta:before {
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  text-align: center;
  content: "Click the button below to receive your 1.5 CCEUs.";
  font-size: 14px;
  font-style: italic;
  color: #fff;
}
.noc_cceu_cta a.btn {
  font-size: 18px;
  font-family: "Inter";
  font-weight: 600;
  padding: 11px 50px;
  letter-spacing: 1px;
  border-radius: 0;
  border-radius: 100px;
}

.noc_cceu_cta_after {
  position: relative;
  z-index: 1;
  background: #f5f5f5;
  text-align: center;
  text-align: center;
  padding: 140px 15px 68px;
}
@media (max-width: 991px) {
  .noc_cceu_cta_after {
    padding-bottom: 60px;
  }
}
.noc_cceu_cta_after p {
  font-size: 45px;
  line-height: 68px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .noc_cceu_cta_after p {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 479px) {
  .noc_cceu_cta_after p {
    font-size: 26px;
    line-height: 34px;
  }
}
.noc_cceu_cta_after p b {
  color: #00B9F3;
  font-weight: 600;
}

#noc_cceu_content {
  text-align: center;
  padding: 110px 15px 0px;
  position: relative;
  margin-bottom: 120px;
}
#noc_cceu_content p {
  display: block;
  max-width: 920px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 48px;
  font-weight: 600;
  font-family: "Inter";
  color: #0f0f3d;
}
@media (max-width: 767px) {
  #noc_cceu_content p {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 479px) {
  #noc_cceu_content p br {
    display: none;
  }
}
#noc_cceu_content p b,
#noc_cceu_content p span {
  color: #00B9F3;
}

#modal_cceu_error {
  pointer-events: none;
}
#modal_cceu_error .modal-content {
  border-radius: 6px;
}
#modal_cceu_error .modal-header {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #0094c2;
}
#modal_cceu_error .modal-header h5,
#modal_cceu_error .modal-header .modal-title {
  padding: 22px 0;
  color: #fff;
  width: 100%;
  font-size: 20px;
  text-align: center;
}
#modal_cceu_error .modal-header .close {
  display: none;
}
#modal_cceu_error .modal-body .txt_wrap {
  padding: 50px 60px;
  text-align: center;
}
@media (max-width: 639px) {
  #modal_cceu_error .modal-body .txt_wrap {
    padding: 30px 15px;
  }
}
#modal_cceu_error .modal-body .txt_wrap h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
#modal_cceu_error .modal-body .txt_wrap p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0px;
}
#modal_cceu_error .modal-body .txt_wrap a {
  margin-top: 10px;
  text-decoration: underline;
  transition: all 0.2s;
  color: #00B9F3;
}
#modal_cceu_error .modal-body .txt_wrap a:hover {
  text-decoration: none;
}

.noc_cceu_sub_bnr {
  margin: 0 auto 200px;
  border-radius: 6px;
  max-width: 1100px;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .noc_cceu_sub_bnr {
    max-width: 98%;
  }
}
.noc_cceu_sub_bnr .top {
  position: relative;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border-radius: 8px 8px 0 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 6px;
}
@media (max-width: 991px) {
  .noc_cceu_sub_bnr .top {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .noc_cceu_sub_bnr .top {
    flex-wrap: wrap;
    padding-top: 110px;
    padding-bottom: 30px;
  }
}
.noc_cceu_sub_bnr .top > img {
  max-width: 300px;
}
.noc_cceu_sub_bnr .top p {
  font-family: "Inter";
  font-size: 14px;
  line-height: 24px;
  width: 20%;
  text-align: center;
  color: #0f0f3d;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .noc_cceu_sub_bnr .top p {
    padding-left: 5px;
    padding-right: 5px;
  }
  .noc_cceu_sub_bnr .top p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .noc_cceu_sub_bnr .top p {
    order: 1;
    width: 33.33%;
  }
}
@media (max-width: 639px) {
  .noc_cceu_sub_bnr .top p {
    width: 100%;
    margin-bottom: 20px;
  }
  .noc_cceu_sub_bnr .top p br {
    display: initial;
  }
}
.noc_cceu_sub_bnr .top p b {
  font-family: "Poppins";
  color: #00B9F3;
  font-size: 26px;
  line-height: 39px;
  font-weight: 600;
  font-weight: 600;
}
@media (max-width: 991px) {
  .noc_cceu_sub_bnr .top p b {
    font-size: 20px;
    line-height: 30px;
    display: block;
  }
}
@media (max-width: 639px) {
  .noc_cceu_sub_bnr .top p b {
    display: initial;
    font-size: 18px;
    line-height: 24px;
  }
}
.noc_cceu_sub_bnr .top img {
  position: relative;
  top: -59px;
  left: 20px;
  margin-bottom: -50px;
  margin-right: -45px;
}
@media (max-width: 767px) {
  .noc_cceu_sub_bnr .top img {
    order: 0;
    position: absolute;
    top: -59px;
    left: calc(50% - 125px);
    max-width: 250px;
  }
}
.noc_cceu_sub_bnr .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 0 8px 8px;
  padding: 26px 5px 31px;
  background: #0094c2;
}
@media (max-width: 639px) {
  .noc_cceu_sub_bnr .bottom {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 10px;
  }
}
.noc_cceu_sub_bnr .bottom p {
  font-family: "Inter";
  font-size: 16px;
  line-height: 17px;
  width: 20%;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 639px) {
  .noc_cceu_sub_bnr .bottom p {
    width: 33.33%;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .noc_cceu_sub_bnr .bottom p {
    width: 50%;
  }
}
.noc_cceu_sub_bnr .bottom p img {
  margin-top: -5px;
  margin-bottom: 5px;
}
.noc_cceu_sub_bnr .bottom p b {
  font-family: "Poppins";
  color: #fff;
  font-size: 34px;
  line-height: 50px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .noc_cceu_sub_bnr .bottom p b {
    font-size: 22px;
    line-height: 32px;
  }
}

.noc_sales_bonus_interview .descr {
  line-height: 1.6;
}
@media (min-width: 992px) {
  .noc_sales_bonus_interview .descr {
    width: 910px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .noc_sales_bonus_interview .row.bonus_slick:not(.slick-initialized) > :not(:first-child) {
    display: none !important;
  }
}
.noc_sales_bonus_interview .row .bonus_person_wr:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .noc_sales_bonus_interview .row .bonus_person_wr:not(:last-child) {
    margin-bottom: 0;
  }
}
.noc_sales_bonus_interview .row .bonus_person_wr .bonus_person_item {
  background: #F8F8F8;
  border-radius: 10px;
}
.noc_sales_bonus_interview .row .bonus_person_wr .bonus_person_item .bonus_person_img_wr .bonus_person_title_wr {
  bottom: 15px;
  left: 16px;
  right: 16px;
  z-index: 10;
}
.noc_sales_bonus_interview .row .bonus_person_wr .bonus_person_item .bonus_person_img_wr .bonus_person_title_wr .bonus_person_title {
  font-family: "Inter", serif;
  color: #C69B63;
  line-height: 1.4;
}
.noc_sales_bonus_interview .row .bonus_person_wr .bonus_person_item .bonus_person_img_wr .bonus_person_title_wr .bonus_person_descr {
  color: #fff;
  line-height: 1.4;
}
.noc_sales_bonus_interview .row .bonus_person_wr .bonus_person_item .bonus_person_text {
  font-family: "Inter", serif;
  padding: 20px 10px;
  line-height: 1.6;
}
.noc_sales_bonus_interview .row .bonus_person_wr .bonus_person_item .bonus_person_text ul {
  padding-left: 15px;
  margin-bottom: 0;
}
.noc_sales_bonus_interview .row .bonus_person_wr .bonus_person_item .bonus_person_text ul li {
  font-family: "Inter", serif;
}
.noc_sales_bonus_interview .row .bonus_person_wr .bonus_person_item .bonus_person_text ul li:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .page-template-program_noc_sales_practitioner #program_faq {
    margin-top: 80px;
  }
}
.page-template-program_noc_sales_practitioner #program_faq .accordion .card-body p a,
.page-template-program_noc_sales_practitioner #program_faq .card-header h5 {
  color: #c69b63;
}
.page-template-program_noc_sales_practitioner .noc_practitioner_timer {
  display: block !important;
}

.noc_sls_practitioner_bnr_top {
  padding-top: 0;
  position: relative;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}
.noc_sls_practitioner_bnr_top > .cover_image img {
  object-position: center top;
}
.noc_sls_practitioner_bnr_top .noc_practitioner_timer {
  display: none;
}
.noc_sls_practitioner_bnr_top .header_timer {
  font-family: "Inter", serif;
  width: 260px;
  margin-left: 19px;
}
@media (max-width: 1200px) {
  .noc_sls_practitioner_bnr_top .header_timer {
    margin-left: 10px;
    width: 250px;
  }
}
@media (max-width: 991px) {
  .noc_sls_practitioner_bnr_top .header_timer {
    margin: 0 auto 0 30px;
    display: none;
  }
}
@media (max-width: 767px) {
  .noc_sls_practitioner_bnr_top .header_timer {
    margin: initial;
    width: 200px;
  }
}
.noc_sls_practitioner_bnr_top .header_timer .countdown-row {
  display: flex;
  justify-content: center;
}
.noc_sls_practitioner_bnr_top .header_timer .countdown-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  justify-content: center;
}
.noc_sls_practitioner_bnr_top .header_timer .countdown-section:before {
  position: absolute;
  top: 0;
  right: -6px;
  font-size: 38px;
  font-weight: 300;
  color: #fff;
  content: ":";
}
@media (max-width: 991px) {
  .noc_sls_practitioner_bnr_top .header_timer .countdown-section:before {
    font-size: 30px;
  }
}
.noc_sls_practitioner_bnr_top .header_timer .countdown-section.nodot:before {
  display: none !important;
}
.noc_sls_practitioner_bnr_top .header_timer .countdown-section .countdown-amount {
  width: 100%;
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .noc_sls_practitioner_bnr_top .header_timer .countdown-section .countdown-amount {
    font-size: 26px;
  }
}
.noc_sls_practitioner_bnr_top .header_timer .countdown-section .countdown-period {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 991px) {
  .noc_sls_practitioner_bnr_top .header_timer .countdown-section .countdown-period {
    font-size: 10px;
  }
}
.noc_sls_practitioner_bnr_top header {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
}
.noc_sls_practitioner_bnr_top header .wrap {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 20px 45px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1699px) {
  .noc_sls_practitioner_bnr_top header .wrap {
    padding: 7px 15px;
  }
}
@media (max-width: 767px) {
  .noc_sls_practitioner_bnr_top header .wrap {
    padding: 20px 15px;
    text-align: center;
  }
}
.noc_sls_practitioner_bnr_top header .wrap .copy {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.noc_sls_practitioner_bnr_top header .wrap .copy p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  margin-left: 35px;
  padding-left: 30px;
  border-left: 1px solid #fff;
}
@media (max-width: 1220px) {
  .noc_sls_practitioner_bnr_top header .wrap .copy p {
    display: none;
  }
}
@media (max-width: 991px) {
  .noc_sls_practitioner_bnr_top header .wrap .copy p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .noc_sls_practitioner_bnr_top header .wrap .copy p {
    display: none;
  }
}
.noc_sls_practitioner_bnr_top header .wrap .copy p b {
  font-size: 16px;
  font-weight: 600;
  color: #00B9F3;
}
@media (max-width: 991px) {
  .noc_sls_practitioner_bnr_top header .wrap .copy p b {
    font-size: 14px;
  }
}
.noc_sls_practitioner_bnr_top header .wrap .logo img {
  width: 201px;
}
@media (max-width: 767px) {
  .noc_sls_practitioner_bnr_top header .wrap .logo img {
    max-width: 180px;
  }
}
@media (max-width: 639px) {
  .noc_sls_practitioner_bnr_top header .wrap .logo img {
    max-width: 160px;
  }
}
.noc_sls_practitioner_bnr_top header .top_menu {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
}
.noc_sls_practitioner_bnr_top header .top_menu .dates_copy {
  margin-bottom: 0;
  font-size: 11px;
  font-style: italic;
  color: #fff;
  margin-right: 15px;
}
@media (max-width: 639px) {
  .noc_sls_practitioner_bnr_top header .top_menu .dates_copy {
    display: none;
  }
}
.noc_sls_practitioner_bnr_top header .top_menu li {
  margin: 0 5px;
}
.noc_sls_practitioner_bnr_top header .top_menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", serif;
  padding: 5px 15px;
  text-align: center;
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .noc_sls_practitioner_bnr_top header .top_menu li a {
    display: none;
  }
}
@media (max-width: 479px) {
  .noc_sls_practitioner_bnr_top header .top_menu li a.btn_noc_gold {
    display: none !important;
  }
}
.noc_sls_practitioner_bnr_top header .top_menu li a.btn_noc {
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", serif;
  margin-left: 7px;
  padding: 10px 10px;
  border-radius: 60px;
  border: 2px solid #fff;
  width: 110px;
}
.noc_sls_practitioner_bnr_top header .top_menu li a.btn_noc:hover {
  background: #00B9F3;
}
@media (max-width: 1500px) {
  .noc_sls_practitioner_bnr_top header .top_menu li a.btn_noc {
    padding: 10px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .noc_sls_practitioner_bnr_top header .top_menu li a.btn_noc {
    display: block;
  }
}
.noc_sls_practitioner_bnr_top .descr {
  position: relative;
  right: -100px;
  max-width: 700px;
  margin: 0 0 0 auto;
  text-align: left;
}
@media (max-width: 1300px) {
  .noc_sls_practitioner_bnr_top .descr {
    right: 0;
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .noc_sls_practitioner_bnr_top .descr {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .noc_sls_practitioner_bnr_top .descr {
    max-width: 100%;
    text-align: center;
  }
}
.noc_sls_practitioner_bnr_top .label_logo {
  display: block;
  margin: 155px 0 42px;
}
@media (max-width: 1699px) {
  .noc_sls_practitioner_bnr_top .label_logo {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .noc_sls_practitioner_bnr_top .label_logo {
    margin-top: 170px;
  }
}
@media (max-width: 767px) {
  .noc_sls_practitioner_bnr_top .label_logo {
    margin: 0 auto;
    text-align: center;
    margin: 400px auto 20px;
  }
}
@media (max-width: 639px) {
  .noc_sls_practitioner_bnr_top .label_logo {
    margin-top: 320px;
  }
}
.noc_sls_practitioner_bnr_top .label_logo img {
  width: 100%;
  max-width: 230px;
}
@media (max-width: 1699px) {
  .noc_sls_practitioner_bnr_top .label_logo img {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .noc_sls_practitioner_bnr_top .label_logo img {
    max-width: 170px;
    margin: 0 auto;
  }
}
.noc_sls_practitioner_bnr_top .ttl {
  color: #fff;
  font-weight: 600;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .noc_sls_practitioner_bnr_top .ttl {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .noc_sls_practitioner_bnr_top .ttl br {
    display: none;
  }
}
.noc_sls_practitioner_bnr_top .txt {
  color: #fff;
  font-family: "Inter", serif;
  display: block;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .noc_sls_practitioner_bnr_top .txt {
    text-align: center;
  }
}
@media (max-width: 639px) {
  .noc_sls_practitioner_bnr_top .txt {
    padding-bottom: 20px;
  }
}
.noc_sls_practitioner_bnr_top .txt b {
  font-weight: 600;
}
@media (max-width: 767px) {
  .noc_sls_practitioner_bnr_top .btn_noc_join_badge {
    margin-left: auto;
    margin-right: auto;
  }
}
.noc_sls_practitioner_bnr_top .save {
  color: #fff;
}
@media (max-width: 767px) {
  .noc_sls_practitioner_bnr_top .save {
    text-align: center;
  }
}
.noc_sls_practitioner_bnr_top .save b {
  color: #c69b63;
  font-weight: 600;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.05);
}
.noc_sls_practitioner_bnr_top .list_wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2196078431);
  display: flex;
  justify-content: space-between;
  padding: 50px 15px;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 991px) {
  .noc_sls_practitioner_bnr_top .list_wrap {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .noc_sls_practitioner_bnr_top .list_wrap {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 639px) {
  .noc_sls_practitioner_bnr_top .list_wrap {
    padding: 10px 0 30px;
    margin: 0 -15px;
  }
}
.noc_sls_practitioner_bnr_top .list_wrap p {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  font-family: "Inter", serif;
  position: relative;
}
@media (max-width: 767px) {
  .noc_sls_practitioner_bnr_top .list_wrap p {
    margin-bottom: 20px;
    width: 42%;
  }
}
@media (max-width: 639px) {
  .noc_sls_practitioner_bnr_top .list_wrap p {
    margin: 10px 5px;
  }
}
.noc_sls_practitioner_bnr_top .list_wrap p b {
  color: #c69b63;
  font-weight: 300;
  font-family: "Inter";
  display: block;
}
.noc_sls_practitioner_bnr_top .list_wrap p:hover .hover_block {
  background-color: #f5f5f5;
  opacity: 1;
  display: block;
}
.noc_sls_practitioner_bnr_top .list_wrap p .hover_block {
  position: absolute;
  bottom: -100px;
  left: calc(50% - 100px);
  width: 200px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  color: #000;
  background: transparent;
  font-size: 14px;
  padding: 5px 5px;
  border-radius: 8px;
  opacity: 0;
  transition: all 0.2s;
  display: none;
}
@media (min-width: 991px) and (min-height: 900px) {
  .noc_sls_practitioner_bnr_top {
    height: 100vh;
  }
  .noc_sls_practitioner_bnr_top > .cover_image img {
    object-position: center 5%;
  }
  .noc_sls_practitioner_bnr_top > .container {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .noc_sls_practitioner_bnr_top .list_wrap {
    padding: 25px 15px 0;
  }
}
.noc_sls_practitioner_bnr_top.ty_banner {
  height: 800px;
}
@media (min-width: 640px) {
  .noc_sls_practitioner_bnr_top.ty_banner {
    height: 1155px;
  }
}
@media (min-width: 768px) {
  .noc_sls_practitioner_bnr_top.ty_banner {
    height: 800px;
  }
}
@media (min-width: 992px) {
  .noc_sls_practitioner_bnr_top.ty_banner {
    height: 1155px;
  }
}
.noc_sls_practitioner_bnr_top.ty_banner header {
  position: absolute;
  left: 15px;
  top: 0;
}
@media (min-width: 1920px) {
  .noc_sls_practitioner_bnr_top.ty_banner header {
    left: calc(50% - 960px);
  }
}
.noc_sls_practitioner_bnr_top.ty_banner .descr {
  position: relative;
  right: unset;
  max-width: unset;
  margin: 0;
  text-align: center;
}

.noc_sls_practitioner_sub_bnr_top {
  text-align: center;
}
.noc_sls_practitioner_sub_bnr_top .h40, .noc_sls_practitioner_sub_bnr_top #prices.practitioner .noc_sq_ttl, #prices.practitioner .noc_sls_practitioner_sub_bnr_top .noc_sq_ttl, .noc_sls_practitioner_sub_bnr_top #pre_reg.sf_form_style_1 .descr h2, #pre_reg.sf_form_style_1 .descr .noc_sls_practitioner_sub_bnr_top h2, .noc_sls_practitioner_sub_bnr_top #pre_reg.sf_form_style_2_yellow .descr h2, #pre_reg.sf_form_style_2_yellow .descr .noc_sls_practitioner_sub_bnr_top h2, .noc_sls_practitioner_sub_bnr_top #pre_reg.sf_form_style_3_red .descr h2, #pre_reg.sf_form_style_3_red .descr .noc_sls_practitioner_sub_bnr_top h2, .noc_sls_practitioner_sub_bnr_top #program_faq.announc h2, #program_faq.announc .noc_sls_practitioner_sub_bnr_top h2, .noc_sls_practitioner_sub_bnr_top .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl .included_ttl_small, .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl .noc_sls_practitioner_sub_bnr_top .included_ttl_small {
  max-width: 722px;
  margin: 0 auto;
  line-height: 160%;
}
.noc_sls_practitioner_sub_bnr_top .p26 {
  max-width: 910px;
  margin: 0 auto;
  line-height: 160%;
}
.noc_sls_practitioner_sub_bnr_top .divider {
  height: 5px;
  width: 37px;
  margin: 0 auto;
  border-radius: 50px;
  background: #c69b63;
}

.noc_sales_why_practitioner .txt_ttl {
  line-height: 130%;
  text-align: center;
  margin-bottom: 20px;
  color: #0f0f3d;
  font-weight: 700;
  margin: 0 auto;
}
.noc_sales_why_practitioner .txt_reg {
  line-height: 160%;
  font-weight: 500;
  color: #0f0f3d;
  text-align: center;
  max-width: 782px;
  font-family: "Inter";
  margin: 0 auto;
}
@media (max-width: 767px) {
  .noc_sales_why_practitioner .txt_reg {
    line-height: 26px;
  }
}
.noc_sales_why_practitioner .txt_reg span {
  color: #c69b63;
}
.noc_sales_why_practitioner .system {
  position: relative;
  width: 700px;
  height: 700px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .noc_sales_why_practitioner .system {
    width: 100%;
    height: 300px;
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .noc_sales_why_practitioner .system .cover_image img {
    max-width: 100%;
  }
}
.noc_sales_why_practitioner .system .hover {
  z-index: 0;
  width: 300px;
  height: 300px;
  border-radius: 400px;
}
@media (max-width: 991px) {
  .noc_sales_why_practitioner .system .hover {
    display: none;
  }
}
.noc_sales_why_practitioner .system .hover:hover .wrap {
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
}
.noc_sales_why_practitioner .system .hover.v1 {
  position: absolute;
  top: 18%;
  right: 16%;
  z-index: 25;
}
.noc_sales_why_practitioner .system .hover.v1 .wrap {
  position: absolute;
  top: -50px;
  right: -240px;
}
.noc_sales_why_practitioner .system .hover.v2 {
  position: absolute;
  top: 18%;
  left: 16%;
  z-index: 25;
}
.noc_sales_why_practitioner .system .hover.v2 .wrap {
  position: absolute;
  top: 100px;
  left: -240px;
}
.noc_sales_why_practitioner .system .hover.v3 {
  position: absolute;
  top: 42%;
  right: 29%;
  z-index: 25;
}
.noc_sales_why_practitioner .system .hover.v3 .wrap {
  position: absolute;
  bottom: -80px;
  right: -170px;
}
.noc_sales_why_practitioner .system .hover .wrap {
  width: 374px;
  height: 210px;
  border-radius: 15px;
  background: transparent;
  box-shadow: 2px 4px 30px 0px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(25px);
  padding: 24px;
  opacity: 0;
  transition: all 0.3s;
}
.noc_sales_why_practitioner .system .hover .wrap .p22, .noc_sales_why_practitioner .system .hover .wrap .hs_form_iframe .hs_stcp_qualification > label, .hs_form_iframe .noc_sales_why_practitioner .system .hover .wrap .hs_stcp_qualification > label {
  color: #c69b63;
  margin-bottom: 10px;
  font-weight: 600;
}
.noc_sales_why_practitioner .system .hover .wrap .p18, .noc_sales_why_practitioner .system .hover .wrap .noc_module_overview_practitioner .noc_module_row .card-body p.ttl, .noc_module_overview_practitioner .noc_module_row .card-body .noc_sales_why_practitioner .system .hover .wrap p.ttl, .noc_sales_why_practitioner .system .hover .wrap .noc_module_overview_practitioner .noc_module_row .card-body ul li, .noc_module_overview_practitioner .noc_module_row .card-body ul .noc_sales_why_practitioner .system .hover .wrap li, .noc_sales_why_practitioner .system .hover .wrap .noc_module_overview_practitioner .top_wrap > .txt, .noc_module_overview_practitioner .noc_sales_why_practitioner .system .hover .wrap .top_wrap > .txt, .noc_sales_why_practitioner .system .hover .noc_sales_discover .wrap .block .ttl, .noc_sales_discover .noc_sales_why_practitioner .system .hover .wrap .block .ttl, .noc_sales_why_practitioner .system .hover .wrap .noc_sls_practitioner_bnr_top .list_wrap p, .noc_sls_practitioner_bnr_top .list_wrap .noc_sales_why_practitioner .system .hover .wrap p {
  line-height: 160%;
}
.noc_sales_why_practitioner .why_slider {
  display: none;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .noc_sales_why_practitioner .why_slider {
    display: block;
    width: 100%;
  }
}
.noc_sales_why_practitioner .why_slider .slick-dots {
  bottom: -30px;
}
.noc_sales_why_practitioner .why_slider .item_slide .block {
  width: 100%;
  max-width: 374px;
  height: 210px;
  padding: 24px;
  transition: all 0.3s;
  border-radius: 9.6px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 1.28px 2.56px 19.2px 0px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(16px);
  margin: 30px auto;
}
@media (max-width: 639px) {
  .noc_sales_why_practitioner .why_slider .item_slide .block {
    min-height: 150px;
    height: initial;
  }
}
.noc_sales_why_practitioner .why_slider .item_slide .p22, .noc_sales_why_practitioner .why_slider .item_slide .hs_form_iframe .hs_stcp_qualification > label, .hs_form_iframe .noc_sales_why_practitioner .why_slider .item_slide .hs_stcp_qualification > label {
  color: #c69b63;
  margin-bottom: 10px;
  font-weight: 600;
}
.noc_sales_why_practitioner .why_slider .item_slide .p18, .noc_sales_why_practitioner .why_slider .item_slide .noc_module_overview_practitioner .noc_module_row .card-body p.ttl, .noc_module_overview_practitioner .noc_module_row .card-body .noc_sales_why_practitioner .why_slider .item_slide p.ttl, .noc_sales_why_practitioner .why_slider .item_slide .noc_module_overview_practitioner .noc_module_row .card-body ul li, .noc_module_overview_practitioner .noc_module_row .card-body ul .noc_sales_why_practitioner .why_slider .item_slide li, .noc_sales_why_practitioner .why_slider .item_slide .noc_module_overview_practitioner .top_wrap > .txt, .noc_module_overview_practitioner .noc_sales_why_practitioner .why_slider .item_slide .top_wrap > .txt, .noc_sales_why_practitioner .why_slider .item_slide .noc_sales_discover .wrap .block .ttl, .noc_sales_discover .wrap .block .noc_sales_why_practitioner .why_slider .item_slide .ttl, .noc_sales_why_practitioner .why_slider .item_slide .noc_sls_practitioner_bnr_top .list_wrap p, .noc_sls_practitioner_bnr_top .list_wrap .noc_sales_why_practitioner .why_slider .item_slide p {
  line-height: 160%;
}
.noc_sales_why_practitioner .btn_wrap {
  text-align: center;
}
.noc_sales_why_practitioner .btn_wrap .btn {
  margin: 0 auto;
}

.noc_sales_discover .h32 {
  max-width: 722px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  line-height: 130%;
  font-family: "Inter";
}
.noc_sales_discover .wrap {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .noc_sales_discover .wrap.blocks_slick {
    text-align: center;
    margin-bottom: 60px;
  }
  .noc_sales_discover .wrap.blocks_slick:not(.slick-initialized) > :not(:first-child) {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .noc_sales_discover .wrap {
    justify-content: center;
  }
}
.noc_sales_discover .wrap p {
  font-family: "Inter";
}
.noc_sales_discover .wrap .block {
  width: 342px;
  max-width: 32%;
  height: 193px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: flex !important;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  padding: 15px;
}
@media (max-width: 991px) {
  .noc_sales_discover .wrap .block {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0 !important;
  }
}
.noc_sales_discover .wrap .block .tool {
  padding: 2px 6px;
  border-radius: 5px;
  background: rgba(2, 32, 53, 0.6);
  color: #c69b63;
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  text-transform: uppercase;
  display: block;
  border-radius: 4px;
  margin-bottom: 5px;
}
.noc_sales_discover .wrap .block .ttl {
  width: 100%;
  color: #fff;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  text-align: left !important;
}
.noc_sales_discover .wrap .block:hover .hover {
  opacity: 1;
  z-index: 25;
}
.noc_sales_discover .wrap .block .angular {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 27;
}
.noc_sales_discover .wrap .block .angular img {
  max-width: 30px;
}
.noc_sales_discover .wrap .hover {
  transition: all 0.2s;
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 15px 15px 15px;
  background: transparent;
  display: flex;
  align-items: center;
  align-content: center;
  background: linear-gradient(0deg, #021c33 0%, #021c33 100%), linear-gradient(55deg, #153f66 22.22%, rgba(8, 42, 74, 0.5) 46.59%, rgba(6, 40, 71, 0) 57.59%), linear-gradient(230deg, rgba(1, 26, 49, 0.43) 0%, rgba(1, 26, 49, 0) 15.82%), linear-gradient(112deg, rgba(0, 0, 0, 0.13) 0.14%, rgba(0, 0, 0, 0) 19.93%), lightgray -42.074px -8.692px/119.834% 136.879% no-repeat;
}
@media (min-width: 992px) {
  .noc_sales_discover .wrap .hover {
    align-items: flex-end;
    align-content: flex-end;
  }
}
.noc_sales_discover .wrap .hover img {
  max-width: 30px;
  margin-bottom: 20px;
}
.noc_sales_discover .wrap .hover p {
  color: #fff;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
}
.noc_sales_discover .btn_wrap {
  text-align: center;
}
.noc_sales_discover .btn_wrap .btn {
  margin: 0 auto;
}

.noc_sales_included > .container {
  padding-top: 114px;
}
@media (min-width: 992px) {
  .noc_sales_included > .container {
    padding-top: 162px;
  }
}
@media (min-width: 1440px) {
  .noc_sales_included > .container {
    padding-top: 200px;
  }
}
@media (min-width: 1920px) {
  .noc_sales_included > .container {
    padding-top: 250px;
  }
}
.noc_sales_included .ttl {
  max-width: 910px;
  margin: 0 auto;
  font-weight: 700;
  line-height: 130%;
  padding-left: 15px;
  padding-right: 15px;
}
.noc_sales_included .ttl span {
  background: linear-gradient(0.74turn, #fdd394, 10%, #936635);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.noc_sales_included .decor_1 {
  top: 15px;
  right: 45px;
}
.noc_sales_included .decor_1 img {
  width: 46px;
}
@media (min-width: 992px) {
  .noc_sales_included .decor_1 {
    top: 70px;
    right: calc(50% - 302px);
  }
}
@media (min-width: 1440px) {
  .noc_sales_included .decor_1 {
    top: 84px;
    right: calc(50% - 510px);
  }
  .noc_sales_included .decor_1 img {
    width: 74px;
  }
}
@media (min-width: 1920px) {
  .noc_sales_included .decor_1 {
    top: 100px;
    right: 50px;
  }
  .noc_sales_included .decor_1 img {
    width: 76px;
  }
}
.noc_sales_included .decor_2 {
  top: 200px;
  right: 5px;
}
.noc_sales_included .decor_2 img {
  width: 59px;
}
@media (min-width: 480px) and (max-width: 495px) {
  .noc_sales_included .decor_2 {
    top: 240px;
  }
}
@media (min-width: 640px) {
  .noc_sales_included .decor_2 {
    right: -30px;
  }
}
@media (min-width: 768px) {
  .noc_sales_included .decor_2 {
    top: 260px;
    right: 0;
  }
}
@media (min-width: 992px) {
  .noc_sales_included .decor_2 {
    top: 301px;
  }
}
@media (min-width: 1200px) {
  .noc_sales_included .decor_2 {
    right: calc(50% - 550px);
  }
}
@media (min-width: 1440px) {
  .noc_sales_included .decor_2 {
    top: 456px;
    right: -30px;
  }
  .noc_sales_included .decor_2 img {
    width: 95px;
  }
}
@media (min-width: 1920px) {
  .noc_sales_included .decor_2 {
    top: 484px;
    right: -45px;
  }
  .noc_sales_included .decor_2 img {
    width: 98px;
  }
}
.noc_sales_included .decor_3 {
  top: 210px;
  left: 30px;
}
.noc_sales_included .decor_3 img {
  width: 61px;
}
@media (min-width: 480px) and (max-width: 495px) {
  .noc_sales_included .decor_3 {
    top: 240px;
  }
}
@media (min-width: 640px) {
  .noc_sales_included .decor_3 {
    left: -25px;
    top: 210px;
  }
}
@media (min-width: 768px) {
  .noc_sales_included .decor_3 {
    top: 230px;
    left: 0;
  }
}
@media (min-width: 992px) {
  .noc_sales_included .decor_3 {
    top: 212px;
  }
}
@media (min-width: 1200px) {
  .noc_sales_included .decor_3 {
    left: calc(50% - 550px);
  }
}
@media (min-width: 1440px) {
  .noc_sales_included .decor_3 {
    top: 313px;
    left: -20px;
  }
  .noc_sales_included .decor_3 img {
    width: 99px;
  }
}
@media (min-width: 1920px) {
  .noc_sales_included .decor_3 {
    top: 337px;
    left: -45px;
  }
  .noc_sales_included .decor_3 img {
    width: 102px;
  }
}
.noc_sales_included .btn_wrap .btn {
  margin: 0 auto;
}
.noc_sales_included .container .row.included_items_wr {
  margin-top: 80px;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .noc_sales_included .container .row.included_items_wr {
    margin-top: 100px;
    padding-top: 43px;
    justify-content: center;
  }
}
@media (min-width: 1440px) {
  .noc_sales_included .container .row.included_items_wr {
    margin-top: 110px;
    padding-top: 60px;
  }
}
@media (min-width: 1920px) {
  .noc_sales_included .container .row.included_items_wr {
    margin-top: 150px;
    padding-top: 50px;
  }
}
.noc_sales_included .container .row.included_items_wr picture.included_bg img {
  object-position: center top;
}
.noc_sales_included .container .row.included_items_wr .included_item_wr {
  margin-bottom: 32px;
}
@media (min-width: 375px) {
  .noc_sales_included .container .row.included_items_wr .included_item_wr {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 475px) {
  .noc_sales_included .container .row.included_items_wr .included_item_wr {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (min-width: 768px) {
  .noc_sales_included .container .row.included_items_wr .included_item_wr {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .noc_sales_included .container .row.included_items_wr .included_item_wr {
    margin-bottom: 50px;
    max-width: 264px;
  }
}
@media (min-width: 1200px) {
  .noc_sales_included .container .row.included_items_wr .included_item_wr {
    max-width: 315px;
  }
}
@media (min-width: 1440px) {
  .noc_sales_included .container .row.included_items_wr .included_item_wr {
    margin-bottom: 66px;
    max-width: 325px;
  }
}
@media (min-width: 1920px) {
  .noc_sales_included .container .row.included_items_wr .included_item_wr {
    margin-bottom: 70px;
    max-width: 340px;
  }
}
.noc_sales_included .container .row.included_items_wr .included_item_wr .included_ttl {
  line-height: 100%;
  font-weight: 300;
  font-family: "Poppins", serif;
  background: -webkit-linear-gradient(-130deg, #fdd394, #936635);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 639px) {
  .noc_sales_included .container .row.included_items_wr .included_item_wr .included_ttl {
    font-size: 26px !important;
  }
}
.noc_sales_included .container .row.included_items_wr .included_item_wr .included_descr {
  color: #000;
  line-height: 160%;
  font-family: "Inter", serif;
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid #ddd;
}
@media (max-width: 639px) {
  .noc_sales_included .container .row.included_items_wr .included_item_wr .included_descr {
    margin-top: 10px;
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .noc_sales_included .container .row.included_items_wr .included_item_wr .included_descr {
    font-size: 13px;
    margin-top: 10px;
    padding-top: 18px;
  }
}
@media (min-width: 1440px) {
  .noc_sales_included .container .row.included_items_wr .included_item_wr .included_descr {
    font-size: 17px;
    margin-top: 15px;
    padding-top: 24px;
  }
}
@media (min-width: 1920px) {
  .noc_sales_included .container .row.included_items_wr .included_item_wr .included_descr {
    font-size: 18px;
    margin-top: 10px;
    padding-top: 25px;
  }
}

.noc_sales_bonus_interview .btn_wrap {
  text-align: center;
}
.noc_sales_bonus_interview .btn_wrap .btn {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 335px;
  padding: 30px 26px;
}
@media (max-width: 767px) {
  .noc_sales_bonus_interview .btn_wrap .btn {
    padding: 15px 20px;
  }
}
@media (max-width: 479px) {
  .noc_sales_bonus_interview .btn_wrap .btn {
    width: 280px;
  }
}
.noc_sales_bonus_interview > .p26 {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.noc_sales_bnr_concepts {
  position: relative;
  padding-bottom: 150px;
}
.noc_sales_bnr_concepts .cdc_logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
@media (max-width: 767px) {
  .noc_sales_bnr_concepts .cdc_logo {
    display: none;
  }
}
@media (max-width: 639px) {
  .noc_sales_bnr_concepts .cdc_logo {
    top: 10px;
    left: 10px;
  }
}
.noc_sales_bnr_concepts .cdc_logo img {
  width: 235px;
}
@media (max-width: 639px) {
  .noc_sales_bnr_concepts .cdc_logo img {
    width: 120px;
  }
}
.noc_sales_bnr_concepts .txt_ttl {
  font-size: 68px;
  line-height: 130%;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .noc_sales_bnr_concepts .txt_ttl {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .noc_sales_bnr_concepts .txt_ttl {
    margin-bottom: 20px;
  }
}
.noc_sales_bnr_concepts .txt_sub {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  font-family: "Inter";
}
@media (max-width: 767px) {
  .noc_sales_bnr_concepts .txt_sub {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
  }
}
.noc_sales_bnr_concepts .label_logo {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.noc_sales_bnr_concepts .label_logo img {
  max-width: 370px;
  width: 100%;
  margin: 0 auto 40px;
}
@media (max-width: 1699px) {
  .noc_sales_bnr_concepts .label_logo img {
    max-width: 230px;
    margin-bottom: 20px;
  }
}
.noc_sales_bnr_concepts .angular_logo {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.noc_sales_bnr_concepts .angular_logo img {
  max-width: 280px;
  width: 100%;
  margin: 0 auto 0px;
}
@media (max-width: 639px) {
  .noc_sales_bnr_concepts .angular_logo img {
    max-width: 100px;
  }
}
@media (max-width: 479px) {
  .noc_sales_bnr_concepts .angular_logo img {
    margin: -20px auto 0;
  }
}
.noc_sales_bnr_concepts .concepts_slider {
  text-align: center;
}
@media (min-width: 768px) {
  .noc_sales_bnr_concepts .concepts_slider {
    text-align: unset;
  }
}
.noc_sales_bnr_concepts .concepts_slider .item {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(33.5px);
  padding: 15px;
  max-width: 345px;
  min-height: 280px;
  transition: all ease 1s;
}
@media (max-width: 639px) {
  .noc_sales_bnr_concepts .concepts_slider .item {
    min-height: 220px;
  }
}
.noc_sales_bnr_concepts .concepts_slider .item.main {
  background: #fff;
}
@media (max-width: 767px) {
  .noc_sales_bnr_concepts .concepts_slider .item.main .item_ttl {
    text-align: left;
  }
}
.noc_sales_bnr_concepts .concepts_slider .item.main .item_ttl .number {
  color: #9a7342;
}
.noc_sales_bnr_concepts .concepts_slider .item.main .item_ttl .name {
  color: #9a7342;
}
.noc_sales_bnr_concepts .concepts_slider .item.main .copy {
  color: #0f0f3d;
}
@media (max-width: 767px) {
  .noc_sales_bnr_concepts .concepts_slider .item.main .copy {
    text-align: left;
  }
}
.noc_sales_bnr_concepts .concepts_slider .item .angular img {
  max-width: 30px;
  margin-bottom: 15px;
}
.noc_sales_bnr_concepts .concepts_slider .item .item_ttl {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 5px;
}
.noc_sales_bnr_concepts .concepts_slider .item .item_ttl .number {
  color: #b78c56;
  font-family: Inter;
  font-style: normal;
  font-weight: 200;
  line-height: 140%; /* 84px */
  border-right: 1px solid rgba(41, 41, 41, 0.4);
  padding-right: 15px;
  margin-right: 15px;
}
.noc_sales_bnr_concepts .concepts_slider .item .item_ttl .name {
  line-height: 140%;
  font-weight: 600;
  font-family: "Inter";
  color: #ded2c3;
  margin-bottom: 0;
}
.noc_sales_bnr_concepts .concepts_slider .item .copy {
  color: #ded2c3;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.noc_sales_success_stories .success {
  font-weight: 500;
  font-family: "Inter";
  color: #000;
  text-align: center;
}
.noc_sales_success_stories .ttl {
  line-height: 130%;
  font-weight: 700;
  color: #0f0f3d;
  text-align: center;
  max-width: 670px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .noc_sales_success_stories .ttl {
    max-width: 370px;
  }
}
@media (max-width: 639px) {
  .noc_sales_success_stories .ttl {
    max-width: 320px;
  }
}
.noc_sales_success_stories .ttl .face {
  position: absolute;
}
.noc_sales_success_stories .ttl .face.p1 {
  left: -15px;
  bottom: -30px;
}
@media (min-width: 475px) {
  .noc_sales_success_stories .ttl .face.p1 {
    left: -20px;
  }
}
@media (min-width: 768px) {
  .noc_sales_success_stories .ttl .face.p1 {
    left: -80px;
  }
}
@media (min-width: 1440px) {
  .noc_sales_success_stories .ttl .face.p1 {
    left: -220px;
    bottom: 100px;
  }
}
@media (min-width: 1920px) {
  .noc_sales_success_stories .ttl .face.p1 {
    left: -285px;
  }
}
.noc_sales_success_stories .ttl .face.p1 img {
  width: 65px;
}
@media (min-width: 768px) {
  .noc_sales_success_stories .ttl .face.p1 img {
    width: 145px;
  }
}
.noc_sales_success_stories .ttl .face.p2 {
  top: -79px;
  right: -5px;
}
@media (min-width: 475px) {
  .noc_sales_success_stories .ttl .face.p2 {
    right: -30px;
  }
}
@media (min-width: 768px) {
  .noc_sales_success_stories .ttl .face.p2 {
    right: -60px;
  }
}
@media (min-width: 1440px) {
  .noc_sales_success_stories .ttl .face.p2 {
    right: -240px;
  }
}
@media (min-width: 1920px) {
  .noc_sales_success_stories .ttl .face.p2 {
    right: -260px;
  }
}
.noc_sales_success_stories .ttl .face.p2 img {
  width: 71px;
}
@media (min-width: 768px) {
  .noc_sales_success_stories .ttl .face.p2 img {
    width: 105px;
  }
}
.noc_sales_success_stories .ttl .face.p3 {
  bottom: -25px;
  right: -5px;
}
@media (min-width: 475px) {
  .noc_sales_success_stories .ttl .face.p3 {
    right: -25px;
    bottom: -30px;
  }
}
@media (min-width: 768px) {
  .noc_sales_success_stories .ttl .face.p3 {
    right: -55px;
  }
}
@media (min-width: 1440px) {
  .noc_sales_success_stories .ttl .face.p3 {
    right: -130px;
    bottom: -50px;
  }
}
@media (min-width: 1920px) {
  .noc_sales_success_stories .ttl .face.p3 {
    right: -160px;
    bottom: -70px;
  }
}
.noc_sales_success_stories .ttl .face.p3 img {
  width: 80px;
}
@media (min-width: 768px) {
  .noc_sales_success_stories .ttl .face.p3 img {
    width: 120px;
  }
}

.noc_module_overview_practitioner {
  border-top: 1px solid #ddd;
  padding: 20px 15px 80px;
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .noc_module_overview_practitioner {
    padding-bottom: 0;
  }
}
.noc_module_overview_practitioner .top_wrap {
  position: relative;
  max-width: 670px;
  margin: 0 auto;
  background-size: contain;
}
.noc_module_overview_practitioner .top_wrap .label img {
  max-width: 300px;
  display: block;
  width: 100%;
  margin: 0 auto 40px;
}
@media (max-width: 639px) {
  .noc_module_overview_practitioner .top_wrap .label img {
    max-width: 200px;
  }
}
@media (max-width: 479px) {
  .noc_module_overview_practitioner .top_wrap .label img {
    max-width: 130px;
  }
}
.noc_module_overview_practitioner .top_wrap > .ttl {
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
}
.noc_module_overview_practitioner .top_wrap > .txt {
  max-width: 665px;
  margin: 0 auto 0;
  text-align: center;
  font-family: "Inter";
  line-height: 150%;
  font-weight: 500;
  color: #0f0f3d;
}
.noc_module_overview_practitioner > .ttl {
  font-size: 40px;
  line-height: 58px;
  font-weight: 600;
  color: #0f0f3d;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .noc_module_overview_practitioner > .ttl {
    font-size: 32px;
    line-height: 42px;
  }
}
.noc_module_overview_practitioner > .sub {
  font-size: 22px;
  line-height: 37px;
  font-family: "Inter", serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .noc_module_overview_practitioner > .sub {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
.noc_module_overview_practitioner .video_wrap {
  max-width: 722px;
  margin: 0 auto;
}
.noc_module_overview_practitioner .video_descr {
  font-size: 22px;
  line-height: 26px;
  font-family: "Inter", serif;
  font-weight: 500;
  max-width: 580px;
  margin: 50px auto 0;
}
.noc_module_overview_practitioner .video_descr span {
  color: #00B9F3;
}
.noc_module_overview_practitioner .video_descr a {
  display: block;
  margin: 40px auto 0;
  max-width: 320px;
}
.noc_module_overview_practitioner .noc_module_row {
  margin-top: 8px;
  max-width: 910px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.noc_module_overview_practitioner .noc_module_row.v2 .head {
  background: #fff;
  border: 1px solid #e5e5e5;
}
.noc_module_overview_practitioner .noc_module_row.v2 .head .btn_collapse {
  background: #f5f5f5;
}
.noc_module_overview_practitioner .noc_module_row.v2 .head .descr .line_wrap .module.live {
  background: #c69b63;
  color: #fff;
  margin-left: 0;
}
.noc_module_overview_practitioner .noc_module_row .head {
  position: relative;
  background: #f5f5f5;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s;
}
@media (max-width: 639px) {
  .noc_module_overview_practitioner .noc_module_row .head {
    flex-wrap: wrap;
  }
}
.noc_module_overview_practitioner .noc_module_row .head:hover {
  background: #efefef;
}
.noc_module_overview_practitioner .noc_module_row .head .play_ico {
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 32px;
  transition: all 0.2s;
  cursor: pointer;
}
@media (max-width: 639px) {
  .noc_module_overview_practitioner .noc_module_row .head .play_ico {
    display: none;
  }
}
.noc_module_overview_practitioner .noc_module_row .head .play_ico:hover {
  transform: scale(1.1);
}
.noc_module_overview_practitioner .noc_module_row .head .img_wrap {
  position: relative;
  margin-bottom: 0;
  padding: 30px 38px 30px 68px;
}
@media (max-width: 1300px) {
  .noc_module_overview_practitioner .noc_module_row .head .img_wrap {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .noc_module_overview_practitioner .noc_module_row .head .img_wrap {
    padding: 10px 0 5px 10px;
  }
}
@media (max-width: 639px) {
  .noc_module_overview_practitioner .noc_module_row .head .img_wrap {
    display: flex;
    justify-content: flex-start;
  }
}
.noc_module_overview_practitioner .noc_module_row .head .img_wrap img.photo,
.noc_module_overview_practitioner .noc_module_row .head .img_wrap img {
  max-width: 80px;
  width: 100%;
}
@media (max-width: 991px) {
  .noc_module_overview_practitioner .noc_module_row .head .img_wrap img.photo,
  .noc_module_overview_practitioner .noc_module_row .head .img_wrap img {
    max-width: 60px;
  }
}
@media (max-width: 639px) {
  .noc_module_overview_practitioner .noc_module_row .head .img_wrap img.photo,
  .noc_module_overview_practitioner .noc_module_row .head .img_wrap img {
    max-width: 40px;
  }
}
.noc_module_overview_practitioner .noc_module_row .head .descr {
  padding-right: 125px;
  padding-left: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .noc_module_overview_practitioner .noc_module_row .head .descr {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .noc_module_overview_practitioner .noc_module_row .head .descr {
    padding: 5px 15px 5px 0;
  }
}
@media (max-width: 991px) {
  .noc_module_overview_practitioner .noc_module_row .head .descr {
    padding: 10px;
    width: calc(100% - 95px);
  }
}
.noc_module_overview_practitioner .noc_module_row .head .descr .line_wrap {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .noc_module_overview_practitioner .noc_module_row .head .descr .line_wrap {
    margin-bottom: 4px;
  }
}
.noc_module_overview_practitioner .noc_module_row .head .descr .line_wrap .module {
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  background: #c69b63;
  color: #fff;
  margin-bottom: 0;
  padding: 0 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  min-height: 21px;
  line-height: 21px;
}
.noc_module_overview_practitioner .noc_module_row .head .descr .line_wrap .module.live {
  color: #c69b63;
  background: #fff;
  margin-left: 12px;
}
.noc_module_overview_practitioner .noc_module_row .head .descr .line_wrap .module.v2 {
  background: #c69b63;
}
@media (max-width: 991px) {
  .noc_module_overview_practitioner .noc_module_row .head .descr .line_wrap .module {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .noc_module_overview_practitioner .noc_module_row .head .descr .line_wrap .module {
    min-height: initial;
    margin-bottom: 5px;
  }
}
@media (max-width: 639px) {
  .noc_module_overview_practitioner .noc_module_row .head .descr .line_wrap .module {
    font-size: 11px;
    min-height: 15px;
    line-height: 15px;
  }
}
@media (max-width: 479px) {
  .noc_module_overview_practitioner .noc_module_row .head .descr .line_wrap .module {
    margin-bottom: 0;
  }
}
.noc_module_overview_practitioner .noc_module_row .head .descr .line_wrap .module.empty {
  opacity: 0;
}
.noc_module_overview_practitioner .noc_module_row .head .descr .line_wrap .time {
  margin-bottom: 0;
  margin-left: 7px;
  font-size: 14px;
  font-weight: 600;
  color: #0f0f3d;
}
.noc_module_overview_practitioner .noc_module_row .head .descr .line_wrap .time picture img {
  width: 18px;
}
.noc_module_overview_practitioner .noc_module_row .head .descr .line_wrap .head_time {
  position: absolute;
  top: 50px;
  right: 90px;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  font-family: "Inter";
  color: #0f0f3d;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .noc_module_overview_practitioner .noc_module_row .head .descr .line_wrap .head_time {
    font-size: 12px;
    top: 20px;
  }
}
@media (max-width: 639px) {
  .noc_module_overview_practitioner .noc_module_row .head .descr .line_wrap .head_time {
    top: 10px;
    right: 50px;
  }
}
.noc_module_overview_practitioner .noc_module_row .head .descr .footer_time {
  color: #8a8a8a;
  font-size: 7px;
}
@media (min-width: 375px) {
  .noc_module_overview_practitioner .noc_module_row .head .descr .footer_time {
    font-size: 11px;
  }
}
@media (min-width: 480px) {
  .noc_module_overview_practitioner .noc_module_row .head .descr .footer_time {
    font-size: 13px;
  }
}
.noc_module_overview_practitioner .noc_module_row .head .descr .footer_time b {
  font-weight: 600;
  margin: 0 3px;
}
.noc_module_overview_practitioner .noc_module_row .head .descr .footer_time img {
  height: 19px;
  width: 19px;
  margin-right: 3px;
}
@media (min-width: 480px) {
  .noc_module_overview_practitioner .noc_module_row .head .descr .footer_time img {
    margin-right: 10px;
    height: 25px;
    width: 25px;
  }
}
.noc_module_overview_practitioner .noc_module_row .head .descr .name {
  color: #9f19ce;
  font-size: 16px;
  line-height: 22px;
  font-family: "Inter", serif;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 639px) {
  .noc_module_overview_practitioner .noc_module_row .head .descr .name {
    margin-top: 0;
  }
}
.noc_module_overview_practitioner .noc_module_row .head .descr .name span {
  background: #9f19ce;
  color: #00B9F3;
  padding: 1px 9px;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 5px;
}
.noc_module_overview_practitioner .noc_module_row .head .descr .ttl {
  line-height: 140%;
  font-weight: 600;
  color: #0f0f3d;
  margin-bottom: 10px;
  text-align: left;
}
.noc_module_overview_practitioner .noc_module_row .head .descr .ttl span {
  font-size: 16px;
  color: #9f19ce;
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 767px) {
  .noc_module_overview_practitioner .noc_module_row .head .descr .ttl span {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .noc_module_overview_practitioner .noc_module_row .head .descr .ttl {
    margin-bottom: 2px;
  }
}
.noc_module_overview_practitioner .noc_module_row .head .btn_collapse {
  position: absolute;
  top: calc(50% - 18px);
  right: 32px;
  width: 36px;
  height: 36px;
  border-radius: 60px;
  color: #c69b63;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: all 0.2s;
  font-size: 26px;
  text-decoration: none !important;
}
@media (max-width: 639px) {
  .noc_module_overview_practitioner .noc_module_row .head .btn_collapse {
    right: 10px;
    top: 30px;
    transform: scale(0.7);
  }
}
.noc_module_overview_practitioner .noc_module_row .head .btn_collapse .icon-down-open {
  display: none;
}
.noc_module_overview_practitioner .noc_module_row .head .btn_collapse .icon-up-open {
  display: initial;
}
.noc_module_overview_practitioner .noc_module_row .head .btn_collapse.collapsed .icon-down-open {
  display: initial;
}
.noc_module_overview_practitioner .noc_module_row .head .btn_collapse.collapsed .icon-up-open {
  display: none;
}
.noc_module_overview_practitioner .noc_module_row .head .btn_collapse:hover {
  background: #c69b63;
  color: #fff;
}
.noc_module_overview_practitioner .noc_module_row .head .btn_collapse i {
  position: relative;
  top: 1px;
  left: 1px;
}
.noc_module_overview_practitioner .noc_module_row .card-body {
  border: none;
  background: #fff;
  padding: 40px 180px 80px;
  display: block;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #e5e5e5;
  border-top: initial;
}
@media (max-width: 991px) {
  .noc_module_overview_practitioner .noc_module_row .card-body {
    padding: 30px 30px;
  }
}
@media (max-width: 479px) {
  .noc_module_overview_practitioner .noc_module_row .card-body {
    padding: 30px 15px;
  }
}
.noc_module_overview_practitioner .noc_module_row .card-body .rtc_video_style {
  margin-bottom: 40px;
}
.noc_module_overview_practitioner .noc_module_row .card-body .rtc_video_style .trigger_video svg.rtc_icon {
  width: 50px;
  height: 50px;
}
.noc_module_overview_practitioner .noc_module_row .card-body p,
.noc_module_overview_practitioner .noc_module_row .card-body ul,
.noc_module_overview_practitioner .noc_module_row .card-body li {
  color: #0f0f3d;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 639px) {
  .noc_module_overview_practitioner .noc_module_row .card-body p,
  .noc_module_overview_practitioner .noc_module_row .card-body ul,
  .noc_module_overview_practitioner .noc_module_row .card-body li {
    font-size: 16px;
    line-height: 26px;
  }
}
.noc_module_overview_practitioner .noc_module_row .card-body p b,
.noc_module_overview_practitioner .noc_module_row .card-body ul b,
.noc_module_overview_practitioner .noc_module_row .card-body li b {
  font-weight: 700;
  color: #c69b63;
}
.noc_module_overview_practitioner .noc_module_row .card-body p a,
.noc_module_overview_practitioner .noc_module_row .card-body ul a,
.noc_module_overview_practitioner .noc_module_row .card-body li a {
  color: #00B9F3;
  text-decoration: underline;
}
.noc_module_overview_practitioner .noc_module_row .card-body p a:hover,
.noc_module_overview_practitioner .noc_module_row .card-body ul a:hover,
.noc_module_overview_practitioner .noc_module_row .card-body li a:hover {
  text-decoration: none;
}
.noc_module_overview_practitioner .noc_module_row .card-body ul {
  padding-left: 25px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .noc_module_overview_practitioner .noc_module_row .card-body ul {
    margin-left: 0;
    padding-left: 15px;
  }
}
.noc_module_overview_practitioner .noc_module_row .card-body ul li {
  color: #0f0f3d;
  font-family: "Inter", serif;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
}
@media (max-width: 767px) {
  .noc_module_overview_practitioner .noc_module_row .card-body ul li {
    margin-bottom: 7px;
    line-height: 140%;
  }
}
.noc_module_overview_practitioner .noc_module_row .card-body ul li:before {
  position: absolute;
  top: -1px;
  left: -20px;
  content: "•";
  font-size: 22px;
  color: #c69b63;
}
.noc_module_overview_practitioner .noc_module_row .card-body p.number {
  font-size: 12px;
  line-height: 22px;
  font-family: "Inter", serif;
  font-weight: 600;
  margin-bottom: 5px;
}
.noc_module_overview_practitioner .noc_module_row .card-body p.ttl {
  line-height: 38px;
  font-weight: 700;
  font-family: "Inter", serif;
  color: #c69b63;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .noc_module_overview_practitioner .noc_module_row .card-body p.ttl {
    font-size: 22px;
    line-height: 30px;
  }
}
.noc_module_overview_practitioner .noc_module_row .card-body .dates_wrapper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .noc_module_overview_practitioner .noc_module_row .card-body .dates_wrapper {
    flex-wrap: wrap;
  }
}
.noc_module_overview_practitioner .noc_module_row .card-body .dates_wrapper .or {
  margin: 0 15px 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .noc_module_overview_practitioner .noc_module_row .card-body .dates_wrapper .or {
    margin: 5px 0;
    display: none;
  }
}
@media (max-width: 767px) {
  .noc_module_overview_practitioner .noc_module_row .card-body .dates_wrapper .date_wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.noc_module_overview_practitioner .noc_module_row .card-body .date_wrap {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 18px;
}
@media (max-width: 479px) {
  .noc_module_overview_practitioner .noc_module_row .card-body .date_wrap {
    flex-wrap: wrap;
  }
}
.noc_module_overview_practitioner .noc_module_row .card-body .date_wrap p {
  margin-bottom: 0;
}
.noc_module_overview_practitioner .noc_module_row .card-body .date_wrap .cal {
  background: #00B9F3;
  color: #fff;
  padding: 2px 15px;
  margin-right: 10px;
  border-radius: 4px;
  font-weight: 600;
}
.noc_module_overview_practitioner .noc_module_row .card-body .date_wrap .time {
  font-size: 12px;
  font-weight: 600;
  font-family: "Inter", serif;
  color: #0f0f3d;
}
@media (max-width: 479px) {
  .noc_module_overview_practitioner .noc_module_row .card-body .date_wrap .time {
    width: 100%;
  }
}
.noc_module_overview_practitioner .noc_module_row .card-body .txt {
  color: #0f0f3d;
  font-family: "Inter", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .noc_module_overview_practitioner .noc_module_row .card-body .txt {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 7px;
  }
}
.noc_module_overview_practitioner .noc_module_row .card-body .sub_ttl {
  font-size: 22px;
  line-height: 32px;
  color: #0f0f3d;
  font-family: "Inter", serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.noc_module_overview_practitioner .noc_module_row .card-body .sub_ttl i {
  font-size: 14px;
  font-weight: 400;
}
.noc_module_overview_practitioner .noc_module_row .card-body .btn_rtc {
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  padding: 10px 25px;
  margin-bottom: 20px;
}

.noc_time_block {
  box-shadow: -1px 5px 15px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 80px 15px 80px;
  position: relative;
  margin-top: 50px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  border: 1px solid rgb(241, 241, 241);
  position: relative;
  background: #fff;
}
.noc_time_block.concepts {
  margin-top: -175px;
}
@media (max-width: 991px) {
  .noc_time_block {
    padding: 50px 15px;
    max-width: 98%;
  }
}
@media (max-width: 767px) {
  .noc_time_block {
    padding: 60px 15px;
    margin-top: 80px;
    max-width: 95%;
  }
}
@media (max-width: 639px) {
  .noc_time_block {
    margin-top: 60px;
    max-width: 92%;
    padding: 40px 15px;
  }
}
.noc_time_block * {
  font-style: initial;
}
.noc_time_block .ttl {
  line-height: 130%;
  font-weight: 600;
}
.noc_time_block .btn {
  position: absolute;
  left: calc(50% - 140px);
  bottom: -30px;
  width: 280px;
}
.noc_time_block .ttl_count {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #0f0f3d;
  text-align: center;
  margin-bottom: 30px;
}
.noc_time_block .countdown-row {
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}
.noc_time_block .countdown-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 25%;
}
.noc_time_block .countdown-section:before {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 60px;
  font-weight: 300;
  color: #c69b63;
  content: ":";
}
@media (max-width: 991px) {
  .noc_time_block .countdown-section:before {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .noc_time_block .countdown-section:before {
    font-size: 30px;
  }
}
.noc_time_block .countdown-section.nodot:before {
  display: none !important;
}
.noc_time_block .countdown-section .countdown-amount {
  width: 100%;
  color: #c69b63;
  font-size: 60px;
  font-weight: 300;
  font-style: initial;
}
@media (max-width: 991px) {
  .noc_time_block .countdown-section .countdown-amount {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .noc_time_block .countdown-section .countdown-amount {
    font-size: 30px;
  }
}
.noc_time_block .countdown-section .countdown-period {
  width: 100%;
  color: #555555;
  font-size: 14px;
}
.noc_time_block .label {
  position: absolute;
  bottom: -32px;
  left: calc(50% - 215px);
  margin: 0;
  max-width: 430px;
  width: 100%;
  background: #c69b63;
  color: #fff;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 600;
  font-style: initial;
  letter-spacing: 0.15em;
  padding: 17px;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .noc_time_block .label {
    padding: 12px;
    font-size: 14px;
    bottom: -20px;
  }
}
@media (max-width: 639px) {
  .noc_time_block .label {
    max-width: 90%;
    left: 5%;
    letter-spacing: 2px;
    font-size: 10px;
  }
}
.noc_time_block .label span {
  color: #c69b63;
}

.noc_course_schedule .label {
  background: #c69b63;
  color: #fff;
}

.noc_sales_practitioner_sticky {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
@media (max-width: 767px) {
  .noc_sales_practitioner_sticky.sales .sticky_timer {
    margin: 10px auto -30px;
  }
}
@media (max-width: 639px) {
  .noc_sales_practitioner_sticky.sales .sticky_timer {
    margin-bottom: -20px;
  }
}
.noc_sales_practitioner_sticky.sales .footer_edits_number_42312349999923232 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .noc_sales_practitioner_sticky.sales .footer_edits_number_42312349999923232 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .noc_sales_practitioner_sticky.sales .footer_edits_number_42312349999923232 .deliver {
    width: 100%;
  }
}
.noc_sales_practitioner_sticky.sales .btn.btn_noc {
  position: relative;
}
@media (max-width: 767px) {
  .noc_sales_practitioner_sticky.sales .btn.btn_noc {
    margin-bottom: 7px;
  }
}
.noc_sales_practitioner_sticky.show {
  opacity: 1;
}
.noc_sales_practitioner_sticky .left_wrap {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .noc_sales_practitioner_sticky .left_wrap {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-top: 5px;
  }
}
@media (max-width: 991px) {
  .noc_sales_practitioner_sticky .left_wrap .divider {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .noc_sales_practitioner_sticky .left_wrap .divider {
    margin-bottom: 0;
  }
}
.noc_sales_practitioner_sticky .left_wrap .noc_gold_bg {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .noc_sales_practitioner_sticky .left_wrap .noc_gold_bg {
    margin-left: 0;
  }
}
.noc_sales_practitioner_sticky .sticky_timer {
  font-family: "Inter";
  width: 220px;
  display: block;
  margin: -14px 0 -54px 0px;
}
@media (max-width: 1200px) {
  .noc_sales_practitioner_sticky .sticky_timer {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .noc_sales_practitioner_sticky .sticky_timer {
    margin: initial;
    width: 200px;
  }
}
.noc_sales_practitioner_sticky .sticky_timer .countdown-row {
  display: flex;
  justify-content: center;
}
.noc_sales_practitioner_sticky .sticky_timer .countdown-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  justify-content: center;
}
.noc_sales_practitioner_sticky .sticky_timer .countdown-section:before {
  position: absolute;
  top: 0;
  right: -5px;
  font-size: 24px;
  font-weight: 300;
  color: #c69b63;
  content: ":";
}
@media (max-width: 991px) {
  .noc_sales_practitioner_sticky .sticky_timer .countdown-section:before {
    font-size: 30px;
  }
}
.noc_sales_practitioner_sticky .sticky_timer .countdown-section.nodot:before {
  display: none !important;
}
.noc_sales_practitioner_sticky .sticky_timer .countdown-section .countdown-amount {
  width: 100%;
  color: #c69b63;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .noc_sales_practitioner_sticky .sticky_timer .countdown-section .countdown-amount {
    font-size: 26px;
  }
}
.noc_sales_practitioner_sticky .sticky_timer .countdown-section .countdown-period {
  position: relative;
  top: -8px;
  width: 100%;
  color: #c69b63;
  text-align: center;
  font-size: 10px;
}
@media (max-width: 991px) {
  .noc_sales_practitioner_sticky .sticky_timer .countdown-section .countdown-period {
    font-size: 10px;
    top: -5px;
  }
}
.noc_sales_practitioner_sticky .container {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 20px 15px;
  justify-content: space-between;
  max-width: 1500px;
  width: 100%;
}
@media (max-width: 991px) {
  .noc_sales_practitioner_sticky .container {
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .noc_sales_practitioner_sticky .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.noc_sales_practitioner_sticky .container > p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
  color: #0f0f3d;
  font-family: "Inter";
}
@media (max-width: 991px) {
  .noc_sales_practitioner_sticky .container > p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .noc_sales_practitioner_sticky .container > p {
    text-align: center;
    width: 100%;
  }
}
.noc_sales_practitioner_sticky .container > p span.red {
  color: red;
  font-weight: 500;
}
.noc_sales_practitioner_sticky .container > p a {
  color: #c69b63;
  font-weight: 600;
  text-decoration: underline;
}
.noc_sales_practitioner_sticky .container > p a:hover {
  text-decoration: initial;
}
.noc_sales_practitioner_sticky .container > p a.black {
  color: #000;
}
.noc_sales_practitioner_sticky .container > p b {
  color: #c69b63;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 991px) {
  .noc_sales_practitioner_sticky .container > p b {
    display: block;
  }
}
.noc_sales_practitioner_sticky .container > p b.black {
  color: #000;
}
.noc_sales_practitioner_sticky .container .btn {
  border-radius: 60px;
  margin-right: 15px;
  padding: 8px 25px;
  font-size: 14px !important;
  color: #fff;
  text-decoration: none;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .noc_sales_practitioner_sticky .container .btn {
    margin-top: 10px;
    display: block;
    max-width: 300px;
    margin: 10px auto 10px;
  }
}
.noc_sales_practitioner_sticky .container .countdown {
  max-width: 285px;
}
@media (max-width: 767px) {
  .noc_sales_practitioner_sticky .container .countdown {
    position: relative;
    left: -16px;
    margin-left: initial;
    margin-right: initial;
    margin-right: -20px;
  }
}
.contact-collapsed .noc_sales_practitioner_sticky {
  transform: translate3d(0, 100%, 0);
}
.contact-collapsed .noc_sales_practitioner_sticky #countdown_sticky_toggle i {
  transform: scaleY(-1);
}
.noc_sales_practitioner_sticky #countdown_sticky_toggle {
  border-radius: 8px 8px 0 0;
  outline: none !important;
  background: #c69b63;
  margin-left: -27px;
  position: absolute;
  line-height: 12px;
  margin-top: -14px;
  transition: 0.2s;
  cursor: pointer;
  height: 14px;
  border: none;
  width: 54px;
  color: #fff;
  left: 50%;
  top: 0;
}
.noc_sales_practitioner_sticky #countdown_sticky_toggle:hover {
  background: #c69b63;
}

#prices.practitioner {
  margin-top: 0px;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  #prices.practitioner {
    margin-bottom: 80px;
  }
}
#prices.practitioner .noc_sq_ttl {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-weight: 600;
  color: #0f0f3d;
}
@media (max-width: 639px) {
  #prices.practitioner .noc_sq_ttl .mob {
    display: block;
  }
}
#prices.practitioner .scroll_overview {
  padding: 140px 0 0;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 991px) {
  #prices.practitioner .scroll_overview {
    width: 100%;
    overflow-x: scroll;
  }
}
@media (max-width: 991px) {
  #prices.practitioner .scroll_overview {
    padding-left: 5px;
    padding-top: 130px;
    padding-bottom: 70px;
    margin-bottom: 50px;
  }
}
#prices.practitioner .swipe_txt {
  position: relative;
  display: none;
}
@media (max-width: 991px) {
  #prices.practitioner .swipe_txt {
    display: block;
  }
}
#prices.practitioner .swipe_txt p {
  position: absolute;
  top: 15px;
  font-size: 12px;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  color: #c69b63;
  font-family: "Inter";
  letter-spacing: 0.5px;
  font-weight: 500;
}
#prices.practitioner .wrapper1 {
  margin-bottom: -20px;
  pointer-events: none;
  position: relative;
}
@media (max-width: 991px) {
  #prices.practitioner .wrapper1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: scroll;
    transform: scale(0.5);
  }
}
#prices.practitioner .wrapper1 .container {
  border: none;
  background: none;
  text-align: center;
  min-width: 600px;
}
#prices.practitioner .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 15px;
  max-width: 1075px;
  min-width: 800px;
}
@media (max-width: 767px) {
  #prices.practitioner .container {
    justify-content: flex-start;
    min-width: 600px;
  }
}
#prices.practitioner .btn_main {
  font-size: 16px;
  letter-spacing: 2px;
  padding: 13px 18px;
  border-radius: 110px;
  background: linear-gradient(264deg, #fdd394 -25.34%, #936635 82.41%), #00b2ea;
  color: #fff;
  font-family: "Inter";
  font-weight: 600;
  width: 100%;
  max-width: 85%;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.2s;
}
#prices.practitioner .btn_main:not([href]):not([tabindex]) {
  color: #0f0f3d;
}
#prices.practitioner .btn_main:hover {
  opacity: 0.9;
  color: #fff;
}
#prices.practitioner .column {
  position: relative;
  width: 33.33%;
  border-radius: 0;
  background: #fff;
}
@media (max-width: 767px) {
  #prices.practitioner .column {
    width: 50%;
  }
}
#prices.practitioner .column.hide_footer .foot {
  display: none;
}
#prices.practitioner .column .head {
  min-height: 155px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
}
#prices.practitioner .column .head h3 {
  width: 100%;
}
#prices.practitioner .column .head .prices_thumb img {
  position: absolute;
  left: calc(50% - 114px);
  top: -120px;
  width: 100%;
  max-width: 228px;
}
#prices.practitioner .column .head .star_rating {
  display: none;
  text-align: center;
  margin-bottom: 10px;
}
#prices.practitioner .column .head .star_rating li {
  margin-right: 1px;
}
#prices.practitioner .column .head h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing: 0;
}
#prices.practitioner .column .head p {
  display: none;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  max-width: 255px;
  margin: 0 auto 0px;
  padding-bottom: 20px;
}
@media (max-width: 639px) {
  #prices.practitioner .column .head p {
    padding: 0 5px 20px;
  }
}
#prices.practitioner .column .body .toggle {
  font-size: 14px;
  line-height: 51px;
  font-weight: 600;
  background: #eeeeee;
  letter-spacing: 0.5px;
  position: relative;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  width: auto;
  color: #c69b63;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: none;
}
#prices.practitioner .column .body .toggle:hover {
  opacity: 0.8;
  color: #c69b63;
}
#prices.practitioner .column .body .toggle i {
  margin-left: 4px;
  font-size: 14px;
}
#prices.practitioner .column .body .toggle .in {
  display: none;
}
#prices.practitioner .column .body .toggle .out {
  display: initial;
}
#prices.practitioner .column .body .toggle.in .in {
  display: initial;
}
#prices.practitioner .column .body .toggle.in .out {
  display: none;
}
#prices.practitioner .column .body .base_details {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-family: "Inter";
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  padding-bottom: 25px;
}
#prices.practitioner .column .body .base_details li {
  padding: 16px 8px;
  font-family: "Inter";
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #c69b63;
  border-bottom: 1px solid #d4e0e5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 68px;
  position: relative;
}
@media (max-width: 991px) {
  #prices.practitioner .column .body .base_details li {
    line-height: initial;
    min-height: 60px;
    padding: 10px 8px;
  }
}
@media (max-width: 639px) {
  #prices.practitioner .column .body .base_details li {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 479px) {
  #prices.practitioner .column .body .base_details li {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#prices.practitioner .column .body .base_details li:hover .hover_text {
  background-color: #f5f5f5;
  opacity: 1;
  z-index: 22;
  display: block !important;
}
#prices.practitioner .column .body .base_details li .hover_text {
  position: absolute;
  bottom: -130px;
  left: 8px;
  width: 270px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  color: #000;
  background: transparent;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 8px;
  opacity: 0;
  transition: all 0.2s;
  display: none !important;
}
#prices.practitioner .column .body .base_details li.grey-1 {
  background: #ede9f0;
}
#prices.practitioner .column .body .base_details li.grey-2 {
  background: #e0dfe5;
}
#prices.practitioner .column .body .base_details li.grey-2 span {
  color: #0f0f3d;
}
#prices.practitioner .column .body .base_details li.purple-light-1 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #c69b63;
}
#prices.practitioner .column .body .base_details li.ttl {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #8913ba !important;
}
#prices.practitioner .column .body .base_details li.ttl span {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #8913ba !important;
}
#prices.practitioner .column .body .base_details li.nb {
  border: none;
}
#prices.practitioner .column .body .base_details li.purple-light-2 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), #c69b63;
}
#prices.practitioner .column .body .base_details li.no-top-border {
  border-top: initial !important;
}
#prices.practitioner .column .body .base_details li.height-2 {
  min-height: 110px;
}
#prices.practitioner .column .body .base_details li.height-3 {
  min-height: 140px;
}
#prices.practitioner .column .body .base_details li.height-4 {
  min-height: 173px;
}
#prices.practitioner .column .body .base_details li.height-5 {
  min-height: 206px;
}
#prices.practitioner .column .body .base_details li.height-6 {
  min-height: 239px;
}
#prices.practitioner .column .body .base_details li.height-7 {
  min-height: 272px;
}
#prices.practitioner .column .body .base_details li.height-8 {
  min-height: 318px;
}
#prices.practitioner .column .body .base_details li.height-10 {
  min-height: 371px;
}
#prices.practitioner .column .body .base_details li b {
  color: #c69b63;
  font-weight: 600;
}
#prices.practitioner .column .body .base_details li .icon-check {
  background: transparent;
  color: #c69b63;
  border-radius: 60px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 20px;
}
#prices.practitioner .column .body .base_details li .icon-cancel {
  color: #828282;
  font-size: 20px;
}
#prices.practitioner .column .body .base_details li .inner small,
#prices.practitioner .column .body .base_details li .inner i,
#prices.practitioner .column .body .base_details li .inner span {
  font-size: 12px;
}
#prices.practitioner .column .foot {
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}
#prices.practitioner .column .foot .annual {
  display: initial;
}
#prices.practitioner .column .foot .monthly {
  display: none;
}
#prices.practitioner .column .foot.monthly .annual {
  display: none;
}
#prices.practitioner .column .foot.monthly .monthly {
  display: initial;
}
#prices.practitioner .column .foot.monthly .switch button i:before {
  right: 16px;
}
#prices.practitioner .column .foot ul {
  list-style: none;
  padding-left: 0;
  display: block;
  max-width: 220px;
  margin: 0 auto;
  border-radius: 60px;
  padding-top: 50px;
}
#prices.practitioner .column .foot ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#prices.practitioner .column .foot ul li.pay_full {
  max-width: 182px;
  display: block;
  margin: 0 auto 20px;
  padding: 11px 15px;
  text-align: center;
  border-radius: 60px;
  position: relative;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 500;
  color: #0f0f3d;
}
@media (max-width: 639px) {
  #prices.practitioner .column .foot ul li.pay_full {
    font-size: 12px;
    max-width: 160px;
    padding: 10px;
  }
}
#prices.practitioner .column .foot ul li.pay_full .deliver {
  display: block;
  width: 100%;
  height: 0;
  margin-bottom: 8px;
}
#prices.practitioner .column .foot ul li.pay_full b {
  font-size: 20px;
  font-family: "Inter";
  position: relative;
  padding-right: 6px;
  opacity: 0.6;
  margin: 0 auto 4px;
  font-weight: 700;
}
#prices.practitioner .column .foot ul li.pay_full b:before {
  position: absolute;
  z-index: -1;
  top: 45%;
  left: -4px;
  width: 100%;
  height: 4px;
  content: "";
  background: #c69b63;
}
#prices.practitioner .column .foot ul li.pay_seb {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Inter";
  text-align: center;
  flex-wrap: wrap;
  margin: 0px auto 15px;
}
#prices.practitioner .column .foot ul li.pay_seb b {
  font-family: "Inter";
  display: block;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #prices.practitioner .column .foot ul li.pay_seb b {
    font-size: 40px;
    line-height: 50px;
    width: 100%;
  }
}
#prices.practitioner .column .foot .btn-yellow {
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  height: initial;
  padding: 13px 85px;
  background: #f0eb44;
  color: #0f0f3d;
  border-radius: 60px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #prices.practitioner .column .foot .btn-yellow {
    padding: 15px 45px;
  }
}
@media (max-width: 639px) {
  #prices.practitioner .column .foot .btn-yellow {
    padding: 10px 15px;
    max-width: 90%;
    font-size: 16px;
  }
}
#prices.practitioner .column .foot .noc_practitioner_timer {
  display: initial !important;
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  padding: 0 50px;
}
#prices.practitioner .column .foot .noc_practitioner_timer .countdown-row {
  display: flex;
  justify-content: center;
}
#prices.practitioner .column .foot .noc_practitioner_timer .countdown-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  justify-content: center;
}
#prices.practitioner .column .foot .noc_practitioner_timer .countdown-section:before {
  position: absolute;
  top: 0;
  right: -6px;
  font-size: 20px;
  font-weight: 300;
  color: #c69b63;
  content: ":";
}
@media (max-width: 991px) {
  #prices.practitioner .column .foot .noc_practitioner_timer .countdown-section:before {
    font-size: 30px;
  }
}
#prices.practitioner .column .foot .noc_practitioner_timer .countdown-section.nodot:before {
  display: none !important;
}
#prices.practitioner .column .foot .noc_practitioner_timer .countdown-section .countdown-amount {
  width: 100%;
  color: #c69b63;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #prices.practitioner .column .foot .noc_practitioner_timer .countdown-section .countdown-amount {
    font-size: 26px;
  }
}
#prices.practitioner .column .foot .noc_practitioner_timer .countdown-section .countdown-period {
  width: 100%;
  color: #0f0f3d;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
}
@media (max-width: 991px) {
  #prices.practitioner .column .foot .noc_practitioner_timer .countdown-section .countdown-period {
    font-size: 10px;
  }
}
#prices.practitioner .column.info {
  padding-right: 20px;
  margin-top: -4px;
}
@media (max-width: 991px) {
  #prices.practitioner .column.info {
    padding-right: 5px;
  }
}
#prices.practitioner .column.info .head {
  position: relative;
}
#prices.practitioner .column.info .head .prices_thumb img {
  left: 0;
  bottom: 40px;
  top: initial;
  right: initial;
  width: 145px;
}
#prices.practitioner .column.info .head h3 {
  margin-bottom: 40px;
  color: #0f0f3d;
}
#prices.practitioner .column.info .body .toggle {
  opacity: 0;
}
#prices.practitioner .column.info .body .base_details li:first-child {
  border-top: 1px solid #d4e0e5;
}
#prices.practitioner .column.info .body .base_details li {
  font-family: "Inter";
  color: #0f0f3d;
  font-weight: 500;
  text-align: left;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  #prices.practitioner .column.info .body .base_details li {
    font-size: 13px;
    line-height: 26px;
  }
}
#prices.practitioner .column.info .body .base_details li b {
  color: #0f0f3d;
}
#prices.practitioner .column.info .foot form,
#prices.practitioner .column.info .foot .annual,
#prices.practitioner .column.info .foot .monthly,
#prices.practitioner .column.info .foot .noc_practitioner_timer {
  display: none !important;
}
#prices.practitioner .column.info .foot .switch_plan {
  border-radius: 6px;
  padding-top: 120px;
  border: none;
}
#prices.practitioner .column.info .foot .switch_plan:nth-child(1) {
  padding: 0;
  height: 100%;
}
#prices.practitioner .column.info .foot .switch_plan:nth-child(2), #prices.practitioner .column.info .foot .switch_plan:nth-child(3) {
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 20px;
  border-radius: 8px;
}
#prices.practitioner .column.info .foot .switch_plan p.choose {
  color: #0f0f3d;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 639px) {
  #prices.practitioner .column.info .foot .switch_plan p.choose {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
#prices.practitioner .column.info .foot .switch_plan .divider {
  width: 100%;
}
#prices.practitioner .column.info .foot .switch_plan .radio {
  margin: 0 0 10px;
  border: none !important;
  width: 100%;
  text-align: left;
}
#prices.practitioner .column.info .foot .switch_plan .radio label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #0f0f3d;
  cursor: pointer;
}
#prices.practitioner .column.info .foot .switch_plan .radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#prices.practitioner .column.info .foot .switch_plan .radio input[type=radio] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 2px solid #c69b63;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
#prices.practitioner .column.info .foot .switch_plan .radio input[type=radio]:checked + .radio-label:before {
  background-color: #c69b63;
  box-shadow: inset 0 0 0 4px #fff;
}
#prices.practitioner .column.info .foot .switch_plan .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #c69b63;
}
#prices.practitioner .column.info .foot .switch_plan .radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #fff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}
#prices.practitioner .column.info .foot .switch_plan .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
#prices.practitioner .column.enhanced {
  position: relative;
  top: -4px;
  overflow: visible;
}
#prices.practitioner .column.enhanced .head {
  background: #f5f5f5;
  color: #c69b63;
  position: relative;
}
#prices.practitioner .column.enhanced .head h3 {
  color: #c69b63;
  font-size: 20px;
  margin-bottom: 40px;
}
#prices.practitioner .column.enhanced .body {
  background: #f5f5f5;
  border-radius: 0 0 6px 6px;
}
#prices.practitioner .column.enhanced .body .toggle {
  background: #f5f5f5;
  color: #c69b63;
}
#prices.practitioner .column.enhanced .body .base_details {
  padding-left: 15px;
  padding-right: 15px;
}
#prices.practitioner .column.enhanced .body .base_details li:first-child {
  border-top: 1px solid #d4e0e5;
}
#prices.practitioner .column.enhanced .body .base_details li {
  color: #c69b63;
  border-color: #d4e0e5;
}
#prices.practitioner .column.enhanced .body .base_details li b {
  color: #c69b63;
}
#prices.practitioner .column.enhanced .body .base_details li .icon-check {
  width: 24px;
  height: 24px;
  border-radius: 60px;
  color: #fff;
  background: #c69b63;
  font-size: 15px;
}
@media (max-width: 991px) {
  #prices.practitioner .column.enhanced .body .base_details li {
    font-size: 13px;
    line-height: 26px;
  }
}
#prices.practitioner .column.enhanced .foot {
  position: relative;
  background: #f5f5f5;
  color: #0f0f3d;
  border-radius: 6px 6px 0 0;
}
#prices.practitioner .column.enhanced .foot .switch_plan {
  display: none;
}
#prices.practitioner .column.enhanced .foot ul li.pay_seb b {
  color: #c69b63;
}
#prices.practitioner .column.core {
  padding-left: 20px;
}
@media (max-width: 991px) {
  #prices.practitioner .column.core {
    padding-left: 5px;
  }
}
#prices.practitioner .column.core .head,
#prices.practitioner .column.core .body,
#prices.practitioner .column.core .foot {
  background: #f5f5f5;
}
#prices.practitioner .column.core .head {
  border-radius: 6px 6px 0 0;
}
#prices.practitioner .column.core .head h3 {
  color: #000;
}
#prices.practitioner .column.core .head p {
  color: #000;
}
#prices.practitioner .column.core .body {
  border-radius: 0 0 6px 6px;
}
#prices.practitioner .column.core .body .icon-check {
  background: transparent;
  color: #c69b63;
}
#prices.practitioner .column.core .foot {
  border-radius: 6px;
}
#prices.practitioner .column.core .foot .switch_plan {
  display: none;
}

#noc_guarantee_sales {
  padding: 0 0 20px;
  background: #fff;
  margin-bottom: 80px;
}
@media (max-width: 1300px) {
  #noc_guarantee_sales {
    padding: 0 0 30px;
  }
}
@media (max-width: 639px) {
  #noc_guarantee_sales {
    padding: 0 0 0;
  }
}
@media (max-width: 767px) {
  #noc_guarantee_sales {
    margin-left: 15px;
    margin-right: 15px;
    max-width: calc(100% - 30px);
  }
}
#noc_guarantee_sales .panel {
  max-width: 910px;
  margin: 0 auto;
  padding-bottom: 90px;
  border-color: #000;
  position: relative;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 4px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 4px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 4px;
}
@media (max-width: 767px) {
  #noc_guarantee_sales .panel {
    padding-bottom: 20px;
  }
}
#noc_guarantee_sales .panel-heading {
  text-align: center;
  padding: 46px 95px;
  color: #fff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  background: linear-gradient(264deg, #fdd394 -25.34%, #936635 82.41%), #033866;
  font-size: 32px;
  line-height: 1.25em;
  font-weight: 700;
  background-size: cover;
  font-style: initial;
}
@media (max-width: 1919px) {
  #noc_guarantee_sales .panel-heading {
    font-size: 30px;
  }
}
@media (max-width: 1300px) {
  #noc_guarantee_sales .panel-heading {
    padding: 35px 70px;
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  #noc_guarantee_sales .panel-heading {
    padding: 25px 50px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  #noc_guarantee_sales .panel-heading {
    padding: 25px 30px;
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  #noc_guarantee_sales .panel-heading {
    padding: 20px 15px;
    font-size: 18px;
  }
}
#noc_guarantee_sales .panel-body {
  padding: 60px 120px 120px 120px;
  position: relative;
  background: #fff;
  box-shadow: 1px 0 15px 5px rgba(0, 0, 0, 0.1);
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 0;
  /* Firefox 1-3.6 */
  -moz-border-radius: 0;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 0;
}
@media (max-width: 1300px) {
  #noc_guarantee_sales .panel-body {
    padding: 45px 70px 75px 70px;
  }
}
@media (max-width: 991px) {
  #noc_guarantee_sales .panel-body {
    padding: 40px 70px 78px;
  }
}
@media (max-width: 767px) {
  #noc_guarantee_sales .panel-body {
    padding: 40px 70px 80px;
  }
}
@media (max-width: 479px) {
  #noc_guarantee_sales .panel-body {
    padding: 30px 15px 70px 15px;
  }
}
#noc_guarantee_sales .panel-body > p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Inter";
}
#noc_guarantee_sales .panel-body .c-cletter {
  position: relative;
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}
#noc_guarantee_sales .panel-body .c-cletter:before {
  position: relative;
  top: 15px;
  left: 20px;
  content: "";
  margin: -42px 0px -20px -70px;
  display: block;
  float: left;
  width: 120px;
  height: 89px;
  background-image: url("../img/programs/noc/sales_practitioner/letter.svg");
  background-position: center;
  background-repeat: no-repeat;
}
#noc_guarantee_sales .panel-body .c-cletter span {
  display: none;
}
@media (max-width: 767px) {
  #noc_guarantee_sales .panel-body .c-cletter span {
    display: inline;
  }
}
#noc_guarantee_sales .panel picture.stamp_img {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 160px;
  height: 160px;
  -webkit-transform: translate(-55%, 0);
  -ms-transform: translate(-55%, 0);
  -o-transform: translate(-55%, 0);
  transform: translate(-55%, 0);
}
@media (max-width: 479px) {
  #noc_guarantee_sales .panel picture.stamp_img {
    bottom: -5px;
    width: 120px;
  }
}

.noc_practitioner_people_ask {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .noc_practitioner_people_ask {
    padding-top: 80px;
  }
}
.noc_practitioner_people_ask .success {
  font-weight: 500;
  font-family: "Inter";
  color: #000;
  text-align: center;
}
.noc_practitioner_people_ask .ttl {
  line-height: 130%;
  font-weight: 700;
  color: #0f0f3d;
  text-align: center;
  max-width: 570px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .noc_practitioner_people_ask .ttl {
    max-width: 370px;
  }
}
@media (max-width: 639px) {
  .noc_practitioner_people_ask .ttl {
    max-width: 290px;
  }
}
.noc_practitioner_people_ask .ttl span {
  color: #00B9F3;
}
.noc_practitioner_people_ask .ttl .face {
  position: absolute;
}
@media (max-width: 360px) {
  .noc_practitioner_people_ask .ttl .face {
    display: none;
  }
}
.noc_practitioner_people_ask .ttl .face.p1 {
  left: -15px;
  top: -24px;
}
@media (min-width: 475px) {
  .noc_practitioner_people_ask .ttl .face.p1 {
    left: -65px;
    top: -62px;
  }
}
@media (min-width: 768px) {
  .noc_practitioner_people_ask .ttl .face.p1 {
    left: -80px;
    top: -62px;
  }
}
@media (min-width: 1440px) {
  .noc_practitioner_people_ask .ttl .face.p1 {
    left: -220px;
    top: 65px;
  }
}
@media (min-width: 1920px) {
  .noc_practitioner_people_ask .ttl .face.p1 {
    left: -285px;
  }
}
.noc_practitioner_people_ask .ttl .face.p1 img {
  width: 55px;
}
@media (min-width: 475px) {
  .noc_practitioner_people_ask .ttl .face.p1 img {
    width: 66px;
  }
}
@media (min-width: 768px) {
  .noc_practitioner_people_ask .ttl .face.p1 img {
    width: 145px;
  }
}
.noc_practitioner_people_ask .ttl .face.p2 {
  right: -20px;
  top: -34px;
}
@media (min-width: 475px) {
  .noc_practitioner_people_ask .ttl .face.p2 {
    right: -65px;
    top: -85px;
  }
}
@media (min-width: 768px) {
  .noc_practitioner_people_ask .ttl .face.p2 {
    top: -105px;
    right: -80px;
  }
}
@media (min-width: 1440px) {
  .noc_practitioner_people_ask .ttl .face.p2 {
    right: -240px;
    top: -85px;
  }
}
@media (min-width: 1920px) {
  .noc_practitioner_people_ask .ttl .face.p2 {
    right: -260px;
  }
}
.noc_practitioner_people_ask .ttl .face.p2 img {
  width: 60px;
}
@media (min-width: 768px) {
  .noc_practitioner_people_ask .ttl .face.p2 img {
    width: 145px;
  }
}
.noc_practitioner_people_ask .ttl .face.p3 {
  bottom: -76px;
  right: 100px;
}
@media (min-width: 768px) {
  .noc_practitioner_people_ask .ttl .face.p3 {
    bottom: -105px;
    right: -80px;
  }
}
@media (min-width: 1440px) {
  .noc_practitioner_people_ask .ttl .face.p3 {
    right: -240px;
    bottom: -85px;
  }
}
@media (min-width: 1920px) {
  .noc_practitioner_people_ask .ttl .face.p3 {
    right: -260px;
  }
}
.noc_practitioner_people_ask .ttl .face.p3 img {
  width: 60px;
}
@media (min-width: 768px) {
  .noc_practitioner_people_ask .ttl .face.p3 img {
    width: 120px;
  }
}

.noc_course_schedule_wr {
  border-radius: 10px;
  position: relative;
}
.noc_course_schedule_wr .line {
  max-width: 534px;
  border-bottom: 1px solid #dddddd;
  display: block;
  margin: 0 auto;
}
.noc_course_schedule_wr.ty .container {
  border-radius: 10px;
  background: #f8f8f8;
  max-width: 1100px;
}
.noc_course_schedule_wr.ty .container .intr {
  background: #092d49;
  color: #fff;
}
.noc_course_schedule_wr.ty .container .intr:before, .noc_course_schedule_wr.ty .container .intr:after {
  display: none;
}
.noc_course_schedule_wr.ty .container .descr {
  line-height: 1.6;
}
@media (min-width: 1200px) {
  .noc_course_schedule_wr.ty .container .h40, .noc_course_schedule_wr.ty .container #pre_reg.sf_form_style_1 .descr h2, #pre_reg.sf_form_style_1 .descr .noc_course_schedule_wr.ty .container h2, .noc_course_schedule_wr.ty .container #pre_reg.sf_form_style_2_yellow .descr h2, #pre_reg.sf_form_style_2_yellow .descr .noc_course_schedule_wr.ty .container h2, .noc_course_schedule_wr.ty .container #pre_reg.sf_form_style_3_red .descr h2, #pre_reg.sf_form_style_3_red .descr .noc_course_schedule_wr.ty .container h2, .noc_course_schedule_wr.ty .container #program_faq.announc h2, #program_faq.announc .noc_course_schedule_wr.ty .container h2, .noc_course_schedule_wr.ty .ty_included_wr .container .row.included_items_wr .included_item_wr .included_ttl .included_ttl_small, .ty_included_wr .noc_course_schedule_wr.ty .container .row.included_items_wr .included_item_wr .included_ttl .included_ttl_small, .noc_course_schedule_wr.ty .container #prices.practitioner .noc_sq_ttl, #prices.practitioner .noc_course_schedule_wr.ty .container .noc_sq_ttl {
    font-size: 30px !important;
  }
}
.noc_course_schedule_wr .container {
  padding: 0px 190px 0px;
  text-align: center;
  position: relative;
}
@media (max-width: 1699px) {
  .noc_course_schedule_wr .container {
    padding: 0 150px 0px;
  }
}
@media (max-width: 991px) {
  .noc_course_schedule_wr .container {
    padding: 0 100px 0px;
  }
}
@media (max-width: 767px) {
  .noc_course_schedule_wr .container {
    padding: 0 15px 0px;
  }
}
.noc_course_schedule_wr .container .intr {
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  font-family: Inter, serif;
  text-transform: uppercase;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background: #c69b63;
  letter-spacing: 2px;
  border-radius: 4px;
  padding: 6px 17px;
  margin: 0;
}
@media (min-width: 375px) {
  .noc_course_schedule_wr .container .intr {
    font-size: 12px;
  }
}
@media (min-width: 576px) {
  .noc_course_schedule_wr .container .intr {
    font-size: 15px;
  }
}
.noc_course_schedule_wr .container .intr:before {
  content: "";
  position: absolute;
  top: 14px;
  left: -400px;
  width: 400px;
  border-bottom: 1px solid #ddd;
}
.noc_course_schedule_wr .container .intr:after {
  content: "";
  position: absolute;
  top: 14px;
  right: -400px;
  width: 400px;
  border-bottom: 1px solid #ddd;
}
.noc_course_schedule_wr .container .dates_wr {
  margin: 0 auto;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 479px) {
  .noc_course_schedule_wr .container .dates_wr {
    transform: scale(0.6);
  }
}
.noc_course_schedule_wr .container .dates_wr:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #f5f5f5 5.58%, rgba(245, 245, 245, 0.8) 20.58%, rgba(245, 245, 245, 0.8) 31.03%, rgba(245, 245, 245, 0) 34.83%, rgba(245, 245, 245, 0) 65.29%, rgba(245, 245, 245, 0.8) 69.23%, rgba(245, 245, 245, 0.8) 78.31%, #f5f5f5 94.64%);
}
.noc_course_schedule_wr .container .dates_wr .date_item {
  width: 77px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #c4c4c4;
  border-radius: 7px;
}
.noc_course_schedule_wr .container .dates_wr .date_item .date_item_day {
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
  color: #c69b63;
}
.noc_course_schedule_wr .container .dates_wr .date_item .date_item_month {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #0f0f3d;
  font-family: Inter, serif;
}
.noc_course_schedule_wr .container .dates_wr .date_item.date_item_red {
  background: #c69b63;
}
.noc_course_schedule_wr .container .dates_wr .date_item.date_item_red .date_item_day,
.noc_course_schedule_wr .container .dates_wr .date_item.date_item_red .date_item_month {
  color: #fff;
}
.noc_course_schedule_wr .container .ttl {
  margin: 30px auto 0;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 600;
  color: #000;
  font-family: Inter, serif;
}
@media (max-width: 767px) {
  .noc_course_schedule_wr .container .ttl {
    font-size: 20px;
  }
}
.noc_course_schedule_wr .container .ttl span {
  color: #c69b63;
}
.noc_course_schedule_wr .container .descr {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  .noc_course_schedule_wr .container .descr {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .noc_course_schedule_wr .container .descr br {
    display: none;
  }
}
.noc_course_schedule_wr .container a.btn.btn_noc_gold,
.noc_course_schedule_wr .container a.btn.btn_noc_gradient {
  padding: 12px 28px;
  text-transform: uppercase;
  font-size: 16px !important;
}
@media (max-width: 767px) {
  .noc_course_schedule_wr .container a.btn.btn_noc_gold,
  .noc_course_schedule_wr .container a.btn.btn_noc_gradient {
    font-size: 12px;
  }
}
.noc_course_schedule_wr .container a.btn.btn_noc_gold img,
.noc_course_schedule_wr .container a.btn.btn_noc_gradient img {
  margin-right: 5px;
}
.noc_course_schedule_wr .container a.btn {
  background: #c69b63;
  color: #fff;
  padding: 10px 28px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}
@media (max-width: 479px) {
  .noc_course_schedule_wr .container a.btn {
    width: 280px;
    font-size: 14px;
    padding: 10px 10px;
  }
}
.noc_course_schedule_wr .container a.btn:hover {
  opacity: 0.9;
}
.noc_course_schedule_wr .container a.btn img {
  margin-right: 5px;
}
.noc_course_schedule_wr .rtc {
  position: absolute;
  top: unset;
  bottom: -14px;
  right: unset;
  left: 50%;
  transform: translate(-50%, 0);
}
.noc_course_schedule_wr.course_schedule_ty + .mid.rtc {
  margin: 0 auto;
}
.noc_course_schedule_wr.course_schedule_ty + .mid.rtc:before, .noc_course_schedule_wr.course_schedule_ty + .mid.rtc:after {
  display: none;
}

.noc_payments_img {
  display: block;
  margin: 30px auto 50px;
}
@media (max-width: 767px) {
  .noc_payments_img {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.noc_payments_p {
  max-width: 932px;
  margin: 0 auto 80px;
  text-align: center;
}
.noc_payments_p p {
  position: relative;
  font-size: 12px;
  font-style: italic;
  color: #828282;
}
.noc_payments_p p:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 350px;
  border-bottom: 1px solid #c4c4c4;
}
@media (max-width: 991px) {
  .noc_payments_p p:before {
    width: 100px;
    left: calc(50% - 200px);
  }
}
.noc_payments_p p:after {
  position: absolute;
  right: 0;
  top: 10px;
  content: "";
  width: 350px;
  border-bottom: 1px solid #c4c4c4;
}
@media (max-width: 991px) {
  .noc_payments_p p:after {
    width: 100px;
    right: calc(50% - 200px);
  }
}

.page-template-program_noc_sales_practitioner_ty .ty_contact a {
  color: #c69b63;
}

.book_bundle_wr {
  padding: 30px 15px;
  width: calc(100% - 30px);
}
.book_bundle_wr > picture img {
  border-radius: 16px;
}
@media (min-width: 992px) {
  .book_bundle_wr {
    max-width: 1520px;
    padding: 80px 10px 120px 10px;
  }
}
.book_bundle_wr .h36 {
  font-size: 15px;
}
@media (min-width: 768px) {
  .book_bundle_wr .h36 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .book_bundle_wr .h36 {
    font-size: 36px;
  }
}
.book_bundle_wr .tde_gold {
  color: #c69b63;
}
.book_bundle_wr .books_wr {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(25px);
  justify-content: space-between;
  padding: 30px 10px;
  width: 290px;
  max-width: calc(100% - 10px);
}
@media (min-width: 375px) {
  .book_bundle_wr .books_wr {
    padding: 50px 25px;
    width: 425px;
  }
}
@media (min-width: 768px) {
  .book_bundle_wr .books_wr {
    width: 720px;
    padding: 26px 34px;
  }
}
@media (min-width: 992px) {
  .book_bundle_wr .books_wr {
    padding: 52px 68px;
  }
}
.book_bundle_wr .books_wr picture {
  width: 170px;
  max-width: calc(33.3333% - 20px);
}
@media (min-width: 992px) {
  .book_bundle_wr .btn_noc_join_badge {
    width: 500px;
    height: 88px;
    justify-content: center;
  }
}
.book_bundle_wr + .anch_wrap .down_icon.mid {
  margin-top: unset;
  margin-bottom: unset;
}
.book_bundle_wr + .anch_wrap .down_icon.mid:hover {
  color: #c69b63;
}

/*# sourceMappingURL=custom_noc.css.map */
