html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  main {
    display: block;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  a {
    background-color: transparent;
    text-decoration: none;
  }
  abbr[title] {
    border-bottom: none;
    text-decoration: none;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  img {
    border-style: none;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  button,
  input {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  [type="button"],
  [type="reset"],
  [type="submit"],
  button {
    -webkit-appearance: button;
  }
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring,
  button:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  progress {
    vertical-align: baseline;
  }
  textarea {
    overflow: auto;
  }
  [type="checkbox"],
  [type="radio"] {
    padding: 0;
  }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  details {
    display: block;
  }
  summary {
    display: list-item;
  }
  template {
    display: none;
  }
  [hidden] {
    display: none;
  }
  *,
  :after,
  :before {
    box-sizing: inherit;
  }
  html * {
    -webkit-tap-highlight-color: transparent;
  }
  :focus {
    outline: 0;
  }
  img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
  }
  html {
    box-sizing: border-box;
  }
  *,
  ::after,
  ::before {
    box-sizing: inherit;
  }
  .hidden-xs-up {
    display: none !important;
  }
  @media (max-width: 575.98px) {
    .hidden-xs-down {
      display: none !important;
    }
  }
  @media (min-width: 576px) {
    .hidden-sm-up {
      display: none !important;
    }
  }
  @media (max-width: 767.98px) {
    /* .hidden-sm-down {
      display: none !important;
    } */
  }
  @media (min-width: 768px) {
    .hidden-md-up {
      display: none !important;
    }
  }
  @media (max-width: 991.98px) {
    .hidden-md-down {
      display: none !important;
    }
  }
  @media (min-width: 992px) {
    .hidden-lg-up {
      display: none !important;
    }
  }
  @media (max-width: 1199.98px) {
    .hidden-lg-down {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .hidden-xl-up {
      display: none !important;
    }
  }
  .hidden-xl-down {
    display: none !important;
  }
  .visible-print-block {
    display: none !important;
  }
  @media print {
    .visible-print-block {
      display: block !important;
    }
  }
  .visible-print-inline {
    display: none !important;
  }
  @media print {
    .visible-print-inline {
      display: inline !important;
    }
  }
  .visible-print-inline-block {
    display: none !important;
  }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important;
    }
  }
  @media print {
    .hidden-print {
      display: none !important;
    }
  }
  .container {
    width: 94%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1300px;
  }
  .container--s {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    display: flex;
    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%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-first {
    order: -1;
  }
  .order-last {
    order: 13;
  }
  .order-0 {
    order: 0;
  }
  .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;
  }
  .order-9 {
    order: 9;
  }
  .order-10 {
    order: 10;
  }
  .order-11 {
    order: 11;
  }
  .order-12 {
    order: 12;
  }
  .offset-1 {
    margin-left: 8.33333333%;
  }
  .offset-2 {
    margin-left: 16.66666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.33333333%;
  }
  .offset-5 {
    margin-left: 41.66666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.33333333%;
  }
  .offset-8 {
    margin-left: 66.66666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.33333333%;
  }
  .offset-11 {
    margin-left: 91.66666667%;
  }
  @media (min-width: 576px) {
    .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-sm-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%;
    }
    .col-sm-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%;
    }
    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%;
    }
    .col-sm-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%;
    }
    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%;
    }
    .col-sm-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%;
    }
    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%;
    }
    .col-sm-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%;
    }
    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-sm-first {
      order: -1;
    }
    .order-sm-last {
      order: 13;
    }
    .order-sm-0 {
      order: 0;
    }
    .order-sm-1 {
      order: 1;
    }
    .order-sm-2 {
      order: 2;
    }
    .order-sm-3 {
      order: 3;
    }
    .order-sm-4 {
      order: 4;
    }
    .order-sm-5 {
      order: 5;
    }
    .order-sm-6 {
      order: 6;
    }
    .order-sm-7 {
      order: 7;
    }
    .order-sm-8 {
      order: 8;
    }
    .order-sm-9 {
      order: 9;
    }
    .order-sm-10 {
      order: 10;
    }
    .order-sm-11 {
      order: 11;
    }
    .order-sm-12 {
      order: 12;
    }
    .offset-sm-0 {
      margin-left: 0;
    }
    .offset-sm-1 {
      margin-left: 8.33333333%;
    }
    .offset-sm-2 {
      margin-left: 16.66666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.33333333%;
    }
    .offset-sm-5 {
      margin-left: 41.66666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.33333333%;
    }
    .offset-sm-8 {
      margin-left: 66.66666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.33333333%;
    }
    .offset-sm-11 {
      margin-left: 91.66666667%;
    }
  }
  @media (min-width: 768px) {
    .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-md-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%;
    }
    .col-md-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%;
    }
    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%;
    }
    .col-md-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%;
    }
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%;
    }
    .col-md-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%;
    }
    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%;
    }
    .col-md-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%;
    }
    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-md-first {
      order: -1;
    }
    .order-md-last {
      order: 13;
    }
    .order-md-0 {
      order: 0;
    }
    .order-md-1 {
      order: 1;
    }
    .order-md-2 {
      order: 2;
    }
    .order-md-3 {
      order: 3;
    }
    .order-md-4 {
      order: 4;
    }
    .order-md-5 {
      order: 5;
    }
    .order-md-6 {
      order: 6;
    }
    .order-md-7 {
      order: 7;
    }
    .order-md-8 {
      order: 8;
    }
    .order-md-9 {
      order: 9;
    }
    .order-md-10 {
      order: 10;
    }
    .order-md-11 {
      order: 11;
    }
    .order-md-12 {
      order: 12;
    }
    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.33333333%;
    }
    .offset-md-2 {
      margin-left: 16.66666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.33333333%;
    }
    .offset-md-5 {
      margin-left: 41.66666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.33333333%;
    }
    .offset-md-8 {
      margin-left: 66.66666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.33333333%;
    }
    .offset-md-11 {
      margin-left: 91.66666667%;
    }
  }
  @media (min-width: 992px) {
    .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-lg-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%;
    }
    .col-lg-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%;
    }
    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%;
    }
    .col-lg-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%;
    }
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%;
    }
    .col-lg-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%;
    }
    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%;
    }
    .col-lg-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%;
    }
    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-lg-first {
      order: -1;
    }
    .order-lg-last {
      order: 13;
    }
    .order-lg-0 {
      order: 0;
    }
    .order-lg-1 {
      order: 1;
    }
    .order-lg-2 {
      order: 2;
    }
    .order-lg-3 {
      order: 3;
    }
    .order-lg-4 {
      order: 4;
    }
    .order-lg-5 {
      order: 5;
    }
    .order-lg-6 {
      order: 6;
    }
    .order-lg-7 {
      order: 7;
    }
    .order-lg-8 {
      order: 8;
    }
    .order-lg-9 {
      order: 9;
    }
    .order-lg-10 {
      order: 10;
    }
    .order-lg-11 {
      order: 11;
    }
    .order-lg-12 {
      order: 12;
    }
    .offset-lg-0 {
      margin-left: 0;
    }
    .offset-lg-1 {
      margin-left: 8.33333333%;
    }
    .offset-lg-2 {
      margin-left: 16.66666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.33333333%;
    }
    .offset-lg-5 {
      margin-left: 41.66666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.33333333%;
    }
    .offset-lg-8 {
      margin-left: 66.66666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.33333333%;
    }
    .offset-lg-11 {
      margin-left: 91.66666667%;
    }
  }
  @media (min-width: 1200px) {
    .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-xl-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%;
    }
    .col-xl-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%;
    }
    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%;
    }
    .col-xl-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%;
    }
    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-xl-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%;
    }
    .col-xl-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%;
    }
    .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-xl-10 {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%;
    }
    .col-xl-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%;
    }
    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-xl-first {
      order: -1;
    }
    .order-xl-last {
      order: 13;
    }
    .order-xl-0 {
      order: 0;
    }
    .order-xl-1 {
      order: 1;
    }
    .order-xl-2 {
      order: 2;
    }
    .order-xl-3 {
      order: 3;
    }
    .order-xl-4 {
      order: 4;
    }
    .order-xl-5 {
      order: 5;
    }
    .order-xl-6 {
      order: 6;
    }
    .order-xl-7 {
      order: 7;
    }
    .order-xl-8 {
      order: 8;
    }
    .order-xl-9 {
      order: 9;
    }
    .order-xl-10 {
      order: 10;
    }
    .order-xl-11 {
      order: 11;
    }
    .order-xl-12 {
      order: 12;
    }
    .offset-xl-0 {
      margin-left: 0;
    }
    .offset-xl-1 {
      margin-left: 8.33333333%;
    }
    .offset-xl-2 {
      margin-left: 16.66666667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.33333333%;
    }
    .offset-xl-5 {
      margin-left: 41.66666667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.33333333%;
    }
    .offset-xl-8 {
      margin-left: 66.66666667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.33333333%;
    }
    .offset-xl-11 {
      margin-left: 91.66666667%;
    }
  }
  .center-cols {
    align-items: center;
  }
  body {
    font-family: Nunito, "Segoe UI", Arial, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    font-size: 17px;
  }
  p {
    line-height: 1.7;
  }
  a {
    color: #222;
  }
  a.unstyled {
    border: none;
    text-decoration: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    padding: 0;
  }
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.44em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1em;
  }
  figure {
    text-align: center;
  }
  figcaption {
    font-style: italic;
    padding-top: 6px;
    font-size: 80%;
  }
  :-webkit-full-screen .hide-fullscreen {
    display: none;
  }
  :fullscreen .hide-fullscreen {
    display: none;
  }
  .show-fullscreen {
    display: none;
  }
  :-webkit-full-screen .show-fullscreen {
    display: block;
  }
  :fullscreen .show-fullscreen {
    display: block;
  }
  :-webkit-full-screen .enlarge-when-fs {
    max-width: 800px !important;
    flex: 0 0 63% !important;
    margin: 0 auto;
  }
  :fullscreen .enlarge-when-fs {
    max-width: 800px !important;
    flex: 0 0 63% !important;
    margin: 0 auto;
  }
  :-webkit-full-screen body {
    background: #f7f7f7;
  }
  :fullscreen body {
    background: #f7f7f7;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-left {
    text-align: left;
  }
  .pt1 {
    padding-top: 10px;
  }
  .pt2 {
    padding-top: 20px;
  }
  .mb2 {
    margin-bottom: 20px;
  }
  .pt3 {
    padding-top: 30px;
  }
  .pt5 {
    padding-top: 50px;
  }
  .pt6 {
    padding-top: 75px;
  }
  .pb2 {
    padding-bottom: 20px;
  }
  .pb6 {
    padding-bottom: 75px;
  }
  .padding-25 {
    padding: 25px;
  }
  .padding-50 {
    padding: 50px;
  }
  .text-bigger {
    font-size: 1.32em;
  }
  .text-bold {
    font-weight: 700;
  }
  .border-r-top-left {
    border-top-left-radius: 4px;
  }
  .border-r-bottom-left {
    border-bottom-left-radius: 4px;
  }
  .bg-main {
    background: var(--maincolor);
  }
  .error,
  .success {
    border-radius: 4px;
    background: #f4d4d4;
    padding: 15px;
    font-weight: 700;
  }
  .error a,
  .success a {
    border-color: #222 !important;
  }
  .success {
    background: #d4f4e5 !important;
  }
  .flex {
    display: flex;
  }
  .flex-center {
    display: flex;
    justify-content: center;
  }
  .flex-align-center {
    align-items: center;
  }
  .wheel-wrap {
    width: 100%;
    padding-top: 100%;
    position: relative;
  }
  .wof-do-spin {
    animation-name: wof-spin;
  }
  .wof-spinning {
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    animation-fill-mode: forwards;
  }
  .do-nudge {
    transform: rotate(-15deg);
  }
  @keyframes wof-bd {
    0%,
    100%,
    80% {
      transform: scale(0);
    }
    40% {
      transform: scale(1);
    }
  }
  @keyframes wof-wiggle {
    80% {
      transform: rotate(0);
    }
    90% {
      transform: rotate(11deg);
    }
    93% {
      transform: rotate(-8deg);
    }
    96% {
      transform: rotate(7deg);
    }
    100% {
      transform: rotate(0);
    }
  }
  .wof-wheel {
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .wof-inner-wrapper {
    height: 100%;
  }
  .wof-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    cursor: pointer;
    z-index: 2;
  }
  .wof-logo.button {
    height: 41px;
    margin-top: -21px;
    line-height: 0;
  }
  .wof-spinning {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .wof-wheel .wof-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .wof-wheel .wof-bottom-bg {
    position: absolute;
  }
  .wof-slice {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    text-align: right;
    width: 43%;
    font-weight: 700;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 64px;
  }
  @media all and (max-width: 800px) {
    .wof-slice {
      width: 41%;
    }
  }
  .wof-wheel .wof-slice img {
    max-width: 60px;
  }
  .wof-wheel-container {
    position: relative;
    height: 100%;
  }
  .wof-wheel-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .wof-wheel .wof-wheel-bg svg {
    position: absolute;
  }
  .wof-wheel .wof-shadows {
    background-image: url(../img/shadows.png);
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 5;
  }
  .wof-wheel .wof-pointer {
    width: 95px;
    height: 50px;
    position: absolute;
    right: -65px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 10;
    transition: all 0.15s ease;
    transform-origin: 73.31% 44.89%;
  }
  .wof-loader > div {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: wof-bd 1.1s infinite ease-in-out both;
    animation: wof-bd 1.1s infinite ease-in-out both;
  }
  .wof-loader .b1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .wof-loader .b2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  .wof-wheel-standalone {
    clear: both;
    float: none;
    position: relative;
    display: block;
  }
  .wof-wheel-standalone .wof-wheel {
    position: relative;
    display: none;
  }
  .wof-wheel-standalone .wof-wheel.wof-visible {
    display: block;
  }
  .wof-wheel-standalone .wof-wheel .wof-inner-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
  @media all and (max-width: 768px) {
    .wheel-wrap {
      margin-bottom: 15px;
    }
    .wof-wheel .wof-logo {
      width: 44px;
      height: 44px;
      margin-top: -25px;
      margin-left: -22px;
    }
  }
  .wof-desktop-check,
  .wof-mobile-check,
  .wof-tablet-check {
    display: none;
  }
  @media all and (max-width: 767px) {
    .wof-mobile-check {
      display: block;
    }
  }
  @media all and (min-width: 768px) and (max-width: 1024px) {
    .wof-tablet-check {
      display: block;
    }
  }
  @media all and (min-width: 1025px) {
    .wof-desktop-check {
      display: block;
    }
  }
  @media all and (max-width: 700px) {
    div.wof-wheel .wof-slice {
      font-size: 14px;
    }
  }
  @media all and (max-width: 600px) {
    div.wof-wheel .wof-slice {
      font-size: 11px;
    }
  }
  .wof-wheel-center {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 114px;
    height: 114px;
    cursor: pointer;
  }
  @media all and (max-width: 770px) {
    .wof-wheel-center {
      width: 60px;
      height: 60px;
    }
    .wof-slice {
      padding-left: 32px;
    }
  }
  :-webkit-full-screen .wof-slice {
    padding-left: 74px;
  }
  :fullscreen .wof-slice {
    padding-left: 74px;
  }
  :-webkit-full-screen .wof-wheel-center {
    width: 132px;
    height: 132px;
  }
  :fullscreen .wof-wheel-center {
    width: 132px;
    height: 132px;
  }
  .preview-wheel-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  .preview-wheel-wrapper .wof-wheel-center {
    width: 86px;
    height: 86px;
  }
  .preview-wheel-wrapper .wof-logo {
    width: 58px;
    height: 58px;
    margin-left: -29px;
    margin-top: -29px;
  }
  .wheel-results {
    z-index: 20;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in;
    border: 1px dashed var(--maincolor);
  }
  .wheel-results.active {
    visibility: visible;
    opacity: 1;
  }
  .wheel-result-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    font-weight: 900;
    font-size: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
  }
  .wheel-results-inner {
    padding: 25px;
    width: 100%;
    text-align: center;
  }
  .wheel-result-intro {
    font-weight: 700;
    font-size: 1.3em;
    padding-bottom: 20px;
  }
  .wheel-result-result {
    border-radius: 4px;
    font-size: 2.3em;
    text-align: center;
    font-weight: 900;
    box-shadow: 0 0 15px 0 var(--box-shadow-color);
    padding: 8px 25px;
  }
  .wheel-result-links {
    margin-top: 20px;
  }
  .navbar {
    padding: 12px 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
  }
  .logo a {
    border: none;
    display: flex;
    align-items: center;
  }
  .logo a svg {
    width: 46px;
    height: 46px;
  }
  .logo a span {
    padding-left: 6px;
    font-weight: 700;
  }
  .navbar-end nav {
    display: flex;
  }
  .navbar-end nav > div {
    margin-left: 15px;
  }
  nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
  }
  nav ul a {
    padding: 10px 16px;
    font-weight: 400;
    transition: opacity 0.2s;
    border-bottom: 2px solid transparent;
    position: relative;
    border-radius: 4px;
  }
  nav ul li.new a:after {
    content: attr(data-new);
    position: absolute;
    top: -9px;
    font-size: 70%;
    font-weight: 700;
    background: var(--maincolor);
    padding: 4px 7px;
    border-radius: 50px;
    line-height: 1;
    right: -4px;
  }
  .nav-trigger-mobile {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 6px;
  }
  .nav-hamburger {
    width: 28px;
    height: 28px;
    display: inline-block;
  }
  .nav-hamburger-inner,
  .nav-hamburger-inner:after,
  .nav-hamburger-inner:before {
    width: 100%;
    height: 3px;
    background: #222;
    border-radius: 50px;
    display: block;
  }
  .nav-hamburger-inner {
    position: relative;
  }
  .nav-hamburger-inner:after,
  .nav-hamburger-inner:before {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
  }
  .nav-hamburger-inner:before {
    bottom: -16px;
  }
  .nav-mobile {
    background: #2d4732;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 270px;
    width: 90%;
    bottom: 0;
    z-index: 10;
    transform: translateX(-100%);
  }
  .nav-mobile.active {
    transition: 0.12s;
    transform: translateX(0);
  }
  .nav-mobile ul {
    list-style: none;
    margin: 2em 1em 0.5em 2em;
    padding: 0;
    display: block;
  }
  .nav-mobile ul li{
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .nav-mobile ul li a {
    display: inline-block;
    width: 100%;
    padding: 13px 0;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
  }
  .nav-mobile div {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }
  .nav-mobile div ul {
    margin: 0.5em 1em 0 2em;
  }
  .nav-mobile div ul li a {
    font-size: 0.8rem;
  }
  .nav-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
    display: none;
  }
  div.section {
    padding: 75px 0;
  }
  .section.gray {
    background: #f7f7f7;
  }
  .section.small {
    padding: 46px 0;
  }
  article .entry-img {
    padding: 20px 0;
  }
  .entry-img img {
    border-radius: 4px;
  }
  .entry-content ul li {
    padding-bottom: 15px;
  }
  .entry-content h3 a {
    border-bottom: none;
  }
  .entry-content h2 {
    padding-top: 22px;
  }
  .box {
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    padding: 25px;
    border-radius: 4px;
    position: relative;
  }
  .box.large-padding {
    padding: 50px;
  }
  .box.no-padding {
    padding: 0;
  }
  .box.gray {
    box-shadow: none;
    background: #f7f7f7;
  }
  .box-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  input[type="email"],
  input[type="password"],
  input[type="text"] {
    width: 100%;
    background: #f7f7f7;
    padding: 15px;
    border-radius: 4px;
    border: none;
    transition: all 0.2s ease-out;
    line-height: 0;
  }
  input.invisible {
    background: 0 0;
  }
  input.invisible:focus,
  input.invisible:hover {
    background: #f7f7f7;
  }
  select {
    cursor: pointer;
    width: 100%;
    height: 41px;
    border-radius: 4px;
    border: 1px solid #2c3e50;
    color: #2c3e50;
    padding: 0 10px;
  }
  textarea {
    border: none;
    background: #f7f7f7;
    height: 160px;
    width: 100%;
    resize: none;
    padding: 20px;
    line-height: 1.5;
    scrollbar-color: #000 #f7f7f7;
    scrollbar-width: thin;
    border-radius: 4px;
  }
  textarea::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  textarea::-webkit-scrollbar:vertical {
    width: 5px;
  }
  textarea::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #000;
  }
  textarea::-webkit-scrollbar-track {
    background-color: #f2f2f2;
  }
  input.input-in-gray {
    background: #fff;
    width: 56px;
    font-weight: 700;
    display: inline-block;
    margin: 0 6px;
  }
  a {
    border-bottom: 2px solid var(--maincolor);
  }
  a.plain {
    border-bottom: none;
    font-weight: 400;
  }
  button {
    cursor: pointer;
    border: none;
    background: 0 0;
  }
  a.button,
  button.button,
  input[type="submit"],
  label.button {
    cursor: pointer;
    padding: 10px 15px;
    border: none;
    background: #fd0;
    background: var(--maincolor);
    border-radius: 4px;
    color: #2c3e50;
    fill: #2c3e50;
    transition: opacity 0.2s ease-out;
    font-weight: 700;
  }
  .button.large {
    padding: 12px 22px;
  }
  .button.plain,
  button.plain {
    padding: 6px;
    margin-right: 25px;
    font-size: 1rem;
    border: none;
    background: 0 0;
    border-radius: 0;
    border-bottom: 2px dotted;
  }
  .button.invisible,
  button.invisible {
    padding: 3px 6px;
    border: none;
    background: 0 0;
  }
  .button.gray,
  .button[disabled] {
    background: #f2f2f2;
    color: #2c3e50;
    fill: #2c3e50;
  }
  .button[disabled] {
    cursor: not-allowed;
  }
  .button.less-rounded {
    border-radius: 4px;
  }
  a:hover,
  button:hover {
    opacity: 0.6;
  }
  .button.wide,
  button.wide,
  input[type="submit"].wide {
    width: 100%;
    display: block;
  }
  .button.text-and-icon,a.text-and-icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .button.text-and-icon span.icon {
    margin-left: 10px;
    display: inline-block;
    transition: all 0.25s ease-in-out;
  }
  .button.text-and-icon:hover span.icon {
    transform: translateX(10px);
  }
  /* custom */
  .shares{
    transition: all 0.25s ease-in-out;
    width: 50px;
    margin: 5px;
    padding: 5px 0!important;
    
    background: transparent;
  }
  a.shares:hover{
    transform: translateX(1px);

  }
  
    .s-svg{
        fill: #fff;
        stroke: none;
    }
  
.fb{
    background-color: #3b5998!important;
}
.tweet{
    background-color: #55acee!important;
}
.tele{
    background-color: #54A9EB!important;
}
.pnt{
    background-color: #bd081c!important;
}
.whapp{
    background-color: #25D366!important;
}
.email{
    background-color: #777777!important;
}
.tumb{
    background-color: #35465C!important;
}
  .button.rounded {
    border-radius: 50%;
  }
  .button.size-50 {
    display: flex;
    align-items: center;
    text-align: center;
    width: 50px;
    height: 50px;
  }
  .input-and-button {
    display: flex;
  }
  .input-and-button input {
    width: 85%;
    border-radius: 4px 0 0 4px;
  }
  .input-and-button button {
    width: 15%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .button-row {
    display: flex;
    border-radius: 4px;
    background: #f7f7f7;
  }
  .button-row .button {
    background: #f7f7f7;
    padding: 10px;
  }
  .button-row .button:hover {
    opacity: 1;
  }
  .button-row .button:hover svg {
    opacity: 0.4;
  }
  .button.is-loading span {
    display: inline-block;
    animation: mover 0.2s infinite alternate;
    font-size: 2em;
    line-height: 0;
  }
  @keyframes mover {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-4px);
    }
  }
  .button-swatch {
    background: #f0f0f0;
    border-radius: 50px;
    border: none;
    padding: 10px 20px;
  }
  .slices-list {
    padding-top: 15px;
    max-height: 460px;
    overflow-y: auto;
    scrollbar-color: #000 #f7f7f7;
    scrollbar-width: thin;
  }
  .slice-list-item {
    display: flex;
    justify-content: space-between;
    padding: 1px;
    font-size: 0.9em;
    align-items: center;
  }
  .slice-list-item.no-edit {
    padding: 6px 0;
  }
  .slices-list::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .slices-list::-webkit-scrollbar:vertical {
    width: 5px;
  }
  .slices-list::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #000;
  }
  .slices-list::-webkit-scrollbar-track {
    background-color: #f7f7f7;
  }
  .slice-text {
    flex: 1;
  }
  .slice-remove,
  .slice-visible {
    display: flex;
    width: 38px;
    justify-content: center;
    position: relative;
  }
  .tooltip {
    position: relative;
  }
  .tooltip:after,
  .tooltip:before {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .tooltip:before {
    position: absolute;
    bottom: 102%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    border-radius: 4px;
    background-color: #2c3e50;
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 0.9em;
    line-height: 1.2;
  }
  .tooltip:after {
    position: absolute;
    bottom: 103%;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid #2c3e50;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
  }
  .tooltip:hover:after,
  .tooltip:hover:before {
    visibility: visible;
    opacity: 1;
  }
  .modal_title h2 {
    margin: 0 0 25px 0;
    padding: 0;
  }
  .modal {
    z-index: 1000;
    opacity: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(35, 28, 76, 0.88);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 250ms ease-out;
  }
  .modal__inner {
    transform: translate(-50%, -25%);
    top: 25%;
    left: 50%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    position: absolute;
    border-radius: 4px;
    max-width: 620px;
    padding: 12px 35px 45px 35px;
    width: 100%;
    height: auto;
    z-index: 1001;
  }
  .modal--wide .modal__inner {
    max-width: 920px;
  }
  .modal.open {
    opacity: 1;
    display: block !important;
  }
  .modal-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: #fd0;
    background: var(--maincolor);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5em;
    cursor: pointer;
  }
  @media all and (max-width: 768px) {
    .modal__inner {
      top: 0;
      left: 0;
      transform: translate(0, 0);
    }
  }
  .theme-swatch-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .theme-swatch {
    margin: 5px;
    width: 42px;
    height: 30px;
    display: flex;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 0 0 2px transparent;
    transition: all 0.1s ease-in;
  }
  .theme-swatch:hover {
    transform: scale(1.06);
  }
  .theme-swatch.active {
    box-shadow: 0 0 0 2px #222;
  }
  .theme-swatch.active span:first-child,
  .theme-swatch.active span:last-child {
    border-radius: 0;
  }
  .theme-swatch span {
    flex: 1;
  }
  .theme-swatch span:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .theme-swatch span:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .setting-label {
    font-weight: 600;
    padding-bottom: 7px;
    display: flex;
  }
  .setting-label span {
    position: relative;
    display: inline-block;
    color: #2c3e50;
    line-height: 0;
    text-align: center;
    border-radius: 3px;
    background: #e5e5e5;
    padding: 14px 10px;
    margin-left: 10px;
    font-size: 0.9em;
    font-weight: 400;
  }
  .setting-label span:after {
    position: absolute;
    top: 8px;
    left: -5px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #e5e5e5;
    border-bottom: 6px solid transparent;
    content: "";
  }
  .setting {
    margin-bottom: 20px;
  }
  .rangeslider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: #e5e5e5;
    outline: 0;
    opacity: 1;
    transition: opacity 0.2s;
    border-radius: 50px;
    cursor: pointer;
  }
  .rangeslider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    background: #2c3e50;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.2s;
  }
  .rangeslider::-webkit-slider-thumb:hover {
    width: 17px;
    height: 17px;
  }
  .rangeslider::-moz-range-thumb {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: #2c3e50;
    cursor: pointer;
    transition: all 0.2s;
  }
  .rangeslider::-moz-range-thumb:hover {
    width: 17px;
    height: 17px;
  }
  .toggle {
    position: relative;
    width: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  .toggle input[type="checkbox"] {
    display: none;
  }
  .toggle input[type="checkbox"]:checked + .toggle__label .toggle__inner {
    margin-left: 0;
  }
  .toggle input[type="checkbox"]:checked + .toggle__label .toggle__switch {
    right: 0;
  }
  .toggle__label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50px;
  }
  .toggle__inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.1s ease;
  }
  .toggle__inner:after,
  .toggle__inner:before {
    display: block;
    float: left;
    width: 50%;
    height: 35px;
    padding: 0;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
  }
  .toggle__inner:before {
    content: attr(data-true);
    padding-left: 15px;
    background-color: #2c3e50;
    color: #fff;
  }
  .toggle__inner:after {
    content: attr(data-false);
    padding-right: 15px;
    background-color: #f2f2f2;
    color: #222;
    text-align: right;
  }
  .toggle__switch {
    display: block;
    width: 31px;
    height: 27px;
    margin: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 41px;
    border-radius: 50px;
    transition: all 0.1s ease;
  }
  .step {
    text-align: center;
  }
  .step > div:first-child {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    background: var(--maincolor);
    line-height: 40px;
    color: #222;
    border-radius: 50%;
    margin-bottom: 14px;
    font-weight: 900;
  }
  .stat > div:first-child {
    font-size: 2.6em;
    font-weight: 700;
  }
  .stat > div:last-child {
    margin-top: 15px;
    font-size: 1.4em;
  }
  .list-styled {
    list-style: none;
  }
  .list-styled li {
    padding: 5px 0 10px 0;
    position: relative;
  }
  .list-styled li:before {
    content: "✔";
    color: #000;
    font-size: 0.8em;
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    left: -35px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--maincolor);
    position: absolute;
  }
  ul.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  ul.list-horizontal li {
    display: inline-block;
    padding: 15px;
  }
  .wheel-list .entry {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 15px;
    background: #f7f7f7;
    border-radius: 4px;
    width: 100%;
  }
  .wheel-list a {
    border: none;
  }
  .wheel-list .entry-name {
    flex: 1;
    padding: 0 10px;
  }
  .ornaments {
    position: relative;
    overflow: hidden;
  }
  .ornaments-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    width: 100%;
    height: 100%;
    max-width: 80%;
    margin: 0 auto;
  }
  .ornaments-inner > p {
    mix-blend-mode: exclusion;
    z-index: 5;
    color: #949494;
    text-align: center;
  }
  .ornaments:after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: #2c3e50;
    border-radius: 50%;
    bottom: -10%;
    right: -10%;
  }
  .ornaments:before {
    content: "";
    z-index: 1;
    position: absolute;
    width: 260px;
    height: 260px;
    background: #fff;
    border-radius: 50%;
    top: -15%;
    left: -10%;
  }
  footer {
    background: #2d4732;
  }
  footer nav ul {
    list-style: none;
    display: block;
    padding: 0;
    max-width: 220px;
    margin: 0 auto;
  }
  footer nav ul li.footer-nav-title {
    font-weight: 700;
    color: #fff;
    padding: 6px 6px 25px 6px;
  }
  footer a {
    color: #fff;
    opacity: 0.77;
    font-weight: 400;
    padding: 6px !important;
    display: inline-block;
    border: none;
  }
  footer a:hover {
    background: 0 0;
  }
  blockquote {
    border-left: 5px solid var(--maincolor);
    font-style: italic;
    padding-left: 25px;
  }
  .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
  }
  .cbx span:first-child {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .cbx span:first-child {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    transform: scale(1);
    border: 2px solid #222;
  }
  .cbx span:nth-child(2) {
    padding-left: 15px;
    display: flex;
  }
  .cbx span svg {
    position: absolute;
    top: 5px;
    left: 4px;
    fill: none;
    stroke: #222;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transform: translate3d(0, 0, 0);
  }
  .inp-cbx {
    position: absolute;
    visibility: hidden;
  }
  .inp-cbx:checked + .cbx span:first-child {
    background: var(--maincolor);
    border-color: var(--maincolor);
  }
  .inp-cbx:checked + .cbx span svg {
    stroke-dashoffset: 0;
  }
  .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
  }
  @media screen and (max-width: 640px) {
    .cbx {
      width: 100%;
      margin-bottom: 4px;
      display: inline-block;
    }
  }
  table {
    border-collapse: collapse;
  }
  table tr td,
  table tr th {
    padding: 10px 5px;
    text-align: left;
    border-bottom: 1px solid #222;
  }
  table tr th {
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #222;
  }
  .dropdown-menu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .dropdown-inner {
    padding-top: 10px;
    display: none;
    position: absolute;
    z-index: 5;
  }
  .dropdown-content {
    min-width: 160px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  .dropdown-content a {
    float: none;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-radius: 0;
    border-bottom: 0;
  }
  .dropdown-content a:hover {
    opacity: 1;
    background-color: #f7f7f7;
  }
  .dropdown-menu:hover .dropdown-inner {
    display: block;
  }
  .dropdown-menu .dropbtn {
    display: flex;
    align-items: center;
  }
  .dropdown-menu .dropbtn svg {
    margin-left: 6px;
  }
  .avatar {
    display: flex;
    width: 40px;
    height: 40px;
    background: var(--maincolor);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-weight: 700;
  }
  .file-upload-btn {
    position: relative;
    background: #e5e5e5 !important;
    display: flex;
    justify-content: center;
  }
  .file-upload-btn input {
    display: none;
  }
  .img-file-upload .err {
    color: red;
    font-size: 84%;
  }
  .upload-and-preview {
    display: flex;
  }
  .upload-and-preview .preview {
    max-width: 41px;
    max-height: 41px;
  }
  .upload-and-preview label {
    flex: 1;
  }
  .color-picker {
    cursor: pointer;
    display: block;
    width: 36px;
    height: 36px;
  }
  .color-picker input {
    opacity: 0;
    width: 1px;
    height: 1px;
  }
  .color-picker .prev {
    width: 36px;
    height: 36px;
    border-radius: 50px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  }
  .themer-colors > div {
    display: flex;
    align-items: center;
  }
  .themer-colors > div > span {
    width: 66px;
  }
  .themer-color {
    padding: 8px;
  }
  .account-menu a {
    border-bottom: none;
    padding: 10px 0;
    display: block;
  }



  .stat > div:first-child {
    font-size: 2.6em;
    font-weight: 700;
  }
  .stat > div:last-child {
    margin-top: 15px;
    font-size: 1.4em;
  }


  .plan {
    border-radius: 24px;
    background: #f7f7f7;
    display: flex;
    justify-content:center;
    align-items: center;
    margin: 10px 0;
    padding: 15px 15px 0 15px;
    border: 1px solid #ccc;
  }
  .card-body{
    width: 100%;
    text-align: center;
  }
  .plan .selected {
    border-bottom: 3px solid var(--maincolor);
  }
  .plan-title {
    font-weight: 700;
    text-align: center;
    font-size: 1.5em;
    /* border-bottom:1px solid #e5e5e5; */
  }
  .plan-price {
    font-size: 1.2rem;
    font-weight: 400;
    width: 80%;
    margin: 16px auto;
    
  }
.border-t{
    
    border-top: 1px solid #cecdcd;

}
.f-border{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    
}
a.no-border,.plan.no-border{
    border: none;
    background: #ececec;
    padding: 1px 6px;
    border-radius: 5px;
    margin-bottom: 0px;
}


  .wheel-result-answers {
    padding-top: 20px;
  }
  .wheel-result-answer label {
    padding: 10px;
    border-radius: 6px;
    border: 2px solid var(--maincolor);
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
  }
  .wheel-result-answer label:hover ~ .checkmark {
    background: var(--maincolor);
  }
  .wheel-result-answer input:checked ~ label {
    background: var(--maincolor);
  }
  .wheel-result-answer {
    position: relative;
  }
  .wheel-result-answer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .wheel-result-answer .checkmark {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 10px;
    height: 16px;
    width: 16px;
    border: 2px solid var(--maincolor);
    border-radius: 50%;
  }
  

  /* my custom code */
  .custo{
    background: none!important;
    display: none;
  }
  .custo:hover{
    opacity: 1;
    /* background: none; */
  }
  .top-head{
    margin-top: -43px;
    text-align: center;
    margin-bottom: 20px;
  }

  .margin{
    margin: 10px 0;
  }